-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use new Stirling organisation Docker image"
- Loading branch information
1 parent
6dc5be0
commit 312938d
Showing
201 changed files
with
3,009 additions
and
11,783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
|
||
/.github export-ignore | ||
CHANGELOG.md export-ignore | ||
.styleci.yml export-ignore | ||
.styleci.yml export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,3 @@ scripts/load-test/* | |
.ignition.json | ||
.env.dusk.local | ||
docker/coolify-realtime/node_modules | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
tasks: | ||
- name: Setup Spin environment and Composer dependencies | ||
# Fix because of https://github.com/gitpod-io/gitpod/issues/16614 | ||
before: sudo curl -o /usr/local/bin/docker-compose -fsSL https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-$(uname -m) | ||
init: | | ||
cp .env.development.example .env && | ||
sed -i "s#APP_URL=http://localhost#APP_URL=$(gp url 8000)#g" .env | ||
sed -i "s#USERID=#USERID=33333#g" .env | ||
sed -i "s#GROUPID=#GROUPID=33333#g" .env | ||
composer install --ignore-platform-reqs | ||
./vendor/bin/spin up -d | ||
./vendor/bin/spin exec -u webuser coolify php artisan key:generate | ||
./vendor/bin/spin exec -u webuser coolify php artisan storage:link | ||
./vendor/bin/spin exec -u webuser coolify php artisan migrate:fresh --seed | ||
cat .coolify-logo | ||
gp sync-done spin-is-ready | ||
- name: Install Node dependencies and run Vite | ||
command: | | ||
echo "Waiting for Sail environment to boot up." | ||
gp sync-await spin-is-ready | ||
./vendor/bin/spin exec vite npm install | ||
./vendor/bin/spin exec vite npm run dev -- --host | ||
- name: Laravel Queue Worker, listening to code changes | ||
command: | | ||
echo "Waiting for Sail environment to boot up." | ||
gp sync-await spin-is-ready | ||
./vendor/bin/spin exec -u webuser coolify php artisan queue:listen | ||
ports: | ||
- port: 5432 | ||
onOpen: ignore | ||
name: PostgreSQL | ||
visibility: public | ||
- port: 5173 | ||
onOpen: ignore | ||
visibility: public | ||
name: Node Server for Vite | ||
- port: 8000 | ||
onOpen: ignore | ||
visibility: public | ||
name: Coolify | ||
|
||
# Configure vscode | ||
vscode: | ||
extensions: | ||
- bmewburn.vscode-intelephense-client | ||
- ikappas.composer | ||
- ms-azuretools.vscode-docker | ||
- ecmel.vscode-html-css | ||
- MehediDracula.php-namespace-resolver | ||
- wmaurer.change-case | ||
- Equinusocio.vsc-community-material-theme | ||
- EditorConfig.EditorConfig | ||
- streetsidesoftware.code-spell-checker | ||
- rangav.vscode-thunder-client | ||
- PKief.material-icon-theme | ||
- cierra.livewire-vscode | ||
- lennardv.livewire-goto-updated | ||
- bradlc.vscode-tailwindcss | ||
- heybourn.headwind | ||
- adrianwilczynski.alpine-js-intellisense | ||
- amiralizadeh9480.laravel-extra-intellisense | ||
- shufo.vscode-blade-formatter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,24 +2,15 @@ | |
|
||
## Supported Versions | ||
|
||
Currently supported, maintained and updated versions: | ||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | Support Status | | ||
| ------- | ------------------ | -------------- | | ||
| 4.x | :white_check_mark: | Active Development & Security Updates | | ||
| < 4.0 | :x: | End of Life (no security updates) | | ||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| > 4 | :white_check_mark: | | ||
| 3 | :x: | | ||
|
||
## Security Updates | ||
|
||
We take security seriously. Security updates are released as soon as possible after a vulnerability is discovered and verified. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a security vulnerability, please follow these steps: | ||
|
||
1. **DO NOT** disclose the vulnerability publicly. | ||
2. Send a detailed report to: `[email protected]`. | ||
3. Include in your report: | ||
- A description of the vulnerability | ||
- Steps to reproduce the issue | ||
- Potential impact | ||
If you have any vulnerability please report at [email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.