-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathleafwiki.xml
More file actions
42 lines (42 loc) · 4.28 KB
/
Copy pathleafwiki.xml
File metadata and controls
42 lines (42 loc) · 4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<Container version="2">
<Name>leafwiki</Name>
<Repository>ghcr.io/perber/leafwiki:latest</Repository>
<Registry>https://github.com/perber/leafwiki/blob/main/readme.md</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates</Support>
<Project>https://github.com/perber/leafwiki</Project>
<Overview>LeafWiki – A fast wiki for people who think in folders, not feeds
Single Go binary. Markdown on disk. No external database service.
LeafWiki is a lightweight, self-hosted wiki for runbooks, internal docs, and technical notes — built for fast writing and explicit structure. It keeps your content as plain Markdown on disk and gives you fast navigation, search, and editing — without running additional services.</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/JPDVM2014/icons/refs/heads/main/leafwiki.png</Icon>
<ExtraParams>--user 99:100</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1770861541</DateInstalled>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Requires/>
<Config Name="Appdata" Target="/app/data" Default="/mnt/user/appdata/leafwiki" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/leafwiki</Config>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="LEAFWIKI_ADMIN_PASSWORD" Target="LEAFWIKI_ADMIN_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="LEAFWIKI_JWT_SECRET" Target="LEAFWIKI_JWT_SECRET" Default="" Mode="" Description="Long random string" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="LEAFWIKI_PUBLIC_ACCESS" Target="LEAFWIKI_PUBLIC_ACCESS" Default="true|false" Mode="" Description="Allow public read-only access" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="LEAFWIKI_ALLOW_INSECURE" Target="LEAFWIKI_ALLOW_INSECURE" Default="true|false" Mode="" Description="Disables Secure &amp; HttpOnly cookies (required for HTTP)" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="LEAFWIKI_ENABLE_REVISION" Target="LEAFWIKI_ENABLE_REVISION" Default="true|false" Mode="" Description="Enable revision history" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="LEAFWIKI_MAX_REVISION_HISTORY" Target="LEAFWIKI_MAX_REVISION_HISTORY" Default="100" Mode="" Description="Max revisions per page; 0 = unlimited" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
<Config Name="LEAFWIKI_ENABLE_LINK_REFACTOR" Target="LEAFWIKI_ENABLE_LINK_REFACTOR" Default="true|false" Mode="" Description="Link rewriting on rename/move" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="LEAFWIKI_HIDE_LINK_METADATA_SECTION" Target="LEAFWIKI_HIDE_LINK_METADATA_SECTION" Default="true|false" Mode="" Description="Hide backlinks and link status panel" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="LEAFWIKI_DISABLE_AUTH" Target="LEAFWIKI_DISABLE_AUTH" Default="true|false" Mode="" Description="Disable authentication" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="LEAFWIKI_ACCESS_TOKEN_TIMEOUT" Target="LEAFWIKI_ACCESS_TOKEN_TIMEOUT" Default="15m" Mode="" Description="Access token duration" Type="Variable" Display="always" Required="false" Mask="false">15m</Config>
<Config Name="LEAFWIKI_REFRESH_TOKEN_TIMEOUT" Target="LEAFWIKI_REFRESH_TOKEN_TIMEOUT" Default="168h" Mode="" Description="Refresh token duration" Type="Variable" Display="always" Required="false" Mask="false">168h</Config>
<Config Name="LEAFWIKI_PORT" Target="LEAFWIKI_PORT" Default="8080" Mode="" Description="Port" Type="Variable" Display="always" Required="false" Mask="false">8080</Config>
<TailscaleStateDir/>
</Container>