Skip to content

Commit

Permalink
Merge pull request #480 from Squidly271/patch-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Mar 2, 2024
2 parents a6f1ca2 + 45385dc commit 845ee65
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions templates/planka.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
<Project>https://planka.app/</Project>
<Requires>Postgres</Requires>
<WebUI>http://[IP]:[PORT:1337]</WebUI>
<PostArgs>bash -c
"for i in `seq 1 30`; do
./start.sh &amp;&amp;
s=$$? &amp;&amp; break || s=$$?;
echo \"Tried $$i times. Waiting 5 seconds...\";
sleep 5;
done; (exit $$s)"</PostArgs>
<PostArgs></PostArgs>
<Overview>The realtime kanban board for workgroups built with React and Redux.</Overview>
<Config Name="User Avatars" Target="/app/public/user-avatars" Default="/mnt/user/appdata/planka/user-avatars" Mode="rw" Description="User Avatar Storage Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/planka/user-avatars</Config>
<Config Name="Project Background Images" Target="/app/public/project-background-images" Default="/mnt/user/appdata/planka/project-background-images" Mode="rw" Description="Background Image Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/planka/project-background-images</Config>
Expand All @@ -26,4 +20,4 @@
<Config Name="Base URL" Target="BASE_URL" Default="http://localhost:3000" Mode="" Description="Base URL of Planka" Type="Variable" Display="always" Required="true" Mask="false">http://localhost:3000</Config>
<Config Name="Database URL" Target="DATABASE_URL" Default="postgresql://postgres@postgres/planka" Mode="" Description="Postgres Database Auth" Type="Variable" Display="always" Required="true" Mask="false">postgresql://postgres@postgres/planka</Config>
<Config Name="Secret Key" Target="SECRET_KEY" Default="notsecretkey" Mode="" Description="Secret Key" Type="Variable" Display="always" Required="true" Mask="true">notsecretkey</Config>
</Container>
</Container>

0 comments on commit 845ee65

Please sign in to comment.