Skip to content

Commit 5b53ba9

Browse files
authored
Merge pull request #585 from fatflyingpigs/fossflow
2 parents fd4fc56 + fa3b69c commit 5b53ba9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

templates/fossflow.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<Container version="2">
3+
<Name>fossflow</Name>
4+
<Repository>stnsmith/fossflow</Repository>
5+
<Registry>https://hub.docker.com/r/stnsmith/fossflow/</Registry>
6+
<Network>bridge</Network>
7+
<Support>https://github.com/stan-smith/FossFLOW/issues</Support>
8+
<Project>https://github.com/stan-smith/FossFLOW</Project>
9+
<Overview>FossFLOW is a powerful, open-source Progressive Web App (PWA) for creating beautiful isometric diagrams. Built with React and the Isoflow (Now forked and published to NPM as fossflow) library, it runs entirely in your browser with offline support.</Overview>
10+
<Category>Tools:Utilities</Category>
11+
<WebUI>http://[IP]:[PORT:80]</WebUI>
12+
<Config Name="WebUI" Target="80" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
13+
<Config Name="App Data" Target="/data/diagrams" Default="/mnt/user/appdata/fossflow" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/fossflow</Config>
14+
<Config Name="ENABLE_SERVER_STORAGE" Target="ENABLE_SERVER_STORAGE" Default="true|false" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"/>
15+
</Container>

0 commit comments

Comments
 (0)