Jump to content

aptalca

Community Developer
  • Posts

    3,064
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by aptalca

  1. Open your domain in a better and click on the lock to see if it really expired If so, check the log in the config folder under letsencrypt to see why the renewal failed
  2. Your db was likely already corrupted before the switch. Google how to restore Plex db
  3. Move the config folder to /mnt/cache or /mnt/diskX if it's not there already
  4. How about port 80 tcp? A lot of public wifi also block vpns (mainly block all udp connections as well as tcp except for 80 and 443) so I use port 80 for mine
  5. Switch to bridge networking and some other changes. See the GitHub or docker hub pages for specific info (links on the first page)
  6. Just the naked domain will suffice, without /admin at the end This is all in official openvpn-as documentation by the way
  7. There is a separate thread for discussing the script as it's not published by the lsio team. In your screenshot, you see hw next to the encode portion (h264 after the arrow), but no hw next to decode (h264 before the arrow)
  8. What about https://domain.com ? From outside your wan like on a phone with cell connection
  9. You have some incorrect port forwards. For starters, your outside port 443 has two rules trying to forward it to different ports. And some have the outside and inside ports switched. It should go from 80 to 81 not the other way around
  10. In your sonarr container settings, open advanced and into extra arguments enter --network-alias=sonarr
  11. If you need help with troubleshooting, start with posting your docker log Also, it's not a good idea to test a reverse proxy right off the bat. Set up the container first, check the logs to make sure the certs are retrieved correctly. Then test to make sure you can get to the placeholder homepage. Only then you should test the reverse proxy. Step by step. And here's a detailed guide that covers many scenarios: https://blog.linuxserver.io/2019/04/25/letsencrypt-nginx-starter-guide/
  12. I meant force refresh your browser. Ctrl-F5
  13. You forgot to rename the second variable name in your works one. Fix the last line for proxy pass
  14. You can do so through the plug-in. Select a stock build
  15. Return all those values to the defaults. Only add your lan subnet to the routing section
  16. Perhaps read the documentation? On github or docker hub
  17. Download a new client config. Your current config was generated before you fixed the hostname on your server.
  18. Nope. Certbot added an up to 10 minute delay to renewal attempts so no more renewals during container start. Only via cron
×
×
  • Create New...