Update README.md
This commit is contained in:
parent
48584a449b
commit
6cb0b76778
33
README.md
33
README.md
@ -1,3 +1,34 @@
|
||||
# SelfHost
|
||||
|
||||
My simple blog backend.
|
||||
A simple blog engine written in PureBasic.
|
||||
|
||||
## Features
|
||||
|
||||
- FastCGI backend for use with nginx or other web servers
|
||||
- Multi-language support
|
||||
- Article management with tags and drafts
|
||||
- RSS feed generation
|
||||
- Admin Web-App (SpiderBasic)
|
||||
- Bluesky integration for automatic posting
|
||||
- Contact form with email notifications
|
||||
|
||||
## Requirements
|
||||
|
||||
- PureBasic 6.2+
|
||||
- SpiderBasic 3.1+ (for admin)
|
||||
- nginx (or another web server with FastCGI support)
|
||||
|
||||
## Setup
|
||||
|
||||
1. Create `Server/includes/secrets.pbi` based on the example and fill in your settings
|
||||
2. Compile the server with PureBasic
|
||||
3. Configure nginx to proxy requests to the FastCGI backend
|
||||
4. Compile the admin panel with SpiderBasic
|
||||
|
||||
## License
|
||||
|
||||
CC-BY-SA 4.0
|
||||
|
||||
## Reality check
|
||||
|
||||
No. Don't even. Use a real blog backend, there are so many of them!
|
||||
Loading…
Reference in New Issue
Block a user