Lindenii Project Forge
Login

server

Vireo IdP server

ssh://forge.lindenii.org/vireo/-/repos/server

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

69434566 — Runxi Yu 2025-09-25 12:21:33
Implement basic OIDC and some fixes
b7a2c4a3 — Runxi Yu 2025-09-25 10:32:56
Add reverse proxy expectation to README
5805ff8f — Runxi Yu 2025-09-25 10:28:54
README: Note root:root

Vireo – OpenID Connect and OAuth 2 provider

Vireo is a simple OpenID Connect and OAuth 2 provider for small deployments.

It is a work in progress.

Vireo is a fork of sinwon.

License

AGPLv3 only, see LICENSE.

Usage

An example configuration file is present at config.in:

listen localhost:8080
database vireo.db
server-name vireo

The default administrator username and password combination is root and root.

The server is expected to run behind a TLS-terminating reverse proxy.

Contributing

Create a branch that begins with contrib/ and push to the main repo via SSH directly.

git clone ssh://forge.lindenii.org/vireo/:/repos/server/ vireo-server
cd vireo-server
git checkout -b contrib/whatever
# edit and commit stuff
git push -u origin HEAD

Support

#chat on irc.runxiyu.org.