Skip to content

Commit

Permalink
Change database location
Browse files Browse the repository at this point in the history
and make PUID/PGID optional
  • Loading branch information
tjorim committed Jul 12, 2024
1 parent c11b86d commit 85a044e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manyfold/manyfold-solo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<DonateLink />
<Config Name="Web UI Port" Target="3214" Default="3214" Mode="tcp" Description="Container Port: 3214" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="SECRET_KEY_BASE" Target="SECRET_KEY_BASE" Default="a_nice_long_random_string" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="The user ID that Manyfold should run as" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="The group ID that Manyfold should run as" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DATABASE_URL" Target="DATABASE_URL" Default="sqlite3:/config/manyfold.sqlite3" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="The user ID that Manyfold should run as" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="The group ID that Manyfold should run as" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="SQLite database" Target="/config" Default="" Mode="rw" Description="Location for the SQLite database" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Libraries" Target="/libraries" Default="" Mode="rw" Description="Location of 3D assets" Type="Path" Display="always" Required="true" Mask="false"/>
</Container>

0 comments on commit 85a044e

Please sign in to comment.