Skip to content

Releases: wellwelwel/svps

v2.3.0

20 Mar 06:18
b11d5a8
Compare
Choose a tag to compare

2.3.0 (2024-03-20)

Features

  • support download via SFTP (29ebf7f)

v2.2.1

21 Oct 18:30
7acc8cd
Compare
Choose a tag to compare

2.2.1 (2023-10-21)

Bug Fixes

  • PHP Virtual Host missing unzip (878979b)

v2.2.0

11 Oct 01:07
01c781c
Compare
Choose a tag to compare

2.2.0 (2023-10-11)

Features

v2.1.0

03 Aug 06:32
563bdda
Compare
Choose a tag to compare

2.1.0 (2023-08-03)

Features

  • added buildFromScratch option for better transparency (ace6662)

Bug Fixes

  • recreate image when overwriting the Virtual Host (4c5e92a)

v2.0.0

31 Jul 17:08
Compare
Choose a tag to compare

This is a breaking release, removing CLI and turning it into a class.
SVPS is now an ORM for Ubuntu Servers.


New Features ✨

🌱 Using a single one connection, SVPS provides:

  • Upload Files and Directories
  • Personal Commands in stages
  • Virtual Hosts are now compatible with everything, since they can listen for your service port and forward it to your domains 🎉
  • Easier and smarter automatic installations and configurations
  • Special commands:
    • --reboot (reboot the Ubuntu Server)
    • --restart-ssh (restart the SSH service)
    • --catch _your_comand_ (don't throw an error on remote error)
  • Escape quotes for text files and template strings for dynamic creation of remote files

Documentation and Examples

The documentation and examples covers all features 🧙🏻