andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.andreapollastri.net
1.09k stars 223 forks source link

Is it possible to edit the Holding page and User credentials PDF Branding #354

Closed ausittechdirect closed 2 years ago

ausittechdirect commented 2 years ago

Wondering is it is possible to remove the CIPI branding from these pages.

andreapollastri commented 2 years ago

Hi! If you need to do it... you can login into ssh as "cipi" and edit this file: /var/www/html/resources/views/pdf.blade.php.

Than:

cd /var/www/html

And:

php artisan view:cache

Best, Andrea