8000 GitHub - afshinakhgar/setupserver: Setup Server Dynamically
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

afshinakhgar/setupserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


📄 English Guide (README_EN.md)

# SFTP + Domain + MySQL Auto Setup Script

This script automates:

1. Creating the `/web/public` structure for a given domain
2. Creating a jailed SFTP user
3. NGINX site configuration
4. Secure SFTP chroot jail setup
5. Creating a MySQL database and user

## How to Use

```bash
chmod +x setup.sh
./setup.sh

bash <(curl -s https://raw.githubusercontent.com/afshinakhgar/setupserver/master/setup.sh)

OR

bash <(wget -qO- https://raw.githubusercontent.com/afshinakhgar/setupserver/master/setup.sh)

About

Setup Server Dynamically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0