mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-03 18:44:48 +00:00
Update
This commit is contained in:
parent
673d4ade5c
commit
7adee276dc
@ -1 +1 @@
|
||||
{"last_updated_timestamp":1653573296}
|
||||
{"last_updated_timestamp":1653574468}
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1653573296
|
||||
"last_updated_timestamp": 1653574468
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -162623,25 +162623,29 @@
|
||||
"Tools-Utilities",
|
||||
"Network-Proxy"
|
||||
],
|
||||
"downloads": 2997701803,
|
||||
"stars": 2481,
|
||||
"trending": 0.485,
|
||||
"downloads": 3012552003,
|
||||
"stars": 2514,
|
||||
"LastUpdate": 1653428244,
|
||||
"trending": 0.493,
|
||||
"trends": [
|
||||
0.473,
|
||||
0.485
|
||||
0.485,
|
||||
0.493
|
||||
],
|
||||
"trendsDate": [
|
||||
1648382594,
|
||||
1650981819
|
||||
1650981819,
|
||||
1653574467
|
||||
],
|
||||
"downloadtrend": [
|
||||
2969058218,
|
||||
2983160020,
|
||||
2997701803
|
||||
2997701803,
|
||||
3012552003
|
||||
],
|
||||
"LastUpdateScan": 1650981819,
|
||||
"LastUpdate": 1649877769,
|
||||
"FirstSeen": 1643187800
|
||||
"LastUpdateScan": 1653574467,
|
||||
"FirstSeen": 1643187800,
|
||||
"topTrending": 0.020000000000000018
|
||||
},
|
||||
{
|
||||
"Name": "wrapperr",
|
||||
@ -229271,11 +229275,106 @@
|
||||
"FirstSeen": 1653486843
|
||||
},
|
||||
{
|
||||
"TemplatePath": "/tmp/appFeed/templates/ShaneIsraelsRepository/fireshare/fireshare.xml",
|
||||
"errors": [
|
||||
"Opening and ending tag mismatch: DonateText line 28 and DonateLink"
|
||||
"Name": "Fireshare",
|
||||
"Repository": "shaneisrael/fireshare",
|
||||
"Registry": "https://hub.docker.com/r/shaneisrael/fireshare",
|
||||
"Network": "Bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/124036-support-fireshare/",
|
||||
"Project": "https://github.com/ShaneIsrael/fireshare",
|
||||
"Overview": "Fireshare allows you to easily share your media whether that be game clips, screen records, or movies through a unique publically accessible link. \r\n\r\ndefault username/password: **admin / admin**\r\n\r\nThis software is currently being actively developed on. As of this moment, only .mp4 / .mpv files are supported. Support for other file types is in the works.\r\n\r\nYou can change the default password by setting a value for the variable ADMIN_PASSWORD. If you forget the admin password, change the ADMIN_PASSWORD to something else and restart the container.",
|
||||
"WebUI": "http://[IP]:[PORT:8080]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/ShaneIsrael/unraid-templates/master/fireshare/fireshare.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/ShaneIsrael/fireshare/main/app/client/src/assets/logo.png",
|
||||
"DonateText": "If you like Fireshare and want to support its development please consider donating. Thank you!",
|
||||
"DonateLink": "https://www.paypal.com/paypalme/shaneisrael",
|
||||
"Networking": {
|
||||
"Mode": "Bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Admin Password",
|
||||
"Target": "ADMIN_PASSWORD",
|
||||
"Default": "admin",
|
||||
"Mode": "",
|
||||
"Description": "The admin account password",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "admin"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Appdata",
|
||||
"Target": "/data",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /data",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/fireshare"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Videos",
|
||||
"Target": "/videos",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "This is where fireshare will look for videos that you want to share.",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/files/highlights/"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Processed Data",
|
||||
"Target": "/processed",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "This is where data generated by fireshare related to your shared videos will live. If this is not mapped, whenever you update the container this data will be lost and will need to be regenerated. DO NOT EDIT OR CHANGE FILES IN THIS DIRECTORY.",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/fireshare_processed"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Web",
|
||||
"Target": "80",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8080"
|
||||
}
|
||||
],
|
||||
"LastUpdateScan": 1651680338,
|
||||
"FirstSeen": null
|
||||
"Repo": "Shane Israel's Repository",
|
||||
"Beta": "true",
|
||||
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/ShaneIsraelsRepository/fireshare/fireshare.xml",
|
||||
"CategoryList": [
|
||||
"Other",
|
||||
"MediaServer-Video"
|
||||
],
|
||||
"downloads": 32,
|
||||
"LastUpdate": 1653547535,
|
||||
"LastUpdateScan": 1653574468,
|
||||
"FirstSeen": 1653574468
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 1682,
|
||||
"last_updated_timestamp": 1653573296,
|
||||
"last_updated": "2022-05-26 09:54",
|
||||
"last_updated_timestamp": 1653574468,
|
||||
"last_updated": "2022-05-26 10:14",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "Backup:",
|
||||
@ -162785,25 +162785,29 @@
|
||||
"Tools-Utilities",
|
||||
"Network-Proxy"
|
||||
],
|
||||
"downloads": 2997701803,
|
||||
"stars": 2481,
|
||||
"trending": 0.485,
|
||||
"downloads": 3012552003,
|
||||
"stars": 2514,
|
||||
"LastUpdate": 1653428244,
|
||||
"trending": 0.493,
|
||||
"trends": [
|
||||
0.473,
|
||||
0.485
|
||||
0.485,
|
||||
0.493
|
||||
],
|
||||
"trendsDate": [
|
||||
1648382594,
|
||||
1650981819
|
||||
1650981819,
|
||||
1653574467
|
||||
],
|
||||
"downloadtrend": [
|
||||
2969058218,
|
||||
2983160020,
|
||||
2997701803
|
||||
2997701803,
|
||||
3012552003
|
||||
],
|
||||
"LastUpdateScan": 1650981819,
|
||||
"LastUpdate": 1649877769,
|
||||
"FirstSeen": 1643187800
|
||||
"LastUpdateScan": 1653574467,
|
||||
"FirstSeen": 1643187800,
|
||||
"topTrending": 0.020000000000000018
|
||||
},
|
||||
{
|
||||
"Name": "wrapperr",
|
||||
@ -229433,12 +229437,107 @@
|
||||
"FirstSeen": 1653486843
|
||||
},
|
||||
{
|
||||
"TemplatePath": "/tmp/appFeed/templates/ShaneIsraelsRepository/fireshare/fireshare.xml",
|
||||
"errors": [
|
||||
"Opening and ending tag mismatch: DonateText line 28 and DonateLink"
|
||||
"Name": "Fireshare",
|
||||
"Repository": "shaneisrael/fireshare",
|
||||
"Registry": "https://hub.docker.com/r/shaneisrael/fireshare",
|
||||
"Network": "Bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/124036-support-fireshare/",
|
||||
"Project": "https://github.com/ShaneIsrael/fireshare",
|
||||
"Overview": "Fireshare allows you to easily share your media whether that be game clips, screen records, or movies through a unique publically accessible link. \r\n\r\ndefault username/password: **admin / admin**\r\n\r\nThis software is currently being actively developed on. As of this moment, only .mp4 / .mpv files are supported. Support for other file types is in the works.\r\n\r\nYou can change the default password by setting a value for the variable ADMIN_PASSWORD. If you forget the admin password, change the ADMIN_PASSWORD to something else and restart the container.",
|
||||
"WebUI": "http://[IP]:[PORT:8080]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/ShaneIsrael/unraid-templates/master/fireshare/fireshare.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/ShaneIsrael/fireshare/main/app/client/src/assets/logo.png",
|
||||
"DonateText": "If you like Fireshare and want to support its development please consider donating. Thank you!",
|
||||
"DonateLink": "https://www.paypal.com/paypalme/shaneisrael",
|
||||
"Networking": {
|
||||
"Mode": "Bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Admin Password",
|
||||
"Target": "ADMIN_PASSWORD",
|
||||
"Default": "admin",
|
||||
"Mode": "",
|
||||
"Description": "The admin account password",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "admin"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Appdata",
|
||||
"Target": "/data",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /data",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/fireshare"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Videos",
|
||||
"Target": "/videos",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "This is where fireshare will look for videos that you want to share.",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/files/highlights/"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Processed Data",
|
||||
"Target": "/processed",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "This is where data generated by fireshare related to your shared videos will live. If this is not mapped, whenever you update the container this data will be lost and will need to be regenerated. DO NOT EDIT OR CHANGE FILES IN THIS DIRECTORY.",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/fireshare_processed"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Web",
|
||||
"Target": "80",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8080"
|
||||
}
|
||||
],
|
||||
"LastUpdateScan": 1651680338,
|
||||
"FirstSeen": null
|
||||
"Repo": "Shane Israel's Repository",
|
||||
"Beta": "true",
|
||||
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/ShaneIsraelsRepository/fireshare/fireshare.xml",
|
||||
"CategoryList": [
|
||||
"Other",
|
||||
"MediaServer-Video"
|
||||
],
|
||||
"downloads": 32,
|
||||
"LastUpdate": 1653547535,
|
||||
"LastUpdateScan": 1653574468,
|
||||
"FirstSeen": 1653574468
|
||||
}
|
||||
],
|
||||
"repositories": {
|
||||
|
File diff suppressed because one or more lines are too long
@ -2229,5 +2229,6 @@
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 1653408205,
|
||||
"ghcr.io/mainsail-crew/mainsail": 1653408208,
|
||||
"mbentley/timemachine": 1653486843,
|
||||
"ex0nuss/remote-wake-sleep-on-lan-docker": 1653516200
|
||||
"ex0nuss/remote-wake-sleep-on-lan-docker": 1653516200,
|
||||
"shaneisrael/fireshare": 1653574468
|
||||
}
|
4
log.txt
4
log.txt
@ -2856,3 +2856,7 @@ Updating GitHub
|
||||
|
||||
|
||||
Saving /tmp/GitHub/Squidly271.github.io/forum_post0
|
||||
[master 673d4ade] Update
|
||||
2 files changed, 8 insertions(+), 25 deletions(-)
|
||||
To https://github.com/Squidly271/AppFeed.git
|
||||
48c3db62..673d4ade master -> master
|
||||
|
File diff suppressed because one or more lines are too long
@ -57238,24 +57238,27 @@
|
||||
},
|
||||
"traefik:2.6": {
|
||||
"Base": null,
|
||||
"Downloads": 2997701803,
|
||||
"Stars": 2481,
|
||||
"Time": 1650981819,
|
||||
"trending": 0.485,
|
||||
"Downloads": 3012552003,
|
||||
"Stars": 2514,
|
||||
"Time": 1653574467,
|
||||
"trending": 0.493,
|
||||
"trends": [
|
||||
0.473,
|
||||
0.485
|
||||
0.485,
|
||||
0.493
|
||||
],
|
||||
"downloadtrend": [
|
||||
2969058218,
|
||||
2983160020,
|
||||
2997701803
|
||||
2997701803,
|
||||
3012552003
|
||||
],
|
||||
"trendsDate": [
|
||||
1648382594,
|
||||
1650981819
|
||||
1650981819,
|
||||
1653574467
|
||||
],
|
||||
"LastUpdate": 1649877769
|
||||
"LastUpdate": 1653428244
|
||||
},
|
||||
"hernandito/cloudcommander": {
|
||||
"Base": null,
|
||||
@ -60266,5 +60269,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1653206473
|
||||
},
|
||||
"shaneisrael/fireshare": {
|
||||
"Base": null,
|
||||
"Downloads": 32,
|
||||
"Stars": null,
|
||||
"Time": 1653574468,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1653547535
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user