Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundofdarkness/notesnook-web-docker
An attempt to build the notesnook web application into a docker image.
https://github.com/soundofdarkness/notesnook-web-docker
Last synced: about 1 month ago
JSON representation
An attempt to build the notesnook web application into a docker image.
- Host: GitHub
- URL: https://github.com/soundofdarkness/notesnook-web-docker
- Owner: Soundofdarkness
- License: bsd-3-clause
- Created: 2024-11-05T16:09:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T14:46:14.000Z (about 1 month ago)
- Last Synced: 2024-11-19T14:49:07.000Z (about 1 month ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# notesnook-web-docker
This repository contains the code to build the webapp version of [Notesnook](https://github.com/streetwriters/notesnook).
The entire process is based upon two github workflows:
One which periodically checks for a new app release, and one which actually builds the image.
The image itself is just a simple nginx webserver which hosts the static files for the webapp.
The image build happens both when a new version is found or every week on monday to fix potential vulnerabilities in the image.
### License
The license of this repository is the BSD-3-Clause license, however the license of the resulting docker images is the GPL-3.0 license, due to the GPL-3.0 being the license of the actual webapp.