mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-01-15 16:00:35 +00:00
Compare commits
12 Commits
98721a36df
...
ac58d23abd
Author | SHA1 | Date | |
---|---|---|---|
|
ac58d23abd | ||
|
d46222011d | ||
|
7ba3b0c28c | ||
|
b6823b1931 | ||
|
19f7ae91ae | ||
|
ad3915c0f2 | ||
|
3c46a078a2 | ||
|
fc99b3d943 | ||
|
046bfa47aa | ||
|
bf50b679ab | ||
|
e45b89d455 | ||
|
55273be7b9 |
52
README.md
52
README.md
@ -20,12 +20,9 @@ See [Contributing](.github/CONTRIBUTING.md).
|
|||||||
- [Blogging Platforms](#blogging-platforms)
|
- [Blogging Platforms](#blogging-platforms)
|
||||||
- [Booking and Scheduling](#booking-and-scheduling)
|
- [Booking and Scheduling](#booking-and-scheduling)
|
||||||
- [Bookmarks and Link Sharing](#bookmarks-and-link-sharing)
|
- [Bookmarks and Link Sharing](#bookmarks-and-link-sharing)
|
||||||
- [Calendar & Contacts](#calendar--contacts)
|
|
||||||
- [Calendar & Contacts - CalDAV or CardDAV Servers](#calendar--contacts---caldav-or-carddav-servers)
|
- [Calendar & Contacts - CalDAV or CardDAV Servers](#calendar--contacts---caldav-or-carddav-servers)
|
||||||
- [Calendar & Contacts - CalDAV or CardDAV Web-based Clients](#calendar--contacts---caldav-or-carddav-web-based-clients)
|
- [Calendar & Contacts - CalDAV or CardDAV Web-based Clients](#calendar--contacts---caldav-or-carddav-web-based-clients)
|
||||||
- [Communication](#communication)
|
|
||||||
- [Communication - Custom Communication Systems](#communication---custom-communication-systems)
|
- [Communication - Custom Communication Systems](#communication---custom-communication-systems)
|
||||||
- [Communication - Email](#communication---email)
|
|
||||||
- [Communication - Email - Complete Solutions](#communication---email---complete-solutions)
|
- [Communication - Email - Complete Solutions](#communication---email---complete-solutions)
|
||||||
- [Communication - Email - Mail Delivery Agents](#communication---email---mail-delivery-agents)
|
- [Communication - Email - Mail Delivery Agents](#communication---email---mail-delivery-agents)
|
||||||
- [Communication - Email - Mail Transfer Agents](#communication---email---mail-transfer-agents)
|
- [Communication - Email - Mail Transfer Agents](#communication---email---mail-transfer-agents)
|
||||||
@ -35,7 +32,6 @@ See [Contributing](.github/CONTRIBUTING.md).
|
|||||||
- [Communication - SIP](#communication---sip)
|
- [Communication - SIP](#communication---sip)
|
||||||
- [Communication - Social Networks and Forums](#communication---social-networks-and-forums)
|
- [Communication - Social Networks and Forums](#communication---social-networks-and-forums)
|
||||||
- [Communication - Video Conferencing](#communication---video-conferencing)
|
- [Communication - Video Conferencing](#communication---video-conferencing)
|
||||||
- [Communication - XMPP](#communication---xmpp)
|
|
||||||
- [Communication - XMPP - Servers](#communication---xmpp---servers)
|
- [Communication - XMPP - Servers](#communication---xmpp---servers)
|
||||||
- [Communication - XMPP - Web Clients](#communication---xmpp---web-clients)
|
- [Communication - XMPP - Web Clients](#communication---xmpp---web-clients)
|
||||||
- [Community-Supported Agriculture (CSA)](#community-supported-agriculture-csa)
|
- [Community-Supported Agriculture (CSA)](#community-supported-agriculture-csa)
|
||||||
@ -265,24 +261,17 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https:
|
|||||||
- [xBrowserSync](https://www.xbrowsersync.org) - Open source tool for syncing browser data between browsers and devices. ([Source Code](https://github.com/xBrowserSync)) `MIT` `Nodejs`
|
- [xBrowserSync](https://www.xbrowsersync.org) - Open source tool for syncing browser data between browsers and devices. ([Source Code](https://github.com/xBrowserSync)) `MIT` `Nodejs`
|
||||||
|
|
||||||
|
|
||||||
### Calendar & Contacts
|
### Calendar & Contacts - CalDAV or CardDAV Servers
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
**[`^ back to top ^`](#)**
|
||||||
|
|
||||||
[Electronic calendar](https://en.wikipedia.org/wiki/Calendaring_software) and [address book](https://en.wikipedia.org/wiki/Address_book)/[contact management](https://en.wikipedia.org/wiki/Contact_manager) software.
|
[CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol servers [Electronic calendar](https://en.wikipedia.org/wiki/Calendaring_software) and [address book](https://en.wikipedia.org/wiki/Address_book) and [contact management](https://en.wikipedia.org/wiki/Contact_manager).
|
||||||
|
|
||||||
_Related: [Groupware](#groupware)_
|
_Related: [Groupware](#groupware)_
|
||||||
|
|
||||||
_See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations)_
|
_See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations)_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Calendar & Contacts - CalDAV or CardDAV Servers
|
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
|
||||||
|
|
||||||
[CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol servers.
|
|
||||||
|
|
||||||
- [Baïkal](https://sabre.io/baikal/) - Lightweight CalDAV and CardDAV server based on sabre/dav. ([Source Code](https://github.com/sabre-io/Baikal)) `GPL-3.0` `PHP`
|
- [Baïkal](https://sabre.io/baikal/) - Lightweight CalDAV and CardDAV server based on sabre/dav. ([Source Code](https://github.com/sabre-io/Baikal)) `GPL-3.0` `PHP`
|
||||||
- [calypso](https://keithp.com/calypso/) - Python-based CalDAV and CardDAV server, forked from Radicale. ([Source Code](https://keithp.com/cgit/)) `GPL-3.0` `Python`
|
- [calypso](https://keithp.com/calypso/) - Python-based CalDAV and CardDAV server, forked from Radicale. ([Source Code](https://keithp.com/cgit/)) `GPL-3.0` `Python`
|
||||||
- [DAViCal](https://www.davical.org/) - Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store. ([Source Code](https://gitlab.com/davical-project/davical)) `GPL-2.0` `PHP`
|
- [DAViCal](https://www.davical.org/) - Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store. ([Source Code](https://gitlab.com/davical-project/davical)) `GPL-2.0` `PHP`
|
||||||
@ -306,19 +295,11 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https:
|
|||||||
- [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) - Open source CalDAV/CardDAV web client implementation. ([Demo](https://www.inf-it.com/infcloud/), [Source Code](https://www.inf-it.com/InfCloud_0.13.1.zip)) `AGPL-3.0` `Javascript`
|
- [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) - Open source CalDAV/CardDAV web client implementation. ([Demo](https://www.inf-it.com/infcloud/), [Source Code](https://www.inf-it.com/InfCloud_0.13.1.zip)) `AGPL-3.0` `Javascript`
|
||||||
|
|
||||||
|
|
||||||
### Communication
|
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
|
||||||
|
|
||||||
[Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Communication - Custom Communication Systems
|
### Communication - Custom Communication Systems
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
**[`^ back to top ^`](#)**
|
||||||
|
|
||||||
Communication software using their own custom procols.
|
[Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users, using their own custom procols.
|
||||||
|
|
||||||
- [BluetoothCommunicatorExample](https://github.com/niedev/BluetoothCommunicatorExample) - Bluetooth LE chat app to communicate between android devices with P2P architecture. ([Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java`
|
- [BluetoothCommunicatorExample](https://github.com/niedev/BluetoothCommunicatorExample) - Bluetooth LE chat app to communicate between android devices with P2P architecture. ([Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java`
|
||||||
- [Centrifugo](https://centrifugal.dev/) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo), [Source Code](https://github.com/centrifugal/centrifugo)) `MIT` `Go`
|
- [Centrifugo](https://centrifugal.dev/) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo), [Source Code](https://github.com/centrifugal/centrifugo)) `MIT` `Go`
|
||||||
@ -371,19 +352,11 @@ Communication software using their own custom procols.
|
|||||||
- [Zulip](https://zulip.org) - Zulip is a powerful, open source group chat application. ([Source Code](https://github.com/zulip/zulip)) `Apache-2.0` `Python`
|
- [Zulip](https://zulip.org) - Zulip is a powerful, open source group chat application. ([Source Code](https://github.com/zulip/zulip)) `Apache-2.0` `Python`
|
||||||
|
|
||||||
|
|
||||||
### Communication - Email
|
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
|
||||||
|
|
||||||
[E-mail](https://en.wikipedia.org/wiki/Email) software.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Communication - Email - Complete Solutions
|
### Communication - Email - Complete Solutions
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
**[`^ back to top ^`](#)**
|
||||||
|
|
||||||
Simple deployment of a mail server, e.g. for inexperienced or impatient admins.
|
Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. for inexperienced or impatient admins.
|
||||||
|
|
||||||
- [AnonAddy](https://anonaddy.com) - Open source email forwarding service for creating aliases. ([Source Code](https://github.com/anonaddy/anonaddy)) `MIT` `PHP`
|
- [AnonAddy](https://anonaddy.com) - Open source email forwarding service for creating aliases. ([Source Code](https://github.com/anonaddy/anonaddy)) `MIT` `PHP`
|
||||||
- [DebOps](https://docs.debops.org/) - Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts. ([Source Code](https://github.com/debops/debops)) `GPL-3.0-only` `YAML/Ansible/Python`
|
- [DebOps](https://docs.debops.org/) - Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts. ([Source Code](https://github.com/debops/debops)) `GPL-3.0-only` `YAML/Ansible/Python`
|
||||||
@ -602,19 +575,11 @@ _Related: [Conference Management](#conference-management)_
|
|||||||
- [Wirow](https://github.com/wirow-io/wirow-server) - A full featured self-hosted video web-conferencing platform. `AGPL-3.0` `C`
|
- [Wirow](https://github.com/wirow-io/wirow-server) - A full featured self-hosted video web-conferencing platform. `AGPL-3.0` `C`
|
||||||
|
|
||||||
|
|
||||||
### Communication - XMPP
|
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
|
||||||
|
|
||||||
[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) communication software.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Communication - XMPP - Servers
|
### Communication - XMPP - Servers
|
||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
**[`^ back to top ^`](#)**
|
||||||
|
|
||||||
XMPP servers.
|
[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) servers.
|
||||||
|
|
||||||
- [ejabberd](https://www.ejabberd.im/) - XMPP instant messaging server. ([Source Code](https://github.com/processone/ejabberd)) `GPL-2.0` `Erlang`
|
- [ejabberd](https://www.ejabberd.im/) - XMPP instant messaging server. ([Source Code](https://github.com/processone/ejabberd)) `GPL-2.0` `Erlang`
|
||||||
- [jackal](https://github.com/ortuman/jackal) - XMPP server with focus on stability, simple configuration and low resource consumption. `Apache-2.0` `Go`
|
- [jackal](https://github.com/ortuman/jackal) - XMPP server with focus on stability, simple configuration and low resource consumption. `Apache-2.0` `Go`
|
||||||
@ -630,7 +595,7 @@ XMPP servers.
|
|||||||
|
|
||||||
**[`^ back to top ^`](#)**
|
**[`^ back to top ^`](#)**
|
||||||
|
|
||||||
XMPP Web clients/interfaces.
|
[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) Web clients/interfaces.
|
||||||
|
|
||||||
- [Converse.js](https://conversejs.org/) - Free and open-source XMPP chat client in your browser. ([Source Code](https://github.com/conversejs/converse.js)) `MPL-2.0` `Javascript`
|
- [Converse.js](https://conversejs.org/) - Free and open-source XMPP chat client in your browser. ([Source Code](https://github.com/conversejs/converse.js)) `MPL-2.0` `Javascript`
|
||||||
- [JSXC](https://jsxc.org) - Real-time XMPP web chat application with video calls, file transfer and encrypted communication. There are also versions for Nextcloud/Owncloud and SOGo. ([Source Code](https://github.com/jsxc/jsxc)) `MIT` `Javascript`
|
- [JSXC](https://jsxc.org) - Real-time XMPP web chat application with video calls, file transfer and encrypted communication. There are also versions for Nextcloud/Owncloud and SOGo. ([Source Code](https://github.com/jsxc/jsxc)) `MIT` `Javascript`
|
||||||
@ -1897,7 +1862,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software
|
|||||||
|
|
||||||
[Static site generators](https://en.wikipedia.org/wiki/Web_template_system#Static_site_generators) generate full static HTML websites based on raw data, plain text files and a set of templates.
|
[Static site generators](https://en.wikipedia.org/wiki/Web_template_system#Static_site_generators) generate full static HTML websites based on raw data, plain text files and a set of templates.
|
||||||
|
|
||||||
**Static site generators are not listed within this list. Please visit [staticsitegenerators.net](https://staticsitegenerators.net), [staticgen.com](https://www.staticgen.com)**
|
**Please visit [staticsitegenerators.net](https://staticsitegenerators.net), [staticgen.com](https://www.staticgen.com)**
|
||||||
|
|
||||||
|
|
||||||
### Status / Uptime pages
|
### Status / Uptime pages
|
||||||
@ -1908,12 +1873,11 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software
|
|||||||
|
|
||||||
_Related: [Monitoring](#monitoring)_
|
_Related: [Monitoring](#monitoring)_
|
||||||
|
|
||||||
**Please visit [awesome-sysadmin/Status Pages](https://github.com/awesome-foss/awesome-sysadmin#status-pages)**
|
|
||||||
|
|
||||||
- [cState](https://github.com/cstate/cstate) - Static status page for hyperfast Hugo. Clean design, minimal JS, super light HTML/CSS, high customization, optional admin panel, read-only API, IE8+. Best used with Netlify, Docker. ([Demo](https://cstate.mnts.lt/)) `MIT` `Go`
|
- [cState](https://github.com/cstate/cstate) - Static status page for hyperfast Hugo. Clean design, minimal JS, super light HTML/CSS, high customization, optional admin panel, read-only API, IE8+. Best used with Netlify, Docker. ([Demo](https://cstate.mnts.lt/)) `MIT` `Go`
|
||||||
- [s.Status](https://github.com/scolastico-dev/s.Status) - Open-source server status page written in java. `MPL-2.0` `Java`
|
- [s.Status](https://github.com/scolastico-dev/s.Status) - Open-source server status page written in java. `MPL-2.0` `Java`
|
||||||
- [StatPing.ng](https://statping-ng.github.io/) - An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. ([Source Code](https://github.com/statping-ng/statping-ng)) `GPL-3.0` `Docker/Go`
|
- [StatPing.ng](https://statping-ng.github.io/) - An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. ([Source Code](https://github.com/statping-ng/statping-ng)) `GPL-3.0` `Docker/Go`
|
||||||
- [Uptime Kuma](https://github.com/louislam/uptime-kuma) - Self-hosted website monitoring tool like "Uptime Robot". ([Demo](https://demo.uptime.kuma.pet)) `MIT` `Nodejs`
|
- [Uptime Kuma](https://github.com/louislam/uptime-kuma) - Self-hosted website monitoring tool like "Uptime Robot". ([Demo](https://demo.uptime.kuma.pet)) `MIT` `Nodejs`
|
||||||
|
- [Vigil](https://crates.io/crates/vigil-server) - Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). ([Demo](https://status.crisp.chat/), [Source Code](https://github.com/valeriansaliou/vigil)) `MPL-2.0` `Rust/Docker`
|
||||||
|
|
||||||
|
|
||||||
### Task Management & To-do Lists
|
### Task Management & To-do Lists
|
||||||
|
16
non-free.md
16
non-free.md
@ -63,7 +63,7 @@
|
|||||||
- [MapTiler Server](https://www.maptiler.com/server/) - Software for self-hosting of OpenStreetMap vector tiles, satellite imagery, own geodata and data from PostGIS database. `⊘ Proprietary` `Unknown`
|
- [MapTiler Server](https://www.maptiler.com/server/) - Software for self-hosting of OpenStreetMap vector tiles, satellite imagery, own geodata and data from PostGIS database. `⊘ Proprietary` `Unknown`
|
||||||
|
|
||||||
|
|
||||||
### Media Streaming
|
### Media Streaming - Video Streaming
|
||||||
|
|
||||||
- [Channels DVR Server](https://getchannels.com/dvr-server/) - Flexible server providing a whole home self hosted DVR experience for [Channels](https://getchannels.com). `⊘ Proprietary` `Unknown`
|
- [Channels DVR Server](https://getchannels.com/dvr-server/) - Flexible server providing a whole home self hosted DVR experience for [Channels](https://getchannels.com). `⊘ Proprietary` `Unknown`
|
||||||
- [Emby](https://emby.media/) - Home media server supporting both DLNA and DIAL (Chromecast) devices out-of-the-box. `⊘ Proprietary` `C#`
|
- [Emby](https://emby.media/) - Home media server supporting both DLNA and DIAL (Chromecast) devices out-of-the-box. `⊘ Proprietary` `C#`
|
||||||
@ -104,20 +104,13 @@
|
|||||||
- [ElasticSearch](https://www.elastic.co/elasticsearch/) - Distributed, RESTful search and analytics engine. ([Source Code](https://github.com/elastic/elasticsearch)) `SSPL-1.0` `Java`
|
- [ElasticSearch](https://www.elastic.co/elasticsearch/) - Distributed, RESTful search and analytics engine. ([Source Code](https://github.com/elastic/elasticsearch)) `SSPL-1.0` `Java`
|
||||||
|
|
||||||
|
|
||||||
### Software Development
|
### Software Development - Project Management
|
||||||
|
|
||||||
- [92five](https://92fiveapp.com/) - Self-hosted project management application. ([Source code](https://github.com/chintanbanugaria/92five)) `CC-BY-NC-4.0` `PHP`
|
- [92five](https://92fiveapp.com/) - Self-hosted project management application. ([Source code](https://github.com/chintanbanugaria/92five)) `CC-BY-NC-4.0` `PHP`
|
||||||
- [Bamboo](https://www.atlassian.com/software/bamboo) - Continuous integration server. `⊘ Proprietary` `Java`
|
- [Active Collab](https://activecollab.com/) - Project management. `⊘ Proprietary` `PHP`
|
||||||
- [BitBucket Server](https://www.atlassian.com/software/bitbucket/enterprise/data-center) - Enterprise-level Git solution similar to GitLab. `⊘ Proprietary` `Java`
|
- [BitBucket Server](https://www.atlassian.com/software/bitbucket/enterprise/data-center) - Enterprise-level Git solution similar to GitLab. `⊘ Proprietary` `Java`
|
||||||
- [Buddy Enterprise](https://buddy.works/) - Git and Continuous Integration/Delivery Platform. `⊘ Proprietary` `Nodejs/Java`
|
- [Buddy Enterprise](https://buddy.works/) - Git and Continuous Integration/Delivery Platform. `⊘ Proprietary` `Nodejs/Java`
|
||||||
- [Crucible](https://www.atlassian.com/software/crucible) - Peer code review application. `⊘ Proprietary` `Java`
|
- [Crucible](https://www.atlassian.com/software/crucible) - Peer code review application. `⊘ Proprietary` `Java`
|
||||||
- [JIRA](https://www.atlassian.com/software/jira) - Professional and extensible issue tracker. `⊘ Proprietary` `Java`
|
|
||||||
- [Sentry Self-Hosted](https://github.com/getsentry/self-hosted) - Powerful error tracking platform with wide language support and a robust API. ([Source Code](https://github.com/getsentry/sentry)) `BUSL-1.1` `Python/Django`
|
|
||||||
|
|
||||||
|
|
||||||
### Software Development - Project Management
|
|
||||||
|
|
||||||
- [Active Collab](https://activecollab.com/) - Project management. `⊘ Proprietary` `PHP`
|
|
||||||
- [Duet](https://duetapp.com/) - Invoicing and project management with an integrated client portal. ([Demo](https://duetapp.com/start-demo)) `⊘ Proprietary` `PHP`
|
- [Duet](https://duetapp.com/) - Invoicing and project management with an integrated client portal. ([Demo](https://duetapp.com/start-demo)) `⊘ Proprietary` `PHP`
|
||||||
- [Kanban Tool](https://kanbantool.com/kanban-tool-on-site) - Advanced Kanban boards with time tracking. `⊘ Proprietary` `Ruby`
|
- [Kanban Tool](https://kanbantool.com/kanban-tool-on-site) - Advanced Kanban boards with time tracking. `⊘ Proprietary` `Ruby`
|
||||||
- [Kantree](https://kantree.io) - Work management and collaboration. `⊘ Proprietary` `Python`
|
- [Kantree](https://kantree.io) - Work management and collaboration. `⊘ Proprietary` `Python`
|
||||||
@ -126,6 +119,8 @@
|
|||||||
|
|
||||||
### Software Development - Testing
|
### Software Development - Testing
|
||||||
|
|
||||||
|
- [Bamboo](https://www.atlassian.com/software/bamboo) - Continuous integration server. `⊘ Proprietary` `Java`
|
||||||
|
- [Sentry Self-Hosted](https://github.com/getsentry/self-hosted) - Powerful error tracking platform with wide language support and a robust API. ([Source Code](https://github.com/getsentry/sentry)) `BUSL-1.1` `Python/Django`
|
||||||
- [Moon](https://aerokube.com/moon/) - Efficient Selenium protocol implementation running everything in Kubernetes or Openshift. `⊘ Proprietary` `Go`
|
- [Moon](https://aerokube.com/moon/) - Efficient Selenium protocol implementation running everything in Kubernetes or Openshift. `⊘ Proprietary` `Go`
|
||||||
|
|
||||||
|
|
||||||
@ -134,6 +129,7 @@
|
|||||||
- [Deskpro](https://www.deskpro.com/) - On-Premise helpdesk software that includes email, chat, voice & helpcentre publishing. Full visible source code and API. `⊘ Proprietary` `Unknown`
|
- [Deskpro](https://www.deskpro.com/) - On-Premise helpdesk software that includes email, chat, voice & helpcentre publishing. Full visible source code and API. `⊘ Proprietary` `Unknown`
|
||||||
- [Full Help](https://www.fullhelp.com/en/) - Simple, easy to use help desk & knowledge base software. Custom branding, custom themes, restful API, communication channels, multi-company support, multi-language support, and much more! At least 1 new release per month. `⊘ Proprietary` `PHP`
|
- [Full Help](https://www.fullhelp.com/en/) - Simple, easy to use help desk & knowledge base software. Custom branding, custom themes, restful API, communication channels, multi-company support, multi-language support, and much more! At least 1 new release per month. `⊘ Proprietary` `PHP`
|
||||||
- [Jitbit Helpdesk](https://www.jitbit.com/helpdesk/) - Self-hosted help desk software - simple but powerful. ([Demo](https://www.jitbit.com/saas-helpdesk/trial/)) `⊘ Proprietary` `ASP.NET`
|
- [Jitbit Helpdesk](https://www.jitbit.com/helpdesk/) - Self-hosted help desk software - simple but powerful. ([Demo](https://www.jitbit.com/saas-helpdesk/trial/)) `⊘ Proprietary` `ASP.NET`
|
||||||
|
- [JIRA](https://www.atlassian.com/software/jira) - Professional and extensible issue tracker. `⊘ Proprietary` `Java`
|
||||||
- [SupportPal](https://www.supportpal.com/) - Powerful help desk software - easy, fast and intuitive. ([Demo](https://demo.supportpal.com/en)) `⊘ Proprietary` `PHP`
|
- [SupportPal](https://www.supportpal.com/) - Powerful help desk software - easy, fast and intuitive. ([Demo](https://demo.supportpal.com/en)) `⊘ Proprietary` `PHP`
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user