Girish Ramakrishnan
9bb4c8127e
docker based tests
2024-09-22 11:13:26 +02:00
Girish Ramakrishnan
27f7bcd040
test: add simple gitlab-ci file
2024-09-21 09:46:38 +02:00
Girish Ramakrishnan
76dc856dbf
test: fix system test
2024-09-20 15:37:34 +02:00
Vladimir D
227fdf10dd
OIDC: id_token added to client response types
2024-09-20 14:16:40 +02:00
Girish Ramakrishnan
19c744b17d
unbound-anchor is now part of ExecStartPre
...
it seems unbound-anchor is not a dep of unbound in ubuntu 24. some
installations are thus missing this package.
in any case, ignore unbound-anchor exit status
2024-09-20 10:00:01 +02:00
Vladimir D
3ce74d04d0
OIDC: groups claim added to make groups provisioned
2024-09-19 13:08:20 +02:00
Johannes Zellner
87b8fc6a1b
dashboard: remove box-shadow on form-controls to be inline with buttons
2024-09-19 13:04:03 +02:00
Johannes Zellner
9012badfb8
dashbaord: Fix form-control align in filter bars
2024-09-19 12:19:09 +02:00
Girish Ramakrishnan
3b6e5d8ed1
cloudron-support: ipv6 checks
2024-09-19 12:11:56 +02:00
Girish Ramakrishnan
1148724613
boxerror: handle AggregateError
2024-09-19 11:44:47 +02:00
Girish Ramakrishnan
f526695aae
cloudron-support: enable-ssh has an alias enable-remote-support
2024-09-19 08:38:59 +02:00
Girish Ramakrishnan
e8850eeac2
8.0.6 changelog
v8.0.6
2024-09-18 15:33:42 +02:00
Girish Ramakrishnan
777834d790
dig: set tries parameter
2024-09-18 15:25:48 +02:00
Girish Ramakrishnan
dca9246450
Fix AdGuard resolving dashboard to docker bridge IP
...
Issue 1: DO droplet when given the name my.blah.com , will put an entry
in /etc/hosts with `127.0.1.1 my.blah.com` . When app containers use
system DNS, they get this IP address which does not work inside a container.
An idea is to remove this entry when running cloudron-setup, but maybe this
causes trouble later.
Issue 2: Some networks seem to lack loopback networking. With OIDC changes,
we want the apps to access my.blah.com even if hairpin nat is not working.
Solution: make my.blah.com to resolve to the docker bridge IP (172.18.0.1)
where nginx also listens to. This means that such requests never go outside the server
Caveats:
* This breaks AdGuard which now starts resolving it to 172.18.0.1 for
the entire network! So, we skip ExtraHosts configuration for adguard
* Maybe ExtraHosts should be scoped to OIDC apps only. But the thought here is
that it will help apps like say n8n which are querying dasahboard.
2024-09-18 14:42:11 +02:00
Girish Ramakrishnan
767f7ab40e
capitalize view name
2024-09-18 13:10:26 +02:00
Johannes Zellner
1b810ec74f
Only add unchecked checklist items on fresh installs for the moment
v8.0.5
2024-09-16 13:46:19 +02:00
Johannes Zellner
f59b9e1b5f
frontend: adjust filemanager to new pankow api
2024-09-16 13:28:30 +02:00
Johannes Zellner
398dbe802e
frontend: remove another unused css rule
2024-09-16 12:21:14 +02:00
Johannes Zellner
8b5fa0fe76
frontend: purge unwanted css styles
2024-09-16 12:08:10 +02:00
Johannes Zellner
99042a47f3
frontend: Fix all toolbuttons
2024-09-16 12:05:41 +02:00
Johannes Zellner
46e600abe9
frontend: fixup LogsViewer
2024-09-16 11:50:20 +02:00
Johannes Zellner
051dd8b58f
frontend: update dependencies
2024-09-16 11:50:20 +02:00
Girish Ramakrishnan
067b02dba1
dashboard: reconfigure all apps on location change
...
continuation of 1b5fee233e
all containers have ExtraHosts , so we have to reconfigure everything
2024-09-16 11:23:06 +02:00
Girish Ramakrishnan
22a0874188
grammar
2024-09-16 10:37:01 +02:00
Girish Ramakrishnan
0e25809158
settings: do not overflow the schedule
2024-09-16 10:29:35 +02:00
Girish Ramakrishnan
305d877896
operator: fix resource view
...
app resources view requires the cpu and memory information
2024-09-13 16:47:13 +02:00
Girish Ramakrishnan
a932a5251a
update: all operators to update an app
...
previously, the update info was restricted to admins. this can now be queried
by any authenticated user. update information can be gathered from listing apps and
then checking against appstore anyway.
2024-09-13 16:46:58 +02:00
Girish Ramakrishnan
7b58fccb9f
app info: fix overflow of manifest id
2024-09-13 11:34:30 +02:00
Johannes Zellner
859fef62d4
Revert "Make unbound prefer ipv4 to avoid using ipv6 for spam checking"
...
This reverts commit aedf55dba0 .
2024-09-12 17:41:12 +02:00
Girish Ramakrishnan
0647a3a233
unbound: prefer ip4 on ubuntu 24 and above
...
ip6 queries seems to be blocked by spamhaus
2024-09-12 17:13:50 +02:00
Johannes Zellner
aedf55dba0
Make unbound prefer ipv4 to avoid using ipv6 for spam checking
2024-09-12 16:43:34 +02:00
Girish Ramakrishnan
e9a422b657
logs: handle logs not found (logrotated)
...
we show an error message in the UI now
2024-09-12 10:32:00 +02:00
Girish Ramakrishnan
23df6bdfbf
add to changes
2024-09-11 17:55:35 +02:00
Girish Ramakrishnan
1b5fee233e
docker: use the system dns for app containers
...
take 2 after failed attempt with 92bce26e22
this makes the dashboard domain resolve internally to nginx
can test with `getent ahosts my.domain.com` inside the container.
2024-09-11 17:52:25 +02:00
Girish Ramakrishnan
63457d2de4
Revert "docker: use the system dns for app containers"
...
This reverts commit 92bce26e22 .
2024-09-10 19:37:39 +02:00
Girish Ramakrishnan
732c944e98
changelog: update release version
2024-09-10 17:43:18 +02:00
Girish Ramakrishnan
86c4db8f22
bugs in syslog parsing
2024-09-10 13:46:13 +02:00
Girish Ramakrishnan
8c0c9981de
remove usage of nsyslog-parser-2
...
this module is somehow parsing the syslog incorrectly causing
incorrect directories being created in the logs directory
(since appName got parsed incorrectly)
2024-09-10 13:09:43 +02:00
Girish Ramakrishnan
e5dcf78ceb
unbound: setup anchor on service restart
2024-09-10 09:48:10 +02:00
Girish Ramakrishnan
92bce26e22
docker: use the system dns for app containers
2024-09-10 09:42:31 +02:00
Girish Ramakrishnan
a72c038435
cloudron-support: also need to be remove any corrupt containerd
2024-09-09 18:42:08 +02:00
Girish Ramakrishnan
6742cdf373
backups: remount remote if not mounted before a backup
2024-09-09 18:15:49 +02:00
Girish Ramakrishnan
ea72cef7f9
storage: remove getProviderStatus
2024-09-09 17:36:51 +02:00
Girish Ramakrishnan
565ad83399
add to changes
2024-09-09 09:29:54 +02:00
Girish Ramakrishnan
43f795c9e4
remove use of "Cloudron" in various descriptions
2024-09-08 19:17:35 +02:00
Girish Ramakrishnan
1589cfb639
tz: add note in backup and update UI
2024-09-08 18:20:15 +02:00
Girish Ramakrishnan
a9b9931aa8
backups: do not overflow the schedule timings
2024-09-08 15:51:07 +02:00
Girish Ramakrishnan
1cd577cc65
filesystem: remove debug warning
2024-09-08 15:25:49 +02:00
Johannes Zellner
13d8db3daa
For the moment new checklist items on update are acknowledged
2024-09-07 09:37:39 +02:00
Girish Ramakrishnan
40c4a01bc0
cloudron-support: ipv6 check
2024-09-06 17:20:52 +02:00