Last active
July 21, 2026 07:22
-
-
Save lewispb/49007ff4d2054c6953482ab1fdabf06d to your computer and use it in GitHub Desktop.
Fizzy - Unraid Docker application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <Container version="2"> | |
| <Name>fizzy</Name> | |
| <Repository>ghcr.io/basecamp/fizzy:main</Repository> | |
| <Registry>https://github.com/basecamp/fizzy/pkgs/container/fizzy</Registry> | |
| <Network>bridge</Network> | |
| <MyIP/> | |
| <Shell>sh</Shell> | |
| <Privileged>false</Privileged> | |
| <Support/> | |
| <Project/> | |
| <Overview>Kanban as it should be. Not as it has been. Fizzy is a collaborative kanban-style project management tool by 37signals. Create boards, organize tasks into columns and track issues. Features include card assignments, comments, mentions, tags and webhooks. Self-contained with SQLite - no external database required.</Overview> | |
| <Category/> | |
| <WebUI>http://[IP]:[PORT:80]/</WebUI> | |
| <TemplateURL/> | |
| <Icon>https://raw.githubusercontent.com/basecamp/fizzy/main/public/favicon.png</Icon> | |
| <ExtraParams>-u $(id -u):$(id -g)</ExtraParams> | |
| <PostArgs/> | |
| <CPUset/> | |
| <DateInstalled>1765317623</DateInstalled> | |
| <DonateText/> | |
| <DonateLink/> | |
| <Requires/> | |
| <Config Name="Secret Key Base" Target="SECRET_KEY_BASE" Default="" Mode="" Description="Change to a unique random value" Type="Variable" Display="always" Required="false" Mask="false">6d3932bba52583cb4ad5501c16ee6553ad7702e24fce4489c6338d32ef9800908e9776cea38020dd54b3388e9f1c4478adaa1e5bcff06e8a64eee744c8fd8372</Config> | |
| <Config Name="Storage" Target="/rails/storage" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/fizzy/storage</Config> | |
| <Config Name="Web Port" Target="80" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3006</Config> | |
| <Config Name="Assume SSL" Target="ASSUME_SSL" Default="" Mode="" Description="Disabled for self-hosting on a LAN" Type="Variable" Display="always" Required="false" Mask="false">false</Config> | |
| <Config Name="Force SSL" Target="FORCE_SSL" Default="" Mode="" Description="Disabled for self-hosting on a LAN" Type="Variable" Display="always" Required="false" Mask="false">false</Config> | |
| <Config Name="SMTP Address" Target="SMTP_ADDRESS" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">smtp.gmail.com</Config> | |
| <Config Name="SMTP Username" Target="SMTP_USERNAME" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">youremail@gmail.com</Config> | |
| <Config Name="SMTP Password" Target="SMTP_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">password</Config> | |
| <Config Name="SMTP Port" Target="SMTP_PORT" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">587</Config> | |
| <Config Name="Solid Queue" Target="SOLID_QUEUE_IN_PUMA" Default="" Mode="" Description="Execute background jobs in the web server process." Type="Variable" Display="always" Required="false" Mask="false">true</Config> | |
| </Container> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Be sure to change SECRET_KEY_BASE to a random unique value before use.