This commit is contained in:
Andrew Z 2024-04-09 18:06:13 -04:00
parent 46fe847260
commit 3e0dd96bdb
8 changed files with 98 additions and 78 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1712685994
"last_updated_timestamp": 1712700372
}

View File

@ -165712,23 +165712,24 @@
"topPerforming": 1.585
},
{
"Name": "chibisafe",
"Repository": "chibisafe/chibisafe:latest",
"Registry": "https://hub.docker.com/r/chibisafe/chibisafe/",
"Name": "chibisafe-caddy",
"Repository": "caddy:2-alpine",
"Registry": "https://hub.docker.com/_/caddy/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://chibisafe.moe/",
"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.\r\n\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\nDefault login admin admin",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe.xml",
"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.\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\n1. Create docker network - \"docker network create NETOWK\" https://www.youtube.com/watch?v=7fzBDCI8O2w\r\n2. 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\" \r\n3. Install chibisafe put it in the docker network you create\r\n4. Unraid CLI \"wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile\"\r\n5. Install chibisafe-caddy and use it to access chibisafe\r\n6. Access chibisafe using \"http://Unraid_IP:24424\"\r\n6. Default login admin admin",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png",
"Requires": "Read Overview\r<br>chibisafe_server\r<br>chibisafe\r<br>docker network",
"Config": [
{
"@attributes": {
"Name": "Port 1",
"Target": "8000",
"Name": "Host Port 1",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "",
@ -165741,59 +165742,58 @@
},
{
"@attributes": {
"Name": "Database Path",
"Target": "/home/node/chibisafe/database",
"Name": "CadyFile Path",
"Target": "/etc/caddy/Caddyfile",
"Default": "",
"Mode": "rw",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/chibisafe/database/"
"value": "/mnt/cache/appdata/chibisafe/Caddyfile"
},
{
"@attributes": {
"Name": "Uploads Path",
"Target": "/home/node/chibisafe/uploads",
"Target": "/app/uploads",
"Default": "",
"Mode": "rw",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/chibisafe/uploads/"
"value": "/mnt/cache/appdata/chibisafe/uploads/"
},
{
"@attributes": {
"Name": "Logs Path",
"Target": "/home/node/chibisafe/logs",
"Name": "BASE_URL",
"Target": "BASE_URL",
"Default": "",
"Mode": "rw",
"Mode": "",
"Description": "",
"Type": "Path",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/chibisafe/logs/"
"value": ":80"
}
],
"Repo": "A75G's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe-caddy.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
"Productivity"
],
"downloads": 11447,
"stars": 1,
"LastUpdateScan": 1710640986,
"LastUpdate": 1708865022,
"FirstSeen": 1710640986
"downloads": 605447725,
"stars": 713,
"LastUpdate": 1712176754,
"LastUpdateScan": 1712700368,
"FirstSeen": 1712700368
},
{
"Name": "cloudbeaver",
@ -317971,17 +317971,17 @@
},
{
"@attributes": {
"Name": "Configuration file path",
"Target": "/app/conf.yml",
"Default": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml",
"Name": "Configuration folder path",
"Target": "/app",
"Default": "/mnt/user/appdata/unraid-simple-monitoring-api",
"Mode": "ro",
"Description": "The API's configuration",
"Description": "Folder for the API's configuration files. Create conf.yml here.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml"
"value": "/mnt/user/appdata/unraid-simple-monitoring-api"
},
{
"@attributes": {

View File

@ -1,7 +1,7 @@
{
"apps": 2213,
"last_updated_timestamp": 1712685994,
"last_updated": "2024-04-09 14:06",
"last_updated_timestamp": 1712700372,
"last_updated": "2024-04-09 18:06",
"categories": [
{
"Cat": "AI:",
@ -165878,23 +165878,24 @@
"topPerforming": 1.585
},
{
"Name": "chibisafe",
"Repository": "chibisafe/chibisafe:latest",
"Registry": "https://hub.docker.com/r/chibisafe/chibisafe/",
"Name": "chibisafe-caddy",
"Repository": "caddy:2-alpine",
"Registry": "https://hub.docker.com/_/caddy/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://chibisafe.moe/",
"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.\r\n\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\nDefault login admin admin",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe.xml",
"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.\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\n1. Create docker network - \"docker network create NETOWK\" https://www.youtube.com/watch?v=7fzBDCI8O2w\r\n2. 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\" \r\n3. Install chibisafe put it in the docker network you create\r\n4. Unraid CLI \"wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile\"\r\n5. Install chibisafe-caddy and use it to access chibisafe\r\n6. Access chibisafe using \"http://Unraid_IP:24424\"\r\n6. Default login admin admin",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png",
"Requires": "Read Overview\r<br>chibisafe_server\r<br>chibisafe\r<br>docker network",
"Config": [
{
"@attributes": {
"Name": "Port 1",
"Target": "8000",
"Name": "Host Port 1",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "",
@ -165907,59 +165908,58 @@
},
{
"@attributes": {
"Name": "Database Path",
"Target": "/home/node/chibisafe/database",
"Name": "CadyFile Path",
"Target": "/etc/caddy/Caddyfile",
"Default": "",
"Mode": "rw",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/chibisafe/database/"
"value": "/mnt/cache/appdata/chibisafe/Caddyfile"
},
{
"@attributes": {
"Name": "Uploads Path",
"Target": "/home/node/chibisafe/uploads",
"Target": "/app/uploads",
"Default": "",
"Mode": "rw",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/chibisafe/uploads/"
"value": "/mnt/cache/appdata/chibisafe/uploads/"
},
{
"@attributes": {
"Name": "Logs Path",
"Target": "/home/node/chibisafe/logs",
"Name": "BASE_URL",
"Target": "BASE_URL",
"Default": "",
"Mode": "rw",
"Mode": "",
"Description": "",
"Type": "Path",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/chibisafe/logs/"
"value": ":80"
}
],
"Repo": "A75G's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe-caddy.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
"Productivity"
],
"downloads": 11447,
"stars": 1,
"LastUpdateScan": 1710640986,
"LastUpdate": 1708865022,
"FirstSeen": 1710640986
"downloads": 605447725,
"stars": 713,
"LastUpdate": 1712176754,
"LastUpdateScan": 1712700368,
"FirstSeen": 1712700368
},
{
"Name": "cloudbeaver",
@ -318103,8 +318103,8 @@
"Tools-Utilities"
],
"downloads": 2146,
"LastUpdate": 1712681928,
"LastUpdateScan": 1712685994,
"LastUpdate": 1712681928,
"FirstSeen": 1710091080
},
{
@ -318137,17 +318137,17 @@
},
{
"@attributes": {
"Name": "Configuration file path",
"Target": "/app/conf.yml",
"Default": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml",
"Name": "Configuration folder path",
"Target": "/app",
"Default": "/mnt/user/appdata/unraid-simple-monitoring-api",
"Mode": "ro",
"Description": "The API's configuration",
"Description": "Folder for the API's configuration files. Create conf.yml here.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml"
"value": "/mnt/user/appdata/unraid-simple-monitoring-api"
},
{
"@attributes": {

View File

@ -3250,5 +3250,6 @@
"lscr.io/linuxserver/obsidian": 1712441159,
"charmcli/soft-serve:latest": 1712477150,
"zavy86/wikidocs": 1712628469,
"charmcli/charm:latest": 1712650049
"charmcli/charm:latest": 1712650049,
"caddy:2-alpine": 1712700368
}

12
log.txt
View File

@ -1580,7 +1580,9 @@ Processing /tmp/appFeed/templates/A75GsRepository/templates/backuppc.xml...Succe
Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/blueiris.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/A75GsRepository/templates/changedetection.io.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe.xml...Removed from CA
Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe-caddy.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe_server.xml...Removed from CA
Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/cloudbeaver.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/commafeed.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/commento.xml...Success
@ -4046,12 +4048,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
Tagged - Can't determine last update
caddy
caddy:2-alpine Downloads: 605447725 Stars: 713 Base: unknown
Pulling
Privileged: 102
No change to feed
Updating GitHub

View File

@ -317937,8 +317937,8 @@
"Tools-Utilities"
],
"downloads": 2146,
"LastUpdate": 1712681928,
"LastUpdateScan": 1712685994,
"LastUpdate": 1712681928,
"FirstSeen": 1710091080
},
{

View File

@ -86523,5 +86523,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1690389155
},
"caddy:2-alpine": {
"Base": null,
"Downloads": 605447725,
"Stars": 713,
"Time": 1712700368,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1712176754
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 450,
"caFixed": 452,
"fixedTemplates": {
"pducharme's Repository": {
"pducharme/unifi": [
@ -848,6 +848,12 @@
"A75G's Repository": {
"jshridha/blueiris:gpu": [
"Privileged mode set. This may not be necessary"
],
"chibisafe/chibisafe:latest": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA."
],
"chibisafe/chibisafe-server:latest": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA."
]
},
"MrChunky's Repository": {