https://github.com/siberdave/self-host-joplin
Project for self host joplin as server for synchronizing note inside of joplin app.
https://github.com/siberdave/self-host-joplin
docker-compose self-hosted
Last synced: over 1 year ago
JSON representation
Project for self host joplin as server for synchronizing note inside of joplin app.
- Host: GitHub
- URL: https://github.com/siberdave/self-host-joplin
- Owner: SiberDave
- Created: 2024-09-08T15:41:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T15:56:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T12:11:47.537Z (over 1 year ago)
- Topics: docker-compose, self-hosted
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self Hosting Joplin
Repository for self host joplin server for synchronizing note on joplin app.
## Installation
Create the dot-env file from the template file and change the variable inside.
```bash
cp env-app-template .env-app
cp env-db-template .env-db
```
Run the docker compose file with command
```bash
docker-compose -f docker-compose.yml up -d
```
