Changing admin password
-
Hi all,
RSS-Bridge is now available in the app store. Thanks to @thetomester13 for packaging this.
Code: https://git.cloudron.io/cloudron/rss-bridge-app
Docs: https://docs.cloudron.io/apps/rss-bridge-app/
App store: https://www.cloudron.io/store/com.rssbridgeapp.cloudronapp.html@girish Thanks for making RSS-bridge available on Cloudron!
The instructions say to change the admin password first thing, and tells you to edit the file here:
app/data/config.ini.phpHow do we find this folder? It doesn't appear, for example. here:
rss-bridge.example.com/app/data/config.ini.phpor here
rss-bridge.example.com/app/data/ -
@girish Thanks for making RSS-bridge available on Cloudron!
The instructions say to change the admin password first thing, and tells you to edit the file here:
app/data/config.ini.phpHow do we find this folder? It doesn't appear, for example. here:
rss-bridge.example.com/app/data/config.ini.phpor here
rss-bridge.example.com/app/data/@loudlemur I think you need to go into the terminal view of the app, using the settings icon at top right of the dashboard, then selecting the terminal in the ribbon of icons top right.

Middle icon of this set :

-
G girish moved this topic from Announcements on
-
@girish Thanks for making RSS-bridge available on Cloudron!
The instructions say to change the admin password first thing, and tells you to edit the file here:
app/data/config.ini.phpHow do we find this folder? It doesn't appear, for example. here:
rss-bridge.example.com/app/data/config.ini.phpor here
rss-bridge.example.com/app/data/@loudlemur On Cloudron, apps are run in containers. The paths which are mentioned in app docs and messages are inside the container. They are not easily found on the server (and not meant to be directly edited by ssh'ing).
/app/datais the path in the container where apps write to. The easiest way to access this is using the File manager. The file manager exposes only the/app/datadirectory of the container and nothing else.If you want to see the full container file system, you have to use the Web Terminal. You can always cd into
/app/datathere as well. There you will see the same files as the file manager.