Skip to content

Commit

Permalink
sab & pigvin
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Nov 18, 2023
1 parent 1b15c80 commit d15bebe
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 40 deletions.
79 changes: 39 additions & 40 deletions servapps/Fasten/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,43 @@
{
"cosmos-installer": {},
"minVersion": "0.8.0",
"services": {
"{ServiceName}": {
"image": "ghcr.io/fastenhealth/fasten-onprem:main",
"restart": "unless-stopped",
"container_name": "{ServiceName}",
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Fasten/icon.png"
},
"volumes": [
{
"source": "/config.yml",
"target": "/opt/fasten/config/config.yml",
"type": "bind"
},
{
"source":"{ServiceName}-data",
"target":"/opt/fasten/db",
"type": "volume"
}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:8080",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
"cosmos-installer": {},
"minVersion": "0.8.0",
"services": {
"{ServiceName}": {
"image": "ghcr.io/fastenhealth/fasten-onprem:main",
"restart": "unless-stopped",
"container_name": "{ServiceName}",
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Fasten/icon.png"
},
"volumes": [
{
"source": "{ServiceName}-config",
"target": "/opt/fasten/config/",
"type": "volume"
},
{
"source": "{ServiceName}-data",
"target": "/opt/fasten/db",
"type": "volume"
}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:8080",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}

}
}
66 changes: 66 additions & 0 deletions servapps/Pingvin-share/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"cosmos-installer": {
"form": [
{
"name": "downloadPath",
"label": "What is the path to save the shared files to? (leave empty to not mount anything)",
"initialValue": "{DefaultDataPath}/pingvin-shares",
"type": "text"
},
{
"name": "adminOnly",
"label": "Do you want to make this service admin only?",
"initialValue": false,
"type": "checkbox"
}
]
},
"minVersion": "0.8.0",
"services": {
"{ServiceName}": {
"image": "stonith404/pingvin-share",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"UID": 1000,
"GID": 1000,
"environment": [
"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/Pingvin-share/icon.png"
},
"volumes": [
{if Context.downloadPath}
{
"source": "{Context.downloadPath}",
"target": "/opt/app/backend/data",
"type": "bind"
}
{/if}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:3000",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
},
"AuthEnabled": true
{if Context.adminOnly}
, "AuthAdmin": true
{/if}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/Pingvin-share/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Pingvin-share",
"longDescription": "<p>Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.<br /><br /> ## ✨ Features<br /> <br /> - Share files using a link<br /> - Unlimited file size (restricted only by disk space)<br /> - Set an expiration date for shares<br /> - Secure shares with visitor limits and passwords<br /> - Email recipients<br /> - Integration with ClamAV for security scans</p>",
"description": "file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing",
"tags": ["share", "file"],
"repository": "https://github.com/stonith404/pingvin-share",
"image": "https://hub.docker.com/r/stonith404/pingvin-share",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Pingvin-share/icon.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/Pingvin-share/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.
77 changes: 77 additions & 0 deletions servapps/Sabnzbd/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

{
"cosmos-installer": {
"form": [
{
"name": "downloadPath",
"label": "What is the path to download to? (leave empty to not mount anything)",
"initialValue": "{DefaultDataPath}/downloads",
"type": "text"
},
{
"name": "adminOnly",
"label": "Do you want to make this service admin only?",
"initialValue": false,
"type": "checkbox"
}
]
},
"minVersion": "0.7.6",
"services": {
"{ServiceName}": {
"image": "lscr.io/linuxserver/sabnzbd:latest",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"UID": 1000,
"GID": 1000,
"environment": [
"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/Sabnzbd/icon.png"
},
"volumes": [
{
"source": "{ServiceName}-config",
"target": "/config",
"type": "volume"
}
{if Context.downloadPath}
, {
"source": "{Context.downloadPath}",
"target": "/downloads",
"type": "bind"
}
{/if}
],
"post_install": [
"echo 'Waiting for Sabnzbd to be fully started to edit its config. It will take a minute, do not panic!'",
"until grep -q 'cache_limit = 1G' /config/sabnzbd.ini; do sleep 5; done && sed -i 's/^host_whitelist *= *.*/host_whitelist = {Hostnames.{StaticServiceName}.{StaticServiceName}.host},/' /config/sabnzbd.ini && sed -i 's/^inet_exposure *= *.*/inet_exposure = 4/' /config/sabnzbd.ini && sleep 1 && reboot",
""
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:8080",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
},
"AuthEnabled": true
{if Context.adminOnly}
, "AuthAdmin": true
{/if}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/Sabnzbd/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "SABnzbd",
"longDescription": "<p>SABnzbd is an open-source binary newsreader and Usenet downloader. It simplifies the process of downloading from Usenet by automating the majority of tasks involved. SABnzbd is renowned for its ease of use, high-speed downloading capabilities, and extensive customization options.</p><p>With features like web-interface accessibility, API support, automatic post-processing, and RSS feed integration, SABnzbd stands out as a versatile tool for Usenet downloading. It is optimized to run efficiently on various hardware, including low-powered devices like the Raspberry Pi.</p><p>SABnzbd is cross-platform, available on Windows, MacOS, Linux, and other operating systems, making it accessible to a wide range of users. Embrace the power and simplicity of SABnzbd for your Usenet downloading needs.</p>",
"description": "SABnzbd is an advanced Usenet downloader that automates the process of downloading and managing files from Usenet. It features a user-friendly web interface, API support, automatic post-processing, and RSS feed integration. Optimized for performance, SABnzbd runs smoothly on different platforms, including low-powered devices. Experience efficient Usenet downloading with SABnzbd!",
"tags": ["usenet", "downloader", "newsreader", "sabnzbd", "windows", "linux", "macos", "raspberry pi", "performance", "rss feed", "post-processing", "open-source"],
"repository": "https://github.com/sabnzbd/sabnzbd",
"image": "https://hub.docker.com/r/linuxserver/sabnzbd",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Sabnzbd/icon.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/Sabnzbd/screenshots/1.webp
Binary file not shown.

0 comments on commit d15bebe

Please sign in to comment.