# my-server **Repository Path**: as_iot/my-server ## Basic Information - **Project Name**: my-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-15 - **Last Updated**: 2021-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-server 自用的服务器初始化和维护脚本 ## Usage ```shell # Optional: create .env file curl https://gitee.com/SimonInOSC/my-server/raw/master/.env.example -o .env # Run with root privileges curl https://gitee.com/SimonInOSC/my-server/raw/master/init.sh | sh # OR # wget -O - https://gitee.com/SimonInOSC/my-server/raw/master/init.sh | sh ```