cheesemarathon

Members
  • Posts

    339
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cheesemarathon

  1. Then the only thing I can think is that perhaps your line endings have gone wrong. I have attached my config, minus my secrets. I marked the values that you need to replace with REPLACE_ME then replace your existing config with my one, as I know mine works. Make sure you use an editor that adheres to linux file line endings such as notepad++ oauth2_proxy.cfg
  2. Has anyone managed to get port forwarding working with Mullvad? I have the VPN connection working but rtorrent reports the port is closed.
  3. Can you confirm what files you have in /mnt/user/appdata/oauth2/ You should have emails.cfg and oauth2_proxy.cfg I couldn't tell from your screenshot.
  4. Everything there looks ok. Have you put an email in the emails.cfg file to authenticate against?
  5. I seem to be having issues with port forwarding on PIA? Are you able to help @binhex? Log attached. supervisord.log
  6. Minio is controlled via minio client https://docs.min.io/docs/minio-client-quickstart-guide.html Read those then you should better understand how to add users. FYI I've not done this myself
  7. Check the minio docs: https://docs.min.io/docs/minio-multi-user-quickstart-guide.html
  8. server { listen 80; server_name minio.yourdomain.com; return 301 https://$server_name$request_uri; } server { listen 443 ssl; server_name minio.yourdomain.com; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_prefer_server_ciphers on; # To allow special characters in headers ignore_invalid_headers off; # Allow any size file to be uploaded. # Set to a value such as 1000m; to restrict file size to a specific value client_max_body_size 0; # To disable buffering proxy_buffering off; location / { proxy_set_header Host $http_host; proxy_pass http://X.X.X.X:9768; } }
  9. I have just updated my instance with no trouble. Backed everything up just in case. I would backup your database, then empty it and restart the container to allow ghost to rebuild it. See if that helps. I would also backup your appdata folder, then delete it and restart the container to see that helps. Failing all of those, see if you can get some help at the ghost forum
  10. I haven't upgraded yet but that means i know that version 3.22.1 works. Screenshot of my config below: See if your settings match mine: <Config Name="Database IP" Target="database__connection__host" Default="" Mode="" Description="The IP for the machine hosting the database" Type="Variable" Display="always" Required="true" Mask="false">192.168.1.41</Config> <Config Name="Database User" Target="database__connection__user" Default="ghost" Mode="" Description="The user for use with the database" Type="Variable" Display="always" Required="false" Mask="false">ghost</Config> <Config Name="Database Password" Target="database__connection__password" Default="" Mode="" Description="The password for the user used with the database" Type="Variable" Display="always" Required="false" Mask="true"></Config> <Config Name="Database Name" Target="database__connection__database" Default="ghost" Mode="" Description="The name of the database to create" Type="Variable" Display="always" Required="false" Mask="false">ghost</Config> <Config Name="URL" Target="url" Default="" Mode="" Description="Site URL" Type="Variable" Display="always" Required="false" Mask="false">https://squishedmooo.com/</Config> <Config Name="Mail Transport" Target="mail__transport" Default="" Mode="" Description="Mail transport method" Type="Variable" Display="always" Required="false" Mask="false"/> <Config Name="Mail Service" Target="mail__options__service" Default="" Mode="" Description="Mail service" Type="Variable" Display="always" Required="false" Mask="false"/> <Config Name="Mailgun Username" Target="mail__options__auth__user" Default="" Mode="" Description="Username for Mailgun" Type="Variable" Display="always" Required="false" Mask="false"/> <Config Name="Mailgun Password" Target="mail__options__auth__pass" Default="" Mode="" Description="Password for Mailgun" Type="Variable" Display="always" Required="false" Mask="false"/> <Config Name="Database Type" Target="database__client" Default="" Mode="" Description="Database Type: Leave as mysql" Type="Variable" Display="advanced" Required="false" Mask="false">mysql</Config> <Config Name="Appdata Location" Target="/var/lib/ghost/content" Default="/mnt/user/appdata/ghost" Mode="rw" Description="Container Path: /var/lib/ghost" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/ghost</Config> <Config Name="Web" Target="2368" Default="2368" Mode="tcp" Description="Web port for Ghost" Type="Port" Display="advanced" Required="true" Mask="false">2368</Config> <Config Name="NODE_ENV" Target="NODE_ENV" Default="" Mode="" Description="Container Variable: NODE_ENV" Type="Variable" Display="advanced" Required="false" Mask="false">production</Config> Failing that, take a copy of your appdata folder, and then create a fresh blank appdata folder. Maybe something bad was carried back from the update.
  11. Have you just updated the container, as the docs have not changed. Variable is still database__connection__host You can read more info here. Have you made any other changes to either ghost or MariaDB? EDIT: Looks like an update was pushed 30 mins ago to the container. Id suggest forcing unRAID to pull version 3.22.1 by setting the repository to ghost:3.22.1 I'll keep an eye on updates to the container/docs to see if anything changes. Out of my hands this one.
  12. Hi. Sorry your having an issue. I'm afraid I don't maintain the image, just the template for unRAID, so would you mind opening an issue with the image creator at the below link? I'll keep an eye on the issue to see the resolution. https://github.com/ms-jpq/kde-in-docker/issues
  13. Just added KDE in docker. Should be in community apps in the next couple of hours.
  14. I think the easiest way is for me to depreciate VNC Web Browser and replace it with msjpq/firefox-vnc which is the plasma desktop with Firefox installed. No support for Chrome unfortunately. If you want just Firefox, no desktop, then there is a Firefox container all ready in community apps. I'll try get the new image on community apps tonight.
  15. cookie_domain has changed to cookie_domains Make this change in your config file and the container will start without issue.
  16. PIA now supports wireguard. This should allow faster downloads than OpenVPN. I created an issue on Github requesting support to be added for wireguard. Not sure if you had seen it so asking here. https://github.com/binhex/arch-delugevpn/issues/166
  17. Ok, still isn't quite fixed. I can start up fine. Managed to remove some unused containers so docker service starts now. 30GB free on cache disk, but I still can't pull an image. Puts the cache disk into read only. Apr 8 16:53:57 Derek kernel: BTRFS error (device loop2): bad tree block start, want 168460288 have 0 Apr 8 16:53:57 Derek kernel: BTRFS error (device loop2): bad tree block start, want 168460288 have 0 Apr 8 16:53:57 Derek kernel: BTRFS: error (device loop2) in btrfs_run_delayed_refs:2935: errno=-5 IO failure Apr 8 16:53:57 Derek kernel: BTRFS info (device loop2): forced readonly derek-diagnostics-20200408-1713.zip
  18. Hi all I was having some issues with docker images failing to pull. So I rebooted my unRAID machine to see if that would fix things and now the docker service failed to start and loop2 is in read-only mode. I have done nothing after tuning the machine back on and seeing the error. Any help would be much appreciated, don't want to lose any data! Syslog attached. derek-diagnostics-20200408-1415.zip
  19. In that case it's an issue with your proxy. I haven't used proxy manager, but take a look at my link. It should give you some pointers. https://github.com/novnc/noVNC/wiki/Proxying-with-nginx
  20. Are you able to use the web UI locally? Any errors in the logs?