S3 Zipping Server on EC2
If you are seeing this page, congratulations! Your server is set up correctly.
Please go through Part 1 & 2 to get everything else running smoothly.
Visit S3zipper for more information.
To see any log errors, check below:
tail /home/go/logs/log.txt
Visit port :3000
0.0.0.0:3000
This server is pre-configured to use Caddy Web Server as a reverse proxy.
This means that you can easily get automatic HTTPS by providing a valid domain name.You can also use it as is with a public ip address.
These changes can be achieved through the (Caddyfile & dockerconfig.env) files.
NB: You need to provide a valid PROXY_SERVER_NAME in dockerconfig.env for urls to be generated properly. This value can be your public ip address or a domain name. Restart when done.
All settings for the main internal server can be accessed and edited from one config.toml file. (not recomended.)
More information on forum here
cd /home/go
/home/go/config.toml
/home/go/Caddyfile
/home/go/dockerconfig.env
/home/go/docker-compose.yml
To get email notifications, please provide email configuration settings in config.toml.
NOTE:
*Leave email field empty if you do not need notifications.
*You must provide correct email configurations to be able to use email, or else, an error
will be triggered if you provide email with wrong configurations.
For API documentation and usage:
Visit EC2(AMI) API documentation
Available language examples in postman:
cURL, jQuery, Ruby, Python Requests, Node, PHP, & Go(Golang).