Johannes Zellner
e4464afd56
Use new graphite container for whisper cleanup
2023-10-24 01:06:37 +02:00
Girish Ramakrishnan
eb1f3d8b55
dns: add dnsimple
2023-10-24 00:26:10 +02:00
Johannes Zellner
7ef20c273e
Update sftp service for folder copy
2023-10-21 17:37:44 +02:00
Johannes Zellner
37a6e60e90
Do not allow newlines in CSP rules
2023-10-18 13:53:21 +02:00
Johannes Zellner
1f8c55f536
Add docker-volume disk usage info
2023-10-17 16:51:57 +02:00
Girish Ramakrishnan
47d7536e24
du: add dovecot index log to the exclude list
2023-10-17 10:00:27 +02:00
Johannes Zellner
9d9a407c3d
Noop provider does not have a rootPath set
2023-10-16 16:36:31 +02:00
Girish Ramakrishnan
dd9db22e9c
Fix transient du error
...
du error: Command failed: du -Dsb "/home/yellowtent/boxdata/mail" du: cannot access '/home/yellowtent/boxdata/mail/vmail/user@example.com/mail/dovecot-uidlist.lock': No such file or directory .
2023-10-13 15:52:36 +05:30
Girish Ramakrishnan
6830c4fc67
redis: fix issue when restoring optional redis
2023-10-11 14:53:25 +05:30
Girish Ramakrishnan
2f3fba346f
volumes: throw error for unsupported update
2023-10-09 10:31:31 +05:30
Girish Ramakrishnan
5bae308cae
docker: Fix crah when docker has no space
2023-10-09 07:38:57 +05:30
Johannes Zellner
5e7bc78d35
Set custom oidc client id and secret in the backend
2023-10-06 15:16:57 +02:00
Girish Ramakrishnan
41319bc817
ldap server close has no callback
2023-10-01 14:33:19 +05:30
Girish Ramakrishnan
ceb908bee7
Use constants.TEST
2023-10-01 13:52:19 +05:30
Girish Ramakrishnan
0e195679bf
Make tests pass
2023-10-01 13:42:02 +05:30
Girish Ramakrishnan
9c78b2df9a
dockerproxy: lint
2023-10-01 12:12:02 +05:30
Girish Ramakrishnan
4844f6d927
dashboard: remove old domain config on switch
2023-09-29 09:26:42 +05:30
Girish Ramakrishnan
64381e2a04
backups: remove validation mount point after testing it
...
this also moves out the attempt validation logic from mounts code
into volumes. mounts.tryAddMount is also used in backup code
2023-09-29 08:01:58 +05:30
Johannes Zellner
8d0abf214c
First attempt a temporary mountpoint
2023-09-28 10:56:46 +02:00
Girish Ramakrishnan
51409d3031
runtimedirs: .cache is already symlinked in base image
2023-09-27 22:21:39 +05:30
Girish Ramakrishnan
28397379e8
app proxy: check the manifest id and not appStoreId
...
when installing via REST API or CLI, appStoreId will be empty.
2023-09-27 19:30:52 +05:30
Johannes Zellner
3bde6e7475
Fixup eventlog tests
2023-09-27 09:12:06 +02:00
Girish Ramakrishnan
925ca1d79d
Update base image for more symlink fixes
2023-09-27 11:20:05 +05:30
Johannes Zellner
0fd4a831c8
Do not set frame-action and default-src CSP for openid routes
...
If set chrome wants a rule with * and safari on iOS wants an explicit
schema, so not setting any works with both.
2023-09-26 23:37:55 +02:00
Johannes Zellner
31ef53c530
Revert "Set custom csp rule for OpenID consent form submit based on schema"
...
This reverts commit b0115acf42 .
2023-09-26 23:37:13 +02:00
Johannes Zellner
b0115acf42
Set custom csp rule for OpenID consent form submit based on schema
2023-09-26 22:32:37 +02:00
Johannes Zellner
e91536b9e1
Alert() should also update type
2023-09-26 14:14:09 +02:00
Johannes Zellner
8f87070b45
Add color coded indicator to notifications
2023-09-26 12:58:19 +02:00
Johannes Zellner
b72a5e9c69
Add notification types
2023-09-22 17:58:13 +02:00
Girish Ramakrishnan
26cf5b8b80
app proxy: set the Host header
...
The Host header will help the destination request identify which
service the request is meant for. This can potentially be an internal
endpoint identifier.
X-Forwarded-Host is meant to have the external facing server endpoint.
This means that: if the user wants to expose internal.service.com which
resolves to some internal IP as external.service.com, then:
* Host header has to be internal.service.com
* X-Forwarded-Host is external.service.com
* proxy_pass to internal.service.com
2023-09-21 21:54:02 +05:30
Girish Ramakrishnan
17e6266384
mail: make virtual "All Mail" togglable
...
Mac clients behave poorly when this virtual mailbox is present
2023-09-21 13:04:41 +05:30
Johannes Zellner
328c61b67f
Show volume edit options for network mounts
2023-09-20 20:24:19 +02:00
Johannes Zellner
981d76ef7f
Add rest api to update volume mount options
2023-09-20 16:28:47 +02:00
Girish Ramakrishnan
a2450be63a
Update addons to new base image
2023-09-20 19:36:40 +05:30
Girish Ramakrishnan
c1a53f7b29
oidc: loginRedirectUri can be empty string
...
this is required for ttrss
2023-09-20 14:47:27 +05:30
Girish Ramakrishnan
4997ad0468
Fix status codes of 2fa routes
2023-09-13 21:07:07 +05:30
Girish Ramakrishnan
348eb16cef
api: fix background image route
2023-09-13 20:08:52 +05:30
Girish Ramakrishnan
c376f2473e
directoryserver: check secret only if it exists
2023-09-13 20:08:52 +05:30
Johannes Zellner
2484cf490b
Ensure dyndns every 10min
2023-09-13 16:14:25 +02:00
Girish Ramakrishnan
964dc990a6
network: simply use ip instead of ipv4/ipv6
...
this makes it simpler for openapi docs
2023-09-12 20:34:55 +05:30
Girish Ramakrishnan
58bf5ec677
Fix typo causing mailFqdn to be undefined
2023-09-12 18:03:36 +05:30
Girish Ramakrishnan
4653d6fdef
waitfordns: ignore REFUSED error
2023-09-10 06:17:46 +05:30
Girish Ramakrishnan
cbfb52b920
updater: if update just finished, update info is obsolete
2023-09-09 20:46:24 +05:30
Girish Ramakrishnan
8880d46dd5
add comment on why these are strings
2023-09-09 07:57:53 +05:30
Girish Ramakrishnan
20a4136eb5
remove morgan
...
morgan breaks our log output parsing. debug() puts a timestamp in
the front.
2023-09-07 17:08:05 +05:30
Girish Ramakrishnan
bbc6714be8
backup: show app backup details
2023-09-05 09:15:12 +05:30
Girish Ramakrishnan
5a3ffa20ce
backupcleaner: dump the retention
2023-09-05 08:48:48 +05:30
Girish Ramakrishnan
253f509fc6
redis: set default memory limit to 256M
...
The 'reset to default' functionality in services view has 256M hardcoded
2023-09-04 18:22:57 +05:30
Girish Ramakrishnan
8f9bc8817d
cloudron-setup: add AVX check for 7.6 and beyond
2023-09-02 12:02:37 +05:30
Girish Ramakrishnan
f22a2b2053
mongo: update to 5.0
2023-09-02 09:40:50 +05:30