This commit is contained in:
Andrew Z 2022-08-11 16:03:46 -04:00
parent 3c3064c516
commit cea959f91a
12 changed files with 373 additions and 22 deletions

View File

@ -1 +1 @@
{"last_updated_timestamp":1660241028}
{"last_updated_timestamp":1660248223}

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1660241028
"last_updated_timestamp": 1660248223
}

File diff suppressed because one or more lines are too long

View File

@ -223510,8 +223510,8 @@
"GameServers"
],
"downloads": 714,
"LastUpdate": 1639466556,
"LastUpdateScan": 1660241028,
"LastUpdate": 1639466556,
"FirstSeen": 1639458222
},
{
@ -240298,7 +240298,6 @@
],
"downloads": 8167313,
"stars": 436,
"LastUpdate": 1660235835,
"trending": 0.124,
"trends": [
0.123,
@ -240314,6 +240313,7 @@
8167313
],
"LastUpdateScan": 1660241028,
"LastUpdate": 1660235835,
"FirstSeen": 1655045558
},
{
@ -241269,6 +241269,170 @@
"LastUpdate": 1659171560,
"FirstSeen": 1659189808
},
{
"Name": "Nextcloud-cronjob",
"Repository": "rcdailey/nextcloud-cronjob",
"Registry": "https://hub.docker.com/r/rcdailey/nextcloud-cronjob",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/127078-support-kilrahnextcloud-ffmpeg/",
"Project": "https://github.com/rcdailey/nextcloud-cronjob",
"Overview": "Nextcloud cron job runner.\r\nThe official Nextcloud Docker container needs something external to run its cron jobs reliably, this is a simple solution to this problem to avoid having to delve into user scripts.\r\nMake sure to select \"Cron (Recommended)\" for the Background Jobs option in your nextcloud instance's Basic Settings.",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/nextcloud-cronjob.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-cronjob.png",
"Config": [
{
"@attributes": {
"Name": "Docker Socket",
"Target": "/var/run/docker.sock",
"Default": "/var/run/docker.sock",
"Mode": "ro",
"Description": "Docker Socket",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_CONTAINER_NAME",
"Target": "NEXTCLOUD_CONTAINER_NAME",
"Default": "Nextcloud-ffmpeg",
"Mode": "",
"Description": "The name of your nextcloud container",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_CRON_MINUTE_INTERVAL",
"Target": "NEXTCLOUD_CRON_MINUTE_INTERVAL",
"Default": "15",
"Mode": "",
"Description": "How often to run the cron jobs, in minutes",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_EXEC_USER",
"Target": "NEXTCLOUD_EXEC_USER",
"Default": "www-data",
"Mode": "",
"Description": "The user to run the job as in the nextcloud container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_EXEC_SHELL",
"Target": "NEXTCLOUD_EXEC_SHELL",
"Default": "bash",
"Mode": "",
"Description": "Which shell to use in the nextcloud container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Kilrah's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/KilrahsRepository/templates/nextcloud-cronjob.xml",
"CategoryList": [
"Cloud"
],
"downloads": 4070092,
"stars": 11,
"LastUpdate": 1647717591,
"LastUpdateScan": 1660248223,
"FirstSeen": 1660248223
},
{
"Name": "Nextcloud-ffmpeg",
"Repository": "kilrah/nextcloud-ffmpeg",
"Registry": "https://hub.docker.com/repository/docker/kilrah/nextcloud-ffmpeg",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/127078-support-kilrahnextcloud-ffmpeg/",
"Project": "https://nextcloud.com/",
"Overview": "Official Nextcloud image, but with ffmpeg added to the container to allow for building video thumbnails and using video conversion apps.\r\r\nThe image is built from the official nextcloud:latest tag. ffmpeg takes an extra 450MB in the container image, should you not need it you can safely replace the \"Repository\" entry with \"nextcloud:latest\", both images are directly compatible regarding all of appdata/storage/database/mounts/ports.\r\r\nTo enable previews for movies you will need to edit your appdata/config/config.php file and enable the appropriate providers, refer to Nextcloud's configuration doc below or the config.sample.php in the same folder which is well documented:\r\nhttps://docs.nextcloud.com/server/22/admin_manual/configuration_server/config_sample_php_parameters.html#previews.\r\r\nIf you have large images you might need to increase preview_max_memory, in which case you would also want to increase the global PHP memory limit. To do so you can add \"-e PHP_MEMORY_LIMIT=XX\" in this template's Extra Parameters.",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/nextcloud-ffmpeg.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-ffmpeg.png",
"Config": [
{
"@attributes": {
"Name": "HTTP port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "HTTP port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "App Data",
"Target": "/var/www/html",
"Default": "/mnt/user/appdata/nextcloud-ffmpeg",
"Mode": "rw",
"Description": "Application data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/var/www/html/data",
"Default": "",
"Mode": "rw",
"Description": "User data storage location, typically a share if you have lots of data. Can be removed, in which case everything is stored in the App Data folder.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Kilrah's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/KilrahsRepository/templates/nextcloud-ffmpeg.xml",
"CategoryList": [
"Cloud"
],
"downloads": 5,
"LastUpdate": 1660241258,
"LastUpdateScan": 1660248223,
"FirstSeen": 1660248223
},
{
"Name": "subversion",
"Repository": "elleflorio/svn-server",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"apps": 1769,
"last_updated_timestamp": 1660241028,
"last_updated": "2022-08-11 14:03",
"apps": 1771,
"last_updated_timestamp": 1660248223,
"last_updated": "2022-08-11 16:03",
"categories": [
{
"Cat": "Backup:",
@ -223672,8 +223672,8 @@
"GameServers"
],
"downloads": 714,
"LastUpdate": 1639466556,
"LastUpdateScan": 1660241028,
"LastUpdate": 1639466556,
"FirstSeen": 1639458222
},
{
@ -240460,7 +240460,6 @@
],
"downloads": 8167313,
"stars": 436,
"LastUpdate": 1660235835,
"trending": 0.124,
"trends": [
0.123,
@ -240476,6 +240475,7 @@
8167313
],
"LastUpdateScan": 1660241028,
"LastUpdate": 1660235835,
"FirstSeen": 1655045558
},
{
@ -241431,6 +241431,170 @@
"LastUpdate": 1659171560,
"FirstSeen": 1659189808
},
{
"Name": "Nextcloud-cronjob",
"Repository": "rcdailey/nextcloud-cronjob",
"Registry": "https://hub.docker.com/r/rcdailey/nextcloud-cronjob",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/127078-support-kilrahnextcloud-ffmpeg/",
"Project": "https://github.com/rcdailey/nextcloud-cronjob",
"Overview": "Nextcloud cron job runner.\r\nThe official Nextcloud Docker container needs something external to run its cron jobs reliably, this is a simple solution to this problem to avoid having to delve into user scripts.\r\nMake sure to select \"Cron (Recommended)\" for the Background Jobs option in your nextcloud instance's Basic Settings.",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/nextcloud-cronjob.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-cronjob.png",
"Config": [
{
"@attributes": {
"Name": "Docker Socket",
"Target": "/var/run/docker.sock",
"Default": "/var/run/docker.sock",
"Mode": "ro",
"Description": "Docker Socket",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_CONTAINER_NAME",
"Target": "NEXTCLOUD_CONTAINER_NAME",
"Default": "Nextcloud-ffmpeg",
"Mode": "",
"Description": "The name of your nextcloud container",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_CRON_MINUTE_INTERVAL",
"Target": "NEXTCLOUD_CRON_MINUTE_INTERVAL",
"Default": "15",
"Mode": "",
"Description": "How often to run the cron jobs, in minutes",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_EXEC_USER",
"Target": "NEXTCLOUD_EXEC_USER",
"Default": "www-data",
"Mode": "",
"Description": "The user to run the job as in the nextcloud container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTCLOUD_EXEC_SHELL",
"Target": "NEXTCLOUD_EXEC_SHELL",
"Default": "bash",
"Mode": "",
"Description": "Which shell to use in the nextcloud container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Kilrah's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/KilrahsRepository/templates/nextcloud-cronjob.xml",
"CategoryList": [
"Cloud"
],
"downloads": 4070092,
"stars": 11,
"LastUpdate": 1647717591,
"LastUpdateScan": 1660248223,
"FirstSeen": 1660248223
},
{
"Name": "Nextcloud-ffmpeg",
"Repository": "kilrah/nextcloud-ffmpeg",
"Registry": "https://hub.docker.com/repository/docker/kilrah/nextcloud-ffmpeg",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/127078-support-kilrahnextcloud-ffmpeg/",
"Project": "https://nextcloud.com/",
"Overview": "Official Nextcloud image, but with ffmpeg added to the container to allow for building video thumbnails and using video conversion apps.\r\r\nThe image is built from the official nextcloud:latest tag. ffmpeg takes an extra 450MB in the container image, should you not need it you can safely replace the \"Repository\" entry with \"nextcloud:latest\", both images are directly compatible regarding all of appdata/storage/database/mounts/ports.\r\r\nTo enable previews for movies you will need to edit your appdata/config/config.php file and enable the appropriate providers, refer to Nextcloud's configuration doc below or the config.sample.php in the same folder which is well documented:\r\nhttps://docs.nextcloud.com/server/22/admin_manual/configuration_server/config_sample_php_parameters.html#previews.\r\r\nIf you have large images you might need to increase preview_max_memory, in which case you would also want to increase the global PHP memory limit. To do so you can add \"-e PHP_MEMORY_LIMIT=XX\" in this template's Extra Parameters.",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/nextcloud-ffmpeg.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-ffmpeg.png",
"Config": [
{
"@attributes": {
"Name": "HTTP port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "HTTP port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "App Data",
"Target": "/var/www/html",
"Default": "/mnt/user/appdata/nextcloud-ffmpeg",
"Mode": "rw",
"Description": "Application data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/var/www/html/data",
"Default": "",
"Mode": "rw",
"Description": "User data storage location, typically a share if you have lots of data. Can be removed, in which case everything is stored in the App Data folder.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Kilrah's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/KilrahsRepository/templates/nextcloud-ffmpeg.xml",
"CategoryList": [
"Cloud"
],
"downloads": 5,
"LastUpdate": 1660241258,
"LastUpdateScan": 1660248223,
"FirstSeen": 1660248223
},
{
"Name": "subversion",
"Repository": "elleflorio/svn-server",

File diff suppressed because one or more lines are too long

View File

@ -2348,5 +2348,7 @@
"lscr.io/linuxserver/changedetection.io": 1659974629,
"lscr.io/linuxserver/fail2ban": 1660089827,
"vexorian/dizquetv:latest": 1660154625,
"reallibrephotos/singleton": 1660161819
"reallibrephotos/singleton": 1660161819,
"rcdailey/nextcloud-cronjob": 1660248223,
"kilrah/nextcloud-ffmpeg": 1660248223
}

13
log.txt
View File

@ -2983,6 +2983,8 @@ Processing /tmp/appFeed/templates/DustyRobertsRepository/RabbitMQ/RabbitMQ.xml..
Downloading Kilrah's Repository: https://github.com/kilrah/unraid-docker-templates -> /tmp/appFeed/templates/KilrahsRepository Success!
Processing /tmp/appFeed/templates/KilrahsRepository/templates/cloudflare-ddns-config.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/freefilesync.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-cronjob.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-ffmpeg.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/subversion.xml...Success
@ -3004,13 +3006,10 @@ Processing /tmp/appFeed/templates/derneueresRepository/librephotos.xml...Success
Updating stats on containers
sytone/obsidian-remote
ghcr.io/sytone/obsidian-remote Downloads: Stars: Base: unknown
Tagged - Can't determine last update
ivaxor/rtcwcoop
ivaxor/rtcwcoop:1.0.2 Downloads: 714 Stars: 0 Base: unknown
p3terx/aria2-pro
p3terx/aria2-pro Downloads: 8167313 Stars: 436 Base: unknown
rcdailey/nextcloud-cronjob
rcdailey/nextcloud-cronjob Downloads: 4070092 Stars: 11 Base: unknown
kilrah/nextcloud-ffmpeg
kilrah/nextcloud-ffmpeg Downloads: 5 Stars: 0 Base: unknown
Updating GitHub

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -64061,5 +64061,27 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1659010937
},
"rcdailey/nextcloud-cronjob": {
"Base": null,
"Downloads": 4070092,
"Stars": 11,
"Time": 1660248223,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1647717591
},
"kilrah/nextcloud-ffmpeg": {
"Base": null,
"Downloads": 5,
"Stars": null,
"Time": 1660248223,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1660241258
}
}