unsync

Results 12 comments of unsync

Thanks for the quick answer ! I tried to compile it but it failed, I'll have another try tomorrow and will give you an update if it works. I have...

great. While i'm here, have you ever thought about managing an application secret ? The idea is that if anyone finds my lovebeat instance, there is nothing preventing him to...

Make sense... i didn't think about all the ramifications ! Would you be interested by some configuration examples ? I've setup a config with a bash script to send alerts...

Found my answer about alarms reading the docs of [https://github.com/BurntSushi/toml](url) ``` [[alarms]] name = "backup" pattern = "backups.*" alerts = ["pagerduty"] [[alarms]] name = "uptime" pattern = "uptime.*" alerts =...

@j-f1 well, it would not work as it is ^^ you got several way to look at it depending on the direction wanted for this tool : - you set...

1. Main reason was to use standard php images as a base, and they provide one with apache. My go-to is usually nginx, but i was aiming for simplicity in...

3. you have two use cases (that i can hink of) : a. using docker for local developement. In that case, using the same `.env` is cool, don't need to...

That is actually a very good question ! Personally I did this setup thinking about hosting my own astral server... but if this docker setup is aiming at developers, it...

@h1nk your anti-pattern point is valid, yet the php-apache docker image is a fairly popular base image in the docker ecosystem, and nothing actually stops you from reverse-proxying from the...

Hi, i also made this POC to host Astral on docker, using mariadb as storage. feel free to improve it ! https://github.com/unsync/astral-docker