diff options
| author | Ak4zh <[email protected]> | 2021-10-26 06:07:08 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-25 17:37:08 -0700 |
| commit | 6f91e66449462c37989ccfea14308550e1f47b2c (patch) | |
| tree | 574840d26a0e46b7acd4ddd851895ce5aba15c82 /public/v4/apps/rss-bridge.yml | |
| parent | 97467c2b77ea08ed97048bd19d0ba062a5957c8d (diff) | |
| download | caprover-one-click-apps-6f91e66449462c37989ccfea14308550e1f47b2c.tar.gz caprover-one-click-apps-6f91e66449462c37989ccfea14308550e1f47b2c.zip | |
added rss-bridge (#531)
Co-authored-by: Akash Agarwal <[email protected]>
Diffstat (limited to 'public/v4/apps/rss-bridge.yml')
| -rw-r--r-- | public/v4/apps/rss-bridge.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/v4/apps/rss-bridge.yml b/public/v4/apps/rss-bridge.yml new file mode 100644 index 0000000..11e609c --- /dev/null +++ b/public/v4/apps/rss-bridge.yml @@ -0,0 +1,30 @@ +captainVersion: 4 +services: + # RSS Bridge + $$cap_appname: + image: rssbridge/rss-bridge:$$cap_app_version + restart: always + environment: + APP_URL: http://$$cap_appname.$$cap_root_domain + volumes: + - $$cap_appname-config:/config + caproverExtra: + containerHttpPort: '80' + +caproverOneClickApp: + variables: + - id: $$cap_app_version + label: RSS Bridge + defaultValue: '2021-04-25' + description: Check out their docker page for the valid tags https://hub.docker.com/r/rssbridge/rss-bridge/tags + + instructions: + start: >- + RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode. + end: >- + Done! 😄 + Your service is available at http://$$cap_appname.$$cap_root_domain + displayName: 'RSS Bridge' + isOfficial: true + description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode. + documentation: https://github.com/RSS-Bridge/rss-bridge |
