33 lines
No EOL
2.3 KiB
XML
33 lines
No EOL
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>chibisafe-caddy</Name>
|
|
<Repository>caddy:2-alpine</Repository>
|
|
<Registry>https://hub.docker.com/_/caddy/</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:</Category>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png</Icon>
|
|
<Requires>Read Overview
|
|
chibisafe_server
|
|
chibisafe
|
|
docker network</Requires>
|
|
<Config Name="Host Port 1" Target="80" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">24424</Config>
|
|
<Config Name="CadyFile Path" Target="/etc/caddy/Caddyfile" Default="" Mode="ro" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/cache/appdata/chibisafe/Caddyfile</Config>
|
|
<Config Name="Uploads Path" Target="/app/uploads" Default="" Mode="ro" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/cache/appdata/chibisafe/uploads/</Config>
|
|
<Config Name="BASE_URL" Target="BASE_URL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">:80</Config>
|
|
</Container> |