Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daniel-lerch/travelblog
- Owner: daniel-lerch
- License: mit
- Created: 2019-09-12T17:13:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T15:44:32.000Z (6 months ago)
- Last Synced: 2024-06-02T17:32:16.065Z (6 months ago)
- Topics: aspnet, cms, friends, travelblog
- Language: C#
- Homepage:
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.