Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyvaldemar/siyuan-traefik-letsencrypt-docker-compose
SiYuan with Let's Encrypt Using Docker Compose
https://github.com/heyvaldemar/siyuan-traefik-letsencrypt-docker-compose
devops devops-tools docker docker-compose dockerfile documentation-site documentation-website letsencrypt letsencrypt-certificates notion-alternative siyuan siyuan-community siyuan-lite siyuan-note siyuan-plugin siyuan-theme siyuan-widget traefik wiki wiki-engine
Last synced: 23 days ago
JSON representation
SiYuan with Let's Encrypt Using Docker Compose
- Host: GitHub
- URL: https://github.com/heyvaldemar/siyuan-traefik-letsencrypt-docker-compose
- Owner: heyvaldemar
- Created: 2024-09-24T22:24:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T00:23:43.000Z (3 months ago)
- Last Synced: 2024-11-27T06:46:54.559Z (about 1 month ago)
- Topics: devops, devops-tools, docker, docker-compose, dockerfile, documentation-site, documentation-website, letsencrypt, letsencrypt-certificates, notion-alternative, siyuan, siyuan-community, siyuan-lite, siyuan-note, siyuan-plugin, siyuan-theme, siyuan-widget, traefik, wiki, wiki-engine
- Homepage: https://www.heyvaldemar.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SiYuan with Let's Encrypt Using Docker Compose
๐ The complete installation guide is available on my [website](https://www.heyvaldemar.com/install-siyuan-using-docker-compose/).
โ Change variables in the `.env` to meet your requirements.
To generate a 256-bit hexadecimal authentication code for the `SIYUAN_AUTH_CODE` variable, use the following OpenSSL command:
`openssl rand -hex 256`
๐ก Note that the `.env` file should be in the same directory as `siyuan-traefik-letsencrypt-docker-compose.yml`.
Create networks for your services before deploying the configuration using the commands:
`docker network create traefik-network`
`docker network create siyuan-network`
Deploy SiYuan using Docker Compose:
`docker compose -f siyuan-traefik-letsencrypt-docker-compose.yml -p siyuan up -d`
# Author
Iโm Vladimir Mikhalev, the [Docker Captain](https://www.docker.com/captains/vladimir-mikhalev/), but my friends can call me Valdemar.
๐ My [website](https://www.heyvaldemar.com/) with detailed IT guides\
๐ฌ Follow me on [YouTube](https://www.youtube.com/channel/UCf85kQ0u1sYTTTyKVpxrlyQ?sub_confirmation=1)\
๐ฆ Follow me on [Twitter](https://twitter.com/heyValdemar)\
๐จ Follow me on [Instagram](https://www.instagram.com/heyvaldemar/)\
๐งต Follow me on [Threads](https://www.threads.net/@heyvaldemar)\
๐ Follow me on [Mastodon](https://mastodon.social/@heyvaldemar)\
๐ง Follow me on [Bluesky](https://bsky.app/profile/heyvaldemar.bsky.social)\
๐ธ Follow me on [Facebook](https://www.facebook.com/heyValdemarFB/)\
๐ฅ Follow me on [TikTok](https://www.tiktok.com/@heyvaldemar)\
๐ป Follow me on [LinkedIn](https://www.linkedin.com/in/heyvaldemar/)\
๐ Follow me on [GitHub](https://github.com/heyvaldemar)# Communication
๐พ Chat with IT pros on [Discord](https://discord.gg/AJQGCCBcqf)\
๐ง Reach me at [email protected]# Give Thanks
๐ Support on [GitHub](https://github.com/sponsors/heyValdemar)\
๐ Support on [Patreon](https://www.patreon.com/heyValdemar)\
๐ฅค Support on [BuyMeaCoffee](https://www.buymeacoffee.com/heyValdemar)\
๐ช Support on [Ko-fi](https://ko-fi.com/heyValdemar)\
๐ Support on [PayPal](https://www.paypal.com/paypalme/heyValdemarCOM)