Johannes Zellner
5857c05e01
Remove noisy debug for applinks
2023-12-03 15:11:16 +01:00
Johannes Zellner
81eb4bdebb
Improve jsdom usage for applink icons
2023-12-03 14:24:45 +01:00
Johannes Zellner
5971d3bf77
Better error handling for setupToken
2023-12-02 18:20:13 +01:00
Johannes Zellner
cca3138f05
Remove appstore web token api
2023-12-02 18:20:13 +01:00
Johannes Zellner
242c091add
Add ability to register a Cloudron with a setupToken only
2023-12-02 18:20:13 +01:00
Johannes Zellner
3245370280
New postgres addon for newly required extensions
2023-11-30 13:00:53 +01:00
Girish Ramakrishnan
740c0fe318
dockerproxy: all volumes to be mounted in child containers
...
this will allow jupyterhub notebooks to access volumes
2023-11-27 23:06:11 +01:00
Girish Ramakrishnan
a056bcfdfe
mailserver: fix sending of double header
2023-11-26 15:40:21 +01:00
Girish Ramakrishnan
e64182d791
mail: make redis non-persistent
...
it keeps emitting warnings non-stop about bgsave not working
2023-11-23 14:27:58 +01:00
Girish Ramakrishnan
efd42b7293
ovh: fix nameserver matching
...
there's a whole bunch: ovh.ca, ovh.us, ovh.com, ovhcloud.com, ovh.co.uk
https://forum.cloudron.io/topic/10435/limitation-with-dns-using-ovh-in-validating-name-server-domains-domain-nameservers-are-not-set-to-ovh
2023-11-16 10:27:59 +01:00
Girish Ramakrishnan
bf381aff7f
redis: use default instead of redisuser
...
suggested at https://github.com/redis/node-redis/issues/1591
2023-11-14 10:50:25 +01:00
Girish Ramakrishnan
1a43c05d48
sftp: fix crash when app has no addons
2023-11-13 21:58:44 +01:00
Girish Ramakrishnan
b88afbac4e
dns: add ovh backend
2023-11-06 15:22:24 +01:00
Girish Ramakrishnan
8e468788a9
dockerproxy: fix typo
2023-11-04 13:28:02 +01:00
Girish Ramakrishnan
08c48df862
add qbittorrent to blacklist
2023-11-01 23:54:20 +01:00
Girish Ramakrishnan
c69cf4731a
remove extra space
2023-10-31 21:51:46 +01:00
Johannes Zellner
4ad5bd71f1
Try to only use sensible icons for applinks
2023-10-31 14:55:24 +01:00
Girish Ramakrishnan
1ddc1cec20
Fix role definitions
2023-10-30 18:40:20 +01:00
Girish Ramakrishnan
934c701be2
vultr: fix copy of large objects
...
https://forum.cloudron.io/topic/10266/backups-are-failing
2023-10-26 09:51:07 +02:00
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