Conversation
ZIP export, OPML export. Corrected height of feeds select in Pafat theme. FreshRSS#1338 FreshRSS#1039 FreshRSS#1277
|
Usage: ./cli/do-install.php --default_user admin --auth_type form ( --environment production --base_url https://rss.example.net/ --language en --title FreshRSS --allow_anonymous --api_enabled --db-type mysql --db-host localhost:3306 --db-user freshrss --db-password dbPassword123 --db-base freshrss --db-prefix freshrss )
# Does not create the default user. Do that with ./cli/create-user.php
./cli/create-user.php --user username ( --password 'password' --api-password 'api_password' --language en --email [email protected] --token 'longRandomString' --no-default-feeds )
./cli/list-users.php
# Return a list of users, with the default/admin user first
./cli/actualize-user.php --user username
./cli/delete-user.php --user username
./cli/import-for-user.php --user username --filename /path/to/file.ext
./cli/export-opml-for-user.php --user username > /path/to/file.opml.xml
./cli/export-zip-for-user.php --user username ( --max-feed-entries 100 ) > /path/to/file.zip |
| vertical-align: middle; | ||
| } | ||
|
|
||
| select{ |
There was a problem hiding this comment.
@plopoyop I have made this small change to your Pafat theme, otherwise the multi-line select was much too small in the export page.
|
A tough from this issue #1342 : I just saw that the new CLI can be really handy to make some (automated) backups on a regular base: #1338 Thanks to this command: |
|
@lapineige |
Sorry I made a confusion, I forgot that I'm doing this with a zip and not just the opml.
Ok thanks.
I do agree. Can I help here ?
I do not have such needs (well, I'm not planning to stop using FreshRSS 😃), but it can be an option if someone raise this need someday. |
|
I meant to migrate between MySQL <-> SQLite <-> PostgreSQL :-) |
|
Targetting FreshRSS 1.6 for this week-end. Tests welcome #1328 |
|
Tested both opml & zip export with cli. Works like a charm ! Awesome new feature ! |
|
Thanks for the tests! |
|
I'm actively testing the cli feature in order to finalize the ansible playbook that could install FressRSS from A to Z. See my first feedback in #1443. |
#1095
#833