155 Commits

Author SHA1 Message Date
Alex
3d0d10ea41 php version manager attempt #1 2025-12-29 00:16:01 +02:00
Alex Crivion
144d8eefac Merge remote-tracking branch 'refs/remotes/origin/main' 2025-12-27 16:54:33 +02:00
Alex Crivion
8e26f5a5b6 fix dashboard live stats if failing to fetch some mysql or php-fpm stats 2025-12-27 16:53:51 +02:00
Crivion
0595a1a9f4 Update README.md 2025-12-03 23:33:47 +02:00
Crivion
7a7d7299a0 Merge pull request #6 from crivion/dependabot/composer/symfony/http-foundation-7.3.7
Bump symfony/http-foundation from 7.2.3 to 7.3.7
v1.0
2025-11-29 16:07:26 +02:00
dependabot[bot]
50c1fbef01 Bump symfony/http-foundation from 7.2.3 to 7.3.7
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 7.2.3 to 7.3.7.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v7.2.3...v7.3.7)

---
updated-dependencies:
- dependency-name: symfony/http-foundation
  dependency-version: 7.3.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 21:35:42 +00:00
Crivion
0ec8174642 updated readme with min requirements and DO 1-Click Installer Link 2025-11-18 14:10:10 +02:00
Crivion
5603295827 add code of conduct 2025-11-05 13:08:06 +02:00
Crivion
312ccebc9b updated readme and installer (perms on storage/ and bootstrap/) 2025-10-28 10:24:20 +02:00
Crivion
afca806298 add firewall screenshots 2025-10-28 10:03:31 +02:00
Crivion
52b2531380 updated readme - version nearly ready for launch 2025-10-23 11:54:38 +03:00
Crivion
a30a6fb96d php manager: todo for next release 2025-10-23 11:46:48 +03:00
Crivion
08bcdf18a9 mysql: admin show own dbs only for now 2025-10-23 11:45:09 +03:00
Crivion
f010a06328 mysql: admin show all dbs instead of only self 2025-10-23 11:43:39 +03:00
Crivion
e540032f53 dashboard: fix leave impersonating 2025-10-23 11:35:34 +03:00
Crivion
e046c77e05 regular user dashboard 2025-10-23 09:53:16 +03:00
Crivion
cc393d10dc firewall: fix toggle on/off 2025-10-22 14:32:54 +03:00
Crivion
dd12afe087 firewall: remove comments for now - only causes trouble - add rule type IN or OUT 2025-10-22 14:27:11 +03:00
Crivion
f24e8eeab4 firewall: delete-rule -> split arguments instead of quoting the whole rule 2025-10-22 14:18:51 +03:00
Crivion
a8f163a8e5 firewall: add-rule -> split arguments instead of quoting the whole rule 2025-10-22 14:16:37 +03:00
Crivion
f9596caf70 firewall: remove laranode-ufw.sh - we do that through Process::run() instead 2025-10-22 14:11:16 +03:00
Crivion
7af119a12a firewall: move add rule button up 2025-10-22 13:36:58 +03:00
Crivion
8736353ad9 firewall: fix missing imports 2025-10-22 13:21:36 +03:00
Crivion
429c82b641 firewall: add icons and colors for action / direction 2025-10-22 13:18:40 +03:00
Crivion
a463e812f1 firewall: fix status showing active when inactive 2025-10-22 13:11:17 +03:00
Crivion
8eea4ef79b firewall: fix empty spec in shell script as well 2025-10-22 10:10:30 +03:00
Crivion
dd6c9b7dc5 firewall: fix empty spec when storing ufw rule 2025-10-22 10:08:21 +03:00
Crivion
82dc052ef5 firewall: move add rule to modal for ux consistency 2025-10-22 10:01:54 +03:00
Crivion
9eeec71c1f firewall: middleware in routes not required in controller anymore 2025-10-22 09:41:01 +03:00
Crivion
d1fbefc2a3 firewall: add/manage rules 2025-10-22 09:36:38 +03:00
Crivion
408e07a0b1 readme: update roadmap 2025-10-21 20:24:00 +03:00
Crivion
da9e47590a readme: fix screenshots i am too dumb 2025-10-21 20:20:35 +03:00
Crivion
bcf4838dbb readme: fix screenshots 2025-10-21 20:19:29 +03:00
Crivion
94eecc3488 readme: add screenshots 2025-10-21 20:17:44 +03:00
Crivion
c7b44c0213 Merge pull request #2 from crivion/dependabot/composer/league/commonmark-2.7.1
Bump league/commonmark from 2.6.1 to 2.7.1
2025-10-21 20:04:29 +03:00
dependabot[bot]
e0e8d3f2dd Bump league/commonmark from 2.6.1 to 2.7.1
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.7/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.6.1...2.7.1)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-version: 2.7.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-21 17:02:03 +00:00
Crivion
ce2f15bcf5 website: proper protocol when linking based on ssl status 2025-10-21 14:49:23 +03:00
Crivion
adfe3a43fb website: inline globe and fix document root 2025-10-21 14:45:28 +03:00
Crivion
301db59774 ssl manager: refactor to actions 2025-10-21 14:40:46 +03:00
Crivion
794a6d61a4 ssl manager: fix when activating vhost - #2 2025-10-21 14:08:29 +03:00
Crivion
dbaf1b1cd6 ssl manager: fix when activating vhost 2025-10-21 14:06:42 +03:00
Crivion
583c8f9135 installer add letsencrypt, ssl manager proper vhost for ssl, update-php-versionalso update ssl vhost if present 2025-10-21 13:55:58 +03:00
Crivion
ced6389f32 ssl manager: refactor generate ssl 2025-10-20 14:11:09 +03:00
Crivion
0cf8af8751 ssl manager: use inertia router 2025-10-20 14:06:30 +03:00
Crivion
2b598b8ab5 ssl manager: stop asking for user email, use the one on the record 2025-10-20 14:01:04 +03:00
Alex Crivion
046ab2cf98 ssl with letsencrypt for websites 2025-10-20 11:54:43 +03:00
Alex Crivion
5e6aff8b38 mysql mgmt complete 2025-10-18 19:28:44 +03:00
Crivion
0ae06e6612 mysql: automatically prepend user system name when creating db instead of forcing people to type it like in 1999 2025-10-18 18:53:01 +03:00
Crivion
d93f99b352 mysql: ->authorize to Gate::authorize 2025-10-18 18:13:34 +03:00
Crivion
17af7fed1f mysql manager: refactoring to services & actions to keep my controller clean 2025-10-18 18:06:58 +03:00