This commit is contained in:
Andrew Z 2023-11-30 08:06:23 -05:00
parent f5abffa945
commit 460f2db056
8 changed files with 455 additions and 43 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1701342389
"last_updated_timestamp": 1701349582
}

View File

@ -30284,6 +30284,177 @@
"FirstSeen": 1634990599,
"topTrending": -1.565
},
{
"Name": "piper",
"Repository": "lscr.io/linuxserver/piper",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/piper",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-piper/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-piper#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-piper#readme",
"Project": "https://github.com/rhasspy/piper/",
"Overview": "Piper(https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/piper.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "10200",
"Default": "10200",
"Mode": "tcp",
"Description": "Wyoming connection port.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Local path for piper config files.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_VOICE",
"Target": "PIPER_VOICE",
"Default": "en_US-lessac-medium",
"Description": "The Piper voice(https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `language-name-quality`",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_LENGTH",
"Target": "PIPER_LENGTH",
"Default": "1.0",
"Description": "Voice speaking rate, 1.0 is default with 1.0 being faster and 1.0 being slower.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_NOISE",
"Target": "PIPER_NOISE",
"Default": "0.667",
"Description": "Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_NOISEW",
"Target": "PIPER_NOISEW",
"Default": "0.333",
"Description": "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_SPEAKER",
"Target": "PIPER_SPEAKER",
"Default": "0",
"Description": "Speaker number to use if the voice supports multiple speakers.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_PROCS",
"Target": "PIPER_PROCS",
"Default": "1",
"Description": "Number of Piper processes to run simultaneously.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/piper.xml",
"downloads": 53,
"LastUpdate": 1701345478,
"LastUpdateScan": 1701349582,
"FirstSeen": 1701349582
},
{
"Name": "piwigo",
"Repository": "lscr.io/linuxserver/piwigo",
@ -174024,9 +174195,9 @@
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "",
"Name": "User",
"Target": "user",
"Default": "user",
"Mode": "",
"Description": "",
"Type": "Variable",
@ -174034,13 +174205,13 @@
"Required": "false",
"Mask": "false"
},
"value": "100"
"value": "user"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "",
"Name": "User ID (PUID)",
"Target": "user_id",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
@ -174049,6 +174220,34 @@
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "Group",
"Target": "group",
"Default": "group",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "group"
},
{
"@attributes": {
"Name": "Group ID (PGID)",
"Target": "group_id",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "Womabre's Repository",

View File

@ -1,7 +1,7 @@
{
"apps": 2169,
"last_updated_timestamp": 1701342389,
"last_updated": "2023-11-30 06:06",
"apps": 2170,
"last_updated_timestamp": 1701349582,
"last_updated": "2023-11-30 08:06",
"categories": [
{
"Cat": "Backup:",
@ -30446,6 +30446,177 @@
"FirstSeen": 1634990599,
"topTrending": -1.565
},
{
"Name": "piper",
"Repository": "lscr.io/linuxserver/piper",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/piper",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-piper/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-piper#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-piper#readme",
"Project": "https://github.com/rhasspy/piper/",
"Overview": "Piper(https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/piper.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "10200",
"Default": "10200",
"Mode": "tcp",
"Description": "Wyoming connection port.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Local path for piper config files.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_VOICE",
"Target": "PIPER_VOICE",
"Default": "en_US-lessac-medium",
"Description": "The Piper voice(https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `language-name-quality`",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_LENGTH",
"Target": "PIPER_LENGTH",
"Default": "1.0",
"Description": "Voice speaking rate, 1.0 is default with 1.0 being faster and 1.0 being slower.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_NOISE",
"Target": "PIPER_NOISE",
"Default": "0.667",
"Description": "Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_NOISEW",
"Target": "PIPER_NOISEW",
"Default": "0.333",
"Description": "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_SPEAKER",
"Target": "PIPER_SPEAKER",
"Default": "0",
"Description": "Speaker number to use if the voice supports multiple speakers.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PIPER_PROCS",
"Target": "PIPER_PROCS",
"Default": "1",
"Description": "Number of Piper processes to run simultaneously.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/piper.xml",
"downloads": 53,
"LastUpdate": 1701345478,
"LastUpdateScan": 1701349582,
"FirstSeen": 1701349582
},
{
"Name": "piwigo",
"Repository": "lscr.io/linuxserver/piwigo",
@ -174186,9 +174357,9 @@
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "",
"Name": "User",
"Target": "user",
"Default": "user",
"Mode": "",
"Description": "",
"Type": "Variable",
@ -174196,13 +174367,13 @@
"Required": "false",
"Mask": "false"
},
"value": "100"
"value": "user"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "",
"Name": "User ID (PUID)",
"Target": "user_id",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
@ -174211,6 +174382,34 @@
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "Group",
"Target": "group",
"Default": "group",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "group"
},
{
"@attributes": {
"Name": "Group ID (PGID)",
"Target": "group_id",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "Womabre's Repository",

View File

@ -3046,5 +3046,6 @@
"lscr.io/linuxserver/orcaslicer": 1701003947,
"friendlyfriend/prometheus-immich-exporter": 1701111971,
"louislam/dockge:1": 1701119171,
"lscr.io/linuxserver/faster-whisper": 1701299164
"lscr.io/linuxserver/faster-whisper": 1701299164,
"lscr.io/linuxserver/piper": 1701349582
}

View File

@ -313,6 +313,7 @@ Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/paper
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/photoshow.xml... ***DEPRECATED BY REPO PATH*** Getting categories from auxilliary file...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/phpmyadmin.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pidgin.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/piper.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/piwigo.xml...Getting categories from auxilliary file...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/pixapop.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/plex.xml...Getting categories from auxilliary file...Success
@ -3878,8 +3879,8 @@ Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk22.xml... Do
Updating stats on containers
QuantumEntangledAndy/neolink
QuantumEntangledAndy/neolink Downloads: Stars: Base: unknown
linuxserver/piper
lscr.io/linuxserver/piper Downloads: 53 Stars: 0 Base: unknown
Privileged: 106

View File

@ -3812,7 +3812,6 @@
],
"downloads": 736217,
"stars": 4,
"LastUpdate": 1637530731,
"trending": 0.034,
"trends": [
0.026,
@ -3842,6 +3841,7 @@
736217
],
"LastUpdateScan": 1701335157,
"LastUpdate": 1637530731,
"FirstSeen": 1589580592,
"topTrending": 0.008000000000000004,
"topPerforming": 0.034
@ -5538,7 +5538,6 @@
],
"downloads": 72617,
"stars": 4,
"LastUpdate": 1701299873,
"trending": 3.524,
"trends": [
0.931,
@ -5568,6 +5567,7 @@
72617
],
"LastUpdateScan": 1701335157,
"LastUpdate": 1701299873,
"FirstSeen": 1625954578,
"topTrending": 2.593
},
@ -8426,7 +8426,6 @@
"MediaServer-Video"
],
"downloads": 89490,
"LastUpdate": 1604089361,
"trending": 0.084,
"trends": [
0.006,
@ -8456,6 +8455,7 @@
89490
],
"LastUpdateScan": 1701335158,
"LastUpdate": 1604089361,
"FirstSeen": 1,
"topTrending": 0.078
},
@ -8718,7 +8718,6 @@
],
"downloads": 3940071420,
"stars": 14656,
"LastUpdate": 1700567510,
"trending": 1.725,
"trends": [
0.786,
@ -8748,6 +8747,7 @@
3940071420
],
"LastUpdateScan": 1701335158,
"LastUpdate": 1700567510,
"FirstSeen": 1,
"topTrending": 0.9390000000000001,
"topPerforming": 1.725
@ -19189,7 +19189,7 @@
"GitHub": "https://github.com/linuxserver/docker-faster-whisper#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-faster-whisper#readme",
"Project": "https://github.com/SYSTRAN/faster-whisper",
"Overview": "Faster-whisper(https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models.",
"Overview": "Faster-whisper(https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper.",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/faster-whisper.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png",
"Config": [
@ -23245,7 +23245,6 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/kdenlive.xml",
"downloads": 23232,
"stars": 10,
"LastUpdate": 1701105418,
"trending": 2.854,
"trends": [
3.618,
@ -23275,6 +23274,7 @@
23232
],
"LastUpdateScan": 1701335158,
"LastUpdate": 1701105418,
"FirstSeen": 1646759016,
"topTrending": -0.7639999999999998
},
@ -53770,7 +53770,6 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/clowrymsRepository/Plex-discord-bot.xml",
"downloads": 18555,
"stars": 2,
"LastUpdate": 1510588536,
"trending": 5.411,
"trends": [
13.439,
@ -53795,6 +53794,7 @@
18555
],
"LastUpdateScan": 1701335158,
"LastUpdate": 1510588536,
"FirstSeen": "1530633774",
"topTrending": -8.028
},
@ -71595,7 +71595,7 @@
"HomeAutomation",
"Tools-Utilities"
],
"LastUpdateScan": 1698747125,
"LastUpdateScan": 1701342389,
"FirstSeen": 1688349887
},
{
@ -82038,7 +82038,6 @@
],
"downloads": 747884,
"stars": 12,
"LastUpdate": 1701096467,
"trending": 0.396,
"trends": [
0.254,
@ -82068,6 +82067,7 @@
747884
],
"LastUpdateScan": 1701335158,
"LastUpdate": 1701096467,
"FirstSeen": 1659765806,
"topTrending": 0.14200000000000002,
"topPerforming": 0.396
@ -88784,7 +88784,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1701335159,
"FirstSeen": 1623326602
},
{
@ -124894,7 +124893,6 @@
],
"downloads": 639265,
"stars": 4,
"LastUpdate": 1600366491,
"trending": 0.335,
"trends": [
0.423,
@ -124924,6 +124922,7 @@
639265
],
"LastUpdateScan": 1701335159,
"LastUpdate": 1600366491,
"FirstSeen": 1555770380,
"topTrending": -0.08799999999999997,
"topPerforming": 0.335
@ -128883,7 +128882,6 @@
],
"downloads": 364232,
"stars": 2,
"LastUpdate": 1656280338,
"trending": 0.281,
"trends": [
0.648,
@ -128913,6 +128911,7 @@
364232
],
"LastUpdateScan": 1701335159,
"LastUpdate": 1656280338,
"FirstSeen": 1560968951,
"topTrending": -0.367,
"topPerforming": 0.281
@ -159012,7 +159011,6 @@
],
"downloads": 5288274,
"stars": 62,
"LastUpdate": 1700430892,
"trending": 1.355,
"trends": [
0.772,
@ -159042,6 +159040,7 @@
5288274
],
"LastUpdateScan": 1701335159,
"LastUpdate": 1700430892,
"FirstSeen": 1615539776,
"topTrending": 0.583,
"topPerforming": 1.355
@ -180887,7 +180886,6 @@
"Tools-Utilities"
],
"downloads": 19112,
"LastUpdate": 1697678711,
"trending": 5.74,
"trends": [
15.021,
@ -180912,6 +180910,7 @@
19112
],
"LastUpdateScan": 1701335159,
"LastUpdate": 1697678711,
"FirstSeen": 1654553008,
"topTrending": -9.281
},
@ -180968,7 +180967,6 @@
"Tools-Utilities"
],
"downloads": 19078,
"LastUpdate": 1697678718,
"trending": 5.75,
"trends": [
15.09,
@ -180993,6 +180991,7 @@
19078
],
"LastUpdateScan": 1701335160,
"LastUpdate": 1697678718,
"FirstSeen": 1654553008,
"topTrending": -9.34
},
@ -182609,7 +182608,6 @@
],
"downloads": 18962222,
"stars": 68,
"LastUpdate": 1674165798,
"trending": 0.458,
"trends": [
0.378,
@ -182639,6 +182637,7 @@
18962222
],
"LastUpdateScan": 1701335160,
"LastUpdate": 1674165798,
"FirstSeen": 1628561005,
"topTrending": 0.08000000000000002,
"topPerforming": 0.458
@ -249620,7 +249619,6 @@
],
"downloads": 162872,
"stars": 127,
"LastUpdate": 1694083895,
"trending": 2.721,
"trends": [
1.082,
@ -249650,6 +249648,7 @@
162872
],
"LastUpdateScan": 1701335160,
"LastUpdate": 1694083895,
"FirstSeen": 1644156674,
"topTrending": 1.639,
"topPerforming": 2.721
@ -275780,8 +275779,8 @@
"Tools-Utilities"
],
"downloads": 1277,
"LastUpdate": 1682627104,
"LastUpdateScan": 1701335160,
"LastUpdate": 1682627104,
"FirstSeen": 1667552067
},
{
@ -277226,7 +277225,6 @@
"Backup",
"Plugins"
],
"LastUpdateScan": 1701335160,
"FirstSeen": 1670155687
},
{
@ -281681,7 +281679,7 @@
},
{
"Tag": "noml",
"TagDescription": "Latest Immich release with an Ubuntu base. Machine-learning is completely removed.",
"TagDescription": "Latest Immich release with an Ubuntu base. Machine-learning and Search with Typesense are completely removed, making it still compatible with hardware accelaration.",
"ReadMe": "https://github.com/imagegenius/docker-immich/tree/noml#readme",
"GitHub": "https://github.com/imagegenius/docker-immich/tree/noml#application-setup"
},
@ -292450,7 +292448,7 @@
"TemplateURL": "https://raw.githubusercontent.com/scolcipitato/plugin-repository/master/folder.view.xml",
"Repository": "https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg",
"Plugin": true,
"pluginVersion": "2023.11.29",
"pluginVersion": "2023.11.30",
"MinVer": "6.12.3",
"Overview": "FolderView lets you create folders for grouping Dockers and VMs together to help with organization. Especially useful if you're using docker-compose.\nGetting Started: A new button named \"Add Folder\" will appear at the bottom of the docker and VM tab(s) next to \"Add Container\", depending on whether they are enabled in Settings or not.",
"RecommendedRaw": "9/1/2023",

View File

@ -81052,5 +81052,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1701296506
},
"lscr.io/linuxserver/piper": {
"Base": null,
"Downloads": 53,
"Stars": null,
"Time": 1701349582,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1701345478
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 436,
"caFixed": 437,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -238,6 +238,9 @@
"lscr.io/linuxserver/pidgin": [
"No category entry present"
],
"lscr.io/linuxserver/piper": [
"No category entry present"
],
"lscr.io/linuxserver/pixapop": [
"No category entry present"
],