Added Write Freely to BigBearCasaOS

About

WriteFreely is a clean, minimalist publishing platform made for writers. Start a blog, share knowledge within your organization, or build a community around the shared act of writing.

Pull Request

App Store

It seems, that v0.16.0 does not write default password to docker container log.
Feel free to create new admin user after installation of this app.

After install App, do in terminal on Host:

sudo docker exec -it big-bear-write-freely /bin/bash
/usr/bin/writefreely --create-admin "bob:bobs_password" -c /etc/writefreely.ini
exit

Output of command creating new admin user:

2025/11/04 02:21:27 Loading /etc/writefreely.ini configuration...
2025/11/04 02:21:27 Connecting to sqlite3 database...
2025/11/04 02:21:28 Creating admin bob...
2025/11/04 02:21:28 Done!
2025/11/04 02:21:28 Closing database connection...