The clean & modern RSS server that doesn't give you any crap. https://thearsse.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.3 KiB

About

Supported since
0.1.0
dbDriver identifier
sqlite3
Minimum version
3.8.3
Configuration
General, Specific

SQLite requires very little set-up. By default the database will be created at one of the following locations depending on installation method:

Installation method Default database path
Arch Linux package /var/lib/arsse/arsse.db
Debian package /var/lib/dbconfig-common/sqlite3/arsse/arsse
Manual installation arsse.db in the The Arsse's installation directory

This path can be changed with the dbSQLite3File setting.

Regardless of the location used, The Arsse must be able to both read from and write to the database file, as well as create files in its directory. This is because SQLite also creates a write-ahead log file and a shared-memory file during operation.