Search found 5 matches

by n1ebieski
Fri Mar 03, 2023 12:23 pm
Forum: General discussion
Topic: SSL for MyVesta Panel on IP
Replies: 1
Views: 1812

SSL for MyVesta Panel on IP

Hi, one of my client doesn't need a domain as hostname. Is it possible to generate a SSL certificate for MyVesta Panel Control on IP like https://xxx.xxx.xx.xxx:pppp ? If I set HOSTNAME to the IP address and then try: bash v-add-letsencrypt-domain 'admin' $HOSTNAME '' 'yes' I get "Error: web do...
by n1ebieski
Thu Feb 23, 2023 11:28 pm
Forum: General discussion
Topic: problem with backup exclusions
Replies: 9
Views: 9326

Re: problem with backup exclusions

OK, here is the text of placeholder > https://github.com/myvesta/vesta/blob/m ... n.php#L507
by n1ebieski
Thu Feb 23, 2023 10:57 pm
Forum: General discussion
Topic: problem with backup exclusions
Replies: 9
Views: 9326

Re: problem with backup exclusions

Hi, the command: tar --anchored -cpf- ${fargs[@]} --exclude={'./','../'} . |gzip -$BACKUP_GZIP - > $tmpdir/web/$domain/domain_data.tar.gz includes dot files like .htaccess, .env because it checks the whole file path starting from first dot ./ So, if you want to exclude some folders, you have to add ...
by n1ebieski
Tue Oct 27, 2020 11:58 am
Forum: General discussion
Topic: Switch PHP to 7.4 for MyVesta updates, is it possible?
Replies: 1
Views: 4512

Switch PHP to 7.4 for MyVesta updates, is it possible?

If I switch PHP to 7.4 (installed by multi-php script) in all vhosts then php7.3-fpm proccess will be disabled. Everything works fine except vesta packages update. My log: Hit:1 http://apt.myvestacp.com/buster buster InRelease Reading package lists... Setting up php7.3-fpm (7.3.23-4+0~20201018.71+de...
by n1ebieski
Sun Jul 05, 2020 12:49 pm
Forum: General discussion
Topic: Limit of sent emails per day (24h)
Replies: 6
Views: 9388

Limit of sent emails per day (24h)

Hi, Is it possible to set a limit of sent emails per one day (24h) instead per one hour?