This commit is contained in:
Andrew Z 2024-03-02 18:07:12 -05:00
parent 5965937e29
commit 1b1e2dad19
6 changed files with 1444 additions and 19 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1709415379
"last_updated_timestamp": 1709420831
}

View File

@ -227645,6 +227645,163 @@
"LastUpdate": 1698846583,
"FirstSeen": 1627459404
},
{
"Name": "Funkwhale-all-in-one",
"Repository": "funkwhale/all-in-one:latest",
"Registry": "https://hub.docker.com/r/funkwhale/all-in-one/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/111742-support-funkwhale-all-in-one/",
"Project": "https://funkwhale.audio/",
"Overview": "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network.\r\n\r\nThis is an alternative Docker image you can use to deploy Funkwhale, that does not follow the \"one process per container\" philosophy. This one contains Postgres, Redis, Nginx and all the needed files and configuration to start a dockerized Funkwhale instance in a single container.\n\nTo create admin account, run command \"sudo docker exec -it Funkwhale-all-in-one manage createsuperuser\"",
"WebUI": "http://[IP]:[PORT:80]/",
"TemplateURL": "https://raw.githubusercontent.com/ptchernegovski/Unraid-Templates/master/Funkwhale%20AIO/Funkwhale%20AIO.xml",
"Icon": "https://raw.githubusercontent.com/thetarkus/docker-templates/master/images/funkwhale-logo-500.png",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Music Path",
"Target": "/music",
"Default": "",
"Mode": "ro",
"Description": "Container Path: /music",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Funkwhale Hostname",
"Target": "FUNKWHALE_HOSTNAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: FUNKWHALE_HOSTNAME",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Nested Proxy",
"Target": "NESTED_PROXY",
"Default": "0",
"Mode": "",
"Description": "Container Variable: NESTED_PROXY | Set to '1' when container is behind a reverse proxy.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "HTTP",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container port 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3030"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/funkwhale"
}
],
"Repo": "ptchernegovski's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ptchernegovskisRepository/Funkwhale AIO/Funkwhale AIO.xml",
"CategoryList": [
"MediaServer-Music"
],
"downloads": 3043800,
"stars": 20,
"LastUpdate": 1680769365,
"trending": 0.095,
"trends": [
0.018,
0.034,
0.056,
0.038,
0.045,
0.054,
0.095
],
"trendsDate": [
1692101093,
1694700326,
1697299552,
1699895159,
1702494371,
1705093556,
1709420831
],
"downloadtrend": [
3034011,
3035046,
3036759,
3037912,
3039271,
3040922,
3043800
],
"LastUpdateScan": 1709420831,
"FirstSeen": 1627140526,
"topTrending": 0.077,
"topPerforming": 0.095
},
{
"Name": "printbed",
"Repository": "prosthetichead/printbed",

View File

@ -1,7 +1,7 @@
{
"apps": 2177,
"last_updated_timestamp": 1709415379,
"last_updated": "2024-03-02 16:36",
"apps": 2178,
"last_updated_timestamp": 1709420831,
"last_updated": "2024-03-02 18:07",
"categories": [
{
"Cat": "AI:",
@ -227811,6 +227811,163 @@
"LastUpdate": 1698846583,
"FirstSeen": 1627459404
},
{
"Name": "Funkwhale-all-in-one",
"Repository": "funkwhale/all-in-one:latest",
"Registry": "https://hub.docker.com/r/funkwhale/all-in-one/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/111742-support-funkwhale-all-in-one/",
"Project": "https://funkwhale.audio/",
"Overview": "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network.\r\n\r\nThis is an alternative Docker image you can use to deploy Funkwhale, that does not follow the \"one process per container\" philosophy. This one contains Postgres, Redis, Nginx and all the needed files and configuration to start a dockerized Funkwhale instance in a single container.\n\nTo create admin account, run command \"sudo docker exec -it Funkwhale-all-in-one manage createsuperuser\"",
"WebUI": "http://[IP]:[PORT:80]/",
"TemplateURL": "https://raw.githubusercontent.com/ptchernegovski/Unraid-Templates/master/Funkwhale%20AIO/Funkwhale%20AIO.xml",
"Icon": "https://raw.githubusercontent.com/thetarkus/docker-templates/master/images/funkwhale-logo-500.png",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Music Path",
"Target": "/music",
"Default": "",
"Mode": "ro",
"Description": "Container Path: /music",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Funkwhale Hostname",
"Target": "FUNKWHALE_HOSTNAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: FUNKWHALE_HOSTNAME",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Nested Proxy",
"Target": "NESTED_PROXY",
"Default": "0",
"Mode": "",
"Description": "Container Variable: NESTED_PROXY | Set to '1' when container is behind a reverse proxy.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "HTTP",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container port 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3030"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/funkwhale"
}
],
"Repo": "ptchernegovski's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ptchernegovskisRepository/Funkwhale AIO/Funkwhale AIO.xml",
"CategoryList": [
"MediaServer-Music"
],
"downloads": 3043800,
"stars": 20,
"LastUpdate": 1680769365,
"trending": 0.095,
"trends": [
0.018,
0.034,
0.056,
0.038,
0.045,
0.054,
0.095
],
"trendsDate": [
1692101093,
1694700326,
1697299552,
1699895159,
1702494371,
1705093556,
1709420831
],
"downloadtrend": [
3034011,
3035046,
3036759,
3037912,
3039271,
3040922,
3043800
],
"LastUpdateScan": 1709420831,
"FirstSeen": 1627140526,
"topTrending": 0.077,
"topPerforming": 0.095
},
{
"Name": "printbed",
"Repository": "prosthetichead/printbed",

1118
log.txt

File diff suppressed because it is too large Load Diff

View File

@ -48363,36 +48363,36 @@
},
"funkwhale/all-in-one:latest": {
"Base": null,
"Downloads": 3040922,
"Downloads": 3043800,
"Stars": 20,
"Time": 1705093556,
"trending": 0.054,
"Time": 1709420831,
"trending": 0.095,
"trends": [
0.014,
0.018,
0.034,
0.056,
0.038,
0.045,
0.054
0.054,
0.095
],
"downloadtrend": [
3033457,
3034011,
3035046,
3036759,
3037912,
3039271,
3040922
3040922,
3043800
],
"trendsDate": [
1689501877,
1692101093,
1694700326,
1697299552,
1699895159,
1702494371,
1705093556
1705093556,
1709420831
],
"LastUpdate": 1680769365
},

View File

@ -1,5 +1,5 @@
{
"caFixed": 453,
"caFixed": 452,
"fixedTemplates": {
"pducharme's Repository": {
"pducharme/unifi": [
@ -1070,9 +1070,6 @@
]
},
"ptchernegovski's Repository": {
"funkwhale/all-in-one:latest": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA."
],
"prosthetichead/printbed": [
"No Icon specified within the application template"
]