docs: add discord server and link pugin repositories

This commit is contained in:
Alexis Couvreur
2025-11-09 11:53:02 -05:00
parent fd1d893f38
commit c5ac357882
5 changed files with 63 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
#
![Sablier Banner](https://raw.githubusercontent.com/sablierapp/artwork/refs/heads/main/horizontal/sablier-horizontal-color.png)
[![Go Report Card](https://goreportcard.com/badge/github.com/sablierapp/sablier)](https://goreportcard.com/report/github.com/sablierapp/sablier)
[![Discord](https://img.shields.io/discord/1298488955947454464?logo=discord&logoColor=5865F2&cacheSeconds=1&link=http%3A%2F%2F)](https://discord.gg/WXYp59KeK9)
A free and open-source software to start workloads on demand and stop them after a period of inactivity.
Think of it a bit like a serverless platform, but for your own servers.
@@ -17,13 +18,13 @@ Either because you don't want to overload your raspberry pi or because your QA e
- Docker Swarm
- Kubernetes
- [Supports multiple reverse proxies](https://sablierapp.dev/#/plugins/overview)
- Apache APISIX
- Caddy
- Envoy
- Istio
- [Apache APISIX](https://github.com/sablierapp/sablier-proxywasm-plugin)
- [Caddy](https://github.com/sablierapp/sablier-caddy-plugin)
- [Envoy](https://github.com/sablierapp/sablier-proxywasm-plugin)
- [Istio](https://github.com/sablierapp/sablier-proxywasm-plugin)
- Nginx (NJS Module)
- Nginx (WASM Module)
- Traefik
- [Nginx (WASM Module)](https://github.com/sablierapp/sablier-proxywasm-plugin)
- [Traefik](https://github.com/sablierapp/sablier-proxywasm-plugin)
- Scale up your workload automatically upon the first request
- [with a themable waiting page](https://sablierapp.dev/#/themes)
- [with a hanging request (hang until service is up)](https://sablierapp.dev/#/strategies?id=blocking-strategy)
@@ -32,3 +33,9 @@ Either because you don't want to overload your raspberry pi or because your QA e
## 📝 Documentation
[See the documentation here](https://sablierapp.dev)
## Community
Join our Discord server to discuss and get support!
[![Discord](https://img.shields.io/discord/1298488955947454464?logo=discord&logoColor=5865F2&cacheSeconds=1&link=http%3A%2F%2F)](https://discord.gg/WXYp59KeK9)

26
SUPPORT.md Normal file
View File

@@ -0,0 +1,26 @@
# Support
Thank you for using this project! If you need help or want to report an issue, heres how you can get support:
## Submitting Issues
If you encounter a bug or have a feature request, please submit an issue on GitHub:
1. Go to the [GitHub Issues page](https://github.com/sablierapp/sablier/issues).
2. Click on "New Issue."
3. Provide a clear and detailed description of the problem or request.
4. Include any relevant information, such as steps to reproduce, screenshots, or logs.
Well review your issue as soon as possible!
## Discussions
For general questions, ideas, or feedback, join the conversation in our [GitHub Discussions](https://github.com/sablierapp/discussions).
## Join Our Discord
For real-time support and community interaction, join our Discord server:
[![Discord](https://img.shields.io/discord/1298488955947454464?logo=discord&logoColor=5865F2&cacheSeconds=1&link=http%3A%2F%2F)](https://discord.gg/WXYp59KeK9)
Were here to help and look forward to hearing from you!

View File

@@ -1,3 +1,8 @@
> [!IMPORTANT]
> This plugin now has its own reepository: https://github.com/sablierapp/sablier-caddy-plugin
>
> This plugin will no longer receive updates.
# Caddy Sablier Plugin
- [Caddy Sablier Plugin](#caddy-sablier-plugin)
@@ -6,7 +11,7 @@
- [By updating your Caddy Dockerfile](#by-updating-your-caddy-dockerfile)
- [Configuration](#configuration)
- [Exemple with a minimal configuration](#exemple-with-a-minimal-configuration)
- [Running end to end tests](#running-end-to-end-tests)
- [Running end-to-end tests](#running-end-to-end-tests)
## Build the custom Caddy image with Sablier middleware in it

View File

@@ -1,3 +1,8 @@
> [!IMPORTANT]
> This plugin now has its own reepository: https://github.com/sablierapp/sablier-proxywasm-plugin
>
> This plugin will no longer receive updates.
# Proxy Wasm Sablier Plugin
See more at

View File

@@ -1,3 +1,9 @@
> [!IMPORTANT]
> This plugin now has its own reepository: https://github.com/sablierapp/sablier-traefik-plugin
>
> This plugin will no longer receive updates.
# Traefik Sablier Plugin
- [Traefik Sablier Plugin](#traefik-sablier-plugin)