Commit graph

22 commits

Author SHA1 Message Date
Ravinou
577fdbcd68 docker: 🐳 improve logs 2026-01-18 10:14:14 +01:00
Ravinou
079bf35d87 chore: 🧹 migrate from npm to pnpm package manager 2026-01-08 13:58:08 +01:00
Ravinou
e939b704ef
docker: 🐳 typescript migration 2025-04-20 23:08:28 +02:00
Ravinou
73ac5339f4
config: 🔧 upgrade Docker base image to Node.js LTS 22 2024-12-08 19:57:41 +01:00
nezu
b0fae4f59d
fix: remove hardcoded HOSTNAME in Docker
Instead of hardcoding it in supervisord.conf, we simply set it to an
empty value in the Dockerfile. This prevents docker from setting it's
own value while also allowing the user to override it.

In next JS an empty HOSTNAME is equivalent to not setting it at all.
2024-12-08 11:02:43 +01:00
Marc Ole Bulling
81ed817045
Make ARGs complient with Docker specs 2024-06-15 16:41:19 +02:00
Ravinou
65f3590a5a
feat: provide default sshd_config file for Docker 2024-02-25 18:20:06 +01:00
Ravinou
bbd51f3c06
fix: use the latest borgbackup stable release in docker #141 2024-02-03 10:14:01 +01:00
Ravinou
006fa4862a
feat: ability to chose uid and gid on build 2024-01-01 13:07:19 +01:00
Ravinou
532d23973e
feat: rsyslog added for timestamping logs and fail2ban compatibility 2023-12-31 14:30:23 +01:00
Ravinou
15e7859e66
feat: use supervisord to manage process #101 #98
ci: build for arm/v7 explicitly + action to build develop
2023-12-30 18:00:14 +01:00
Ravinou
ac715e9173
fix: disable cronjob functionnality in docker 2023-12-30 18:00:14 +01:00
Ravinou
78e314d178
build(deps): switch Node version to latest LTS 20 2023-11-02 22:47:31 +01:00
nezu
6ea4c7f184 fix: rework Dockerfile to reduce image size 2023-10-17 12:27:12 +02:00
Ravinou
3d409916be
fix: upgrade node image 2023-10-10 19:59:01 +02:00
Ravinou
55a33d627d
fix: uid/gid in docker 2023-10-05 21:21:55 +02:00
Ravinou
8df8c6a100
feat: add uid and gid options for build 2023-10-01 18:36:00 +02:00
Ravinou
9e55b47f77
feat: add cronjobs to docker 2023-09-23 18:09:10 +02:00
Ravinou
1baef885d2
fix: restart SSH service after docker init 2023-09-17 22:08:54 +02:00
Ravinou
f4479bb2f8
feat: add ssh init 2023-09-17 11:21:22 +02:00
Ravinou
7e21c7b379
fix: stop container if init failed 2023-09-16 19:23:29 +02:00
Ravinou
100c62f39b
docker testing 2023-09-10 17:52:52 +02:00