Lance Pioch
5e7f5c2a4c
Allow adding new allocations to existing servers
2024-06-01 19:26:23 -04:00
Lance Pioch
b3ca7b7ac9
Merge pull request #284 from Boy132/replace/encrypt-decrypt
...
Replace encrypt/decrypt with `encrypted` casting to resolve #4
2024-05-31 19:50:07 -04:00
Charles
cb638369cf
Merge pull request #302 from pelican-dev/issue/294
...
Only show application api keys
2024-05-31 18:49:35 -04:00
Boy132
b1928e89b4
Merge branch 'pelican-dev:main' into replace/encrypt-decrypt
2024-05-31 23:04:43 +02:00
notCharles
5081cc3f63
Fix badge, update table
2024-05-31 16:39:23 -04:00
Lance Pioch
8eb2c23420
Fix creating new node
2024-05-31 16:03:12 -04:00
Lance Pioch
7d0ce1627b
Remove unused imports
2024-05-31 02:00:38 -04:00
Lance Pioch
8cec7368ab
Only show application api keys
2024-05-31 01:59:33 -04:00
Charles
97ac0fe54b
Add Reset Daemon Key Button ( #298 ) closes #292
2024-05-31 01:41:21 -04:00
notCharles
e980877bbc
Fix Node Creation
...
Add missing defaults
2024-05-29 18:28:21 -04:00
Boy132
82fd547484
replace encrypt/ decrypt with encrypted casting
2024-05-28 15:24:20 +02:00
notCharles
183c274a0d
Correct Tags to KeyVal
2024-05-27 13:37:59 -04:00
Lance Pioch
b77fd3d653
Fix #267
2024-05-24 19:34:23 -04:00
Boy132
4dd833562b
Add CPU limit to node ( #239 ) to resolve #233
...
* add node cpu limit to backend
* update makenodecommand
* add node cpu limit to frontend
* add migration and update mysql schema
* run pint
* fix typo in mysql schema
* forgot this assert
* forgot to setCpu here
* run pint
* adjust migration
* Fix db migration
* make cpu optional
* set default value for cpu in node deployment
* update mysql schema
---------
Co-authored-by: notCharles <charles@pelican.dev>
2024-05-22 02:34:43 -04:00
Lance Pioch
2808a3dd35
Simplify buttons
2024-05-20 14:38:48 -04:00
notCharles
03cbdd5bdd
update edit/create pages
2024-05-19 21:15:43 -04:00
notCharles
4c43fd1683
Add docker_labels
2024-05-19 20:55:37 -04:00
notCharles
0c61a63191
Add id to allocation table
2024-05-19 20:23:59 -04:00
notCharles
0a5810358a
Update jdbc string
...
should also update the password here.
2024-05-18 18:17:20 -04:00
notCharles
1bae239971
Fix db password rotation
...
updates the password textbox when password is rotated.
2024-05-18 18:13:06 -04:00
notCharles
597f74f105
reload form data after save
...
closes https://github.com/pelican-dev/panel/issues/251
2024-05-18 18:08:55 -04:00
notCharles
5344d99a40
Update Mobile View
2024-05-18 17:47:33 -04:00
notCharles
c18d291f8f
database page updates
2024-05-17 20:56:12 -04:00
notCharles
9b2e00ead2
pint
2024-05-17 20:10:53 -04:00
notCharles
d0997dca1a
Remove hints
2024-05-17 19:59:41 -04:00
notCharles
cca723d21e
Update unique, remove dehydrates
2024-05-17 19:59:04 -04:00
notCharles
12af8fe51e
This is better...
2024-05-16 20:34:37 -04:00
notCharles
9f5d27896a
Pint
2024-05-16 18:44:59 -04:00
notCharles
15969da41e
Fix New User
...
Removes the required password field for making new accounts, triggers email for user to make their own password.
2024-05-16 18:43:05 -04:00
Boy132
cc46c463ac
run pint
2024-05-16 17:28:49 +02:00
Boy132
921b76f1e1
add default for disk/ memory and overallocation
2024-05-16 08:43:09 +02:00
Lance Pioch
3c14e1ffa4
Update edit images to match create and fix #229
2024-05-16 00:04:13 -04:00
notCharles
0cd03e95f4
Update database view
2024-05-15 21:21:57 -04:00
Lance Pioch
0c72833af7
Show blank if only 0
2024-05-15 14:11:09 -04:00
Lance Pioch
b513366f35
Merge branch 'main' of github.com:pelican-dev/panel
2024-05-15 13:24:44 -04:00
Poseidon281
7e6231e6de
Run Pint
2024-05-15 16:48:32 +02:00
Poseidon281
4ad837ff14
Added count badge to navigation sidebar
2024-05-15 16:45:35 +02:00
notCharles
8a617d416e
Add Log Viewer
...
If you `ln /var/log/pelican/wings.log /var/www/pelican/storage/logs/wings.log` & `chmod 755 /var/log/pelican/wings.log` They will show in the viewer <3
2024-05-14 22:08:26 -04:00
notCharles
4d272a1234
WIP: show databases on database host edit screen
2024-05-14 20:10:27 -04:00
notCharles
e9dc6cd32c
Update database hosts
2024-05-14 19:30:07 -04:00
notCharles
98ba2c1b8b
Update node pages
2024-05-14 19:22:14 -04:00
Boy132
af797b3018
run pint
2024-05-14 11:40:01 +02:00
Boy132
e5146e0dbb
add helper to cpu input
2024-05-14 11:21:58 +02:00
Boy132
586d1b413c
set default overallocation to 0
2024-05-14 10:53:28 +02:00
Boy132
7d239de7f6
add min values for resources
2024-05-14 10:53:04 +02:00
Boy132
5f13c15c70
convert chart data from bytes to GiB
2024-05-14 10:50:26 +02:00
Boy132
4e3f919d8e
change all GB/ MB to GiB/ MiB
2024-05-14 10:41:06 +02:00
notCharles
35ac1f863a
Move save buttons to the top.
2024-05-13 19:58:01 -04:00
notCharles
68195ab0b7
Remove ports, >1024 | <65535
2024-05-13 19:57:42 -04:00
notCharles
f79dac2d13
Show associated servers on edit egg page
2024-05-13 19:39:28 -04:00