modem7
modem7
Also note that the healthcheck is only checking the NGINX portion of things. If the PHP side of things breaks, it won't catch it. Maybe something more [complex](https://github.com/renatomefi/php-fpm-healthcheck) more is...
> This is a fantastic improvement to the project. I wonder if we could check the actual FlashPaper application that would be served _through_ nginx and php-fpm to see if...
The link on selfhosted sends us to this git unfortunately (how I found this originally), I also came here looking for a containerised solution. Currently there doesn't seem to be...
Any updates on this from the team?
The solution for anyone else who wishes to do this: In your .env file, single quote the value, but do not escape it. .env file: ```yaml TIMETAGUSER="myuser" TIMETAGPASS='$2a$08$qFFehmqHMmIwR91g77N9xOc.eA8pkRE64zXwJo/AR/fWTbGrEgHEm' ``` docker-compose...
> Glad you figured that one out. So if I understand correctly, using the single quotes prevents the dollar signs to be evaluated as variables, right? That's correct. - Double...
> @aljawaid If you're using Nginx you can add a login screen before getting to the web page. > people are also talking about Authelia here : https://github.com/pawelmalak/snippet-box/issues/44 but I...
Heya, Both with new image + container_enable_scheduling: ``` today at 19:41:45 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. today at 19:41:45 [s6-init] ensuring user provided files have correct...
No worries man! Zero rush on this, as I said, base functionality works as intended, this was just something that was picked up by chance, and realistically shouldn't make any...
I certainly agree that it should be a variable/option that's disabled by default, forcing this could (and probably would) cause far too many unexpected problems for those not expecting the...