https://github.com/yunohost-apps/gemserv_ynh
A gemini server written in rust.
https://github.com/yunohost-apps/gemserv_ynh
gemserv yunohost yunohost-apps
Last synced: 10 months ago
JSON representation
A gemini server written in rust.
- Host: GitHub
- URL: https://github.com/yunohost-apps/gemserv_ynh
- Owner: YunoHost-Apps
- License: mit
- Created: 2021-07-07T19:27:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T18:35:01.000Z (over 1 year ago)
- Last Synced: 2025-06-29T21:39:52.602Z (about 1 year ago)
- Topics: gemserv, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 136 KB
- Stars: 10
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gemserv for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/gemserv/)


[](https://install-app.yunohost.org/?app=gemserv)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Gemserv quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
A gemini server written in rust.
### Features
- Vhosts
- CGI
- User directories
- Reverse proxy
- Redirect
- SCGI
- Reload config on SIGHUP
**Shipped version:** 0.6.7~ynh1
## Documentation and resources
- Upstream app code repository:
- YunoHost Store:
- Report a bug:
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
or
sudo yunohost app upgrade gemserv -u https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
```
**More info regarding app packaging:**