Compare commits

...

5 Commits

Author SHA1 Message Date
Vedant Khairnar
4019f1acb6
Merge 4ce5603e6eea7132ae6104c74ce3f56d9ccb7d75 into c72d23cd35a26cd2fb6d4d38c06a956645f60f8f 2023-06-17 23:53:40 +01:00
kokomo123
c72d23cd35
Add Romm to Games (#3887) 2023-06-17 15:11:41 +00:00
Rabenherz112
9102005bfd
Add pacebin to Pastebins (#3891) 2023-06-17 15:11:31 +00:00
Vedant Khairnar
4ce5603e6e
Added HyperSwitch in Payment Processors 2023-06-13 13:52:29 +05:30
Vedant Khairnar
4a970d80d2
Added HyperSwitch to Payment Processors 2023-06-13 13:22:10 +05:30

View File

@ -74,6 +74,7 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Office Suites](#office-suites)
- [Password Managers](#password-managers)
- [Pastebins](#pastebins)
- [Payment Processors](#payment-processors)
- [Personal Dashboards](#personal-dashboards)
- [Photo and Video Galleries](#photo-and-video-galleries)
- [Polls and Events](#polls-and-events)
@ -1036,6 +1037,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows
- [QuakeJS](https://github.com/begleysm/quakejs) - QuakeJS is a port of ioquake3 to Javascript that can be played in a browser. `MIT` `Nodejs`
- [Quizmaster](https://github.com/nymanjens/quizmaster) - A web-app for conducting a quiz, including a page for players to enter their answers. `Apache-2.0` `Scala`
- [Red Eclipse 2](https://redeclipse.net) - A FOSS Arena First-Person Shooter Similar to Unreal Tournament. ([Source Code](https://github.com/redeclipse/base)) `Zlib/MIT/CC-BY-SA-4.0` `C/C++`
- [Romm](https://github.com/zurdi15/romm) `⚠` - RomM (Rom Manager) is a web based retro roms manager integrated with IGDB. `GPL-3.0` `Docker`
- [Teeworlds](https://www.teeworlds.com) - Open source 2D retro multiplayer shooter. ([Source Code](https://github.com/teeworlds/teeworlds)) `Zlib` `C++`
- [The Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - The Battle for Wesnoth is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat. `GPL-2.0` `C++`
- [Veloren](https://veloren.net/) - Multiplayer RPG. Open-source game inspired by Cube World, Legend of Zelda, Dwarf Fortress and Minecraft. ([Source Code](https://github.com/veloren/veloren)) `GPL-3.0` `Rust`
@ -1526,6 +1528,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content
- [MokinToken](https://github.com/nexus-uw/mokintoken) - Clientside encrypted pastebin using tweetnacl. `Unlicense` `PHP`
- [Opengist](https://github.com/thomiceli/opengist) - Self-hosted pastebin powered by Git. ([Demo](https://opengist.thomice.li)) `AGPL-3.0` `Docker/Go/Nodejs`
- [paaster](https://paaster.io) - Paaster is a secure by default end-to-end encrypted pastebin built with the objective of simplicity. ([Source Code](https://github.com/WardPearce/paaster)) `GPL-3.0` `Docker`
- [pacebin](https://paste.swurl.xyz/) - A dead-simple, self-hostable, filesystem-backed pastebin, written in C using Mongoose. ([Source Code](https://git.swurl.xyz/swirl/pacebin)) `AGPL-3.0` `C`
- [Password Pusher](https://pwpush.com) - A dead-simple application to securely communicate passwords (or text) over the web. Passwords automatically expire after a certain number of views and/or time has passed. ([Source Code](https://github.com/pglombardo/PasswordPusher)) `GPL-3.0` `Docker`
- [Paste](https://phpaste.sourceforge.io/) - Paste is forked from the original source pastebin.com used before it was bought. ([Source Code](https://github.com/jordansamuel/PASTE)) `GPL-3.0` `PHP`
- [Pastefy](https://pastefy.app/) - Beautiful, simple and easy to deploy Pastebin with optional Client-Encryption, Multitab-Pastes, an API, a highlighted Editor and more. ([Source Code](https://github.com/interaapps/pastefy), [Clients](https://github.com/topics/pastefy-addon)) `MIT` `Java`
@ -1542,6 +1545,15 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content
- [Wastebin](https://github.com/matze/wastebin) - Lightweight, minimal and fast pastebin with an SQLite backend. ([Demo](https://bin.bloerg.net)) `MIT` `Rust`
### Payment Processors
**[`^ back to top ^`](#awesome-selfhosted)**
A payment processor is a system that enables financial transactions, commonly employed by a merchant, to handle transactions with customers from various channels such as credit cards and debit cards or bank accounts.
- [HyperSwitch](https://github.com/juspay/hyperswitch) - An Open Source Financial Switch to make Payments fast, reliable & affordable.
`Apache-2.0` `Rust`
### Personal Dashboards
**[`^ back to top ^`](#awesome-selfhosted)**