-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker for i386 (install Diskstation) #73
Comments
|
not yet, but it's been a long time |
See #72 (comment) I will consider this a request for i386. I know @mwild1 has some experience building multi-architecture Docker images for Snikket so should be doable once we get around to it. |
I was able to get Docker with Prosody 11.9 working on a Synology 412+. The problems I ran into were fragmented instructions. The environment variables didn't appear to work, at least I could not get them to be recognized, so all configuration was applied on the prosody.cfg.lua file. The following should allow you to get started with the docker. VolumesMapping the volumes remained accurate based on the documents page 1. Configuration fileThe example file 2 for version 11 was missing pieces. I had to include some variables not included in the file pieced together from the documents and youtube videos. Any variable in the configuration file referencing a docker environment variable, ENV_PROSODY_VIRTUAL_HOSTS for example, use the documented variable instead. ie: VirtualHost "example.com". DatabaseThe database document page3 was accurate for configuration, I used MySQL for the backend. However, the example file omitted the port variable. Here is the corrected version which worked immediately once I added the missing variable. Extra configThe bottom of the example file includes a line, CertsRun the interactive AccountsRun the interactive Footnotes |
i would like to use prosody on the synology diskstation. apparently, however, the images are very outdated and only for x64.
The text was updated successfully, but these errors were encountered: