Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-lerch/travelblog

A minimalistic CMS to share your travel experience with friends
https://github.com/daniel-lerch/travelblog

aspnet cms friends travelblog

Last synced: about 4 hours ago
JSON representation

A minimalistic CMS to share your travel experience with friends

Awesome Lists containing this project

README

        

# TravelBlog

TravelBlog is a minimalistic CMS to share your travel experience with friends.
The owner can confirm or reject registrations and limit access to confirmed users.

## Installing
The easiest way of deployment is to build your own Docker container:
`docker build -t daniel-lerch/travelblog:latest https://github.com/daniel-lerch/travelblog.git`

You will want to mount several paths to persist data across container rebuilds:
- `/app/appsettings.json`
- `/app/travelblog.db`
- `/app/media`
- `/app/secrets`

## Usage
TravelBlog is designed for power users that know how to write Markdown and HTML.
Multiple user accounts are currently not supported and all settings have to be statically configured in `appsettings.json`.