Johannes Zellner
d36d1cf1da
dashboard: wait on refreshApp on submitting notes
2024-04-15 17:38:02 +02:00
Johannes Zellner
8e990e4e0a
dashboard: Set app info as default configure tab
2024-04-11 13:45:34 +02:00
Johannes Zellner
8d04374764
dashboard: info tab translations
2024-04-10 18:48:20 +02:00
Johannes Zellner
87ae95aa4f
Add per-app notes feature
2024-04-10 18:34:58 +02:00
Girish Ramakrishnan
b4e4f26361
Rework cpuShares into cpuQuota
...
cpuShares is the relative weight wrt other apps. This is used when
there is contention for CPU. If we want this, maybe we implement
a UI where we show all the apps and let the user re-order them.
As it stands, it is confusing.
cpuQuota is a more straightforward "hard limit" of the CPU% that you
want the app to consume.
Can be tested with : stress -c 8 -t 20s
2024-04-10 18:25:14 +02:00
Girish Ramakrishnan
8b7dca00af
app memory: make slider go till RAM
...
anything above RAM is useless
2024-04-10 12:12:49 +02:00
Girish Ramakrishnan
c73609211a
import: fix typo in mountPoint parameter
...
mountpoint provider supports prefix (except not via UI). It's more
natural for the user to enter the actual mountpoint than the filesystem
path directly.
2024-04-08 19:21:59 +02:00
Johannes Zellner
1892c0cd80
dashboard: use native slider element for app memory and cpu
2024-03-11 21:36:18 +01:00
Johannes Zellner
0f4ea17f29
dashboard: ensure we show postinstall also from app config screen
2024-01-16 13:54:42 +01:00
Girish Ramakrishnan
c195cb00c0
backup: redact nested password in configs
2023-12-07 13:38:38 +01:00
Johannes Zellner
93d4271bce
Clear potential postinstall flag after backup import
2023-09-11 15:11:53 +02:00
Girish Ramakrishnan
bbc6714be8
backup: show app backup details
2023-09-05 09:15:12 +05:30
Girish Ramakrishnan
34c997401f
backups: add contabo object storage
2023-08-25 09:51:27 +05:30
Girish Ramakrishnan
e1ff5f1cae
ui: optional redis
...
fixes #810
2023-07-14 12:43:32 +05:30
Girish Ramakrishnan
519b258a25
make turn service optional
...
part of #810
2023-07-13 15:32:28 +05:30
Girish Ramakrishnan
0ab72f5900
appdata: cannot use cifs or sshfs
...
Fixes #827
2023-07-11 21:37:26 +05:30
Johannes Zellner
9c5a7eb6bb
dashboard: oidc is also sso option now
2023-04-25 19:52:14 +02:00
Girish Ramakrishnan
8448d28f6f
Implement HSTS preload
...
This allows browsers to query https directly instead of the initial http redirect
https://hstspreload.org/#opt-in says it should be explicitly opt in
2023-03-06 11:46:05 +01:00
Girish Ramakrishnan
af66cef6c2
Merge remote-tracking branch 'dashboard/master'
2023-02-24 23:40:15 +01:00