Skip to content

Commit

Permalink
Create description.json (#85)
Browse files Browse the repository at this point in the history
Create cosmos-compose.json

Add files via upload

Create tmp

Add files via upload

Delete servapps/RSS-Bridge/Screenshots/tmp

Update cosmos-compose.json

Update cosmos-compose.json

Update cosmos-compose.json

Update cosmos-compose.json

Update cosmos-compose.json

Update cosmos-compose.json
  • Loading branch information
Bockiii authored Nov 14, 2023
1 parent 65b97ff commit 3662991
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 0 deletions.
Binary file added servapps/RSS-Bridge/Screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/RSS-Bridge/Screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions servapps/RSS-Bridge/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"cosmos-installer": {
"form": [
{
"name": "adminOnly",
"label": "Do you want to make this service admin only?",
"initialValue": false,
"type": "checkbox"
}
]
},
"minVersion": "0.8.0",
"services": {
"{ServiceName}": {
"image": "rssbridge/rss-bridge:latest",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"UID": 1000,
"GID": 1000,
"environment": [
"RSSBRIDGE_system_enabled_bridges=*",
"PUID=1000",
"PGID=1000",
"TZ=auto"
],
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/RSS-Bridge/icon.png"
},
"volumes": [
{
"source": "{ServiceName}-config",
"target": "/config",
"type": "volume"
}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:80",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
},
"AuthEnabled": false
{if Context.adminOnly}
, "AuthAdmin": true
{/if}
}
]
}
}
}
20 changes: 20 additions & 0 deletions servapps/RSS-Bridge/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "RSS-Bridge",
"longDescription": "<p>The RSS feed for websites missing it.</p><p>With RSS-Bridge, you can create RSS Feeds for websites that usually don't provide Feeds. You can either use one of the many already existing bridges or create your own.</p>",
"description": "With RSS-Bridge, you can host your own Feed creator for websites that do not provide feeds.",
"tags": [
"self-hosted services",
"rss",
"web interface",
"open-source",
"Docker",
"cross-platform"
],
"repository": "https://github.com/RSS-Bridge/rss-bridge",
"image": "https://hub.docker.com/r/rssbridge/rss-bridge",
"supported_architectures": [
"amd64",
"arm32v7",
"arm64v8"
]
}
Binary file added servapps/RSS-Bridge/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3662991

Please sign in to comment.