Girish Ramakrishnan
aeddaa4566
apps: rework portBindings
...
ports is REST API input . Map of env var to the host port
portBinding is the database structure. Map of env var to host port, count, type etc
also, rename portCount -> count in various places to keep things consistent
2024-07-17 00:25:47 +02:00
Girish Ramakrishnan
fd53174099
lint
2024-07-16 10:32:37 +02:00
Girish Ramakrishnan
bc96f9c5e5
update: match the ui in settings page
2024-07-15 16:28:00 +02:00
Johannes Zellner
f7b14b2ee8
dashboard: only show postinstall if notes are not just empty
2024-06-27 16:20:19 +02:00
Johannes Zellner
2ad8ee18a0
dashboard: keep checklist items up to date
2024-06-25 18:01:31 +02:00
Girish Ramakrishnan
6f37bde55d
import: add prefix support
...
it is incorrect to ignore the prefix. the keys (for s3) and permissions (managed mounts)
might work only inside the prefix.
2024-06-25 13:41:21 +02:00
Johannes Zellner
1d9ad35019
dashboard: show postinstall message for admin notes unless set
2024-06-24 19:59:02 +02:00
Johannes Zellner
20396a8c7d
Adjust checklist item api to support audits trail
2024-06-24 19:09:03 +02:00
Johannes Zellner
f15b4a4f4b
dashboard: Better state handling for app info notes
2024-06-18 15:49:52 +02:00
Johannes Zellner
d688f5e080
dashboard: slightly better admin notes edit handling
2024-06-13 15:48:35 +02:00
Girish Ramakrishnan
f386c326e2
apptask: only move app uses localstorage addon
2024-06-06 16:26:02 +02:00
Johannes Zellner
dee60e9958
dashboard: improve checklist handling
2024-05-11 11:26:46 +02:00
Johannes Zellner
d35bfbb0fd
dashboard: finish checklist display
...
pending showing acknowledged items later
2024-04-19 14:32:34 +02:00
Johannes Zellner
49243822af
dashboard: show app checklist
2024-04-19 14:17:54 +02:00
Johannes Zellner
16521d5434
Fix updateChecklist usage
2024-04-19 12:15:13 +02:00
Johannes Zellner
7d6636bb54
Only add checklist items if they apply due to sso state
2024-04-18 16:05:38 +02:00
Girish Ramakrishnan
37e2269387
import: add seal option
2024-04-15 22:20:04 +02:00
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