merge version server and local

This commit is contained in:
root 2026-01-08 12:12:53 +00:00
parent 2c1c5a0dc8
commit 91423c0e2c
319 changed files with 1363 additions and 10 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
vendor/
node_modules/
.git/

0
.editorconfig Executable file → Normal file
View File

0
.env.example Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
Dockerfile Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
app/Http/Controllers/Admin/AdditionalController.php Executable file → Normal file
View File

0
app/Http/Controllers/Admin/AuthController.php Executable file → Normal file
View File

0
app/Http/Controllers/Admin/BerandaController.php Executable file → Normal file
View File

0
app/Http/Controllers/Admin/BuketController.php Executable file → Normal file
View File

0
app/Http/Controllers/Admin/FotoController.php Executable file → Normal file
View File

View File

View File

0
app/Http/Controllers/Admin/PesananBuketController.php Executable file → Normal file
View File

0
app/Http/Controllers/Admin/PesananFotoController.php Executable file → Normal file
View File

0
app/Http/Controllers/Admin/ProfilController.php Executable file → Normal file
View File

0
app/Http/Controllers/Controller.php Executable file → Normal file
View File

0
app/Http/Controllers/User/BerandaController.php Executable file → Normal file
View File

0
app/Http/Controllers/User/BookingFotoController.php Executable file → Normal file
View File

0
app/Http/Controllers/User/PesanBuketController.php Executable file → Normal file
View File

0
app/Models/Additional.php Executable file → Normal file
View File

0
app/Models/BookingFoto.php Executable file → Normal file
View File

0
app/Models/Buket.php Executable file → Normal file
View File

0
app/Models/DetailAdditional.php Executable file → Normal file
View File

0
app/Models/PaketFoto.php Executable file → Normal file
View File

0
app/Models/Pelanggan.php Executable file → Normal file
View File

0
app/Models/TransaksiBuket.php Executable file → Normal file
View File

0
app/Models/User.php Executable file → Normal file
View File

0
app/Providers/AppServiceProvider.php Executable file → Normal file
View File

0
artisan Executable file → Normal file
View File

0
bootstrap/app.php Executable file → Normal file
View File

0
bootstrap/providers.php Executable file → Normal file
View File

0
composer.json Executable file → Normal file
View File

0
composer.lock generated Executable file → Normal file
View File

0
config/app.php Executable file → Normal file
View File

0
config/auth.php Executable file → Normal file
View File

0
config/cache.php Executable file → Normal file
View File

0
config/database.php Executable file → Normal file
View File

0
config/filesystems.php Executable file → Normal file
View File

0
config/logging.php Executable file → Normal file
View File

0
config/mail.php Executable file → Normal file
View File

0
config/queue.php Executable file → Normal file
View File

0
config/services.php Executable file → Normal file
View File

0
config/session.php Executable file → Normal file
View File

0
database/.gitignore vendored Executable file → Normal file
View File

0
database/factories/UserFactory.php Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

0
database/seeders/AdditionalSeeder.php Executable file → Normal file
View File

0
database/seeders/BuketSeeder.php Executable file → Normal file
View File

0
database/seeders/DatabaseSeeder.php Executable file → Normal file
View File

0
database/seeders/PaketFotoSeeder.php Executable file → Normal file
View File

0
database/seeders/PelangganSeeder.php Executable file → Normal file
View File

0
database/seeders/TransaksiSeeder.php Executable file → Normal file
View File

0
database/seeders/UserSeeder.php Executable file → Normal file
View File

19
docker-compose-backup.yml Normal file
View File

@ -0,0 +1,19 @@
services:
app:
image: serversideup/php:8.2-fpm-nginx
container_name: flodo-app
restart: unless-stopped
network_mode: host
environment:
- APP_ENV=production
- APP_DEBUG=false
- WEBROOT=/var/www/html/public
- PHP_OPEN_BASEDIR=/var/www/html/:/tmp/:/usr/bin/
- PUID=33
- PGID=33
- PORT=8081
- FPM_PORT=9001
volumes:
- /www/wwwroot/flodo.web.id:/var/www/html:ro
- /www/wwwroot/flodo.web.id/storage:/var/www/html/storage:rw
- /www/wwwroot/flodo.web.id/bootstrap/cache:/var/www/html/bootstrap/cache:rw

View File

@ -1,13 +1,19 @@
version: '3.8'
services: services:
app: app:
container_name: flodo-container image: serversideup/php:8.2-fpm-nginx
build: . container_name: flodo-app
restart: unless-stopped restart: unless-stopped
ports: network_mode: host
- "8081:80" environment:
extra_hosts: - APP_ENV=production
- "host.docker.internal:host-gateway" - APP_DEBUG=false
env_file: - WEBROOT=/var/www/html/public
- .env - PHP_OPEN_BASEDIR=/var/www/html/:/tmp/:/usr/bin/
- PUID=33
- PGID=33
- PORT=8081
- FPM_PORT=9001
volumes:
- /www/wwwroot/flodo.web.id:/var/www/html:ro
- /www/wwwroot/flodo.web.id/storage:/var/www/html/storage:rw
- /www/wwwroot/flodo.web.id/bootstrap/cache:/var/www/html/bootstrap/cache:rw

0
nginx.conf Executable file → Normal file
View File

0
package-lock.json generated Executable file → Normal file
View File

0
package.json Executable file → Normal file
View File

0
phpunit.xml Executable file → Normal file
View File

0
public/.htaccess Executable file → Normal file
View File

0
public/css/app-dark.css Executable file → Normal file
View File

0
public/css/app.css Executable file → Normal file
View File

0
public/css/fonts/bootstrap-icons.woff2 Executable file → Normal file
View File

0
public/css/simple-datatables.css Executable file → Normal file
View File

0
public/css/table-datatable.css Executable file → Normal file
View File

0
public/css/user/main.css Executable file → Normal file
View File

0
public/favicon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

0
public/img/ava.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

0
public/img/beranda/florist1.jpeg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

0
public/img/beranda/florist2.jpeg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

0
public/img/beranda/florist3.jpeg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

0
public/img/beranda/hero-buket.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

0
public/img/beranda/hero-foto.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
public/img/buket/buket2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
public/img/buket/buket3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Some files were not shown because too many files have changed in this diff Show More