- 02 Feb, 2021 1 commit
-
-
Sheogorath authored
Add database migration hints for 1.6 -> 1.7 upgrade (fixes #141)
-
- 27 Jan, 2021 4 commits
-
-
renovate[bot] authored
Update node:12.20.1-slim Docker digest to c9cb3f0
-
renovate[bot] authored
Update node:12.20.1-alpine Docker digest to 41ae2b3
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
- 22 Jan, 2021 1 commit
-
-
Nicolas Dietrich authored
Due to changed default database credentials and database name in `docker-compose.yml`, a previous installation needs to be migrated in order to work with the new defaults. Signed-off-by: Nicolas Dietrich <nidi@mailbox.org>
-
- 15 Jan, 2021 1 commit
-
-
David Mehren authored
Signed-off-by: David Mehren <git@herrmehren.de>
-
- 12 Jan, 2021 2 commits
-
-
renovate[bot] authored
Update node:12.20.1-slim Docker digest to 4a5d117
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
- 05 Jan, 2021 4 commits
-
-
Sheogorath authored
Update node Docker tag to v12.20.1
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
Sheogorath authored
Split dockerfiles into stages
-
Hugo Peixoto authored
This improves caching and readability without compromising the final image size. Signed-off-by: Hugo Peixoto <hugo.peixoto@gmail.com>
-
- 28 Dec, 2020 2 commits
-
-
Sheogorath authored
This patch should help to ensure that there is always an up-to-date nightly build. During release 1.7.1 the official release was containing more recent changes than the latest nightly. This is an undesierable situation, which this patch should fix by adding "on push" as trigger for the nightly action.
-
Sheogorath authored
This patch adds a "lateset"-like tag to the build to simplify continous deployment setups, such as our demo instance.
-
- 27 Dec, 2020 1 commit
-
-
David Mehren authored
Signed-off-by: David Mehren <git@herrmehren.de>
-
- 22 Dec, 2020 2 commits
-
-
Sheogorath authored
Update quay.io/hedgedoc/hedgedoc Docker tag to v1.7.0
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
- 21 Dec, 2020 1 commit
-
-
David Mehren authored
Signed-off-by: David Mehren <git@herrmehren.de>
-
- 19 Dec, 2020 1 commit
-
-
David Mehren authored
Remove all content from config.json
-
- 18 Dec, 2020 1 commit
-
-
David Mehren authored
Because of a bug in sequelize, the hardcoded name of the database in config.json was used with mysql/mariadb databases. This commit removes all content from config.json, so environment variables are always used. The file itself must still exist, as HedgeDoc does not start without a config file. For details see https://github.com/hedgedoc/container/issues/136#issuecomment-747072862Signed-off-by: David Mehren <git@herrmehren.de>
-
- 17 Dec, 2020 2 commits
-
-
renovate[bot] authored
Update node:12.20.0-alpine Docker digest to 1c5f444
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
- 13 Dec, 2020 1 commit
-
-
Sheogorath authored
Update node Docker tag to v12.20.0
-
- 11 Dec, 2020 1 commit
-
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
- 02 Dec, 2020 3 commits
-
-
David Mehren authored
Signed-off-by: David Mehren <git@herrmehren.de>
-
Sheogorath authored
Publish nightly docker images
-
Hugo Peixoto authored
Signed-off-by: Hugo Peixoto <hugo.peixoto@gmail.com>
-
- 25 Nov, 2020 2 commits
-
-
Sheogorath authored
Fix pin-rebuild-pin loop
-
Sheogorath authored
This patch should fix the pin-rebuild-pin loop, that appears due to each change in the repository resulting in a new image build, which results in a new pin in the docker-compose file, which results in a merge, that triggers a new build. Instead this patch excludes the `docker-compose.yaml` from pinning and solves the issue. Signed-off-by: Christoph Kern <sheogorath@shivering-isles.com>
-
- 24 Nov, 2020 9 commits
-
-
renovate[bot] authored
Update quay.io/hedgedoc/hedgedoc:1.6.0 Docker digest to 12d91b3
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
Sheogorath authored
Pin Docker digests
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
Sheogorath authored
Pin node Docker tag
-
Renovate Bot authored
Signed-off-by: Renovate Bot <bot@renovateapp.com>
-
Sheogorath authored
Extend renovatebot config to automerge digests
-
Sheogorath authored
This patch adds sign-offs to the renovatebot commits and allows them to be automatically merged to reduce maintenance work. Signed-off-by: Christoph Kern <sheogorath@shivering-isles.com>
-
Sheogorath authored
Pin digists of base images
-
- 20 Nov, 2020 1 commit
-
-
Sheogorath authored
Rename HackMD and CodiMD to HedgeDoc
-