You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ConfigName="Host Port 1"Target="29318"Default=""Mode="tcp"Description="Container Port: 29318"Type="Port"Display="always"Required="false"Mask="false">29318</Config>
<ConfigName="Host Port 1"Target="80"Default=""Mode="tcp"Description="Container Port: 80"Type="Port"Display="always"Required="false"Mask="false"></Config>
69
+
<ConfigName="Host Port 2"Target="443"Default=""Mode="tcp"Description="Container Port: 443"Type="Port"Display="always"Required="false"Mask="false"></Config>
70
+
<ConfigName="Host Port 3"Target="8443"Default=""Mode="tcp"Description="Container Port: 8443"Type="Port"Display="always"Required="false"Mask="false"></Config>
<Overview>Photonix is a photo management application based on web technologies. Run it on your home server and it will let you find what you want from your photo collection using any device. Smart filtering is made possible automatically by object recognition, location awareness, color analysis and other algorithms.</Overview>
<Description>Photonix is a photo management application based on web technologies. Run it on your home server and it will let you find what you want from your photo collection using any device. Smart filtering is made possible automatically by object recognition, location awareness, color analysis and other algorithms.</Description>
<ConfigName="Environment"Target="ENV"Default="prd"Mode=""Description="In prd mode, running code and services are as optimised as possible. Running in dev mode enables features like Webpack/React hot module reloading (HMR), Django Runserver (code auto-reloading), Storybook server etc."Type="Variable"Display="always"Required="false"Mask="false"></Config>
114
+
<ConfigName="Postgres Host"Target="POSTGRES_HOST"Default=""Mode=""Description="Host name for Postgres database instance."Type="Variable"Display="always"Required="false"Mask="false"></Config>
115
+
<ConfigName="Postgres Database"Target="POSTGRES_DB"Default=""Mode=""Description="Database name for Postgres database instance, will be auto-created on first run if it doesn't exist."Type="Variable"Display="always"Required="false"Mask="false"></Config>
116
+
<ConfigName="Postgres User"Target="POSTGRES_USER"Default=""Mode=""Description="Username for Postgres database."Type="Variable"Display="always"Required="false"Mask="false"></Config>
117
+
<ConfigName="Postgres Password"Target="POSTGRES_PASSWORD"Default=""Mode=""Description="Password for Postgres database."Type="Variable"Display="always"Required="false"Mask="false"></Config>
118
+
<ConfigName="Redis Host"Target="REDIS_HOST"Default=""Mode=""Description="Redis hostname, used for resource locking."Type="Variable"Display="always"Required="false"Mask="false"></Config>
119
+
<ConfigName="Allowed Hosts"Target="ALLOWED_HOSTS"Default="'*'"Mode=""Description="Restricts access for Django backend to be accessed from just a certain hostname."Type="Variable"Display="always"Required="false"Mask="false">*</Config>
120
+
<ConfigName="Admin Username"Target="ADMIN_USERNAME"Default=""Mode=""Description="Creates a username for the admin user on first run"Type="Variable"Display="always"Required="false"Mask="false"></Config>
121
+
<ConfigName="Admin Password"Target="ADMIN_PASSWORD"Default=""Mode=""Description="Sets password for the admin user on first run. If this is set but ADMIN_USERNAME is not, the username will be admin"Type="Variable"Display="always"Required="false"Mask="false"></Config>
122
+
<ConfigName="Demo Mode"Target="DEMO"Default="0"Mode=""Description="Starts the environment with a demo user account, library and downloads some demo photos. This is how the demo at https://demo.photonix.org/ runs"Type="Variable"Display="always"Required="false"Mask="false"></Config>
<Overview>Synapse is the most widely installed Matrix homeserver implementation. It is a reference "homeserver" implementation of Matrix from the core development team at matrix.org
<Description>Synapse is the most widely installed Matrix homeserver implementation. It is a reference "homeserver" implementation of Matrix from the core development team at matrix.org
0 commit comments