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
master ← add-write-freely-app-docker-compose
opened 06:30AM - 03 Apr 25 UTC
This pull request adds the configuration files for the Write Freely app to the B… igBearCasaOS project. The changes include:
- Added a `config.json` file with the app's metadata, such as the ID, version, image, and links.
- Added a `logo.png` file for the app's icon.
- Added a `docker-compose.yml` file with the service definition for the Write Freely app, including environment variables, volume mappings, and port mappings.
- Added CasaOS-specific configuration metadata to the `docker-compose.yml` file, such as environment variables, volumes, and ports.
- Added application metadata for CasaOS integration, including architectures, description, tagline, developer, author, icon, thumbnail, title, category, port mapping, and installation instructions.
These changes will allow the Write Freely app to be easily integrated and installed within the BigBearCasaOS platform.
## Summary by CodeRabbit
- **New Features**
- Introduced a new configuration setup for the Write Freely platform that provides essential metadata (such as identifiers, version info, and media references) to streamline integration.
- Added a container deployment configuration that ensures reliable service management, with environment settings, volume and port mappings, and enhanced application metadata for improved discovery and installation.
App Store
One of the official app stores for IceWhale products (CasaOS & ZimaOS), developed and maintained independently by BigBearTechWorld. This curated collection offers a wide range of carefully selected applications to enhance your CasaOS and ZimaOS experience.
j900
November 4, 2025, 9:27am
2
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...