Commit Graph

47 Commits

Author SHA1 Message Date
9d705592da refactoring - remove unused code 2024-03-06 20:33:33 +01:00
b2083fc6b2 Migrate to HTMX (#114)
Dropped Livewire
Added HTMX
Added Blade code lint
Drop Mysql and Redis
Migrate to SQLite
2024-03-06 17:02:59 +01:00
44d8364a52 fixing docker (#113)
* fixing docker

* fix code style

* fix DB password env

* remove .env.docker
2024-02-24 14:56:13 +01:00
682da0d6d5 load the actual env from the server 2024-02-22 20:30:21 +01:00
9db310a06b fix notifications (#109) 2024-02-16 21:54:51 +01:00
f70963d6bb fix notification chanels and more tests (#108)
* fix notification chanels and more tests

* fix code style
2024-02-16 21:10:17 +01:00
b75df8e1c5 temp - disable notifier 2024-02-05 00:33:06 +01:00
a22e9cb946 temp - disable notifications on installation 2024-02-05 00:23:44 +01:00
b2b9bea0b1 temp - disable ufw validation 2024-02-05 00:12:55 +01:00
8bffefabef Upgrade to Livewire 3 (#103)
* upgrade to livewire 3

* fix updater

* fix modal events

* fix modal events
2024-02-04 18:11:22 +01:00
3da1f4fe4c fix server not having default service (#100) 2024-01-30 20:45:17 +01:00
55bf8b8ecf fix ipv6 (#96) 2024-01-27 21:34:36 +01:00
8665435bc4 add blank php site (#94)
* add blank php site

* fix frontend

* fix source control check
2024-01-18 19:45:58 +01:00
0ec6a9dea2 fix db transaction usage 2024-01-14 12:56:25 +01:00
e997d0deea WIP notifications and other refactors (#88)
* WIP notifications and other refactors
- refactor notification channels
- send notifications on events related to the servers and sites
- delete server log files on server deletion
- add telegram notification channel
- add new icons
- cache configs and icons on installation and updates
- new navbar for dark mode and settings

* discord channel

* build assets

* pint
2024-01-07 09:54:08 +01:00
f06b8f7d20 update vhost and bug fix (#87) 2024-01-05 22:07:45 +01:00
2d7f225ff2 define storage instances with phpdoc 2024-01-03 22:31:50 +01:00
10a6bb57a8 adding Projects feature (#85) 2024-01-02 19:50:49 +01:00
fd2244d382 update composer (#84)
* update composer
log viewer
code style format

* fix composer
2024-01-01 22:05:31 +01:00
551f1ce40e fix issue with php site creation 2024-01-01 21:47:05 +01:00
1ce92d9361 fix issue with php site creation 2024-01-01 21:44:49 +01:00
4cda14f4b8 deploy Wordpress sites via VitoDeploy (#83) 2024-01-01 16:20:57 +01:00
7b8deddeca small bug fix to update source-control provider 2023-10-29 22:37:46 +01:00
1bf3c94358 add auto-deployment (#71)
add update source-control to site-settings
2023-10-29 22:20:15 +01:00
9d13cc0756 enable php extension installation (#68) 2023-10-15 10:06:50 +02:00
4bd4b34d24 phpmyadmin (#66)
* add phpmyadmin

* add tests
2023-10-10 17:15:58 +02:00
8282d39722 add timezone edit to profile (#63) 2023-09-30 16:15:09 +02:00
38e23a1ceb fix consecutive deployment issue (#62)
* fix consecutive deployment issue

* fix styles
2023-09-29 23:08:56 +02:00
1e1204fe40 Gitlab Self-managed Support (#56)
* Update UI to ask for URL for Gitlab as provider.

* Create state for each source control in factory.

* Save url for SourceControl when given.

* Make Gitlab dynamically use correct URL (custom or default)

* Update SourceControlsTest to check for custom url when given.

* Style fixes.

---------

Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
2023-09-25 10:11:01 +02:00
7d98986f52 added FTP support to storage providers (#58)
* added FTP support to storage providers

* build and code style fix
2023-09-24 12:50:01 +02:00
84192b7cb7 fix default key names 2023-09-17 11:08:47 +02:00
9030427f78 Two factor (#47)
* init 2fa

* fix code style
2023-09-11 20:47:44 +02:00
229696e435 fix logout issue #31 2023-09-03 13:20:16 +02:00
06d90711c6 small bug fix 2023-09-02 22:10:19 +02:00
e1eb42059f code style fix
add command tests
2023-09-02 16:41:42 +02:00
dacbb10ef0 fix #12 2023-08-26 09:59:36 +02:00
ea3f011f34 database backups 2023-08-25 21:05:18 +02:00
6e8d0924e4 fix realtime update 2023-08-11 17:01:46 +02:00
75fad44fc4 setup tests 2023-08-11 12:58:38 +02:00
c2d515f9e5 remove some logs 2023-08-06 23:04:01 +02:00
a8295e15c3 refactoring 2023-08-06 17:36:39 +02:00
643318fcfc refactoring 2023-08-04 18:28:04 +02:00
8444323cf4 fix db links 2023-07-10 12:38:14 +02:00
d673336ca3 add server types 2023-07-10 12:15:55 +02:00
71c918f435 fixes 2023-07-09 22:32:22 +02:00
c1056f11ec fixes 2023-07-09 22:02:45 +02:00
5c72f12490 init 2023-07-02 12:47:50 +02:00