mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Merge branch 'master' into add-langgraph-gui
This commit is contained in:
commit
953ceba50f
1083 changed files with 2279 additions and 2145 deletions
2
.github/ISSUE_TEMPLATE/addition.md
vendored
2
.github/ISSUE_TEMPLATE/addition.md
vendored
|
|
@ -49,7 +49,7 @@ related_software_url: "https://my.awesome.softwar.e/apps"
|
|||
To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`):
|
||||
- [ ] Submit one item per issue. This eases reviewing and speeds up inclusion.
|
||||
- [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones.
|
||||
- [ ] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse).
|
||||
- [ ] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.bevry.me](https://staticsitegenerators.bevry.me/), [dbdb.io](https://dbdb.io/browse).
|
||||
- [ ] Any software project you are adding to the list is actively maintained.
|
||||
- [ ] Any software project you are adding was first released more than 4 months ago.
|
||||
- [ ] Any software project you are adding has working installation instructions.
|
||||
|
|
|
|||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -6,7 +6,7 @@ Thanks for taking the time to suggest an addition to awesome-selfhosted!
|
|||
To ensure your Pull Request is dealt with swiftly, please check the following (check the boxes `[x]`):
|
||||
- [ ] Submit one item per pull request. This eases reviewing and speeds up inclusion.
|
||||
- [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones.
|
||||
- [ ] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse).
|
||||
- [ ] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.bevry.me](https://staticsitegenerators.bevry.me/), [dbdb.io](https://dbdb.io/browse).
|
||||
- [ ] The file you are adding is formatted as described in [addition.md](https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/.github/ISSUE_TEMPLATE/addition.md).
|
||||
- [ ] `Demo` links should only be used for interactive demos, i.e. not video demonstrations. If login credentials are required to access the demo, please link to the credentials directly.
|
||||
- [ ] Comments and unused optional fields have been removed.
|
||||
|
|
|
|||
|
|
@ -21,3 +21,5 @@ steps:
|
|||
- https://github.com/oupala/apaxy # static HTML/CSS, simple/no maintenance required
|
||||
- https://github.com/joho1968/POMjs # simple/no maintenance required
|
||||
- https://github.com/apankrat/nullboard # static HTML/CSS/JS, simple/no maintenance required
|
||||
- https://github.com/openspeedtest/Speed-Test # simple HTML/CSS/JS project with no external dependencies
|
||||
- https://github.com/clangen/musikcube # simple C++ application with no dependencies
|
||||
|
|
|
|||
|
|
@ -18,3 +18,5 @@ steps:
|
|||
- https://github.com/oupala/apaxy # static HTML/CSS, simple/no maintenance required
|
||||
- https://github.com/joho1968/POMjs # simple/no maintenance required
|
||||
- https://github.com/apankrat/nullboard # static HTML/CSS/JS, simple/no maintenance required
|
||||
- https://github.com/openspeedtest/Speed-Test # simple HTML/CSS/JS project with no external dependencies
|
||||
- https://github.com/clangen/musikcube # simple C++ application with no dependencies
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ steps:
|
|||
output_directory: html
|
||||
exclude_licenses:
|
||||
- ⊘ Proprietary
|
||||
- BSD-3-Clause-No-Military-License
|
||||
- BUSL-1.1
|
||||
- CC-BY-NC-4.0
|
||||
- CC-BY-NC-SA-3.0
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ steps:
|
|||
back_to_top_url: '#awesome-selfhosted'
|
||||
exclude_licenses:
|
||||
- ⊘ Proprietary
|
||||
- BSD-3-Clause-No-Military-License
|
||||
- BUSL-1.1
|
||||
- CC-BY-NC-4.0
|
||||
- CC-BY-NC-SA-3.0
|
||||
|
|
@ -34,6 +35,7 @@ steps:
|
|||
render_category_headers: False
|
||||
include_licenses:
|
||||
- ⊘ Proprietary
|
||||
- BSD-3-Clause-No-Military-License
|
||||
- BUSL-1.1
|
||||
- CC-BY-NC-4.0
|
||||
- CC-BY-NC-SA-3.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# non-Free (https://en.wikipedia.org/wiki/Free_software) licenses
|
||||
# any time a new license is added here, exclude/include_licenses must be updated in .hecat/export-*.yml
|
||||
- identifier: BSD-3-Clause-No-Military-License
|
||||
name: BSD 3-Clause No Military License
|
||||
url: https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html
|
||||
|
||||
- identifier: BUSL-1.1
|
||||
name: Business Source License 1.1
|
||||
url: https://spdx.org/licenses/BUSL-1.1.html
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Miscellaneous
|
||||
source_code_url: https://github.com/Bubka/2FAuth
|
||||
demo_url: https://demo.2fauth.app/
|
||||
stargazers_count: 2770
|
||||
updated_at: '2025-04-11'
|
||||
stargazers_count: 3288
|
||||
updated_at: '2025-06-18'
|
||||
archived: false
|
||||
|
|
|
|||
10
software/42links.yml
Normal file
10
software/42links.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: 42links
|
||||
website_url: https://42links.tuxproject.de
|
||||
source_code_url: https://code.rosaelefanten.org/42links
|
||||
description: Bookmarking server supporting multiple accounts.
|
||||
licenses:
|
||||
- BSD-3-Clause-No-Military-License
|
||||
platforms:
|
||||
- CommonLisp
|
||||
tags:
|
||||
- Bookmarks and Link Sharing
|
||||
|
|
@ -12,6 +12,6 @@ tags:
|
|||
- Task Management & To-do Lists
|
||||
- Software Development - Project Management
|
||||
demo_url: https://demo.4gaboards.com
|
||||
stargazers_count: 229
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 269
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Games
|
||||
source_code_url: https://github.com/doublespeakgames/adarkroom
|
||||
demo_url: https://adarkroom.doublespeakgames.com/
|
||||
stargazers_count: 7593
|
||||
stargazers_count: 7692
|
||||
updated_at: '2025-05-23'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Software Development - Localization
|
||||
source_code_url: https://github.com/mirego/accent
|
||||
stargazers_count: 1401
|
||||
updated_at: '2025-06-02'
|
||||
stargazers_count: 1416
|
||||
updated_at: '2025-07-04'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ tags:
|
|||
- Community-Supported Agriculture (CSA)
|
||||
source_code_url: https://github.com/acp-admin/acp-admin/
|
||||
stargazers_count: 55
|
||||
updated_at: '2025-06-06'
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Automation
|
||||
source_code_url: https://github.com/activepieces/activepieces
|
||||
stargazers_count: 15168
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 16221
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Time Tracking
|
||||
source_code_url: https://github.com/ActivityWatch/activitywatch
|
||||
stargazers_count: 14475
|
||||
stargazers_count: 14971
|
||||
updated_at: '2025-02-11'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Actual
|
||||
website_url: https://actualbudget.github.io/docs/
|
||||
website_url: https://actualbudget.org
|
||||
description: Local-first personal finance tool based on zero-sum budgeting, supporting synchronization across devices, custom rules, manual transaction importing (from QIF, OFX, and QFX files), and optional automatic synchronization with many banks.
|
||||
licenses:
|
||||
- MIT
|
||||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Money, Budgeting & Management
|
||||
source_code_url: https://github.com/actualbudget/actual
|
||||
stargazers_count: 19127
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 21397
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- DNS
|
||||
source_code_url: https://github.com/AdguardTeam/AdGuardHome
|
||||
stargazers_count: 28676
|
||||
updated_at: '2025-06-05'
|
||||
stargazers_count: 29575
|
||||
updated_at: '2025-08-05'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Human Resources Management (HRM)
|
||||
source_code_url: https://github.com/Admidio/admidio
|
||||
demo_url: https://www.admidio.org/demo/
|
||||
stargazers_count: 378
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 390
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Database Management
|
||||
source_code_url: https://github.com/vrana/adminer
|
||||
stargazers_count: 6841
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 6953
|
||||
updated_at: '2025-08-04'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Maps and Global Positioning System (GPS)
|
||||
demo_url: https://adventurelog.app
|
||||
stargazers_count: 1254
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 1941
|
||||
updated_at: '2025-07-10'
|
||||
archived: false
|
||||
|
|
|
|||
15
software/affine-community-edition.yml
Normal file
15
software/affine-community-edition.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: AFFiNE Community Edition
|
||||
website_url: https://affine.pro/
|
||||
source_code_url: https://github.com/toeverything/AFFiNE
|
||||
description: Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, customizable and ready to use (alternative to Notion and Miro).
|
||||
licenses:
|
||||
- MIT
|
||||
- AGPL-3.0
|
||||
platforms:
|
||||
- Docker
|
||||
tags:
|
||||
- Knowledge Management Tools
|
||||
demo_url: https://app.affine.pro/
|
||||
stargazers_count: 54144
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- E-commerce
|
||||
source_code_url: https://github.com/aimeos/aimeos
|
||||
demo_url: https://demo.aimeos.org/
|
||||
stargazers_count: 4648
|
||||
updated_at: '2025-05-13'
|
||||
stargazers_count: 4799
|
||||
updated_at: '2025-07-21'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
- Nodejs
|
||||
tags:
|
||||
- Maps and Global Positioning System (GPS)
|
||||
stargazers_count: 547
|
||||
stargazers_count: 596
|
||||
updated_at: '2025-05-22'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Money, Budgeting & Management
|
||||
source_code_url: https://github.com/akaunting/akaunting
|
||||
stargazers_count: 8680
|
||||
updated_at: '2025-05-15'
|
||||
stargazers_count: 9061
|
||||
updated_at: '2025-08-04'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ tags:
|
|||
- Knowledge Management Tools
|
||||
source_code_url: https://github.com/alephdata/aleph
|
||||
demo_url: https://aleph.occrp.org/
|
||||
stargazers_count: 2160
|
||||
updated_at: '2025-06-02'
|
||||
stargazers_count: 2214
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Miscellaneous
|
||||
source_code_url: https://github.com/Ardakilic/alerthub
|
||||
depends_3rdparty: true
|
||||
stargazers_count: 215
|
||||
stargazers_count: 220
|
||||
updated_at: '2025-05-03'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Booking and Scheduling
|
||||
source_code_url: https://github.com/alfio-event/alf.io
|
||||
demo_url: https://demo.alf.io/authentication
|
||||
stargazers_count: 1489
|
||||
updated_at: '2025-05-31'
|
||||
stargazers_count: 1504
|
||||
updated_at: '2025-08-02'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Content Management Systems (CMS)
|
||||
source_code_url: https://github.com/Alfresco/alfresco-community-repo
|
||||
stargazers_count: 166
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 176
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
- Docker
|
||||
tags:
|
||||
- Web Servers
|
||||
stargazers_count: 2910
|
||||
updated_at: '2025-05-13'
|
||||
stargazers_count: 2928
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
- Docker
|
||||
tags:
|
||||
- Password Managers
|
||||
stargazers_count: 929
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 1249
|
||||
updated_at: '2025-08-06'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Media Streaming - Audio Streaming
|
||||
source_code_url: https://github.com/ampache/ampache
|
||||
demo_url: https://play.dogmazic.net/
|
||||
stargazers_count: 3659
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 3685
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Wikis
|
||||
source_code_url: https://github.com/melmothx/amusewiki
|
||||
demo_url: https://sandbox.amusewiki.org
|
||||
stargazers_count: 194
|
||||
updated_at: '2025-05-29'
|
||||
stargazers_count: 199
|
||||
updated_at: '2025-06-24'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Miscellaneous
|
||||
source_code_url: https://github.com/muety/anchr
|
||||
stargazers_count: 336
|
||||
updated_at: '2025-04-19'
|
||||
stargazers_count: 342
|
||||
updated_at: '2025-06-10'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Communication - Email - Complete Solutions
|
||||
source_code_url: https://github.com/anonaddy/anonaddy
|
||||
stargazers_count: 3828
|
||||
updated_at: '2025-05-29'
|
||||
stargazers_count: 3980
|
||||
updated_at: '2025-07-31'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Self-hosting Solutions
|
||||
source_code_url: https://github.com/DaveStephens/ansible-nas
|
||||
stargazers_count: 3467
|
||||
stargazers_count: 3521
|
||||
updated_at: '2025-05-13'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Communication - Social Networks and Forums
|
||||
source_code_url: https://github.com/answerdev/answer
|
||||
stargazers_count: 14503
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 14746
|
||||
updated_at: '2025-07-17'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Blogging Platforms
|
||||
source_code_url: https://github.com/antville/antville
|
||||
stargazers_count: 81
|
||||
stargazers_count: 83
|
||||
updated_at: '2025-06-01'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Communication - Custom Communication Systems
|
||||
source_code_url: https://github.com/anycable/anycable
|
||||
demo_url: https://demo.anycable.io
|
||||
stargazers_count: 2083
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 2139
|
||||
updated_at: '2025-07-28'
|
||||
archived: false
|
||||
|
|
|
|||
14
software/anythingllm.yml
Normal file
14
software/anythingllm.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: AnythingLLM
|
||||
website_url: https://anythingllm.com/
|
||||
source_code_url: https://github.com/Mintplex-Labs/anything-llm
|
||||
description: All-in-one desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
|
||||
licenses:
|
||||
- MIT
|
||||
platforms:
|
||||
- Nodejs
|
||||
- Docker
|
||||
tags:
|
||||
- Generative Artificial Intelligence (GenAI)
|
||||
stargazers_count: 47638
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Automation
|
||||
source_code_url: https://github.com/apache/airflow/
|
||||
stargazers_count: 40459
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 41472
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ platforms:
|
|||
tags:
|
||||
- Search Engines
|
||||
source_code_url: https://github.com/apache/solr
|
||||
stargazers_count: 1399
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 1443
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- File Transfer - Web-based File Managers
|
||||
source_code_url: https://github.com/oupala/apaxy
|
||||
stargazers_count: 1893
|
||||
stargazers_count: 1899
|
||||
updated_at: '2024-10-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Content Management Systems (CMS)
|
||||
source_code_url: https://github.com/apostrophecms/apostrophe
|
||||
demo_url: https://apostrophecms.com/demo
|
||||
stargazers_count: 4442
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 4474
|
||||
updated_at: '2025-08-06'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ platforms:
|
|||
tags:
|
||||
- Task Management & To-do Lists
|
||||
source_code_url: https://github.com/AppFlowy-IO/appflowy
|
||||
stargazers_count: 63706
|
||||
updated_at: '2025-06-05'
|
||||
stargazers_count: 64808
|
||||
updated_at: '2025-07-14'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ platforms:
|
|||
tags:
|
||||
- Communication - Custom Communication Systems
|
||||
source_code_url: https://github.com/caronc/apprise
|
||||
stargazers_count: 13643
|
||||
updated_at: '2025-05-24'
|
||||
stargazers_count: 14192
|
||||
updated_at: '2025-08-04'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ platforms:
|
|||
tags:
|
||||
- Software Development - Low Code
|
||||
source_code_url: https://github.com/appsmithorg/appsmith
|
||||
stargazers_count: 37172
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 37645
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Software Development - Low Code
|
||||
source_code_url: https://github.com/appwrite/appwrite
|
||||
stargazers_count: 51006
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 52211
|
||||
updated_at: '2025-08-06'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Analytics
|
||||
source_code_url: https://github.com/aptabase/aptabase
|
||||
stargazers_count: 1351
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 1414
|
||||
updated_at: '2025-07-02'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ platforms:
|
|||
tags:
|
||||
- Archiving and Digital Preservation (DP)
|
||||
source_code_url: https://github.com/ArchiveBox/ArchiveBox
|
||||
stargazers_count: 24012
|
||||
demo_url: https://demo.archivebox.io/
|
||||
stargazers_count: 24690
|
||||
updated_at: '2025-05-19'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Archiving and Digital Preservation (DP)
|
||||
source_code_url: https://github.com/archivesspace/archivesspace
|
||||
demo_url: https://archivesspace.org/application/sandbox
|
||||
stargazers_count: 374
|
||||
updated_at: '2025-06-05'
|
||||
stargazers_count: 375
|
||||
updated_at: '2025-08-06'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
- Docker
|
||||
tags:
|
||||
- Communication - Social Networks and Forums
|
||||
stargazers_count: 1927
|
||||
updated_at: '2025-02-02'
|
||||
stargazers_count: 1991
|
||||
updated_at: '2025-06-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Miscellaneous
|
||||
source_code_url: https://github.com/asciinema/asciinema-server
|
||||
demo_url: https://asciinema.org/explore
|
||||
stargazers_count: 2372
|
||||
updated_at: '2025-05-30'
|
||||
stargazers_count: 2388
|
||||
updated_at: '2025-07-22'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Communication - SIP
|
||||
source_code_url: https://github.com/asterisk/asterisk
|
||||
stargazers_count: 2591
|
||||
updated_at: '2025-06-03'
|
||||
stargazers_count: 2708
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Software Development - IDE & Tools
|
||||
source_code_url: https://github.com/Atheos/Atheos
|
||||
stargazers_count: 548
|
||||
stargazers_count: 556
|
||||
updated_at: '2025-06-05'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Knowledge Management Tools
|
||||
source_code_url: https://github.com/atomicdata-dev/atomic-server
|
||||
demo_url: https://atomicdata.dev/
|
||||
stargazers_count: 1279
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 1337
|
||||
updated_at: '2025-07-14'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Document Management - E-books
|
||||
source_code_url: https://github.com/AtsumeruDev/Atsumeru
|
||||
related_software_url: https://atsumeru.xyz/guides/#how-does-it-work
|
||||
stargazers_count: 126
|
||||
updated_at: '2025-05-30'
|
||||
stargazers_count: 141
|
||||
updated_at: '2025-07-14'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ tags:
|
|||
- Document Management - E-books
|
||||
source_code_url: https://github.com/advplyr/audiobookshelf
|
||||
related_software_url: https://github.com/advplyr/audiobookshelf-app
|
||||
stargazers_count: 8998
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 9658
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Media Streaming - Audio Streaming
|
||||
source_code_url: https://github.com/izderadicka/audioserve
|
||||
stargazers_count: 769
|
||||
updated_at: '2025-04-09'
|
||||
stargazers_count: 778
|
||||
updated_at: '2025-06-21'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
- Python
|
||||
tags:
|
||||
- Games - Administrative Utilities & Control Panels
|
||||
stargazers_count: 269
|
||||
updated_at: '2025-05-23'
|
||||
stargazers_count: 286
|
||||
updated_at: '2025-07-21'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Automation
|
||||
source_code_url: https://github.com/automatisch/automatisch
|
||||
stargazers_count: 8896
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 12963
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Analytics
|
||||
source_code_url: https://github.com/eldy/awstats
|
||||
demo_url: https://www.awstats.org/#DEMO
|
||||
stargazers_count: 396
|
||||
stargazers_count: 404
|
||||
updated_at: '2025-03-18'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ tags:
|
|||
- Database Management
|
||||
- Software Development - IDE & Tools
|
||||
demo_url: https://azimutt.app/gallery/gospeak
|
||||
stargazers_count: 1887
|
||||
updated_at: '2025-03-26'
|
||||
stargazers_count: 1945
|
||||
updated_at: '2025-07-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Media Streaming - Audio Streaming
|
||||
source_code_url: https://github.com/AzuraCast/AzuraCast
|
||||
stargazers_count: 3401
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 3459
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
11
software/b1gmail.yml
Normal file
11
software/b1gmail.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: "b1gMail"
|
||||
website_url: "https://www.b1gmail.eu"
|
||||
source_code_url: "https://codeberg.org/b1gMail/b1gMail"
|
||||
description: "Complete email solution that runs on any webspace with PHP and MariaDB. It supports POP3 catchall mailboxes and can also integrate with Postfix or b1gMailServer if you're running your own server."
|
||||
licenses:
|
||||
- GPL-2.0
|
||||
platforms:
|
||||
- PHP
|
||||
tags:
|
||||
- Communication - Email - Complete Solutions
|
||||
related_software_url: "https://www.b1gmail.eu/en/start/addon-b1gmailserver/"
|
||||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Miscellaneous
|
||||
source_code_url: https://github.com/babybuddy/babybuddy
|
||||
demo_url: https://github.com/babybuddy/babybuddy#-demo
|
||||
stargazers_count: 2394
|
||||
stargazers_count: 2452
|
||||
updated_at: '2025-05-10'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Content Management Systems (CMS)
|
||||
source_code_url: https://github.com/backdrop/backdrop
|
||||
stargazers_count: 1012
|
||||
updated_at: '2025-05-16'
|
||||
stargazers_count: 1016
|
||||
updated_at: '2025-07-21'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- E-commerce
|
||||
source_code_url: https://github.com/bagisto/bagisto
|
||||
demo_url: https://demo.bagisto.com/
|
||||
stargazers_count: 19004
|
||||
updated_at: '2025-06-03'
|
||||
stargazers_count: 20252
|
||||
updated_at: '2025-08-05'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Recipe Management
|
||||
source_code_url: https://github.com/karlomikus/bar-assistant
|
||||
demo_url: https://demo.barassistant.app/
|
||||
stargazers_count: 796
|
||||
updated_at: '2025-06-02'
|
||||
stargazers_count: 838
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Calendar & Contacts
|
||||
source_code_url: https://github.com/sabre-io/Baikal
|
||||
stargazers_count: 2740
|
||||
stargazers_count: 2818
|
||||
updated_at: '2025-04-16'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Time Tracking
|
||||
demo_url: https://beaverhabits.com/demo
|
||||
stargazers_count: 1206
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 1442
|
||||
updated_at: '2025-08-03'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ platforms:
|
|||
tags:
|
||||
- Miscellaneous
|
||||
depends_3rdparty: true
|
||||
stargazers_count: 1158
|
||||
updated_at: '2025-05-06'
|
||||
stargazers_count: 1361
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Media Streaming - Audio Streaming
|
||||
source_code_url: https://github.com/beetbox/beets
|
||||
stargazers_count: 13530
|
||||
updated_at: '2025-05-31'
|
||||
stargazers_count: 13717
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Software Development - Testing
|
||||
source_code_url: https://github.com/bencherdev/bencher
|
||||
stargazers_count: 699
|
||||
updated_at: '2025-05-01'
|
||||
stargazers_count: 735
|
||||
updated_at: '2025-08-03'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ tags:
|
|||
- Note-taking & Editors
|
||||
- Photo Galleries
|
||||
related_software_url: https://github.com/bewcloud
|
||||
stargazers_count: 681
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 886
|
||||
updated_at: '2025-07-26'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Maps and Global Positioning System (GPS)
|
||||
source_code_url: https://github.com/knrdl/bicimon
|
||||
demo_url: https://knrdl.github.io/bicimon/
|
||||
stargazers_count: 58
|
||||
stargazers_count: 61
|
||||
updated_at: '2022-04-15'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Communication - Video Conferencing
|
||||
source_code_url: https://github.com/bigbluebutton/bigbluebutton
|
||||
stargazers_count: 8810
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 8867
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Money, Budgeting & Management
|
||||
- Inventory Management
|
||||
source_code_url: https://github.com/bigcapitalhq/bigcapital
|
||||
stargazers_count: 2845
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 2899
|
||||
updated_at: '2025-07-02'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Content Management Systems (CMS)
|
||||
source_code_url: https://github.com/bigtreecms/BigTree-CMS
|
||||
stargazers_count: 218
|
||||
stargazers_count: 220
|
||||
updated_at: '2025-03-30'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Pastebins
|
||||
source_code_url: https://github.com/w4/bin
|
||||
stargazers_count: 529
|
||||
stargazers_count: 562
|
||||
updated_at: '2025-05-25'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
- Java
|
||||
tags:
|
||||
- Pastebins
|
||||
stargazers_count: 5
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 8
|
||||
updated_at: '2025-08-03'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
- Crystal
|
||||
tags:
|
||||
- URL Shorteners
|
||||
stargazers_count: 33
|
||||
stargazers_count: 51
|
||||
updated_at: '2025-04-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ tags:
|
|||
- Money, Budgeting & Management
|
||||
source_code_url: https://github.com/bitcart/bitcart
|
||||
demo_url: https://admin.bitcart.ai
|
||||
stargazers_count: 658
|
||||
updated_at: '2025-04-29'
|
||||
stargazers_count: 689
|
||||
updated_at: '2025-07-16'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ tags:
|
|||
- Archiving and Digital Preservation (DP)
|
||||
- File Transfer - Peer-to-peer Filesharing
|
||||
- Search Engines
|
||||
stargazers_count: 3088
|
||||
updated_at: '2025-05-11'
|
||||
stargazers_count: 3284
|
||||
updated_at: '2025-07-01'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Polls and Events
|
||||
source_code_url: https://github.com/fsinfuhh/Bitpoll
|
||||
demo_url: https://bitpoll.de/
|
||||
stargazers_count: 271
|
||||
stargazers_count: 275
|
||||
updated_at: '2024-11-23'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- File Transfer - Peer-to-peer Filesharing
|
||||
source_code_url: https://github.com/webtorrent/bittorrent-tracker
|
||||
stargazers_count: 1841
|
||||
stargazers_count: 1859
|
||||
updated_at: '2025-01-19'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Password Managers
|
||||
source_code_url: https://github.com/bitwarden/server
|
||||
depends_3rdparty: true
|
||||
stargazers_count: 16641
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 16962
|
||||
updated_at: '2025-08-07'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Media Streaming - Audio Streaming
|
||||
source_code_url: https://github.com/blackcandy-org/black_candy
|
||||
stargazers_count: 3614
|
||||
updated_at: '2025-06-03'
|
||||
stargazers_count: 3860
|
||||
updated_at: '2025-07-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Note-taking & Editors
|
||||
source_code_url: https://github.com/blinko-space/blinko
|
||||
stargazers_count: 4127
|
||||
updated_at: '2025-06-05'
|
||||
stargazers_count: 5535
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- DNS
|
||||
source_code_url: https://github.com/0xERR0R/blocky
|
||||
stargazers_count: 5368
|
||||
updated_at: '2025-06-05'
|
||||
stargazers_count: 5524
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Content Management Systems (CMS)
|
||||
source_code_url: https://github.com/bludit/bludit
|
||||
depends_3rdparty: true
|
||||
stargazers_count: 1324
|
||||
updated_at: '2024-08-25'
|
||||
stargazers_count: 1347
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Video Surveillance
|
||||
source_code_url: https://github.com/bluecherrydvr/bluecherry-apps
|
||||
stargazers_count: 237
|
||||
updated_at: '2025-05-29'
|
||||
stargazers_count: 241
|
||||
updated_at: '2025-06-29'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Automation
|
||||
depends_3rdparty: true
|
||||
stargazers_count: 226
|
||||
updated_at: '2025-03-10'
|
||||
stargazers_count: 241
|
||||
updated_at: '2025-07-31'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Document Management - E-books
|
||||
demo_url: https://demo.booklogr.app/
|
||||
stargazers_count: 312
|
||||
updated_at: '2025-01-27'
|
||||
stargazers_count: 389
|
||||
updated_at: '2025-07-24'
|
||||
archived: false
|
||||
|
|
|
|||
13
software/booklore.yml
Normal file
13
software/booklore.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: BookLore
|
||||
website_url: https://github.com/adityachandelgit/BookLore
|
||||
source_code_url: https://github.com/adityachandelgit/BookLore
|
||||
description: Host and manage books, with support for PDFs, eBooks, reading progress, metadata, and stats.
|
||||
licenses:
|
||||
- GPL-3.0
|
||||
platforms:
|
||||
- Docker
|
||||
tags:
|
||||
- Document Management - E-books
|
||||
stargazers_count: 3797
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Wikis
|
||||
source_code_url: https://github.com/BookStackApp/BookStack
|
||||
demo_url: https://www.bookstackapp.com/#demo
|
||||
stargazers_count: 16728
|
||||
updated_at: '2025-05-31'
|
||||
stargazers_count: 17147
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ platforms:
|
|||
tags:
|
||||
- Document Management - E-books
|
||||
source_code_url: https://github.com/bookwyrm-social/bookwyrm
|
||||
stargazers_count: 2457
|
||||
updated_at: '2025-06-07'
|
||||
stargazers_count: 2496
|
||||
updated_at: '2025-08-09'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ platforms:
|
|||
- Nodejs
|
||||
tags:
|
||||
- Polls and Events
|
||||
stargazers_count: 1216
|
||||
updated_at: '2025-06-06'
|
||||
stargazers_count: 1380
|
||||
updated_at: '2025-08-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ tags:
|
|||
- Bookmarks and Link Sharing
|
||||
source_code_url: https://github.com/ndom91/briefkasten
|
||||
demo_url: https://briefkastenhq.com/auth/signin
|
||||
stargazers_count: 1069
|
||||
stargazers_count: 1094
|
||||
updated_at: '2025-05-08'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Money, Budgeting & Management
|
||||
source_code_url: https://github.com/btcpayserver/btcpayserver
|
||||
demo_url: https://mainnet.demo.btcpayserver.org/
|
||||
stargazers_count: 6806
|
||||
updated_at: '2025-06-04'
|
||||
stargazers_count: 6931
|
||||
updated_at: '2025-07-31'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ tags:
|
|||
- Feed Readers
|
||||
source_code_url: https://github.com/georgemandis/bubo-rss
|
||||
demo_url: https://bubo-rss-demo.netlify.app/
|
||||
stargazers_count: 209
|
||||
stargazers_count: 211
|
||||
updated_at: '2025-01-20'
|
||||
archived: false
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue