Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mode Offline #567

Closed
syahransaputra opened this issue Nov 24, 2022 · 4 comments
Closed

Mode Offline #567

syahransaputra opened this issue Nov 24, 2022 · 4 comments
Assignees
Labels
fitur New feature or request

Comments

@syahransaputra
Copy link
Contributor

Jelaskan alasan dibutuhkannya fitur ini
Sangat berfungsi ketika melakukan perbaikan di sisi server agar pengunjung tau bahwa status website tersebut sedang Maintenance / Offline

Beri keterangan jelas apa yang diharapkan

Lampirkan contoh tangkapan layar atau contoh laporan

Lampirkan peraturan terkait, apabila ada

Informasi tambahan

Tanya Jawab
Versi OpenDK xx.xx.xx
Versi PHP
System operasi
@muhdavi
Copy link

muhdavi commented Feb 1, 2023

Apakah halaman seperti ini maksudnya mas @syahransaputra ?
Screen Shot 2023-02-01 at 22 31 56

@syahransaputra
Copy link
Contributor Author

Apakah halaman seperti ini maksudnya mas @syahransaputra ? Screen Shot 2023-02-01 at 22 31 56

Benar mas @muhdavi untuk tampilannya terserah bisa di custom atau tidak, soalnya untuk sementara melakukan mode offline dapat dilakukan melalui command php artisan down dan untuk mode online kembali dapat melakukan command php artisan up, namun masalahnya ketika down admin pun tidak dapat mengakses website karena tidak ada secret untuk mengakses halamat tersebut, ini dikarenakan versi laravel yg digunakan sudah usang, untuk laravel yg terbaru #572 sudah ada tambahan untuk menyisipkan secret agar admin dalam kondisi mode maintenance dapat mengakses website

@esyede
Copy link
Contributor

esyede commented Feb 6, 2023

agar admin dalam kondisi mode maintenance dapat mengakses website

Untuk di laravel 7 mungkin sementara bisa ditanggulangi dengan memberi whitelist ke ip/range ip admin sambil menunggu upgrade dikerjakan. misal:

php artisan down --allow=127.0.0.1 --allow=192.168.0.0/16

Referensi: https://laravel.com/docs/7.x/configuration#maintenance-mode

@andifahruddinakas andifahruddinakas added the fitur New feature or request label Sep 18, 2023
@andifahruddinakas andifahruddinakas added this to the M4 OpenDK 23.10 milestone Sep 18, 2023
@andifahruddinakas andifahruddinakas moved this to Target in OpenDK 2501 Sep 18, 2023
@vickyrolanda vickyrolanda removed this from the M4 OpenDK 23.11 milestone Oct 3, 2023
@yogiperdana yogiperdana moved this from Target to Siap Review in OpenDK 2501 Oct 17, 2023
@yogiperdana yogiperdana added this to the M3 OpenDK 23.11 milestone Oct 17, 2023
@andifahruddinakas andifahruddinakas moved this from Siap Review to Perbaiki PR in OpenDK 2501 Oct 18, 2023
@yogiperdana yogiperdana moved this from Perbaiki PR to Siap Review in OpenDK 2501 Oct 19, 2023
@andifahruddinakas
Copy link
Member

Sudah diperbaiki melalui PR #902

@github-project-automation github-project-automation bot moved this from Siap Review to Selesai in OpenDK 2501 Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fitur New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants