Still with the aim of growing the project, I would like to improve the installation documentation for Gladys, especially for installations outside of Raspberry Pi.
It’s simple, but for example the tutorial « install gladys on a freebox delta » brings a lot of traffic from Google:
When I was investigating CalDAV issues on Synology, I used Démonstrations en ligne de Synology, which allows you to have a demo of the software that manages the NAS directly in your browser. It doesn’t have everything, but I believe there is the possibility to install packages (including Docker) and perform some manipulations. If no one has a Synology, this can help.
Good to know @bertrandda! After that, in the case of Gladys, I think the Synology interface does not allow installing a container in network_mode=host (I’m not sure exactly)
But in short, I think unfortunately we have to switch to CLI…
I’m bumping this thread to confirm that Docker on Synology (compatible) allows using network_mode=host (that’s what I have) and that you can now create a Projet with Docker Compose.
Après une petite recherche, je suis quasi sur que oui :
First of all, there is no /etc/timezone on Synology, instead you must map /etc/TZ to /etc/timezone.
/etc/localtime does exists and indeed needs to be mapped from /etc/localtime to /etc/localtime.
That’s strange because I have a 918+ and when I installed Gladys back then, I never had a problem with the original command…
After checking, I used the Docker Compose installation and not the Synology NAS one and everything worked perfectly without error, which goes to show that when you do it with Docker, you do it with Docker QED!