Compare commits

...

10 Commits

Author SHA1 Message Date
Seeroy
cef57c7d09
Merge eb2815c88ed8e17d0b15f9b8b9aedf7c4ab74a12 into a993ac9d528f74fc803e3c81b342c78722d86fe6 2023-06-20 01:17:34 +02:00
Ahmed Bouhuolia
a993ac9d52
Add Bigcapital self-hosted software (#3857)
Co-authored-by: nodiscc <nodiscc@gmail.com>
Co-authored-by: Rabenherz112 <rabenherz@theravenhub.com>
2023-06-19 23:00:18 +00:00
nodiscc
cbb9bb3871
mark Automation and Continuous Intergation sections as related (#3903) 2023-06-19 22:59:53 +00:00
Seeroy
eb2815c88e
Merge branch 'awesome-selfhosted:master' into master 2023-06-17 21:50:31 -07:00
Seeroy
a79c9a07e2
Update README.md
Co-authored-by: nodiscc <nodiscc@gmail.com>
2023-06-17 14:40:30 +03:00
Seeroy
33748e0ed6
Merge branch 'master' into master 2023-06-16 20:45:59 -07:00
Seeroy
fbab6ca17b
Update README.md
Co-authored-by: Rabenherz112 <rabenherz@theravenhub.com>
2023-06-16 06:45:20 +03:00
Seeroy
3ed02d9cc2
Merge branch 'master' into master 2023-06-15 20:44:44 -07:00
Seeroy
62eb41b434 Update README.md 2023-06-14 14:59:50 +03:00
Seeroy
140a04d027 Update README.md 2023-06-14 14:56:47 +03:00

View File

@ -173,7 +173,7 @@ _Related: [Content Management Systems (CMS)](#content-management-systems-cms)_
[Automation](https://en.wikipedia.org/wiki/Automation) software designed to reduce human intervention in processes.
_Related: [Internet of Things (IoT)](#internet-of-things-iot)_
_Related: [Internet of Things (IoT)](#internet-of-things-iot), [Software Development - Continuous Integration & Deployment](#software-development---continuous-integration--deployment)_
- [Accelerated Text](https://github.com/accelerated-text/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. ([Source Code](https://github.com/accelerated-text/accelerated-text)) `Apache-2.0` `Java`
- [Actionsflow](https://actionsflow.github.io/docs/) `⚠` - The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. ([Source Code](https://github.com/actionsflow/actionsflow)) `MIT` `Docker/Nodejs`
@ -1055,6 +1055,7 @@ Utilities for managing game servers.
- [ARRCON](https://github.com/radj307/ARRCON) - Terminal-based RCON client compatible with any game servers using the Source RCON Protocol. `GPL-3.0` `C++`
- [EasyWI](https://easy-wi.com) - Easy-Wi is a Web-interface that allows you to manage server daemons like gameservers. In addition it provides you with a CMS which includes a fully automated game- and voiceserver lending service. ([Source Code](https://github.com/easy-wi/developer/)) `GPL-3.0` `PHP/Bash`
- [Kubek](https://kubek.seeroycloud.tk) - Web management panel for Minecraft servers. ([Source Code](https://github.com/seeroy/kubek-minecraft-dashboard)) `MIT` `Nodejs`
- [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell`
- [LinuxGSM](https://linuxgsm.com/) - CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported. ([Source Code](https://github.com/GameServerManagers/LinuxGSM)) `MIT` `Shell`
- [Pterodactyl](https://pterodactyl.io/) - Management panel for game servers, with an intuitive UI for end users. ([Source Code](https://github.com/pterodactyl/panel)) `MIT` `PHP`
@ -1394,6 +1395,7 @@ _Related: [Inventory Management](#inventory-management), [Resource Planning - En
- [Akaunting](https://akaunting.com/) - Akaunting is a free, online and open source accounting software designed for small businesses and freelancers. ([Source Code](https://github.com/akaunting/akaunting)) `GPL-3.0` `PHP`
- [Bitcart](https://bitcart.ai) - A self-hosted cryptocurrencies payment processor and development platform. ([Demo](https://admin.bitcart.ai), [Source Code](https://github.com/bitcart)) `MIT` `Docker/Python/Nodejs`
- [BTCPay Server](https://btcpayserver.org/) - A self-hosted Bitcoin and other cryptocurrencies payment processor. ([Demo](https://mainnet.demo.btcpayserver.org/), [Source Code](https://github.com/btcpayserver/)) `MIT` `C#`
- [Bigcapital](https://bigcapital.ly) - A self-hosted financial accounting and inventory management software for small to medium businesses. ([Source Code](https://github.com/bigcapitalhq/bigcapital)) `AGPL-3.0` `Docker`
- [Budget Zen](https://budgetzen.net) - End-to-end encrypted and simple expense manager. ([Demo](https://app.budgetzen.net), [Source Code](https://github.com/BrunoBernardino/budgetzen-web)) `AGPL-3.0` `Deno`
- [budgetzero](https://github.com/budgetzero/budgetzero) - Free, self-hosted, open-source, envelope-budgeting web and desktop app. ([Demo](https://app.budgetzero.io/budget)) `AGPL-3.0` `Nodejs`
- [Crater](https://github.com/crater-invoice/crater) - Free & Open Source Invoice App for Freelancers & Small Businesses. ([Demo](https://demo.craterapp.com/)) `AAL` `PHP`
@ -1807,6 +1809,8 @@ Software for easy installation, management and configuration of self-hosted serv
[Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) and [Continuous deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software and tools.
_Related: [Automation](#automation)_
**Please visit [awesome-sysadmin/Continuous Integration & Continuous Deployment](https://github.com/awesome-foss/awesome-sysadmin#continuous-integration--continuous-deployment)**