Girish Ramakrishnan
a7de7fb286
initial implementation of community packages
2026-02-05 14:21:50 +01:00
Girish Ramakrishnan
17b0c3e48d
services: Graphite -> Metrics
2026-02-04 11:33:40 +01:00
Johannes Zellner
b9af8ee6be
Send the service name when listing services
2026-02-03 18:32:11 +01:00
Girish Ramakrishnan
dfe2d27709
comment out some logs
2026-01-31 12:09:55 +01:00
Girish Ramakrishnan
1594d190eb
update: skip backup site check when skipBackup is true
2026-01-30 09:52:52 +01:00
Johannes Zellner
5bd803e6b4
hetznercloud wants name instead of search_name for zones
2026-01-29 15:35:29 +01:00
Girish Ramakrishnan
6533ba4581
appstore: include provider as part of state
2026-01-29 11:46:57 +01:00
Johannes Zellner
aa84cb0079
Actually make multiplart also optional
2026-01-28 14:17:22 +01:00
Johannes Zellner
70476bd168
Use jsonOrMultipart instead of jsonOptional and multipart
2026-01-27 22:01:18 +01:00
Johannes Zellner
a7929e142f
Build local image for updates in apptask
2026-01-27 22:01:18 +01:00
Johannes Zellner
fd0d65b8ce
Keep the app source archive with the app instance data dir
2026-01-27 22:01:18 +01:00
Johannes Zellner
ef2a94c2c8
use local/id:version-ts as docker image tag for locally built apps
2026-01-27 22:01:18 +01:00
Johannes Zellner
b43daf2f08
Use the uploaded app source tarball to build a local docker image
2026-01-27 22:01:18 +01:00
Johannes Zellner
280f628746
Accept json body or formdata in app install route
2026-01-27 22:01:18 +01:00
Johannes Zellner
713774c03f
Attempt to parse formdata fields as json
2026-01-27 22:01:18 +01:00
Johannes Zellner
0889c1531e
Optionally allow json middleware to not check the content-type
2026-01-27 22:01:18 +01:00
Girish Ramakrishnan
87780a2fc8
sftp: update modules
2026-01-23 16:52:52 +01:00
Girish Ramakrishnan
a6286bb67e
mongodb: fcv fix
...
have to upgrade mongodb to 8.0 first
2026-01-23 13:48:01 +01:00
Johannes Zellner
70a9a66ae9
Do not order notifcations by check/unchecked
2026-01-23 13:03:12 +01:00
Girish Ramakrishnan
8521a47cfa
mysql: pipework update
2026-01-23 12:32:47 +01:00
Girish Ramakrishnan
2040eb22a2
mail: update modules
2026-01-23 12:14:33 +01:00
Girish Ramakrishnan
b6075a9765
redis: update to 8.4.0
2026-01-23 11:34:41 +01:00
Girish Ramakrishnan
daacbcb89d
mongodb: update to 8.2.3
2026-01-23 11:26:30 +01:00
Girish Ramakrishnan
6d622bbd14
postgres: pipework update
2026-01-23 11:18:06 +01:00
Girish Ramakrishnan
03fe72e0b1
services: fix usage of pipework
2026-01-22 18:09:41 +01:00
Girish Ramakrishnan
b238443a9d
services: switch to using @cloudron/pipework
...
also improve the error messages along the way
2026-01-21 21:32:02 +01:00
Girish Ramakrishnan
021a39a964
services: destroy the read/write stream on error
2026-01-21 17:23:27 +01:00
Girish Ramakrishnan
72c494e9dc
backuptask: fix usage of upload API
2026-01-21 09:48:21 +01:00
Girish Ramakrishnan
42cefd56eb
Fix uploader API to handle write stream errors
...
When the upload is aborted/abandoed because the source file is missing,
the write stream is never destroyed. This dangling write stream can
later error and cause a crash.
Instead, create the write stream on demand and nearer to pipeline() to
make sure we do 'error' handling.
2026-01-20 22:26:08 +01:00
Girish Ramakrishnan
472e513a9f
postgresql: reindex fix
...
(cherry picked from commit 6b56efcf14 )
2026-01-18 18:27:44 +01:00
Girish Ramakrishnan
23e0fe5791
postgres: fix hook that upgrades vectorchord
2026-01-18 11:36:48 +01:00
Girish Ramakrishnan
6877dfb772
acme: ARI support
...
ARI is a hint from the cert issuer about when to renew a cert. We will
use it when the API is available.
It provides a mechanim for CAs to revoke certs and signal to clients
that cert should be renewed.
https://www.rfc-editor.org/rfc/rfc9773.txt
https://letsencrypt.org/2024/04/25/guide-to-integrating-ari-into-existing-acme-clients
2026-01-17 23:28:47 +01:00
Girish Ramakrishnan
f65b33f3fc
Fix key type typo
2026-01-17 22:20:39 +01:00
Girish Ramakrishnan
efccf2729b
start moving openssl commands into openssl.js
2026-01-17 15:28:44 +01:00
Girish Ramakrishnan
3a1cd8f67f
acme2: do not rely on db
2026-01-17 13:21:50 +01:00
Girish Ramakrishnan
53c90429d3
acme: rename variable
2026-01-17 10:26:04 +01:00
Girish Ramakrishnan
7b5384a7d5
acme2: add profile support
...
this adds acme profile support which was GA today.
https://letsencrypt.org/2026/01/15/6day-and-ip-general-availability
https://letsencrypt.org/docs/profiles/
2026-01-17 09:51:29 +01:00
Girish Ramakrishnan
2b362d8eaf
users: add note about invitationToken
...
this is a one time token that is valid until the account is set up.
this is the reason it has no expiry time.
2026-01-17 09:44:43 +01:00
Johannes Zellner
908f7b8985
Remove wrong expiration note for invite links in email
2026-01-15 12:10:58 +01:00
Girish Ramakrishnan
a1b4fdf624
csp: allow multiple lines and add presets
2026-01-13 17:39:00 +01:00
Girish Ramakrishnan
61f37e0260
mongodb: fix fcv update issue
2026-01-13 15:21:30 +01:00
Girish Ramakrishnan
692fb1a68c
domains: add debug to print the error
2026-01-12 18:35:18 +01:00
Girish Ramakrishnan
c71d915a4b
typo
2026-01-12 18:33:22 +01:00
Girish Ramakrishnan
e2f71b10ec
mail: update haraka to 3.1.2
2026-01-12 11:25:48 +01:00
Elias Hackradt
743e4fce0b
Fixed wrong URL for PTR doc issue url
2026-01-10 19:59:27 +01:00
Johannes Zellner
89baa3cabf
Set the default locale to C.UTF-8 in 2026
2026-01-07 13:46:10 +01:00
Johannes Zellner
806309fc33
Apply mountoint vs mountpointS lsblk output fix also to mounts
2026-01-06 21:11:16 +01:00
Girish Ramakrishnan
84a10d4eb1
backups: add synology c2
2026-01-06 16:42:54 +01:00
Johannes Zellner
e12f5e41ff
Better error for invalid update versions
2026-01-06 15:54:55 +01:00
Girish Ramakrishnan
da726ecd15
dockerregistry: do not use auth with explicit registry for appstore images
2026-01-02 10:24:51 +01:00