homepage/services.toml

56 lines
1.8 KiB
TOML
Raw Normal View History

2024-02-25 19:05:26 +01:00
[[services]]
name = "Element"
description = "Web client of Element, an instant messaging client implementing the Matrix protocol."
domain = "element.viyurz.fr"
language = "TypeScript"
repository_url = "https://github.com/element-hq/element-web"
[[services]]
name = "EteBase"
description = "Server for EteSync, an end-to-end encrypted contacts, calendars, tasks and notes provider."
domain = "etebase.viyurz.fr"
language = "Python"
repository_url = "https://github.com/etesync/server"
[[services]]
name = "HedgeDoc"
description = "A real-time collaborative markdown editor."
domain = "hedgedoc.viyurz.fr"
language = "TypeScript"
repository_url = "https://github.com/hedgedoc/hedgedoc"
[[services]]
name = "Matrix"
description = "Synapse homeserver implemeting the Matrix protocol, an open standard for real-time communication supporting encryption and VoIP."
domain = "matrix.viyurz.fr"
language = "Python"
repository_url = "https://github.com/element-hq/synapse"
[[services]]
name = "SearXNG"
description = "A privacy-respecting, hackable metasearch engine."
domain = "searx.viyurz.fr"
language = "Python"
repository_url = "https://github.com/searxng/searxng"
[[services]]
2024-07-02 16:21:57 +02:00
name = "Stalwart Mail Server"
2024-02-25 19:05:26 +01:00
description = "Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)."
2024-07-02 16:21:57 +02:00
domain = "mail.viyurz.fr"
2024-02-25 19:05:26 +01:00
language = "Rust"
repository_url = "https://github.com/stalwartlabs/mail-server"
[[services]]
2024-07-02 16:21:57 +02:00
name = "Stump"
description = "A comics, manga and digital book server with OPDS support."
2024-02-25 19:05:26 +01:00
domain = "stump.viyurz.fr"
language = "Rust / TypeScript"
repository_url = "https://github.com/stumpapp/stump"
[[services]]
name = "Vaultwarden"
description = "Rust rewrite of the Bitwarden server, a password management service."
domain = "vw.viyurz.fr"
language = "Rust"
2024-07-02 16:21:57 +02:00
repository_url = "https://github.com/dani-garcia/vaultwarden"