From f6751f9a97948d139773c0e61ccd972d5c3dc703 Mon Sep 17 00:00:00 2001 From: A75G <31223569+A75G@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:28:47 +0300 Subject: [PATCH] chibisafe 6.0 changes --- templates/chibisafe-caddy.xml | 33 +++++++++++++++++++++++++++++++++ templates/chibisafe.xml | 22 ++++++++++++++-------- templates/chibisafe_server.xml | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 8 deletions(-) create mode 100644 templates/chibisafe-caddy.xml create mode 100644 templates/chibisafe_server.xml diff --git a/templates/chibisafe-caddy.xml b/templates/chibisafe-caddy.xml new file mode 100644 index 0000000..a8df216 --- /dev/null +++ b/templates/chibisafe-caddy.xml @@ -0,0 +1,33 @@ + + + chibisafe-caddy + caddy:2-alpine + https://hub.docker.com/_/caddy/ + bridge + sh + false + https://forums.unraid.net/topic/89502-support-a75g-repo/ + https://chibisafe.moe/ + 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 + Productivity: + http://[IP]:[PORT:80] + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png + Read Overview +chibisafe_server +chibisafe +docker network + 24424 + /mnt/cache/appdata/chibisafe/Caddyfile + /mnt/cache/appdata/chibisafe/uploads/ + :80 + \ No newline at end of file diff --git a/templates/chibisafe.xml b/templates/chibisafe.xml index 9052131..47bc838 100644 --- a/templates/chibisafe.xml +++ b/templates/chibisafe.xml @@ -9,16 +9,22 @@ https://forums.unraid.net/topic/89502-support-a75g-repo/ https://chibisafe.moe/ 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. -Default login admin admin - Productivity: Tools: - http://[IP]:[PORT:8000] +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 + Productivity: Tools:Utilities + http://[IP]:[PORT:8001] https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe.xml https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png - 24424 - /mnt/user/appdata/chibisafe/database/ - /mnt/user/appdata/chibisafe/uploads/ - /mnt/user/appdata/chibisafe/logs/ + Read Overview +chibisafe_server +chibisafe-caddy +docker network + http://chibisafe_server:8000 \ No newline at end of file diff --git a/templates/chibisafe_server.xml b/templates/chibisafe_server.xml new file mode 100644 index 0000000..04f2eac --- /dev/null +++ b/templates/chibisafe_server.xml @@ -0,0 +1,33 @@ + + + chibisafe_server + chibisafe/chibisafe-server:latest + https://hub.docker.com/r/chibisafe/chibisafe/ + bridge + sh + false + https://forums.unraid.net/topic/89502-support-a75g-repo/ + https://chibisafe.moe/ + 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 + Productivity: Tools:Utilities + http://[IP]:[PORT:8000] + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe_server.xml + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png + Read Overview +chibisafe +chibisafe-caddy +docker network + /mnt/user/appdata/chibisafe/database/ + /mnt/user/appdata/chibisafe/uploads/ + /mnt/user/appdata/chibisafe/logs/ + http://Unraid_IP:24424 + \ No newline at end of file