-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Software | FreshRSS #5768
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pull the latest stable release then: https://api.github.com/repos/FreshRSS/FreshRSS/releases/latest
If I'm not mistaken, master
previously matched the latest release while edge existed before as development branch.
I took the chance to add further updates and enhancements to the install, based on up-to-date docs and examples. We need to test reinstalls: We redo the PHP based setup, even when it was done previously already, so let's see whether those are handled gracefully. If so, including database password not being changed, we can switch to a safe random password instead of using the global software password for this entirely internal task. |
- DietPi-Software | FreshRSS: Resolved an issue where the install failed because of changed branches on the GitHub repository. Many thanks to @baptiste313 for reporting this issue: MichaIng#5767 - DietPi-Software | FreshRSS: Apply strong random database password on fresh installs and add further CLI steps beneficial for reinstalls Co-authored-by: MichaIng <[email protected]>
DietPi-Software | FreshRSS - GitHub branch has been renamed from Master to Edge