No description
  • Rust 99.7%
  • Shell 0.2%
Find a file
2024-10-04 16:04:52 +03:00
.github/workflows Updated readme.md. Fully remove openapi.json. Remove version cmp beteen Cargo.toml and openapi.json. Added openapi.josn to gitignore. 2024-10-04 15:46:31 +03:00
assets/zips Release 0.2.6 (#24) 2024-08-06 00:12:03 +03:00
entity Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
migration Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
nginx-templates Release 0.2.6 (#24) 2024-08-06 00:12:03 +03:00
scripts Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
src Release 0.2.6 (#24) 2024-08-06 00:12:03 +03:00
.dockerignore Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
.env.tests Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
.gitignore Updated readme.md. Fully remove openapi.json. Remove version cmp beteen Cargo.toml and openapi.json. Added openapi.josn to gitignore. 2024-10-04 15:46:31 +03:00
Cargo.toml Updated readme.md. Fully remove openapi.json. Remove version cmp beteen Cargo.toml and openapi.json. Added openapi.josn to gitignore. 2024-10-04 15:46:31 +03:00
CODE_OF_CONDUCT.md Create code of conduct 2023-11-01 21:30:30 +03:00
docker-compose.dev.yml Release 0.2.6 (#24) 2024-08-06 00:12:03 +03:00
docker-compose.yml readme-fix: remove warning about cli tool. Update version in docker-compose.yml to match. (#25) 2024-08-06 04:02:44 +03:00
Dockerfile Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
LICENSE LICENSE added 2023-11-02 21:04:30 +03:00
logo.svg journey starts here 2023-10-25 18:08:11 +03:00
Makefile.toml Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
readme.md Update readme.md 2024-10-04 16:04:52 +03:00
rustfmt.toml Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00


Logo

sero

Lightning-fast, static web publishing with zero configuration and full control

Postgres Rust Docker Nginx

License

📖 Table Of Contents

Docs

Read docs here for fast installation.

🔧 Tools

Sero - this tool is used to upload your site to sero servers

About The Project

This project is essentially a revamp of the well-known surge.sh platform. While surge.sh is a fantastic tool for publishing web applications, I noticed it lacked certain features that could significantly enhance its utility. Therefore, I decided to create my own version, incorporating those missing elements to provide a more comprehensive and seamless user experience.

One key feature that it is self-hosted. This gives users more flexibility and control over their projects, allowing them to truly make their work their own. My goal with this project is to create a platform that not only meets but exceeds the needs of web developers, making the process of publishing web applications as hassle-free and efficient as possible. It also has some features that are not in surge.sh

So saying shortly this is a simple web server for static websites but with an ability to deploy it with custom subdomain without any configuration using cli tool. On upload it will automatically create subdomain for your site.

🚀 Features

  • Deploy in seconds without configuration
  • Enable and disable site new
  • Download site new
  • Limits control new
  • Easy upload with cli tool
  • Custom 404.html (on 404 status user will see your 404.html)
  • Custom 503.html new (on disabled site)
  • Clean urls
  • Dynamic CORS Management
  • [WIP] SSE

🔌 Built With

📍 Roadmap

See the open issues for a list of proposed features (and known issues).

🧑‍🤝‍🧑 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your feature Branch (git checkout -b feature/some)
  3. Commit your changes (git commit -m 'implementation of some feature')
  4. Push to the branch (git push origin feature/some)
  5. Open a Pull Request

License

Distributed under the MIT License

Authors

  • clowzed