Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

aptalca

Community Developer
  • Joined

  • Last visited

Everything posted by aptalca

  1. First, make a backup of your Plex data just in case (you can use the backup and restore plug-in) The image/container structure should be compatible. Stop the other container, then just create a new container with the linuxserver image and point the config folder to the same folder the other container was pointing to. That's really it.
  2. "docker exec -it letsencrypt" is used to run things things inside the container while you're on the host console, outside of the container. If you're already inside the container, just run the part that starts with htpasswd
  3. You're only supposed to rename the files, not move them to different folders. Documentation is pretty clear on that.
  4. Your confs don't match your logs. The web address you're trying to connect to has http auth turned on. It looks like you have a conf somewhere that has an incorrect server name set (with /airsonic at the end), etc. Either go back to defaults and start over, it post your full config or it is impossible for us to help you
  5. Try incognito, 301 redirects are supposed to be permanent and are cached by the browser
  6. Lua issues are harmless. Server name conflicts are a problem you need to fix. You likely have duplicate site configs
  7. I believe you need to change the remote port shown on there
  8. Make sure the container name is bitwarden and that both containers are in the same non-default bridge network
  9. You can unselect the option for letting the client access other devices on the network. Put in the pihole ip into the dns ip setting in openvpn-as
  10. Also, for anyone who's trying to troubleshoot ports. . . Can you see me only works if you already have a service that's listening on that port. If you have a cert error and you never get the "server ready" message in the log, there is nothing listening. Nginx is down because it doesn't start until certs are successfully retrieved. See here to troubleshoot: https://blog.linuxserver.io/2019/07/10/troubleshooting-letsencrypt-image-port-mapping-and-forwarding/
  11. Referring to the post I quoted. Your error literally says see the error message above but you didn't post the error message above.
  12. It auto updates itself weekly: https://github.com/alpinelinux/aports/blob/master/main/libmaxminddb/APKBUILD#L42
  13. That command creates the credentials file. Then edit your site config files to enable it for whatever location you want
  14. I don't even know what workspace files are. My workflow is, open terminal, go to workspace folder, git clone whatever, then from the top menu, open folder, select the cloned folder. Anything under the config folder is accessible by vscode. Also /config is the home of the user running vscode so things that vscode creates will likely be relative to that folder
  15. Ah, I always turn off upnp on the router. Don't want some rogue apps opening ports to the outside without my knowledge
  16. Post a full log and a screenshot of your container settings
  17. None of the team members have a paid openvpn license so we can't really test how it works. I'll try to look into it, but I'm shooting in the dark here
  18. Could be DNS issue (check IP), could be port forwarding (router setting looks correct as long as you moved unraid to a different port) or maybe your ISP just started blocking ports 80 and 443. See here to further troubleshoot (article not published yet but here's a preview): https://blog.linuxserver.io/p/3959a1d3-d70d-4d1d-a4ef-4dcdc0bcfd94/
  19. After thinking about it, here's a PR with sudo access via an optional SUDO_PASSWORD variable: https://github.com/linuxserver/docker-code-server/pull/3
  20. Use port 80 and tcp to connect
  21. Root access in gui terminal is not very secure, the official container running as root is also not secure. If you want to add packages to this container and you want them to be persistent, use the custom scripts feature in our baseimages. Keep in mind that we cease to provide further support once you enable that so you will be on your own. Create a folder under /config called "custom-cont-init.d" and inside it place a file with "apt-get update && apt-get install -y blah" That script will be run on every container start and will survive container recreation Dev info here: https://github.com/linuxserver/docker-baseimage-ubuntu/blob/bionic/root/etc/cont-init.d/99-custom-scripts#L14-L31
  22. I honestly have no idea what could cause the container to stop working. It literally just fires off a curl command every five minutes, driven by cron. Can you specify whether the curl is still firing?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.