Skip to content

Commit

Permalink
add PUID and PGID
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Jun 27, 2024
1 parent 597ec11 commit 7b2f84a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manyfold/manyfold.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ in DATABASE_URL</Requires>
<Config Name="DATABASE_NAME" Target="DATABASE_NAME" Default="manyfold" Mode="" Description="The name of the database on your PostgresSQL server" Type="Variable" 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="REDIS_URL" Target="REDIS_URL" Default="redis://redis:6379/1" 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="Libraries" Target="/libraries" Default="" Mode="rw" Description="Location of 3D assets" Type="Path" Display="always" Required="true" Mask="false"/>
</Container>

0 comments on commit 7b2f84a

Please sign in to comment.