|
|
3 年之前 | |
|---|---|---|
| htdocs | 3 年之前 | |
| source | 3 年之前 | |
| .gitignore | 3 年之前 | |
| README.md | 3 年之前 | |
| journal.db | 3 年之前 |
A tiny self-hostable “microjournaling” web app. Helps fill the void when abstaining from social media by encouraging journaling small thoughts throughout the day instead of doomscrolling! Inspired by a video by struthful on YouTube.
Features:
htdocs to your web directory.journal.db somewhere outside your web directory so it is not accessible from the internet.journal.db is writable by the web server user. The web app will test writability when it is first run and will alert you if it fails.index.php and set the configuration values near the top:
DB_PATH is the path to journal.db on the server’s file system.BASE_URL is the URL where index.php will be accessed from the web. An https: URL is strongly recommended. You may include index.php in the URL or just point to the path.Optionally, since there isn’t anything here you’d want other people accessing, you may want to add a robots.txt to your website to keep your journal undiscovered by search engines.
This software is under the MIT Software License.