Andras Bacsai
8806ec6c59
Refactor migration to move Redis password to environment variables
2024-10-21 12:23:07 +02:00
Andras Bacsai
a88829eaec
Refactor migration to move Redis password to environment variables
2024-10-21 12:21:46 +02:00
Andras Bacsai
bf7b0f9e06
fix: redis database user and password
2024-10-21 12:13:42 +02:00
Andras Bacsai
e8c7d7f972
fix: pull helper image on helper_version change
2024-10-21 12:06:13 +02:00
Andras Bacsai
bc05070f4c
Refactor modal-confirmation.blade.php for improved readability and maintainability
2024-10-21 11:02:44 +02:00
Andras Bacsai
7eea4b1ebf
Merge pull request #3934 from peaklabs-dev/disable-2-step-confirmation-if-needed
...
Feat: Ability to disable tow step confirmation
2024-10-21 10:58:13 +02:00
Andras Bacsai
67c69b4ba4
Merge branch 'next' into disable-2-step-confirmation-if-needed
2024-10-21 10:58:04 +02:00
Andras Bacsai
056758e3ff
Merge pull request #3184 from peaklabs-dev/fix-redis-db-ui
...
Fix: Redis DB UI
2024-10-21 10:00:20 +02:00
Andras Bacsai
673ec963e2
fix: is_static through API
2024-10-21 09:51:19 +02:00
NiftyBit
6e0ff8bec5
Update .env.windows-docker-desktop.example
...
DB_USERNAME variable required for successful installation on self hosted, docker desktop for windows
2024-10-21 05:52:25 +02:00
Andras Bacsai
97aab8ba28
feat: show warning if people would like to use sslip with https
2024-10-20 22:26:30 +02:00
Strider27
0d2584e44e
Added SMTP mail support variables to bookstack.yaml
...
More info can be seen here https://www.bookstackapp.com/docs/admin/email-webhooks/#email-configuration/
2024-10-20 19:21:35 +01:00
Strider27
55d92e6913
Fixed bookstack.yaml
...
- Added APP_KEY as it was not defined and container was erroring out.
- Changed DB_USER and DB_PASS to the correct var's (DB_USERNAME and DB_PASSWORD)
- Changed healthcheck from wget to curl, as wget kept getting redirected to the external/local ip and failing instead of loading header from localhost 127.0.0.1.
Major props to Darren from the discord server for helping/doing all the work really. Just changing it here so others don't have to mess with it.
2024-10-20 17:52:38 +01:00
JakeKydd
d7852c334e
fix: volume
2024-10-20 14:22:00 +02:00
Alexander G.
7f4f0bfff5
Merge branch 'next' into patch-1
2024-10-20 14:24:43 +03:00
Alexander G.
c3c1671b6c
Adding healthcheck to trigger
2024-10-20 14:24:13 +03:00
yokowasis@host2
1c1689d328
jupyterlab tempalte
2024-10-20 00:44:03 +00:00
JakeKydd
ce4b6db041
add: wireguard-easy template
2024-10-20 01:17:26 +02:00
Frank Hufnagel
5d8a3d0eec
update openapi spec for healthcheck
2024-10-19 12:57:29 +02:00
Diogo Carvalho
fb4e658628
Fix entrypoint
2024-10-18 21:58:15 +01:00
peaklabs-dev
d535eb5d0d
Update service-templates.json
2024-10-18 21:50:15 +02:00
peaklabs-dev
e301e777c8
Update mosquitto.yaml
2024-10-18 21:49:10 +02:00
peaklabs-dev
972002b537
fix mosquitto
2024-10-18 21:48:16 +02:00
🏔️ Peak
ba25c250c4
Merge pull request #3855 from diogo24m/mosquitto
...
Service Mosquitto
2024-10-18 21:38:18 +02:00
Diogo Carvalho
ba91ca4e84
Remove exposed ports.
2024-10-18 14:50:11 +01:00
🏔️ Peak
b0c3020771
Merge pull request #3941 from Nathanjms/next
...
Settings > Change heading to match other headings
2024-10-18 12:33:44 +02:00
peaklabs-dev
1d2e9b6946
fix is required on shared variables
2024-10-18 12:29:33 +02:00
Diogo Carvalho
caf3d74b56
Merge branch 'next' into mosquitto
2024-10-17 23:21:49 +01:00
Diogo Carvalho
56b1faab41
Fix empty credentials.
2024-10-17 23:04:17 +01:00
Andras Bacsai
b75c2dc604
pint
2024-10-17 22:08:23 +02:00
Andras Bacsai
9044c655b8
Refactor Show component to use firstOrFail method when retrieving server by UUID
2024-10-17 22:06:48 +02:00
Andras Bacsai
513c74a7e3
Refactor BaseComponent to remove unused code and initialize route parameters in the boot method
2024-10-17 22:00:27 +02:00
Andras Bacsai
bfa9a8776e
Refactor handleError function to handle ModelNotFoundException
2024-10-17 21:48:47 +02:00
Andras Bacsai
df4e4c2b4e
Refactor Show component to initialize server and remove unused code
2024-10-17 21:48:43 +02:00
Andras Bacsai
a6259d8a52
Refactor BaseComponent to initialize route parameters in the boot method
2024-10-17 21:48:38 +02:00
Andras Bacsai
6220172f70
Refactor branch filter in browser-tests.yml
2024-10-17 21:28:52 +02:00
Andras Bacsai
3835dc3fd7
Refactor DuskTestCase.php to use a hardcoded base URL
2024-10-17 21:26:06 +02:00
Andras Bacsai
45729e6e37
Refactor PostgreSQL setup in browser-tests.yml
2024-10-17 21:22:09 +02:00
Andras Bacsai
cbff462a5a
Refactor Chrome Driver port in browser-tests.yml and DuskTestCase.php
2024-10-17 21:20:55 +02:00
Andras Bacsai
8e8752a937
Refactor PostgreSQL setup in browser-tests.yml
2024-10-17 21:20:08 +02:00
Andras Bacsai
8bb021e62a
Refactor DuskTestCase to support headless Chrome and maximize window size
2024-10-17 21:18:37 +02:00
Andras Bacsai
becaf92fd8
test dusk gh
2024-10-17 21:15:48 +02:00
Nathan James
4572bf0fba
change heading to match others
2024-10-17 17:44:05 +01:00
Andras Bacsai
192677d05a
Refactor .env.development.example file
2024-10-17 16:30:18 +02:00
Andras Bacsai
3704846eed
Merge pull request #3342 from ALsJourney/tests/LoginPageTest
...
Added a basic login test and also added 2 small variables to dev .env…
2024-10-17 16:29:28 +02:00
Andras Bacsai
b38e214f23
Merge branch 'next' into tests/LoginPageTest
2024-10-17 16:28:46 +02:00
Andras Bacsai
6545d04c46
Refactor Livewire Server Advanced and Form components
2024-10-17 15:50:43 +02:00
Andras Bacsai
aca198e0bb
Merge pull request #3937 from coollabsio/ui
...
UI
2024-10-17 15:45:12 +02:00
Andras Bacsai
a74d2e8f62
refactor
2024-10-17 15:43:24 +02:00
peaklabs-dev
4bf995acf7
fix grafana-with-postgresql.yaml
2024-10-17 15:08:23 +02:00