-
[Support] Mail Archiver
I would recommend checking out the container logs. Perhaps there is a more telling error message there. Edit: only thing I noticed is you did not set a proper timezone yet. You could try to change Etc/UTC to your actual timezone.
-
[Support] Mail Archiver
Could you show your settings some more?
-
[Support] Traefik GeoIP filter
Support topic for Traefik GeoIP filter: a Docker container that works as a GeoIP allow/blocklist middleware for Traefik. Uses the Maxmind GeoLite2 database. Documentation is on Github: https://github.com/mpdcampbell/traefik-geoip-filter Requirements Make sure Traefik is on the same Docker network Create a free account on MaxMind.com - then create a free license key in My Account Configure Traefik with for a new Forwardauth middleware Traefik configuration There are different ways to apply this middleware in Traefik. E.g. using Docker labels or by adding it to your default http router (so it applies to all of your containers). These examples are for the latter. Example for Traefik dynamic configuration (fileConfig.yml): http: middlewares: geoip-filter: -- ADD THIS LINE forwardAuth: -- ADD THIS LINE address: "http://traefik-geo-ipfilter:8080/traefik" -- ADD THIS LINE trustForwardHeader: true -- ADD THIS LINE maxResponseBodySize: 1048576 -- ADD THIS LINE Example for Traefik static configuration (traefik.yml): entryPoints: https: address: :443 http: middlewares: -- ADD THIS LINE - geoip-filter@file -- ADD THIS LINE
-
Emphyrio started following How to pass server timezone to Docker container , [Support] Traefik GeoIP filter and [Support] Mail Archiver
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
I think it has something to do with your setting for Host Path 1. This points to the container path /srv, that is the location inside the container where FileBrowser looks for the files it has to serve up. When you followed the instructions, you made a new share in Unraid called FileBrowser Files (case sensitive). Within that share, you created a users folder. Maybe this helps: you don't have to create a folder called srv yourself. This folder is inside the container, already prepared. You just map the location of the share you created to the container path 'srv'. It could look like this (default settings): This assumes you have succesfully ran these commands in the Unraid terminal: mkdir -p /mnt/user/FileBrowser Files/users chown -R 1000:100 /mnt/user/FileBrowser Files/users
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
I just started working on an Unraid template this weekend, then today I noticed yours. Great! I created this icon that is a little cleaner (no black circle background), perhaps you´d like to use it: https://raw.githubusercontent.com/rschuiling/unraid-templates/refs/heads/main/icons/logo_filebrowser-quantum.png One recommendation for your template: you could change the WebUI to http://[IP]:[PORT:8890]/files. The port is now 80, should be 8890 for the WebUI url to work with the default settings.
-
[Support] Mail Archiver
Thanks for you feedback, I will change the example in the app template. Edit: also created a feature request for showing an error message on the login screen in case the database connection failed.
-
[Support] Mail Archiver
Not that I'm aware of, I just enter the Web UI and that's it. The default login is admin / secure123! . Which you should definitely change of course. Is there something in your logs?
-
[Support] Mail Archiver
Mail Archiver is a web-based solution for archiving, searching, and exporting emails. All emails and attachments are stored in a Postgresql database. On Github: https://github.com/s1t5/mail-archiver On Docker: https://hub.docker.com/r/s1t5/mailarchiver The developer of Mail Archiver is s1t5. I am not him, but will try to support best effort. Edit: he also joined and participates in this topic :-) Some setup hints, what worked for me: First install postgresql17 from the Community App Store. (Instance) Name: postgresql17-mailarchiver - for easy of installation, I prefer to use a separate database instance for each app. Path to appdata: /mnt/user/appdata/postgresql17-mailarchiver - to match the instance name. Database name: MailArchiver - the recommended default. Database user: mailuser - the recommended default. Database password: something long, but only with these characters: [A-Z] [a-z] [0-9] - this prevents connection issues. Then install the Mail Archiver app. Pay particular attention to the database connection string. 'Host' should be the local IP address when you are using the default bridge network, or the hostname (postgresql17-mailarchiver) when using a custom Docker network. Admin password: at first use something simple, later change it through the WebUI to something harder. Order the apps in your Docker list. Make sure Postgresql is above MailArchiver, so it gets started first. Add a 20 second wait time, so the database is up and running before MailArchiver starts. Right now, MailArchiver does not handle a missing database connection gracefully. This helps. If you first installed the Postgresql17 container, then later decide you want to change any of the parameters (database, username, password): you have to remove the Docker app AND the appdata folder, then reinstall postgresql17. If you try to change those parameters without cleaning up first, the changes will not be applied.
-
How to pass server timezone to Docker container
Thanks people, I passed the information along.
-
How to pass server timezone to Docker container
Is there any documentation about this? How can the container developer pick it up?
-
How to pass server timezone to Docker container
I am trying to create a first Docker user template, for s1t5/mail-archiver. One of the variables is the timezone, TZ identifier. I was wondering if the server's timezone could be pushed to the container? So the user does not have to type it in manually. Thanks in advance for any pointers.
-
[Support] binhex - SABnzbdVPN
We had a power outage today. The Sabnzbd docker is the only one that wouldn't start, showing error 403. I removed the docker and image, and am trying to reinstall from the Community App Store. But it shows this error: Can anyone help with this?
-
[Support] binhex - SABnzbdVPN
Edit: I found my answer. There was some scheduling active that set the Speed Limit. Fixed it! Whenever I restart the Sabnzbd container, the download speed limit gets set to 12MB/s. This is ignoring the Tuning settings (set to a line speed of 60 MB/s and to use 100% of line speed). I can manually adjust the slider, that works. But the slider resets to 12 MB/s after some time (every time after a container restart/update, perhaps more often but I can´t pinpoint that). How can I change this behaviour? I would like to download at full speed of course 🙂 Some background: I recently upgraded my internet speed to 1 Gbit/s, it used to be 100 Mbit/s. Sabnzbd seems to be stuck on the previous speed. Screenshots of relevant settings are attached. Whatever I set as 'maximum line speed', after restarting the limit always gets set to 12 MB/s. E.g. maximum line speed = 100 MB/s, then the limit will be 12%. Maximum line speed = 60 MB/s, then the limit will be 20%.
-
[Support] A75G Repo
I just installed Psitransfer from the community store. I seem to be unable to upload any files, because of 'Error: EACCES: permission denied, mkdir '/data/4210a2427cc7'. I am a newbie and not quite sure what to do. I assume I need to change permissions on the appdata/psitransfer folder? Can anyone provide some guidance? Thanks in advance!
-
Unable to order: State/Province list is empty
Agreed, I also noticed this. Country is always on United States.
Emphyrio
Members
-
Joined
-
Last visited