33 lines
No EOL
2.5 KiB
XML
33 lines
No EOL
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>chibisafe_server</Name>
|
|
<Repository>chibisafe/chibisafe-server:latest</Repository>
|
|
<Registry>https://hub.docker.com/r/chibisafe/chibisafe/</Registry>
|
|
<Network>bridge</Network>
|
|
<Shell>sh</Shell>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
|
<Project>https://chibisafe.moe/</Project>
|
|
<Overview>chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.
|
|
It's easily customizable and deploying your own instance is a breeze. 
|
|

|
|
1. Create docker network - "docker network create NETOWK" https://www.youtube.com/watch?v=7fzBDCI8O2w
|
|
2. Install chibisafe-server put it in the docker network you create and change SERVE_UPLOADS_FROM variable to your IP example "http://192.168.0.100:24424" 
|
|
3. Install chibisafe put it in the docker network you create
|
|
4. Unraid CLI "wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile"
|
|
5. Install chibisafe-caddy and use it to access chibisafe
|
|
6. Access chibisafe using "http://Unraid_IP:24424"
|
|
6. Default login admin admin</Overview>
|
|
<Category>Productivity: Tools:Utilities</Category>
|
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe_server.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png</Icon>
|
|
<Requires>Read Overview
|
|
chibisafe
|
|
chibisafe-caddy
|
|
docker network</Requires>
|
|
<Config Name="Database Path" Target="/app/database" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/chibisafe/database/</Config>
|
|
<Config Name="Uploads Path" Target="/app/uploads" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/chibisafe/uploads/</Config>
|
|
<Config Name="Logs Path" Target="/app/logs" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/chibisafe/logs/</Config>
|
|
<Config Name="SERVE_UPLOADS_FROM" Target="SERVE_UPLOADS_FROM" Default="" Mode="" Description="Change it to Unraid IP" Type="Variable" Display="always" Required="false" Mask="false">http://Unraid_IP:24424</Config>
|
|
</Container> |