diff --git a/.github/ISSUE_TEMPLATE/addition.md b/.github/ISSUE_TEMPLATE/addition.md index 46681e23ae..6bff588d14 100644 --- a/.github/ISSUE_TEMPLATE/addition.md +++ b/.github/ISSUE_TEMPLATE/addition.md @@ -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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f2535ed8bb..2c44917656 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. diff --git a/.hecat/awesome-lint-strict.yml b/.hecat/awesome-lint-strict.yml index 081285eb63..3071c3bbe3 100644 --- a/.hecat/awesome-lint-strict.yml +++ b/.hecat/awesome-lint-strict.yml @@ -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 diff --git a/.hecat/awesome-lint.yml b/.hecat/awesome-lint.yml index 50da374dfc..b31d2422a3 100644 --- a/.hecat/awesome-lint.yml +++ b/.hecat/awesome-lint.yml @@ -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 diff --git a/.hecat/export-html.yml b/.hecat/export-html.yml index ea8ec91da4..1ded08cbed 100644 --- a/.hecat/export-html.yml +++ b/.hecat/export-html.yml @@ -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 diff --git a/.hecat/export-markdown.yml b/.hecat/export-markdown.yml index e2dc1a8156..5dd81578b4 100644 --- a/.hecat/export-markdown.yml +++ b/.hecat/export-markdown.yml @@ -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 diff --git a/licenses-nonfree.yml b/licenses-nonfree.yml index 55ba295d33..ca78677303 100644 --- a/licenses-nonfree.yml +++ b/licenses-nonfree.yml @@ -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 diff --git a/software/2fauth.yml b/software/2fauth.yml index 1e3b189d45..82d938442f 100644 --- a/software/2fauth.yml +++ b/software/2fauth.yml @@ -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 diff --git a/software/42links.yml b/software/42links.yml new file mode 100644 index 0000000000..ad93ac8ada --- /dev/null +++ b/software/42links.yml @@ -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 diff --git a/software/4ga-boards.yml b/software/4ga-boards.yml index e673e788df..be8bb7c963 100644 --- a/software/4ga-boards.yml +++ b/software/4ga-boards.yml @@ -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 diff --git a/software/a-dark-room.yml b/software/a-dark-room.yml index 53e8ebfb50..7c9bd7ced8 100644 --- a/software/a-dark-room.yml +++ b/software/a-dark-room.yml @@ -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 diff --git a/software/accent.yml b/software/accent.yml index 5ac9d75b21..424dd64f85 100644 --- a/software/accent.yml +++ b/software/accent.yml @@ -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 diff --git a/software/acp-admin.yml b/software/acp-admin.yml index 54a8dabfeb..eea4025978 100644 --- a/software/acp-admin.yml +++ b/software/acp-admin.yml @@ -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 diff --git a/software/activepieces.yml b/software/activepieces.yml index cd49180c07..19156c1e3e 100644 --- a/software/activepieces.yml +++ b/software/activepieces.yml @@ -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 diff --git a/software/activitywatch.yml b/software/activitywatch.yml index 0a3ec849e7..2331e5a4d6 100644 --- a/software/activitywatch.yml +++ b/software/activitywatch.yml @@ -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 diff --git a/software/actual.yml b/software/actual.yml index f49484a200..3f6f9982ed 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -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 diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 5c65bd6635..a37ec3b48a 100644 --- a/software/adguard-home.yml +++ b/software/adguard-home.yml @@ -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 diff --git a/software/admidio.yml b/software/admidio.yml index 72df9d4884..2dcf9ba79e 100644 --- a/software/admidio.yml +++ b/software/admidio.yml @@ -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 diff --git a/software/adminer.yml b/software/adminer.yml index e3a40ab1b8..b140413d91 100644 --- a/software/adminer.yml +++ b/software/adminer.yml @@ -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 diff --git a/software/adventurelog.yml b/software/adventurelog.yml index 8129f153b1..a712048b04 100644 --- a/software/adventurelog.yml +++ b/software/adventurelog.yml @@ -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 diff --git a/software/affine-community-edition.yml b/software/affine-community-edition.yml new file mode 100644 index 0000000000..7d6e2dd505 --- /dev/null +++ b/software/affine-community-edition.yml @@ -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 diff --git a/software/aimeos.yml b/software/aimeos.yml index 9debcea6ee..5d19c3ad23 100644 --- a/software/aimeos.yml +++ b/software/aimeos.yml @@ -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 diff --git a/software/airtrail.yml b/software/airtrail.yml index 20b7b8d743..009627a453 100644 --- a/software/airtrail.yml +++ b/software/airtrail.yml @@ -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 diff --git a/software/akaunting.yml b/software/akaunting.yml index 23048a2310..8283f11336 100644 --- a/software/akaunting.yml +++ b/software/akaunting.yml @@ -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 diff --git a/software/aleph.yml b/software/aleph.yml index a26c0af340..9cd61f928c 100644 --- a/software/aleph.yml +++ b/software/aleph.yml @@ -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 diff --git a/software/alerthub.yml b/software/alerthub.yml index 5e223dd01b..36756a0646 100644 --- a/software/alerthub.yml +++ b/software/alerthub.yml @@ -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 diff --git a/software/alf.io.yml b/software/alf.io.yml index 0a3958360d..1445fe73fd 100644 --- a/software/alf.io.yml +++ b/software/alf.io.yml @@ -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 diff --git a/software/alfresco-community-edition.yml b/software/alfresco-community-edition.yml index 50e7c3211b..37cf4194fd 100644 --- a/software/alfresco-community-edition.yml +++ b/software/alfresco-community-edition.yml @@ -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 diff --git a/software/algernon.yml b/software/algernon.yml index a62a34519c..8dc2254f1e 100644 --- a/software/algernon.yml +++ b/software/algernon.yml @@ -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 diff --git a/software/aliasvault.yml b/software/aliasvault.yml index e5ad18241e..bac365b30a 100644 --- a/software/aliasvault.yml +++ b/software/aliasvault.yml @@ -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 diff --git a/software/ampache.yml b/software/ampache.yml index ef8e03a0a5..8d2e95fc7e 100644 --- a/software/ampache.yml +++ b/software/ampache.yml @@ -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 diff --git a/software/amusewiki.yml b/software/amusewiki.yml index e42dc224c8..0bc5343ed6 100644 --- a/software/amusewiki.yml +++ b/software/amusewiki.yml @@ -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 diff --git a/software/anchr.yml b/software/anchr.yml index 6a2b20019b..3d89f77858 100644 --- a/software/anchr.yml +++ b/software/anchr.yml @@ -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 diff --git a/software/anonaddy.yml b/software/anonaddy.yml index b12f6d4e4b..9dc639b4e8 100644 --- a/software/anonaddy.yml +++ b/software/anonaddy.yml @@ -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 diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index afe4ed45b9..380fed84ee 100644 --- a/software/ansible-nas.yml +++ b/software/ansible-nas.yml @@ -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 diff --git a/software/answer.yml b/software/answer.yml index dadcb46da6..95690ec726 100644 --- a/software/answer.yml +++ b/software/answer.yml @@ -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 diff --git a/software/antville.yml b/software/antville.yml index c909f4b3ff..21565cf7b0 100644 --- a/software/antville.yml +++ b/software/antville.yml @@ -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 diff --git a/software/anycable.yml b/software/anycable.yml index 2a4ca8a36a..4573617f91 100644 --- a/software/anycable.yml +++ b/software/anycable.yml @@ -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 diff --git a/software/anythingllm.yml b/software/anythingllm.yml new file mode 100644 index 0000000000..504754fec5 --- /dev/null +++ b/software/anythingllm.yml @@ -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 diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index 60a1ca3e1f..43e22bc21f 100644 --- a/software/apache-airflow.yml +++ b/software/apache-airflow.yml @@ -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 diff --git a/software/apache-solr.yml b/software/apache-solr.yml index 8086f89834..f23d0bb095 100644 --- a/software/apache-solr.yml +++ b/software/apache-solr.yml @@ -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 diff --git a/software/apaxy.yml b/software/apaxy.yml index 8284fc0e0a..526378cda3 100644 --- a/software/apaxy.yml +++ b/software/apaxy.yml @@ -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 diff --git a/software/apostrophe.yml b/software/apostrophe.yml index 10a0f28220..7d3bcdbf7e 100644 --- a/software/apostrophe.yml +++ b/software/apostrophe.yml @@ -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 diff --git a/software/appflowy.yml b/software/appflowy.yml index 832bcc0f1b..a7d37c4601 100644 --- a/software/appflowy.yml +++ b/software/appflowy.yml @@ -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 diff --git a/software/apprise.yml b/software/apprise.yml index 3e82b43f43..90ae2d0719 100644 --- a/software/apprise.yml +++ b/software/apprise.yml @@ -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 diff --git a/software/appsmith.yml b/software/appsmith.yml index 13faeff1b0..2bd2cf45b0 100644 --- a/software/appsmith.yml +++ b/software/appsmith.yml @@ -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 diff --git a/software/appwrite.yml b/software/appwrite.yml index 53dd857199..0fa9aaeb18 100644 --- a/software/appwrite.yml +++ b/software/appwrite.yml @@ -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 diff --git a/software/aptabase.yml b/software/aptabase.yml index daf54de6c7..56f00948f6 100644 --- a/software/aptabase.yml +++ b/software/aptabase.yml @@ -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 diff --git a/software/archivebox.yml b/software/archivebox.yml index 80d7ee076b..d228266b14 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -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 diff --git a/software/archivesspace.yml b/software/archivesspace.yml index f620ef7ac2..bebc810e00 100644 --- a/software/archivesspace.yml +++ b/software/archivesspace.yml @@ -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 diff --git a/software/artalk.yml b/software/artalk.yml index 3847ddca20..a411a0e602 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -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 diff --git a/software/asciinema.yml b/software/asciinema.yml index caea637297..016f463dc3 100644 --- a/software/asciinema.yml +++ b/software/asciinema.yml @@ -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 diff --git a/software/asterisk.yml b/software/asterisk.yml index f92e364952..a4e0d0e4d7 100644 --- a/software/asterisk.yml +++ b/software/asterisk.yml @@ -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 diff --git a/software/atheos.yml b/software/atheos.yml index 37c200a40b..c88c4ca32b 100644 --- a/software/atheos.yml +++ b/software/atheos.yml @@ -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 diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 331238fb65..ea7bfd02d6 100644 --- a/software/atomic-server.yml +++ b/software/atomic-server.yml @@ -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 diff --git a/software/atsumeru.yml b/software/atsumeru.yml index b401d54c4a..824469606a 100644 --- a/software/atsumeru.yml +++ b/software/atsumeru.yml @@ -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 diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index c3e151704c..5e5cb4d017 100644 --- a/software/audiobookshelf.yml +++ b/software/audiobookshelf.yml @@ -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 diff --git a/software/audioserve.yml b/software/audioserve.yml index 3a61674488..996f098f66 100644 --- a/software/audioserve.yml +++ b/software/audioserve.yml @@ -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 diff --git a/software/auto-mcs.yml b/software/auto-mcs.yml index 001c101b87..34f0d117f1 100644 --- a/software/auto-mcs.yml +++ b/software/auto-mcs.yml @@ -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 diff --git a/software/automatisch.yml b/software/automatisch.yml index 26f393fe46..594837ba25 100644 --- a/software/automatisch.yml +++ b/software/automatisch.yml @@ -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 diff --git a/software/awstats.yml b/software/awstats.yml index d672193768..d262e0fe19 100644 --- a/software/awstats.yml +++ b/software/awstats.yml @@ -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 diff --git a/software/azimutt.yml b/software/azimutt.yml index ae29cb234b..3fd9bf6455 100644 --- a/software/azimutt.yml +++ b/software/azimutt.yml @@ -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 diff --git a/software/azuracast.yml b/software/azuracast.yml index 61f1b0dfda..2c1243b33b 100644 --- a/software/azuracast.yml +++ b/software/azuracast.yml @@ -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 diff --git a/software/b1gmail.yml b/software/b1gmail.yml new file mode 100644 index 0000000000..216335d118 --- /dev/null +++ b/software/b1gmail.yml @@ -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/" diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index ef0a04e642..a7cc8a3097 100644 --- a/software/baby-buddy.yml +++ b/software/baby-buddy.yml @@ -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 diff --git a/software/backdrop-cms.yml b/software/backdrop-cms.yml index ecb386b425..12a7b5d892 100644 --- a/software/backdrop-cms.yml +++ b/software/backdrop-cms.yml @@ -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 diff --git a/software/bagisto.yml b/software/bagisto.yml index 5574c61d69..e0d6dc56b5 100644 --- a/software/bagisto.yml +++ b/software/bagisto.yml @@ -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 diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index 1295b7ad09..0fc381f93a 100644 --- a/software/bar-assistant.yml +++ b/software/bar-assistant.yml @@ -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 diff --git a/software/baïkal.yml b/software/baïkal.yml index b5d3c53ec1..ecdce12e24 100644 --- a/software/baïkal.yml +++ b/software/baïkal.yml @@ -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 diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index d43624cf88..90c1ecf170 100644 --- a/software/beaver-habit-tracker.yml +++ b/software/beaver-habit-tracker.yml @@ -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 diff --git a/software/beelzebub.yml b/software/beelzebub.yml index 466cd28433..886c9f8f58 100644 --- a/software/beelzebub.yml +++ b/software/beelzebub.yml @@ -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 diff --git a/software/beets.yml b/software/beets.yml index fa5709f64d..bf75042e6c 100644 --- a/software/beets.yml +++ b/software/beets.yml @@ -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 diff --git a/software/bencher.yml b/software/bencher.yml index c63d51ed4e..8de16603de 100644 --- a/software/bencher.yml +++ b/software/bencher.yml @@ -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 diff --git a/software/bewcloud.yml b/software/bewcloud.yml index 6b93d7bfe5..ba57da2e59 100644 --- a/software/bewcloud.yml +++ b/software/bewcloud.yml @@ -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 diff --git a/software/bicimon.yml b/software/bicimon.yml index a405f518fa..72e4d25c42 100644 --- a/software/bicimon.yml +++ b/software/bicimon.yml @@ -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 diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index a452b22637..628f589476 100644 --- a/software/bigbluebutton.yml +++ b/software/bigbluebutton.yml @@ -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 diff --git a/software/bigcapital.yml b/software/bigcapital.yml index 7f09159170..ed6d82c9b0 100644 --- a/software/bigcapital.yml +++ b/software/bigcapital.yml @@ -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 diff --git a/software/bigtree-cms.yml b/software/bigtree-cms.yml index d8f45f9c3b..e64deaf2d3 100644 --- a/software/bigtree-cms.yml +++ b/software/bigtree-cms.yml @@ -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 diff --git a/software/bin.yml b/software/bin.yml index ec430a698e..dd0f132e42 100644 --- a/software/bin.yml +++ b/software/bin.yml @@ -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 diff --git a/software/binpastes.yml b/software/binpastes.yml index df84da4d4d..085bd35125 100644 --- a/software/binpastes.yml +++ b/software/binpastes.yml @@ -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 diff --git a/software/bit.yml b/software/bit.yml index 2681f3ce3c..ec9b3b917c 100644 --- a/software/bit.yml +++ b/software/bit.yml @@ -9,6 +9,6 @@ platforms: - Crystal tags: - URL Shorteners -stargazers_count: 33 +stargazers_count: 51 updated_at: '2025-04-07' archived: false diff --git a/software/bitcart.yml b/software/bitcart.yml index adc20db25a..bd79437cab 100644 --- a/software/bitcart.yml +++ b/software/bitcart.yml @@ -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 diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index 5ccdf313ab..d1d01d933a 100644 --- a/software/bitmagnet.yml +++ b/software/bitmagnet.yml @@ -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 diff --git a/software/bitpoll.yml b/software/bitpoll.yml index d51e3858e4..676ee0c2c6 100644 --- a/software/bitpoll.yml +++ b/software/bitpoll.yml @@ -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 diff --git a/software/bittorrent-tracker.yml b/software/bittorrent-tracker.yml index b43fb16b52..30b98ba85e 100644 --- a/software/bittorrent-tracker.yml +++ b/software/bittorrent-tracker.yml @@ -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 diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 81380620fc..b8fa66ca0c 100644 --- a/software/bitwarden.yml +++ b/software/bitwarden.yml @@ -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 diff --git a/software/black-candy.yml b/software/black-candy.yml index 6e4dfada7a..46738f0fc1 100644 --- a/software/black-candy.yml +++ b/software/black-candy.yml @@ -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 diff --git a/software/blinko.yml b/software/blinko.yml index 1c162dda26..9a686d8ba9 100644 --- a/software/blinko.yml +++ b/software/blinko.yml @@ -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 diff --git a/software/blocky.yml b/software/blocky.yml index 6c4e534578..9b2bd5c338 100644 --- a/software/blocky.yml +++ b/software/blocky.yml @@ -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 diff --git a/software/bludit.yml b/software/bludit.yml index 14e78aece8..3b51ff866e 100644 --- a/software/bludit.yml +++ b/software/bludit.yml @@ -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 diff --git a/software/bluecherry.yml b/software/bluecherry.yml index 2cc74d8010..7f96e91ab4 100644 --- a/software/bluecherry.yml +++ b/software/bluecherry.yml @@ -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 diff --git a/software/bookbounty.yml b/software/bookbounty.yml index d2aae243b7..06e18f327a 100644 --- a/software/bookbounty.yml +++ b/software/bookbounty.yml @@ -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 diff --git a/software/booklogr.yml b/software/booklogr.yml index 7f1e818959..df5c419627 100644 --- a/software/booklogr.yml +++ b/software/booklogr.yml @@ -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 diff --git a/software/booklore.yml b/software/booklore.yml new file mode 100644 index 0000000000..d7534584ac --- /dev/null +++ b/software/booklore.yml @@ -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 diff --git a/software/bookstack.yml b/software/bookstack.yml index e9792ad0a3..3c4e2571f3 100644 --- a/software/bookstack.yml +++ b/software/bookstack.yml @@ -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 diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index c94473abb8..56b2028384 100644 --- a/software/bookwyrm.yml +++ b/software/bookwyrm.yml @@ -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 diff --git a/software/bracket.yml b/software/bracket.yml index 253df7f4ea..0870ce5746 100644 --- a/software/bracket.yml +++ b/software/bracket.yml @@ -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 diff --git a/software/briefkasten.yml b/software/briefkasten.yml index 9d142d78f4..f016440d5b 100644 --- a/software/briefkasten.yml +++ b/software/briefkasten.yml @@ -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 diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index 3c6a4eacc3..276a346057 100644 --- a/software/btcpay-server.yml +++ b/software/btcpay-server.yml @@ -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 diff --git a/software/bubo-reader.yml b/software/bubo-reader.yml index d54e23ce22..c52f6bdc3a 100644 --- a/software/bubo-reader.yml +++ b/software/bubo-reader.yml @@ -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 diff --git a/software/budibase.yml b/software/budibase.yml index 002c8f9f34..1692c03236 100644 --- a/software/budibase.yml +++ b/software/budibase.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/Budibase/budibase -stargazers_count: 24684 -updated_at: '2025-06-06' +stargazers_count: 25270 +updated_at: '2025-08-08' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index d55a208dd2..09d640c0fa 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 759 -updated_at: '2025-06-03' +stargazers_count: 946 +updated_at: '2025-08-02' archived: false diff --git a/software/bugzilla.yml b/software/bugzilla.yml index f0ac3d2350..e5bb0ade3a 100644 --- a/software/bugzilla.yml +++ b/software/bugzilla.yml @@ -8,6 +8,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/bugzilla/bugzilla -stargazers_count: 742 +stargazers_count: 773 updated_at: '2024-09-24' archived: false diff --git a/software/buku.yml b/software/buku.yml index 70ff0e9b86..aa1c243b8e 100644 --- a/software/buku.yml +++ b/software/buku.yml @@ -9,6 +9,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/jarun/Buku -stargazers_count: 6724 -updated_at: '2025-06-02' +stargazers_count: 6813 +updated_at: '2025-06-30' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 4d0793b74e..dcf504fabb 100644 --- a/software/bunkerweb.yml +++ b/software/bunkerweb.yml @@ -13,6 +13,6 @@ tags: - Web Servers demo_url: https://demo.bunkerweb.io related_software_url: https://docs.bunkerweb.io/latest/plugins/ -stargazers_count: 8098 -updated_at: '2025-03-14' +stargazers_count: 8891 +updated_at: '2025-08-08' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index 7415782335..6d57ab7664 100644 --- a/software/bytebase.yml +++ b/software/bytebase.yml @@ -11,6 +11,6 @@ tags: - Database Management source_code_url: https://github.com/bytebase/bytebase demo_url: https://demo.bytebase.com -stargazers_count: 12536 -updated_at: '2025-06-06' +stargazers_count: 12844 +updated_at: '2025-08-08' archived: false diff --git a/software/bytestash.yml b/software/bytestash.yml index a3eac7c519..35a4e05cc9 100644 --- a/software/bytestash.yml +++ b/software/bytestash.yml @@ -9,6 +9,6 @@ platforms: tags: - Pastebins demo_url: https://github.com/jordan-dalby/ByteStash?tab=readme-ov-file#demo -stargazers_count: 1452 -updated_at: '2025-06-07' +stargazers_count: 1673 +updated_at: '2025-08-09' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index dd855200da..b351a000bd 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 64741 -updated_at: '2025-06-06' +stargazers_count: 66031 +updated_at: '2025-08-07' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index 455c7e1f0d..288ff1b6bf 100644 --- a/software/cal.com.yml +++ b/software/cal.com.yml @@ -9,6 +9,6 @@ tags: - Booking and Scheduling source_code_url: https://github.com/calcom/cal.com demo_url: https://app.cal.com/bailey -stargazers_count: 36511 -updated_at: '2025-06-07' +stargazers_count: 37516 +updated_at: '2025-08-09' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index 29412b430b..ad823c3a89 100644 --- a/software/calibre-web.yml +++ b/software/calibre-web.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/janeczku/calibre-web -stargazers_count: 14759 -updated_at: '2025-06-01' +stargazers_count: 15206 +updated_at: '2025-08-09' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index 12e3a63011..0b6118adcb 100644 --- a/software/calibre.yml +++ b/software/calibre.yml @@ -10,6 +10,6 @@ tags: - Document Management - E-books source_code_url: https://github.com/kovidgoyal/calibre demo_url: https://calibre-ebook.com/demo -stargazers_count: 21557 -updated_at: '2025-06-07' +stargazers_count: 22137 +updated_at: '2025-08-08' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index 977d6a03d5..7d0d147c9f 100644 --- a/software/canvas-lms.yml +++ b/software/canvas-lms.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/instructure/canvas-lms demo_url: https://canvas.instructure.com/register -stargazers_count: 6037 -updated_at: '2025-06-07' +stargazers_count: 6131 +updated_at: '2025-08-08' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index 2ae8982261..834f034019 100644 --- a/software/casaos.yml +++ b/software/casaos.yml @@ -9,6 +9,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/IceWhaleTech/CasaOS -stargazers_count: 30100 -updated_at: '2025-04-16' +stargazers_count: 31169 +updated_at: '2025-08-06' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index 474e5db2bd..9c3fee0039 100644 --- a/software/centrifugo.yml +++ b/software/centrifugo.yml @@ -11,6 +11,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/centrifugal/centrifugo demo_url: https://github.com/centrifugal/centrifugo#demo -stargazers_count: 9004 -updated_at: '2025-06-02' +stargazers_count: 9204 +updated_at: '2025-08-08' archived: false diff --git a/software/chamilo-lms.yml b/software/chamilo-lms.yml index 29a679584e..f9a97f694a 100644 --- a/software/chamilo-lms.yml +++ b/software/chamilo-lms.yml @@ -8,6 +8,6 @@ platforms: tags: - Learning and Courses source_code_url: https://github.com/chamilo/chamilo-lms -stargazers_count: 859 -updated_at: '2025-06-07' +stargazers_count: 873 +updated_at: '2025-08-09' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index 2562db4511..bf070113a6 100644 --- a/software/changedetection.io.yml +++ b/software/changedetection.io.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/dgtlmoon/changedetection.io -stargazers_count: 24343 -updated_at: '2025-06-06' +stargazers_count: 25972 +updated_at: '2025-07-30' archived: false diff --git a/software/channeltube.yml b/software/channeltube.yml index fbe37784d1..9f6f3248a2 100644 --- a/software/channeltube.yml +++ b/software/channeltube.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management depends_3rdparty: true -stargazers_count: 211 -updated_at: '2025-06-06' +stargazers_count: 229 +updated_at: '2025-07-31' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index 3c35c600c5..1765ece1aa 100644 --- a/software/chartbrew.yml +++ b/software/chartbrew.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/chartbrew/chartbrew demo_url: https://app.chartbrew.com/live-demo -stargazers_count: 2943 -updated_at: '2025-06-03' +stargazers_count: 3387 +updated_at: '2025-08-06' archived: false diff --git a/software/chartdb.yml b/software/chartdb.yml index 8035bfdac5..f7e9f5d5ec 100644 --- a/software/chartdb.yml +++ b/software/chartdb.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/chartdb/chartdb demo_url: https://app.chartdb.io -stargazers_count: 16858 -updated_at: '2025-06-06' +stargazers_count: 17635 +updated_at: '2025-08-07' archived: false diff --git a/software/chaskiq.yml b/software/chaskiq.yml index 58ed76eb5e..5e90068c2e 100644 --- a/software/chaskiq.yml +++ b/software/chaskiq.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems - Customer Relationship Management (CRM) source_code_url: https://github.com/chaskiq/chaskiq -stargazers_count: 3343 +stargazers_count: 3383 updated_at: '2024-10-17' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index df70a339f0..0613451c31 100644 --- a/software/chatwoot.yml +++ b/software/chatwoot.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/chatwoot/chatwoot -stargazers_count: 23934 -updated_at: '2025-06-06' +stargazers_count: 24841 +updated_at: '2025-08-08' archived: false diff --git a/software/chevereto.yml b/software/chevereto.yml index ccfc99dc07..7687ded39e 100644 --- a/software/chevereto.yml +++ b/software/chevereto.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/chevereto/chevereto -stargazers_count: 682 -updated_at: '2025-05-30' +stargazers_count: 755 +updated_at: '2025-07-19' archived: false diff --git a/software/chhoto-url.yml b/software/chhoto-url.yml index f786cdee2b..b31bb046d1 100644 --- a/software/chhoto-url.yml +++ b/software/chhoto-url.yml @@ -9,6 +9,8 @@ platforms: tags: - URL Shorteners source_code_url: https://github.com/SinTan1729/chhoto-url -stargazers_count: 271 -updated_at: '2025-06-06' +stargazers_count: 331 +updated_at: '2025-08-06' archived: false +demo_url: https://github.com/SinTan1729/chhoto-url?tab=readme-ov-file#demo +related_software_url: https://github.com/SinTan1729/chhoto-url/blob/main/TOOLS.md diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 79e8560623..acd41ba60d 100644 --- a/software/chibisafe.yml +++ b/software/chibisafe.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - File Transfer - Single-click & Drag-n-drop Upload -stargazers_count: 2179 -updated_at: '2025-03-26' +stargazers_count: 2271 +updated_at: '2025-07-05' archived: false diff --git a/software/chiefonboarding.yml b/software/chiefonboarding.yml index 2932852e81..bf3b0dcc9f 100644 --- a/software/chiefonboarding.yml +++ b/software/chiefonboarding.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/chiefonboarding/ChiefOnboarding -stargazers_count: 772 -updated_at: '2025-03-07' +stargazers_count: 801 +updated_at: '2025-07-21' archived: false diff --git a/software/chirpy.yml b/software/chirpy.yml index 79aecec029..5752bf6723 100644 --- a/software/chirpy.yml +++ b/software/chirpy.yml @@ -10,6 +10,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/devrsi0n/chirpy demo_url: https://chirpy.dev/play -stargazers_count: 583 -updated_at: '2025-04-01' +stargazers_count: 586 +updated_at: '2025-06-30' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index e9f657107c..f1dfaead09 100644 --- a/software/chitchatter.yml +++ b/software/chitchatter.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/jeremyckahn/chitchatter -stargazers_count: 1864 -updated_at: '2025-05-21' +stargazers_count: 1927 +updated_at: '2025-08-06' archived: false diff --git a/software/chiyogami.yml b/software/chiyogami.yml new file mode 100644 index 0000000000..60e3ecbfe2 --- /dev/null +++ b/software/chiyogami.yml @@ -0,0 +1,14 @@ +name: Chiyogami +website_url: https://github.com/rhee876527/chiyogami +source_code_url: https://github.com/rhee876527/chiyogami +demo_url: https://chiyogami.myaddr.dev/ +description: Pastebin with API, client-side encryption, user accounts, syntax highlighting, markdown rendering, and more. +licenses: + - BSD-3-Clause +platforms: + - Docker +tags: + - Pastebins +stargazers_count: 51 +updated_at: '2025-07-25' +archived: false diff --git a/software/christmas-community.yml b/software/christmas-community.yml index 41373510d5..9741e39c77 100644 --- a/software/christmas-community.yml +++ b/software/christmas-community.yml @@ -9,6 +9,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/Wingysam/Christmas-Community -stargazers_count: 351 -updated_at: '2025-01-31' +stargazers_count: 364 +updated_at: '2025-07-04' archived: false diff --git a/software/chyrp-lite.yml b/software/chyrp-lite.yml index 864e24067c..50d8c268f6 100644 --- a/software/chyrp-lite.yml +++ b/software/chyrp-lite.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/xenocrat/chyrp-lite -stargazers_count: 438 +stargazers_count: 445 updated_at: '2025-05-24' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index f3772b3a50..7597e46de9 100644 --- a/software/ckan.yml +++ b/software/ckan.yml @@ -8,6 +8,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ckan/ckan -stargazers_count: 4724 -updated_at: '2025-05-29' +stargazers_count: 4787 +updated_at: '2025-08-04' archived: false diff --git a/software/claper.yml b/software/claper.yml index 6b05a663dc..5cf9a3db7f 100644 --- a/software/claper.yml +++ b/software/claper.yml @@ -9,6 +9,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/ClaperCo/Claper -stargazers_count: 566 -updated_at: '2025-01-03' +stargazers_count: 604 +updated_at: '2025-08-09' archived: false diff --git a/software/clearflask.yml b/software/clearflask.yml index 17c7da28fd..1985a94929 100644 --- a/software/clearflask.yml +++ b/software/clearflask.yml @@ -9,6 +9,6 @@ tags: - Polls and Events source_code_url: https://github.com/clearflask/clearflask demo_url: https://product.clearflask.com -stargazers_count: 357 -updated_at: '2025-06-06' +stargazers_count: 376 +updated_at: '2025-07-26' archived: false diff --git a/software/clipbucket.yml b/software/clipbucket.yml index 08725314e0..9016252194 100644 --- a/software/clipbucket.yml +++ b/software/clipbucket.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming demo_url: https://demo.clipbucket.oxygenz.fr/ -stargazers_count: 117 -updated_at: '2025-06-06' +stargazers_count: 122 +updated_at: '2025-08-06' archived: false diff --git a/software/clipcascade.yml b/software/clipcascade.yml index d8d0509460..a90d25f2fe 100644 --- a/software/clipcascade.yml +++ b/software/clipcascade.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 853 -updated_at: '2025-02-06' +stargazers_count: 974 +updated_at: '2025-08-07' archived: false diff --git a/software/cloud-seeder.yml b/software/cloud-seeder.yml index a6bcb94d9a..38f566cab5 100644 --- a/software/cloud-seeder.yml +++ b/software/cloud-seeder.yml @@ -8,6 +8,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/ipv6rslimited/cloudseeder -stargazers_count: 151 -updated_at: '2025-05-07' +stargazers_count: 161 +updated_at: '2025-06-10' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index 40daf76d72..c077e90902 100644 --- a/software/cloudbeaver.yml +++ b/software/cloudbeaver.yml @@ -8,6 +8,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/dbeaver/cloudbeaver -stargazers_count: 3945 -updated_at: '2025-06-06' +stargazers_count: 4120 +updated_at: '2025-08-08' archived: false diff --git a/software/cloudlog.yml b/software/cloudlog.yml index 912d328f97..afddcd7b8d 100644 --- a/software/cloudlog.yml +++ b/software/cloudlog.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/magicbug/cloudlog -stargazers_count: 506 -updated_at: '2025-05-21' +stargazers_count: 518 +updated_at: '2025-08-03' archived: false diff --git a/software/cmyflix.yml b/software/cmyflix.yml index 728c3ffcff..065d520629 100644 --- a/software/cmyflix.yml +++ b/software/cmyflix.yml @@ -9,6 +9,6 @@ platforms: - deb tags: - Media Streaming - Multimedia Streaming -stargazers_count: 174 -updated_at: '2025-01-10' +stargazers_count: 178 +updated_at: '2025-07-30' archived: false diff --git a/software/cncjs.yml b/software/cncjs.yml index e1777654ac..665c3aa771 100644 --- a/software/cncjs.yml +++ b/software/cncjs.yml @@ -8,6 +8,6 @@ platforms: tags: - Manufacturing source_code_url: https://github.com/cncjs/cncjs/ -stargazers_count: 2418 -updated_at: '2025-01-24' +stargazers_count: 2438 +updated_at: '2025-06-19' archived: false diff --git a/software/cockpit.yml b/software/cockpit.yml index 0ee8439f82..645f9086c4 100644 --- a/software/cockpit.yml +++ b/software/cockpit.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/Cockpit-HQ/Cockpit -stargazers_count: 457 -updated_at: '2025-05-31' +stargazers_count: 477 +updated_at: '2025-08-08' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index 40d4266958..2ccd658bd5 100644 --- a/software/code-server.yml +++ b/software/code-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/coder/code-server -stargazers_count: 72051 -updated_at: '2025-06-03' +stargazers_count: 73326 +updated_at: '2025-08-09' archived: false diff --git a/software/coder.yml b/software/coder.yml index 69d5f003c8..e4ad3d182a 100644 --- a/software/coder.yml +++ b/software/coder.yml @@ -11,6 +11,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/coder/coder -stargazers_count: 10008 -updated_at: '2025-06-06' +stargazers_count: 10602 +updated_at: '2025-08-08' archived: false diff --git a/software/collective-access---providence.yml b/software/collective-access---providence.yml index 28a697790d..ab25a678e3 100644 --- a/software/collective-access---providence.yml +++ b/software/collective-access---providence.yml @@ -8,6 +8,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/collectiveaccess/providence -stargazers_count: 324 -updated_at: '2025-06-07' +stargazers_count: 332 +updated_at: '2025-07-07' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 37952fd004..bdabf85008 100644 --- a/software/commafeed.yml +++ b/software/commafeed.yml @@ -10,6 +10,6 @@ tags: - Feed Readers source_code_url: https://github.com/Athou/commafeed demo_url: https://www.commafeed.com/#/app/category/all -stargazers_count: 3082 -updated_at: '2025-06-07' +stargazers_count: 3145 +updated_at: '2025-08-08' archived: false diff --git a/software/composio.yml b/software/composio.yml index e34e2ceb9d..4551982b4f 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 25469 -updated_at: '2025-06-05' +stargazers_count: 25600 +updated_at: '2025-08-07' archived: false diff --git a/software/concrete-5-cms.yml b/software/concrete-5-cms.yml index 641a87c6ab..880bdbfb88 100644 --- a/software/concrete-5-cms.yml +++ b/software/concrete-5-cms.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/concretecms/concretecms -stargazers_count: 796 -updated_at: '2025-05-12' +stargazers_count: 805 +updated_at: '2025-08-05' archived: false diff --git a/software/contao.yml b/software/contao.yml index bf3aab100e..d11e2ef27e 100644 --- a/software/contao.yml +++ b/software/contao.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/contao/contao/ demo_url: https://demo.contao.org/contao -stargazers_count: 371 -updated_at: '2025-06-05' +stargazers_count: 382 +updated_at: '2025-07-25' archived: false diff --git a/software/converse.js.yml b/software/converse.js.yml index 164220baf7..ee9af9918d 100644 --- a/software/converse.js.yml +++ b/software/converse.js.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - XMPP - Web Clients source_code_url: https://github.com/conversejs/converse.js -stargazers_count: 3136 -updated_at: '2025-06-06' +stargazers_count: 3154 +updated_at: '2025-08-09' archived: false diff --git a/software/convertx.yml b/software/convertx.yml index a147b8f34e..fad9ddf437 100644 --- a/software/convertx.yml +++ b/software/convertx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 2498 -updated_at: '2025-06-05' +stargazers_count: 7080 +updated_at: '2025-08-07' archived: false diff --git a/software/convos.yml b/software/convos.yml index f5a7f80e48..12f417c5b0 100644 --- a/software/convos.yml +++ b/software/convos.yml @@ -10,6 +10,6 @@ tags: - Communication - IRC source_code_url: https://github.com/convos-chat/convos demo_url: https://convos.chat/#instant-demo -stargazers_count: 1107 +stargazers_count: 1122 updated_at: '2025-02-07' archived: false diff --git a/software/coppermine.yml b/software/coppermine.yml deleted file mode 100644 index d4bdaa4e15..0000000000 --- a/software/coppermine.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Coppermine -website_url: https://coppermine-gallery.com/ -description: Multilingual photo gallery that integrates with various bulletin boards. Includes upload approval and password protected albums. -licenses: - - GPL-3.0 -platforms: - - PHP -tags: - - Photo Galleries -source_code_url: https://github.com/coppermine-gallery/cpg1.6.x -stargazers_count: 70 -updated_at: '2024-06-13' -archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index d6abaa799c..b78f8ae699 100644 --- a/software/copyparty.yml +++ b/software/copyparty.yml @@ -9,6 +9,6 @@ tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/9001/copyparty demo_url: https://a.ocv.me/pub/demo/ -stargazers_count: 1234 -updated_at: '2025-06-03' +stargazers_count: 22330 +updated_at: '2025-08-09' archived: false diff --git a/software/coral.yml b/software/coral.yml index 1284a13bd1..7334e7dc68 100644 --- a/software/coral.yml +++ b/software/coral.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/coralproject/talk -stargazers_count: 1940 -updated_at: '2025-06-05' +stargazers_count: 1952 +updated_at: '2025-07-17' archived: false diff --git a/software/coreshop.yml b/software/coreshop.yml index a519f310be..dc3d30c16a 100644 --- a/software/coreshop.yml +++ b/software/coreshop.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/coreshop/CoreShop -stargazers_count: 288 -updated_at: '2025-06-05' +stargazers_count: 286 +updated_at: '2025-08-01' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index 2b605de6ae..904b3aa36f 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Customer Relationship Management (CRM) source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1804 -updated_at: '2025-04-23' +stargazers_count: 1856 +updated_at: '2025-08-08' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index 0d433db99f..4c5cc845a9 100644 --- a/software/cosmos.yml +++ b/software/cosmos.yml @@ -10,6 +10,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/azukaar/cosmos-Server -stargazers_count: 4529 +stargazers_count: 5003 updated_at: '2025-04-05' archived: false diff --git a/software/couchcms.yml b/software/couchcms.yml index 29594322cd..6dcd5ffea8 100644 --- a/software/couchcms.yml +++ b/software/couchcms.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/CouchCMS/CouchCMS -stargazers_count: 361 +stargazers_count: 363 updated_at: '2025-05-09' archived: false diff --git a/software/countly-community-edition.yml b/software/countly-community-edition.yml index 9cce3cbbdb..61429376c0 100644 --- a/software/countly-community-edition.yml +++ b/software/countly-community-edition.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/Countly/countly-server -stargazers_count: 5691 -updated_at: '2025-06-06' +stargazers_count: 5735 +updated_at: '2025-08-09' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index 2dbee842b5..b6d5524c74 100644 --- a/software/craftcms.yml +++ b/software/craftcms.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/craftcms/cms demo_url: https://craftcms.com/demo -stargazers_count: 3441 -updated_at: '2025-06-05' +stargazers_count: 3463 +updated_at: '2025-08-07' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index a1020b5ee5..27570f6277 100644 --- a/software/cryptpad.yml +++ b/software/cryptpad.yml @@ -9,6 +9,6 @@ platforms: tags: - Office Suites source_code_url: https://github.com/cryptpad/cryptpad -stargazers_count: 6543 -updated_at: '2025-06-06' +stargazers_count: 6725 +updated_at: '2025-08-04' archived: false diff --git a/software/cstate.yml b/software/cstate.yml index e900dcb47e..2415712674 100644 --- a/software/cstate.yml +++ b/software/cstate.yml @@ -9,6 +9,6 @@ tags: - Status / Uptime pages source_code_url: https://github.com/cstate/cstate demo_url: https://cstate.mnts.lt/ -stargazers_count: 2715 -updated_at: '2025-03-06' +stargazers_count: 2748 +updated_at: '2025-07-30' archived: false diff --git a/software/cups.yml b/software/cups.yml index c6501d7a5d..00c51d07d3 100644 --- a/software/cups.yml +++ b/software/cups.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/OpenPrinting/cups -stargazers_count: 1280 -updated_at: '2025-06-07' +stargazers_count: 1330 +updated_at: '2025-08-07' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 18a74f4ed6..41c6516137 100644 --- a/software/cyberchef.yml +++ b/software/cyberchef.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/gchq/CyberChef demo_url: https://gchq.github.io/CyberChef -stargazers_count: 31455 -updated_at: '2025-05-16' +stargazers_count: 32128 +updated_at: '2025-08-06' archived: false diff --git a/software/cypht.yml b/software/cypht.yml index c81e8cfc7a..45ef088e42 100644 --- a/software/cypht.yml +++ b/software/cypht.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Webmail Clients source_code_url: https://github.com/cypht-org/cypht -stargazers_count: 1114 -updated_at: '2025-06-06' +stargazers_count: 1147 +updated_at: '2025-08-08' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index b276ddb7ab..c7639e06ff 100644 --- a/software/cyrus-imap.yml +++ b/software/cyrus-imap.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/cyrusimap/cyrus-imapd -stargazers_count: 580 -updated_at: '2025-06-06' +stargazers_count: 596 +updated_at: '2025-08-07' archived: false diff --git a/software/cytube.yml b/software/cytube.yml index 5a3f9077b4..611818f33a 100644 --- a/software/cytube.yml +++ b/software/cytube.yml @@ -9,6 +9,6 @@ tags: - Media Streaming - Video Streaming source_code_url: https://github.com/calzoneman/sync demo_url: https://cytu.be -stargazers_count: 1517 +stargazers_count: 1528 updated_at: '2025-02-23' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index e01ca8a8be..a101e22239 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -1,6 +1,6 @@ name: Dagu -website_url: https://dagu.readthedocs.io/ -source_code_url: https://github.com/dagu-dev/dagu +website_url: https://docs.dagu.cloud/ +source_code_url: https://github.com/dagu-org/dagu description: Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format. licenses: - GPL-3.0 @@ -8,7 +8,7 @@ platforms: - Go - Docker tags: - - Media Management -stargazers_count: 2236 -updated_at: '2025-06-06' + - Automation +stargazers_count: 2513 +updated_at: '2025-08-09' archived: false diff --git a/software/daily-stars-explorer.yml b/software/daily-stars-explorer.yml index ea6544e6eb..70aa64c3e7 100644 --- a/software/daily-stars-explorer.yml +++ b/software/daily-stars-explorer.yml @@ -12,6 +12,6 @@ tags: - Analytics depends_3rdparty: true demo_url: https://emanuelef.github.io/daily-stars-explorer -stargazers_count: 208 -updated_at: '2025-06-06' +stargazers_count: 237 +updated_at: '2025-08-09' archived: false diff --git a/software/dailytxt.yml b/software/dailytxt.yml index 61dde0aaff..d0e74caadf 100644 --- a/software/dailytxt.yml +++ b/software/dailytxt.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/PhiTux/DailyTxT -stargazers_count: 276 -updated_at: '2025-04-13' +stargazers_count: 292 +updated_at: '2025-07-16' archived: false diff --git a/software/damselfly.yml b/software/damselfly.yml index 25fdf43ddb..66133fed0b 100644 --- a/software/damselfly.yml +++ b/software/damselfly.yml @@ -10,6 +10,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/webreaper/damselfly -stargazers_count: 1648 +stargazers_count: 1678 updated_at: '2025-01-07' archived: false diff --git a/software/dashpress.yml b/software/dashpress.yml index 5f1dbbccee..c062801e36 100644 --- a/software/dashpress.yml +++ b/software/dashpress.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/dashpresshq/dashpress -stargazers_count: 1860 +stargazers_count: 1863 updated_at: '2024-12-21' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index fda6d84643..775f3b29b3 100644 --- a/software/dashy.yml +++ b/software/dashy.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/lissy93/dashy demo_url: https://demo.dashy.to/ -stargazers_count: 21016 -updated_at: '2025-05-25' +stargazers_count: 22161 +updated_at: '2025-08-03' archived: false diff --git a/software/databag.yml b/software/databag.yml index 1cde2ad872..ea47118ba2 100644 --- a/software/databag.yml +++ b/software/databag.yml @@ -9,6 +9,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/balzack/databag demo_url: https://databag.coredb.org/#/create -stargazers_count: 1037 -updated_at: '2025-04-13' +stargazers_count: 1280 +updated_at: '2025-07-25' archived: false diff --git a/software/databunker.yml b/software/databunker.yml index 7693988b55..c88e2a84bb 100644 --- a/software/databunker.yml +++ b/software/databunker.yml @@ -8,6 +8,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/securitybunker/databunker -stargazers_count: 1302 -updated_at: '2025-05-30' +stargazers_count: 1319 +updated_at: '2025-08-04' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index a53752da63..739d322224 100644 --- a/software/datasette.yml +++ b/software/datasette.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/simonw/datasette demo_url: https://global-power-plants.datasettes.com/global-power-plants/global-power-plants -stargazers_count: 10093 -updated_at: '2025-05-29' +stargazers_count: 10253 +updated_at: '2025-07-15' archived: false diff --git a/software/davis.yml b/software/davis.yml index 39ab6afe11..9bca1e8851 100644 --- a/software/davis.yml +++ b/software/davis.yml @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/tchapi/davis -stargazers_count: 476 -updated_at: '2025-06-06' +stargazers_count: 501 +updated_at: '2025-07-30' archived: false diff --git a/software/davmail.yml b/software/davmail.yml index 5a0d047e7c..0a76a00b14 100644 --- a/software/davmail.yml +++ b/software/davmail.yml @@ -10,6 +10,6 @@ tags: - Communication - Email - Mail Delivery Agents - Calendar & Contacts depends_3rdparty: true -stargazers_count: 631 -updated_at: '2025-06-02' +stargazers_count: 647 +updated_at: '2025-08-04' archived: false diff --git a/software/dawarich.yml b/software/dawarich.yml index 28dffc61a4..9dc69b000e 100644 --- a/software/dawarich.yml +++ b/software/dawarich.yml @@ -8,6 +8,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/Freika/dawarich -stargazers_count: 5225 -updated_at: '2025-06-05' +stargazers_count: 5980 +updated_at: '2025-08-01' archived: false diff --git a/software/debops.yml b/software/debops.yml index 13fece79e4..6abf6155de 100644 --- a/software/debops.yml +++ b/software/debops.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/debops/debops -stargazers_count: 1317 +stargazers_count: 1333 updated_at: '2024-10-28' archived: false diff --git a/software/depay.yml b/software/depay.yml index 66442fbc9c..b1c6d14d7f 100644 --- a/software/depay.yml +++ b/software/depay.yml @@ -9,6 +9,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/depayfi/widgets demo_url: https://depay.com/products/payments -stargazers_count: 101 -updated_at: '2025-06-06' +stargazers_count: 103 +updated_at: '2025-07-28' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index 2ab4676ca0..cd6e3ba76e 100644 --- a/software/diaspora.yml +++ b/software/diaspora.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/diaspora/diaspora -stargazers_count: 13533 -updated_at: '2025-04-13' +stargazers_count: 13599 +updated_at: '2025-06-22' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index f489183a0d..996e0eb895 100644 --- a/software/dietpi.yml +++ b/software/dietpi.yml @@ -8,6 +8,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/MichaIng/DietPi -stargazers_count: 5300 -updated_at: '2025-05-31' +stargazers_count: 5420 +updated_at: '2025-07-28' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index 83693f61b5..54a1f89f60 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Software Development - Low Code -stargazers_count: 101838 -updated_at: '2025-06-07' +stargazers_count: 110295 +updated_at: '2025-08-09' archived: false diff --git a/software/directorylister.yml b/software/directory-lister.yml similarity index 81% rename from software/directorylister.yml rename to software/directory-lister.yml index 8268b5f756..0bfec254df 100644 --- a/software/directorylister.yml +++ b/software/directory-lister.yml @@ -1,13 +1,14 @@ -name: DirectoryLister +name: Directory Lister website_url: https://www.directorylister.com/ description: Simple PHP based directory lister that lists a directory and all its sub-directories and allows you to navigate there within. licenses: - MIT platforms: - PHP + - Docker tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/DirectoryLister/DirectoryLister -stargazers_count: 2355 -updated_at: '2025-05-09' +stargazers_count: 2395 +updated_at: '2025-08-02' archived: false diff --git a/software/directus.yml b/software/directus.yml index 0445f5b535..8f26f34ad8 100644 --- a/software/directus.yml +++ b/software/directus.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/directus/directus -stargazers_count: 30834 -updated_at: '2025-06-06' +stargazers_count: 31917 +updated_at: '2025-08-08' archived: false diff --git a/software/discount-bandit.yml b/software/discount-bandit.yml index b1f32472de..c230c7d1b9 100644 --- a/software/discount-bandit.yml +++ b/software/discount-bandit.yml @@ -11,6 +11,6 @@ tags: - Automation - E-commerce depends_3rdparty: true -stargazers_count: 433 -updated_at: '2025-04-02' +stargazers_count: 475 +updated_at: '2025-06-23' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 69ddaa81c8..c57366196b 100644 --- a/software/discourse.yml +++ b/software/discourse.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/discourse/discourse demo_url: https://try.discourse.org/ -stargazers_count: 44252 -updated_at: '2025-06-07' +stargazers_count: 44755 +updated_at: '2025-08-09' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index 9d7bef6b87..1136a32b8c 100644 --- a/software/dittofeed.yml +++ b/software/dittofeed.yml @@ -10,6 +10,6 @@ tags: - Automation - Communication - Email - Mailing Lists and Newsletters demo_url: https://demo.dittofeed.com/dashboard/journeys -stargazers_count: 2338 -updated_at: '2025-06-07' +stargazers_count: 2420 +updated_at: '2025-08-09' archived: false diff --git a/software/django-crm.yml b/software/django-crm.yml index 11c7e21d19..8eae7361b0 100644 --- a/software/django-crm.yml +++ b/software/django-crm.yml @@ -1,5 +1,5 @@ name: Django-CRM -website_url: https://github.com/DjangoCRM/django-crm +website_url: https://DjangoCRM.github.io/info/ source_code_url: https://github.com/DjangoCRM/django-crm description: Analytical CRM with tasks management, email marketing and many more. Django CRM is built for individual use, businesses of any size or freelancers and is designed to provide easy customization and quick development. licenses: @@ -8,6 +8,6 @@ platforms: - Python tags: - Customer Relationship Management (CRM) -stargazers_count: 281 -updated_at: '2025-06-07' +stargazers_count: 341 +updated_at: '2025-08-09' archived: false diff --git a/software/django-wiki.yml b/software/django-wiki.yml index 21b6868659..5d355b5395 100644 --- a/software/django-wiki.yml +++ b/software/django-wiki.yml @@ -9,6 +9,6 @@ tags: - Wikis source_code_url: https://github.com/django-wiki/django-wiki demo_url: https://demo.django-wiki.org/ -stargazers_count: 1871 +stargazers_count: 1887 updated_at: '2025-05-01' archived: false diff --git a/software/dnote.yml b/software/dnote.yml deleted file mode 100644 index 2c71c136b7..0000000000 --- a/software/dnote.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Dnote -website_url: https://www.getdnote.com -description: A simple command line notebook with multi-device sync and web interface. -licenses: - - AGPL-3.0 -platforms: - - Go -tags: - - Note-taking & Editors -source_code_url: https://github.com/dnote/dnote -stargazers_count: 2874 -updated_at: '2024-06-30' -archived: false diff --git a/software/docassemble.yml b/software/docassemble.yml index 42259c0b0f..e23aceb535 100644 --- a/software/docassemble.yml +++ b/software/docassemble.yml @@ -10,6 +10,6 @@ tags: - Polls and Events source_code_url: https://github.com/jhpyle/docassemble demo_url: https://demo.docassemble.org/run/legal -stargazers_count: 845 -updated_at: '2025-05-23' +stargazers_count: 865 +updated_at: '2025-06-11' archived: false diff --git a/software/docat.yml b/software/docat.yml index 256e15664f..bf333816bb 100644 --- a/software/docat.yml +++ b/software/docat.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/docat-org/docat -stargazers_count: 849 -updated_at: '2025-04-10' +stargazers_count: 858 +updated_at: '2025-06-24' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index 281280abd8..dbedd5f178 100644 --- a/software/docker-mailserver.yml +++ b/software/docker-mailserver.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/docker-mailserver/docker-mailserver -stargazers_count: 16529 -updated_at: '2025-06-02' +stargazers_count: 16883 +updated_at: '2025-08-05' archived: false diff --git a/software/dockstarter.yml b/software/dockstarter.yml index 102ab3617e..01d20faec1 100644 --- a/software/dockstarter.yml +++ b/software/dockstarter.yml @@ -8,6 +8,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/GhostWriters/DockSTARTer -stargazers_count: 2432 -updated_at: '2025-06-02' +stargazers_count: 2448 +updated_at: '2025-08-09' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index 174cda5b6b..f529c9036c 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 15641 -updated_at: '2025-05-21' +stargazers_count: 16731 +updated_at: '2025-08-06' archived: false diff --git a/software/docs.yml b/software/docs.yml index a2fd7fc9e8..f6c5008e13 100644 --- a/software/docs.yml +++ b/software/docs.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors - Knowledge Management Tools -stargazers_count: 12560 -updated_at: '2025-06-05' +stargazers_count: 13144 +updated_at: '2025-08-07' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index 9f8328b681..368ef1c359 100644 --- a/software/docspell.yml +++ b/software/docspell.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/eikek/docspell -stargazers_count: 1811 -updated_at: '2025-06-07' +stargazers_count: 1840 +updated_at: '2025-07-22' archived: false diff --git a/software/documenso.yml b/software/documenso.yml index 87d4e6914d..2058ab1e40 100644 --- a/software/documenso.yml +++ b/software/documenso.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Document Management -stargazers_count: 11014 -updated_at: '2025-06-06' +stargazers_count: 11451 +updated_at: '2025-08-07' archived: false diff --git a/software/documize.yml b/software/documize.yml index 9ab432cbae..2004296782 100644 --- a/software/documize.yml +++ b/software/documize.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/documize/community -stargazers_count: 2235 +stargazers_count: 2278 updated_at: '2024-12-31' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index 2a9da34a7b..eefc2798a1 100644 --- a/software/docuseal.yml +++ b/software/docuseal.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management demo_url: https://demo.docuseal.tech/ -stargazers_count: 9239 -updated_at: '2025-06-03' +stargazers_count: 9632 +updated_at: '2025-08-04' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index 72f7291cd1..6eebf2d9b9 100644 --- a/software/dokuwiki.yml +++ b/software/dokuwiki.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/dokuwiki/dokuwiki -stargazers_count: 4313 -updated_at: '2025-06-05' +stargazers_count: 4381 +updated_at: '2025-08-06' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 664b6f7da4..62212317fb 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -11,6 +11,6 @@ tags: - Customer Relationship Management (CRM) source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 6155 -updated_at: '2025-06-07' +stargazers_count: 6385 +updated_at: '2025-08-09' archived: false diff --git a/software/domjudge.yml b/software/domjudge.yml index 076c30ce5a..c6eb409423 100644 --- a/software/domjudge.yml +++ b/software/domjudge.yml @@ -11,6 +11,6 @@ tags: - Miscellaneous source_code_url: https://github.com/DOMjudge/domjudge demo_url: https://www.domjudge.org/demo -stargazers_count: 804 -updated_at: '2025-06-06' +stargazers_count: 815 +updated_at: '2025-08-08' archived: false diff --git a/software/domoticz.yml b/software/domoticz.yml index 57d2b498a6..5dad23752e 100644 --- a/software/domoticz.yml +++ b/software/domoticz.yml @@ -12,6 +12,6 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/domoticz/domoticz related_software_url: https://github.com/domoticz/domoticz-android -stargazers_count: 3582 -updated_at: '2025-06-06' +stargazers_count: 3604 +updated_at: '2025-08-06' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 72d8581207..a29222a9c7 100644 --- a/software/donetick.yml +++ b/software/donetick.yml @@ -10,6 +10,6 @@ platforms: tags: - Task Management & To-do Lists demo_url: https://app.donetick.com/ -stargazers_count: 713 -updated_at: '2025-06-01' +stargazers_count: 990 +updated_at: '2025-08-08' archived: false diff --git a/software/dovecot.yml b/software/dovecot.yml index b6f73042af..4d4ea131d7 100644 --- a/software/dovecot.yml +++ b/software/dovecot.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/dovecot/core -stargazers_count: 1065 -updated_at: '2025-06-02' +stargazers_count: 1090 +updated_at: '2025-08-08' archived: false diff --git a/software/dpaste.yml b/software/dpaste.yml index 3b49b45275..37287ce624 100644 --- a/software/dpaste.yml +++ b/software/dpaste.yml @@ -9,6 +9,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/DarrenOfficial/dpaste -stargazers_count: 572 -updated_at: '2025-04-27' +stargazers_count: 575 +updated_at: '2025-07-08' archived: false diff --git a/software/dragonfly.yml b/software/dragonfly.yml index 9d940e1ea7..492bbb4784 100644 --- a/software/dragonfly.yml +++ b/software/dragonfly.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/corecode/dma -stargazers_count: 239 +stargazers_count: 242 updated_at: '2025-03-28' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 890a2f2fb0..05249990d0 100644 --- a/software/draw.io.yml +++ b/software/draw.io.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/jgraph/drawio -stargazers_count: 1663 -updated_at: '2025-05-25' +stargazers_count: 2110 +updated_at: '2025-07-25' archived: false diff --git a/software/dreamfactory.yml b/software/dreamfactory.yml index eabbab4d81..86485c085c 100644 --- a/software/dreamfactory.yml +++ b/software/dreamfactory.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/dreamfactorysoftware/dreamfactory -stargazers_count: 1617 -updated_at: '2025-05-15' +stargazers_count: 1644 +updated_at: '2025-07-31' archived: false diff --git a/software/dropserver.yml b/software/dropserver.yml index e4da59c7bd..8eba68983a 100644 --- a/software/dropserver.yml +++ b/software/dropserver.yml @@ -9,6 +9,6 @@ platforms: - Deno tags: - Self-hosting Solutions -stargazers_count: 64 -updated_at: '2024-12-10' +stargazers_count: 69 +updated_at: '2025-06-28' archived: false diff --git a/software/druid.yml b/software/druid.yml index db6f5656ed..dff625ff25 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -1,5 +1,5 @@ name: Druid -website_url: http://druid.io/ +website_url: https://druid.apache.org description: Distributed, column-oriented, real-time analytics data store. licenses: - Apache-2.0 @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/druid -stargazers_count: 13733 -updated_at: '2025-06-06' +stargazers_count: 13791 +updated_at: '2025-08-08' archived: false diff --git a/software/dspace.yml b/software/dspace.yml index 8ac57f5ec0..cb6b4fc2ad 100644 --- a/software/dspace.yml +++ b/software/dspace.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/DSpace/DSpace -stargazers_count: 976 -updated_at: '2025-06-06' +stargazers_count: 995 +updated_at: '2025-08-06' archived: false diff --git a/software/e-label.yml b/software/e-label.yml index 0982e77bf5..2b69401f68 100644 --- a/software/e-label.yml +++ b/software/e-label.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Community-Supported Agriculture (CSA) -stargazers_count: 27 -updated_at: '2025-02-06' +stargazers_count: 31 +updated_at: '2025-06-16' archived: false diff --git a/software/easy!appointments.yml b/software/easy!appointments.yml index 050805aa09..8098e81163 100644 --- a/software/easy!appointments.yml +++ b/software/easy!appointments.yml @@ -9,6 +9,6 @@ tags: - Booking and Scheduling source_code_url: https://github.com/alextselegidis/easyappointments demo_url: https://demo.easyappointments.org/ -stargazers_count: 3693 +stargazers_count: 3805 updated_at: '2025-03-03' archived: false diff --git a/software/eclipse-che.yml b/software/eclipse-che.yml index a7dc809eca..ebe3010ce0 100644 --- a/software/eclipse-che.yml +++ b/software/eclipse-che.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/eclipse/che -stargazers_count: 7049 -updated_at: '2025-06-06' +stargazers_count: 7068 +updated_at: '2025-08-06' archived: false diff --git a/software/eda.yml b/software/eda.yml index bb2e65bd57..2d8b94d20f 100644 --- a/software/eda.yml +++ b/software/eda.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/jortilles/EDA -stargazers_count: 144 -updated_at: '2025-06-02' +stargazers_count: 155 +updated_at: '2025-08-08' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index 19f9240f69..5597db4c8c 100644 --- a/software/egroupware.yml +++ b/software/egroupware.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/EGroupware/egroupware -stargazers_count: 270 -updated_at: '2025-06-06' +stargazers_count: 272 +updated_at: '2025-08-08' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index de0f689de1..4c324ec970 100644 --- a/software/ejabberd.yml +++ b/software/ejabberd.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - XMPP - Servers source_code_url: https://github.com/processone/ejabberd -stargazers_count: 6290 -updated_at: '2025-06-06' +stargazers_count: 6373 +updated_at: '2025-08-07' archived: false diff --git a/software/elabftw.yml b/software/elabftw.yml index 7c26edfd21..06a9ec60c7 100644 --- a/software/elabftw.yml +++ b/software/elabftw.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/elabftw/elabftw demo_url: https://demo.elabftw.net -stargazers_count: 1111 -updated_at: '2025-06-06' +stargazers_count: 1137 +updated_at: '2025-08-09' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index 80343dac53..f14e11647d 100644 --- a/software/elasticsearch.yml +++ b/software/elasticsearch.yml @@ -8,6 +8,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/elastic/elasticsearch -stargazers_count: 72886 -updated_at: '2025-06-07' +stargazers_count: 73482 +updated_at: '2025-08-09' archived: false diff --git a/software/element.yml b/software/element.yml index ce42068170..acca801cef 100644 --- a/software/element.yml +++ b/software/element.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/vector-im/element-web -stargazers_count: 11820 -updated_at: '2025-06-06' +stargazers_count: 11986 +updated_at: '2025-08-08' archived: false diff --git a/software/elgg.yml b/software/elgg.yml index b9f898760b..4f1de6b020 100644 --- a/software/elgg.yml +++ b/software/elgg.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/Elgg/Elgg -stargazers_count: 1655 -updated_at: '2025-06-03' +stargazers_count: 1663 +updated_at: '2025-07-22' archived: false diff --git a/software/emailwiz.yml b/software/emailwiz.yml index 8f375bcf82..eb5073b3d1 100644 --- a/software/emailwiz.yml +++ b/software/emailwiz.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/LukeSmithxyz/emailwiz -stargazers_count: 1967 +stargazers_count: 2019 updated_at: '2025-05-04' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index e7ce39ccbe..7e755915e4 100644 --- a/software/emqx.yml +++ b/software/emqx.yml @@ -10,6 +10,6 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/emqx/emqx demo_url: https://www.emqx.com/en/mqtt/public-mqtt5-broker -stargazers_count: 14887 -updated_at: '2025-06-05' +stargazers_count: 15097 +updated_at: '2025-08-08' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index e6cf6cec8f..9bbf914d77 100644 --- a/software/enclosed.yml +++ b/software/enclosed.yml @@ -11,6 +11,6 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload - Pastebins demo_url: https://enclosed.cc/ -stargazers_count: 1425 -updated_at: '2025-04-09' +stargazers_count: 1564 +updated_at: '2025-07-22' archived: false diff --git a/software/endurain.yml b/software/endurain.yml index 3270944881..ce302adc6b 100644 --- a/software/endurain.yml +++ b/software/endurain.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Health and Fitness -stargazers_count: 1085 -updated_at: '2025-06-05' +stargazers_count: 1225 +updated_at: '2025-08-04' archived: false diff --git a/software/engity's-bifröst.yml b/software/engity's-bifröst.yml index cda947b5b1..32da76357a 100644 --- a/software/engity's-bifröst.yml +++ b/software/engity's-bifröst.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/engity-com/bifroest -stargazers_count: 46 -updated_at: '2025-06-03' +stargazers_count: 52 +updated_at: '2025-08-08' archived: false diff --git a/software/enigma-12-bbs.yml b/software/enigma-12-bbs.yml index e59f542af1..04e580955d 100644 --- a/software/enigma-12-bbs.yml +++ b/software/enigma-12-bbs.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NuSkooler/enigma-bbs -stargazers_count: 581 +stargazers_count: 593 updated_at: '2025-02-23' archived: false diff --git a/software/ente.yml b/software/ente.yml index 8a4ca0c7f0..b8063ee9ff 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 19546 -updated_at: '2025-06-06' +stargazers_count: 20924 +updated_at: '2025-08-09' archived: false diff --git a/software/eprints.yml b/software/eprints.yml index 0c2858d349..d2c23744aa 100644 --- a/software/eprints.yml +++ b/software/eprints.yml @@ -9,6 +9,6 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/eprints/eprints3.4 demo_url: http://tryme.demo.eprints-hosting.org/ -stargazers_count: 39 -updated_at: '2025-06-05' +stargazers_count: 40 +updated_at: '2025-08-08' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index 332e6405a7..e6f955340c 100644 --- a/software/ergo.yml +++ b/software/ergo.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/ergochat/ergo -stargazers_count: 2835 -updated_at: '2025-05-26' +stargazers_count: 2891 +updated_at: '2025-06-27' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index 1d39343fa5..e286991bd0 100644 --- a/software/erpnext.yml +++ b/software/erpnext.yml @@ -9,6 +9,6 @@ platforms: tags: - Resource Planning source_code_url: https://github.com/frappe/erpnext -stargazers_count: 25549 -updated_at: '2025-06-06' +stargazers_count: 27621 +updated_at: '2025-08-08' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index 12ba5888c6..32768dc937 100644 --- a/software/erxes.yml +++ b/software/erxes.yml @@ -10,6 +10,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/erxes/erxes -stargazers_count: 3640 -updated_at: '2025-06-06' +stargazers_count: 3665 +updated_at: '2025-08-06' archived: false diff --git a/software/esmira.yml b/software/esmira.yml index b9e7ba3fd5..fac6dc4a9c 100644 --- a/software/esmira.yml +++ b/software/esmira.yml @@ -10,5 +10,5 @@ tags: - Miscellaneous demo_url: https://demo-esmira.kl.ac.at/#admin,username:demo,password:demodemodemo stargazers_count: 17 -updated_at: '2025-06-04' +updated_at: '2025-07-29' archived: false diff --git a/software/espial.yml b/software/espial.yml index fb9ab7617e..4dc746520a 100644 --- a/software/espial.yml +++ b/software/espial.yml @@ -8,6 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/jonschoning/espial -stargazers_count: 842 +stargazers_count: 851 updated_at: '2025-05-23' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index 651644c430..88279267a1 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Customer Relationship Management (CRM) source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 2254 -updated_at: '2025-06-03' +stargazers_count: 2402 +updated_at: '2025-08-08' archived: false diff --git a/software/etebase-etesync.yml b/software/etebase-etesync.yml deleted file mode 100644 index dea3599643..0000000000 --- a/software/etebase-etesync.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Etebase (EteSync) -website_url: https://www.etebase.com/ -description: End-to-end encrypted and journaled personal information server supporting calendar and contact data, offering its own clients. -licenses: - - AGPL-3.0 -platforms: - - Python - - Django -tags: - - Calendar & Contacts -source_code_url: https://github.com/etesync/server -stargazers_count: 1658 -updated_at: '2024-07-12' -archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index 2a3f8d215b..72f5000bac 100644 --- a/software/etherpad.yml +++ b/software/etherpad.yml @@ -10,6 +10,6 @@ tags: - Office Suites source_code_url: https://github.com/ether/etherpad-lite demo_url: https://demo.sandstorm.io/appdemo/h37dm17aa89yrd8zuqpdn36p6zntumtv08fjpu8a8zrte7q1cn60 -stargazers_count: 17480 -updated_at: '2025-05-15' +stargazers_count: 17629 +updated_at: '2025-08-07' archived: false diff --git a/software/evcc.yml b/software/evcc.yml index 661ed567f4..5554bdf0af 100644 --- a/software/evcc.yml +++ b/software/evcc.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Internet of Things (IoT) -stargazers_count: 4691 -updated_at: '2025-06-07' +stargazers_count: 5108 +updated_at: '2025-08-09' archived: false diff --git a/software/ever-gauzy.yml b/software/ever-gauzy.yml index a6f4c2feb8..dafc69755f 100644 --- a/software/ever-gauzy.yml +++ b/software/ever-gauzy.yml @@ -13,6 +13,6 @@ tags: - Resource Planning - Task Management & To-do Lists demo_url: https://demo.gauzy.co -stargazers_count: 2631 -updated_at: '2025-06-05' +stargazers_count: 3128 +updated_at: '2025-08-09' archived: false diff --git a/software/evergreen.yml b/software/evergreen.yml index 2b5e16682a..c904da302a 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen -stargazers_count: 135 -updated_at: '2025-06-04' +stargazers_count: 137 +updated_at: '2025-08-09' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index 296ff4a09c..0d4c225ffc 100644 --- a/software/evershop.yml +++ b/software/evershop.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/evershopcommerce/evershop demo_url: https://demo.evershop.io/ depends_3rdparty: true -stargazers_count: 5161 -updated_at: '2025-06-03' +stargazers_count: 5343 +updated_at: '2025-08-09' archived: false diff --git a/software/everydocs.yml b/software/everydocs.yml index 57d4035de6..51da32938e 100644 --- a/software/everydocs.yml +++ b/software/everydocs.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/jonashellmann/everydocs-core -stargazers_count: 260 -updated_at: '2025-06-07' +stargazers_count: 274 +updated_at: '2025-07-22' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index 063d33bf9c..3a87afc295 100644 --- a/software/evidence.yml +++ b/software/evidence.yml @@ -8,6 +8,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/evidence-dev/evidence -stargazers_count: 5266 -updated_at: '2025-03-21' +stargazers_count: 5447 +updated_at: '2025-07-28' archived: false diff --git a/software/expenseowl.yml b/software/expenseowl.yml index a4eb290bd9..802e424dff 100644 --- a/software/expenseowl.yml +++ b/software/expenseowl.yml @@ -10,6 +10,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/tanq16/expenseowl -stargazers_count: 953 -updated_at: '2025-04-17' +stargazers_count: 1098 +updated_at: '2025-08-03' archived: false diff --git a/software/expressa.yml b/software/expressa.yml index 7f275a01ee..95ceeb4386 100644 --- a/software/expressa.yml +++ b/software/expressa.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/thomas4019/expressa -stargazers_count: 444 +stargazers_count: 445 updated_at: '2024-12-15' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index bd6089695b..848beb3340 100644 --- a/software/ezbookkeeping.yml +++ b/software/ezbookkeeping.yml @@ -10,6 +10,6 @@ platforms: tags: - Money, Budgeting & Management demo_url: https://ezbookkeeping-demo.mayswind.net/ -stargazers_count: 759 -updated_at: '2025-06-07' +stargazers_count: 951 +updated_at: '2025-08-09' archived: false diff --git a/software/family-accounting-tool.yml b/software/family-accounting-tool.yml index a977414f4a..4858441892 100644 --- a/software/family-accounting-tool.yml +++ b/software/family-accounting-tool.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/nymanjens/facto -stargazers_count: 263 -updated_at: '2025-05-30' +stargazers_count: 285 +updated_at: '2025-07-21' archived: false diff --git a/software/farmos.yml b/software/farmos.yml index 95b37abf65..c1e0598382 100644 --- a/software/farmos.yml +++ b/software/farmos.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/farmOS/farmOS demo_url: https://farmos-demo.rootedsolutions.io/ -stargazers_count: 1074 -updated_at: '2025-06-04' +stargazers_count: 1100 +updated_at: '2025-08-04' archived: false diff --git a/software/fasten-health.yml b/software/fasten-health.yml index 9f9e573536..8f97fdff7d 100644 --- a/software/fasten-health.yml +++ b/software/fasten-health.yml @@ -10,6 +10,6 @@ tags: - Health and Fitness source_code_url: https://github.com/fastenhealth/fasten-onprem/ depends_3rdparty: true -stargazers_count: 2286 -updated_at: '2025-05-20' +stargazers_count: 2372 +updated_at: '2025-08-09' archived: false diff --git a/software/fava.yml b/software/fava.yml index ddcc2bd1d1..41b84efc64 100644 --- a/software/fava.yml +++ b/software/fava.yml @@ -9,6 +9,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/beancount/fava demo_url: https://fava.pythonanywhere.com/example-with-budgets/income_statement/ -stargazers_count: 2137 -updated_at: '2025-06-06' +stargazers_count: 2185 +updated_at: '2025-07-28' archived: false diff --git a/software/featbit.yml b/software/featbit.yml index c99f7f7af4..77d6f38469 100644 --- a/software/featbit.yml +++ b/software/featbit.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Feature Toggle source_code_url: https://github.com/featbit/featbit -stargazers_count: 1538 -updated_at: '2025-06-02' +stargazers_count: 1572 +updated_at: '2025-07-25' archived: false diff --git a/software/fedora-commons-repository.yml b/software/fedora-commons-repository.yml index 666740e181..d1879e5e87 100644 --- a/software/fedora-commons-repository.yml +++ b/software/fedora-commons-repository.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/fcrepo/fcrepo -stargazers_count: 222 -updated_at: '2025-06-05' +stargazers_count: 225 +updated_at: '2025-08-07' archived: false diff --git a/software/feedcord.yml b/software/feedcord.yml index 3827a2c914..0b77aa8da9 100644 --- a/software/feedcord.yml +++ b/software/feedcord.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers depends_3rdparty: true -stargazers_count: 216 -updated_at: '2025-02-20' +stargazers_count: 234 +updated_at: '2025-07-01' archived: false diff --git a/software/feedmixer.yml b/software/feedmixer.yml index b778fca8bd..8e527bf867 100644 --- a/software/feedmixer.yml +++ b/software/feedmixer.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/cristoper/feedmixer demo_url: https://mretc.net/feedmixer/json?f=https://hnrss.org/newest&f=https://americancynic.net/atom.xml&n=1 -stargazers_count: 203 -updated_at: '2024-07-06' +stargazers_count: 211 +updated_at: '2025-06-10' archived: false diff --git a/software/feedpushr.yml b/software/feedpushr.yml index 35116bfbc2..8034866a5f 100644 --- a/software/feedpushr.yml +++ b/software/feedpushr.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/ncarlier/feedpushr -stargazers_count: 367 +stargazers_count: 374 updated_at: '2025-05-02' archived: false diff --git a/software/feeds-fun.yml b/software/feeds-fun.yml index ee6b62e2f7..358bc9ed2c 100644 --- a/software/feeds-fun.yml +++ b/software/feeds-fun.yml @@ -8,6 +8,6 @@ platforms: - Python tags: - Feed Readers -stargazers_count: 173 -updated_at: '2025-06-07' +stargazers_count: 247 +updated_at: '2025-08-05' archived: false diff --git a/software/fenrus.yml b/software/fenrus.yml index 5748314a30..367303fb2b 100644 --- a/software/fenrus.yml +++ b/software/fenrus.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/revenz/fenrus -stargazers_count: 666 +stargazers_count: 683 updated_at: '2025-01-31' archived: false diff --git a/software/fess.yml b/software/fess.yml index 43af7fccf9..1b58b9f93f 100644 --- a/software/fess.yml +++ b/software/fess.yml @@ -10,6 +10,6 @@ tags: - Search Engines source_code_url: https://github.com/codelibs/fess demo_url: https://search.n2sm.co.jp/ -stargazers_count: 1041 -updated_at: '2025-06-06' +stargazers_count: 1053 +updated_at: '2025-08-07' archived: false diff --git a/software/fider.yml b/software/fider.yml index 16d51bbad2..1ab156d6ef 100644 --- a/software/fider.yml +++ b/software/fider.yml @@ -9,6 +9,6 @@ tags: - Polls and Events source_code_url: https://github.com/getfider/fider demo_url: https://demo.fider.io -stargazers_count: 3529 -updated_at: '2025-05-29' +stargazers_count: 3691 +updated_at: '2025-07-28' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index 50d81fe5f1..1c1dc65ec7 100644 --- a/software/filebrowser.yml +++ b/software/filebrowser.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/filebrowser/filebrowser -stargazers_count: 29346 -updated_at: '2025-06-05' +stargazers_count: 30728 +updated_at: '2025-08-09' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index da43345e6f..898c6b71e8 100644 --- a/software/filegator.yml +++ b/software/filegator.yml @@ -10,6 +10,6 @@ tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/filegator/filegator demo_url: https://demo.filegator.io -stargazers_count: 2466 -updated_at: '2025-05-26' +stargazers_count: 2701 +updated_at: '2025-07-01' archived: false diff --git a/software/files-sharing.yml b/software/files-sharing.yml index a8b05231b8..96f2ba56f4 100644 --- a/software/files-sharing.yml +++ b/software/files-sharing.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/axeloz/filesharing -stargazers_count: 242 +stargazers_count: 247 updated_at: '2024-10-03' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 0a6d84ec40..487b4e4222 100644 --- a/software/filestash.yml +++ b/software/filestash.yml @@ -9,6 +9,6 @@ tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/mickael-kerjean/filestash demo_url: https://demo.filestash.app/ -stargazers_count: 11379 -updated_at: '2025-06-06' +stargazers_count: 11988 +updated_at: '2025-08-08' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index 233904e26b..f4327721d8 100644 --- a/software/firefly-iii.yml +++ b/software/firefly-iii.yml @@ -10,6 +10,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/firefly-iii/firefly-iii demo_url: https://demo.firefly-iii.org/ -stargazers_count: 19400 -updated_at: '2025-05-27' +stargazers_count: 20005 +updated_at: '2025-07-25' archived: false diff --git a/software/firefox-account-server.yml b/software/firefox-account-server.yml index 634afc0306..203f8fb094 100644 --- a/software/firefox-account-server.yml +++ b/software/firefox-account-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/mozilla/fxa -stargazers_count: 642 -updated_at: '2025-06-06' +stargazers_count: 647 +updated_at: '2025-08-08' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index 97bcb6c97d..bf7a1666ba 100644 --- a/software/firezone.yml +++ b/software/firezone.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/firezone/firezone -stargazers_count: 7298 -updated_at: '2025-06-07' +stargazers_count: 7451 +updated_at: '2025-08-08' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index 0f3a24ac8b..f82a07ee80 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Feature Toggle source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5686 -updated_at: '2025-06-06' +stargazers_count: 5840 +updated_at: '2025-08-08' archived: false diff --git a/software/flare.yml b/software/flare.yml new file mode 100644 index 0000000000..61fdeb960a --- /dev/null +++ b/software/flare.yml @@ -0,0 +1,17 @@ +name: Flare +website_url: https://github.com/FlintSH/Flare +source_code_url: https://github.com/FlintSH/Flare +description: A nonbloated, modern, and highly configurable file/screenshot vault server with support for ShareX, Flameshot, and Spectacle. Offers OCR search and more. +licenses: + - MIT +platforms: + - Docker + - Nodejs +tags: + - File Transfer - Single-click & Drag-n-drop Upload + - File Transfer - Web-based File Managers + - File Transfer - Object Storage & File Servers + - URL Shorteners +stargazers_count: 45 +updated_at: '2025-08-09' +archived: false diff --git a/software/flarum.yml b/software/flarum.yml index 9b56da2b6c..763edfa43a 100644 --- a/software/flarum.yml +++ b/software/flarum.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/flarum/flarum -stargazers_count: 15796 +stargazers_count: 15936 updated_at: '2025-05-02' archived: false diff --git a/software/flashpaper.yml b/software/flashpaper.yml index 3ce655b114..ae5f1a5c39 100644 --- a/software/flashpaper.yml +++ b/software/flashpaper.yml @@ -10,6 +10,6 @@ tags: - Pastebins source_code_url: https://github.com/AndrewPaglusch/FlashPaper demo_url: https://flashpaper.io -stargazers_count: 448 +stargazers_count: 458 updated_at: '2024-11-16' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index c98533c41e..e3fd240b34 100644 --- a/software/flatnotes.yml +++ b/software/flatnotes.yml @@ -9,6 +9,6 @@ tags: - Note-taking & Editors source_code_url: https://github.com/dullage/flatnotes demo_url: https://demo.flatnotes.io -stargazers_count: 2137 -updated_at: '2025-05-21' +stargazers_count: 2249 +updated_at: '2025-06-20' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index dde32bff4c..014e88bd99 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress -stargazers_count: 191 -updated_at: '2025-06-07' +stargazers_count: 195 +updated_at: '2025-08-06' archived: false diff --git a/software/flexisip.yml b/software/flexisip.yml index ab9f1edb6f..04d7227c29 100644 --- a/software/flexisip.yml +++ b/software/flexisip.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/BelledonneCommunications/flexisip -stargazers_count: 164 -updated_at: '2025-06-06' +stargazers_count: 168 +updated_at: '2025-08-01' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index 0ba90b3b64..bf4fe7c510 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Software Development - Feature Toggle demo_url: https://try.flipt.io -stargazers_count: 4397 -updated_at: '2025-06-05' +stargazers_count: 4499 +updated_at: '2025-08-09' archived: false diff --git a/software/flowforge.yml b/software/flowforge.yml index 655567472a..3aed382167 100644 --- a/software/flowforge.yml +++ b/software/flowforge.yml @@ -10,6 +10,6 @@ platforms: tags: - Internet of Things (IoT) source_code_url: https://github.com/flowforge/flowforge -stargazers_count: 327 -updated_at: '2025-06-06' +stargazers_count: 340 +updated_at: '2025-08-08' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index b1593230bf..4419c5c572 100644 --- a/software/fluidd.yml +++ b/software/fluidd.yml @@ -9,6 +9,6 @@ platforms: tags: - Manufacturing source_code_url: https://github.com/fluidd-core/fluidd -stargazers_count: 1558 -updated_at: '2025-06-05' +stargazers_count: 1587 +updated_at: '2025-07-21' archived: false diff --git a/software/flyimg.yml b/software/flyimg.yml index c29cfbac7d..4edd5d9405 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.flyimg.io -stargazers_count: 1120 -updated_at: '2025-04-11' +stargazers_count: 1130 +updated_at: '2025-07-29' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index f72e41b701..050e591343 100644 --- a/software/focalboard.yml +++ b/software/focalboard.yml @@ -13,6 +13,6 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/mattermost/focalboard related_software_url: https://www.focalboard.com/download/personal-edition/desktop/ -stargazers_count: 23505 -updated_at: '2024-09-27' +stargazers_count: 24693 +updated_at: '2025-06-11' archived: false diff --git a/software/foodcoopshop.yml b/software/foodcoopshop.yml index aa6afbc694..35b602707a 100644 --- a/software/foodcoopshop.yml +++ b/software/foodcoopshop.yml @@ -9,6 +9,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/foodcoopshop/foodcoopshop -stargazers_count: 102 -updated_at: '2025-06-04' +stargazers_count: 107 +updated_at: '2025-07-31' archived: false diff --git a/software/foodsoft.yml b/software/foodsoft.yml index b44d2683b1..1004dfb9aa 100644 --- a/software/foodsoft.yml +++ b/software/foodsoft.yml @@ -9,6 +9,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/foodcoops/foodsoft -stargazers_count: 338 -updated_at: '2025-06-05' +stargazers_count: 340 +updated_at: '2025-07-25' archived: false diff --git a/software/fork-recipes.yml b/software/fork-recipes.yml index 8d712c309e..e624a0b85b 100644 --- a/software/fork-recipes.yml +++ b/software/fork-recipes.yml @@ -9,5 +9,5 @@ platforms: tags: - Recipe Management stargazers_count: 55 -updated_at: '2025-05-30' +updated_at: '2025-06-26' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index 90096d950b..b180fdfff6 100644 --- a/software/formbricks.yml +++ b/software/formbricks.yml @@ -10,6 +10,6 @@ platforms: tags: - Polls and Events demo_url: https://app.formbricks.com -stargazers_count: 10744 -updated_at: '2025-06-06' +stargazers_count: 11076 +updated_at: '2025-08-08' archived: false diff --git a/software/forward-email.yml b/software/forward-email.yml index 1e5097ab27..de788ec1f4 100644 --- a/software/forward-email.yml +++ b/software/forward-email.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Communication - Email - Complete Solutions -stargazers_count: 1163 -updated_at: '2025-06-07' +stargazers_count: 1266 +updated_at: '2025-08-09' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index e766ee2a69..aaaae06fe6 100644 --- a/software/fossbilling.yml +++ b/software/fossbilling.yml @@ -10,6 +10,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/FOSSBilling/FOSSBilling demo_url: https://fossbilling.org/demo -stargazers_count: 1039 -updated_at: '2025-06-07' +stargazers_count: 1106 +updated_at: '2025-08-09' archived: false diff --git a/software/frappe-helpdesk.yml b/software/frappe-helpdesk.yml index e1b2005537..38c4024f41 100644 --- a/software/frappe-helpdesk.yml +++ b/software/frappe-helpdesk.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 2417 -updated_at: '2025-06-05' +stargazers_count: 2601 +updated_at: '2025-08-08' archived: false diff --git a/software/frappe-hr.yml b/software/frappe-hr.yml index 9322d2a3a0..e1760dcfd3 100644 --- a/software/frappe-hr.yml +++ b/software/frappe-hr.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Human Resources Management (HRM) -stargazers_count: 2514 -updated_at: '2025-06-06' +stargazers_count: 5953 +updated_at: '2025-08-08' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index 0a679ab9c1..f4f1552068 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -10,6 +10,6 @@ tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout demo_url: https://demo.freescout.net/login -stargazers_count: 3540 -updated_at: '2025-06-03' +stargazers_count: 3643 +updated_at: '2025-08-01' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 5a92c46503..8f6d172e25 100644 --- a/software/freeswitch.yml +++ b/software/freeswitch.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/signalwire/freeswitch -stargazers_count: 4109 -updated_at: '2025-06-07' +stargazers_count: 4262 +updated_at: '2025-07-31' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index 4aabdf5a8d..73df737e4b 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -10,6 +10,6 @@ tags: - Feed Readers source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ -stargazers_count: 11682 -updated_at: '2025-06-06' +stargazers_count: 12147 +updated_at: '2025-08-09' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index eec66d7118..ada8ecfc43 100644 --- a/software/friendica.yml +++ b/software/friendica.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/friendica/friendica -stargazers_count: 1569 -updated_at: '2025-06-06' +stargazers_count: 1579 +updated_at: '2025-08-09' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index d008cfec2f..80730c732f 100644 --- a/software/frigate.yml +++ b/software/frigate.yml @@ -10,6 +10,6 @@ platforms: tags: - Video Surveillance source_code_url: https://github.com/blakeblackshear/frigate -stargazers_count: 22938 -updated_at: '2025-06-05' +stargazers_count: 24890 +updated_at: '2025-08-08' archived: false diff --git a/software/fusio.yml b/software/fusio.yml index b59137ac14..0d0b3d7bb9 100644 --- a/software/fusio.yml +++ b/software/fusio.yml @@ -10,6 +10,6 @@ tags: - Software Development - API Management source_code_url: https://github.com/apioo/fusio demo_url: https://fusio-project.org/demo -stargazers_count: 1976 -updated_at: '2025-06-04' +stargazers_count: 1992 +updated_at: '2025-08-03' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index 0da76672fc..b832c9a6fa 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1643 -updated_at: '2025-05-18' +stargazers_count: 1742 +updated_at: '2025-08-06' archived: false diff --git a/software/fusionpbx.yml b/software/fusionpbx.yml index e807658419..981c0367b3 100644 --- a/software/fusionpbx.yml +++ b/software/fusionpbx.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/fusionpbx/fusionpbx -stargazers_count: 866 -updated_at: '2025-06-06' +stargazers_count: 887 +updated_at: '2025-08-09' archived: false diff --git a/software/g3proxy.yml b/software/g3proxy.yml new file mode 100644 index 0000000000..b03668013a --- /dev/null +++ b/software/g3proxy.yml @@ -0,0 +1,11 @@ +name: g3proxy +website_url: "https://g3-project.readthedocs.io/projects/g3proxy/en/latest/" +source_code_url: "https://github.com/bytedance/g3/tree/master/g3proxy" +description: "Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy." +licenses: + - Apache-2.0 +platforms: + - Rust + - deb +tags: + - Proxy \ No newline at end of file diff --git a/software/galene.yml b/software/galene.yml index 7eafbcea14..08a7c57ec2 100644 --- a/software/galene.yml +++ b/software/galene.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Video Conferencing source_code_url: https://github.com/jech/galene -stargazers_count: 1058 -updated_at: '2025-05-15' +stargazers_count: 1092 +updated_at: '2025-08-09' archived: false diff --git a/software/galette.yml b/software/galette.yml index 0f175988c7..7e30054526 100644 --- a/software/galette.yml +++ b/software/galette.yml @@ -9,5 +9,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/galette/galette stargazers_count: 59 -updated_at: '2025-06-06' +updated_at: '2025-08-06' archived: false diff --git a/software/gamevault.yml b/software/gamevault.yml index 13a88e55b5..2c3d093214 100644 --- a/software/gamevault.yml +++ b/software/gamevault.yml @@ -10,6 +10,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels demo_url: https://demo.gamevau.lt -stargazers_count: 262 -updated_at: '2025-03-10' +stargazers_count: 277 +updated_at: '2025-08-02' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index a719ed909c..dc1be0a6a0 100644 --- a/software/ganymede.yml +++ b/software/ganymede.yml @@ -9,6 +9,6 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/Zibbp/ganymede depends_3rdparty: true -stargazers_count: 725 -updated_at: '2025-05-29' +stargazers_count: 773 +updated_at: '2025-08-08' archived: false diff --git a/software/gaseous-server.yml b/software/gaseous-server.yml index 1ca374695d..320d719818 100644 --- a/software/gaseous-server.yml +++ b/software/gaseous-server.yml @@ -10,6 +10,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels depends_3rdparty: true -stargazers_count: 582 -updated_at: '2025-05-19' +stargazers_count: 639 +updated_at: '2025-07-18' archived: false diff --git a/software/gathio.yml b/software/gathio.yml index 26e6a47884..fae9e30a38 100644 --- a/software/gathio.yml +++ b/software/gathio.yml @@ -10,6 +10,6 @@ platforms: tags: - Polls and Events demo_url: https://gath.io/ -stargazers_count: 375 -updated_at: '2025-05-28' +stargazers_count: 387 +updated_at: '2025-08-07' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index b64b7188df..d8fb9e5a8c 100644 --- a/software/gatus.yml +++ b/software/gatus.yml @@ -10,6 +10,6 @@ tags: - Status / Uptime pages source_code_url: https://github.com/TwiN/gatus demo_url: https://status.twin.sh -stargazers_count: 7505 -updated_at: '2025-06-01' +stargazers_count: 7910 +updated_at: '2025-08-09' archived: false diff --git a/software/genea.app.yml b/software/genea.app.yml index cb0ca6de08..37d25e70a3 100644 --- a/software/genea.app.yml +++ b/software/genea.app.yml @@ -8,6 +8,6 @@ platforms: tags: - Genealogy source_code_url: https://github.com/genea-app/genea-app -stargazers_count: 230 +stargazers_count: 236 updated_at: '2022-03-23' archived: false diff --git a/software/geneweb.yml b/software/geneweb.yml index db4025a5f3..52129a91dd 100644 --- a/software/geneweb.yml +++ b/software/geneweb.yml @@ -9,6 +9,6 @@ tags: - Genealogy source_code_url: https://github.com/geneweb/geneweb demo_url: https://demo.geneweb.tuxfamily.org/gw7/ -stargazers_count: 343 -updated_at: '2025-06-07' +stargazers_count: 353 +updated_at: '2025-07-26' archived: false diff --git a/software/geo2tz.yml b/software/geo2tz.yml index b87f3fa997..228ef02b9b 100644 --- a/software/geo2tz.yml +++ b/software/geo2tz.yml @@ -9,6 +9,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/noandrea/geo2tz -stargazers_count: 82 +stargazers_count: 85 updated_at: '2025-05-31' archived: false diff --git a/software/gerbera.yml b/software/gerbera.yml index 05fc16c5d3..e15417e3f8 100644 --- a/software/gerbera.yml +++ b/software/gerbera.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/gerbera/gerbera -stargazers_count: 1263 -updated_at: '2025-06-06' +stargazers_count: 1280 +updated_at: '2025-08-09' archived: false diff --git a/software/gerrit.yml b/software/gerrit.yml index 4d25ffec94..7e51cc6dc3 100644 --- a/software/gerrit.yml +++ b/software/gerrit.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/GerritCodeReview/gerrit -stargazers_count: 1063 -updated_at: '2025-06-07' +stargazers_count: 1090 +updated_at: '2025-08-08' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index 48d07a3aca..3b5cc8f8b8 100644 --- a/software/ghost.yml +++ b/software/ghost.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/TryGhost/Ghost -stargazers_count: 49425 -updated_at: '2025-06-07' +stargazers_count: 50227 +updated_at: '2025-08-09' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index 0ef830d2e8..7e23699e3d 100644 --- a/software/ghostfolio.yml +++ b/software/ghostfolio.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/ghostfolio/ghostfolio -stargazers_count: 5850 -updated_at: '2025-06-07' +stargazers_count: 6295 +updated_at: '2025-08-09' archived: false diff --git a/software/ghstats.yml b/software/ghstats.yml index 6ba7e3c0aa..842d48809b 100644 --- a/software/ghstats.yml +++ b/software/ghstats.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics depends_3rdparty: true -stargazers_count: 152 +stargazers_count: 160 updated_at: '2025-02-15' archived: false diff --git a/software/gibbon.yml b/software/gibbon.yml index 1c74a3d8cc..b4159eb97b 100644 --- a/software/gibbon.yml +++ b/software/gibbon.yml @@ -8,6 +8,6 @@ platforms: tags: - Learning and Courses source_code_url: https://github.com/GibbonEdu/core -stargazers_count: 527 -updated_at: '2025-06-05' +stargazers_count: 540 +updated_at: '2025-06-20' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index cf5548a96a..6c9c42eea6 100644 --- a/software/gitbucket.yml +++ b/software/gitbucket.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/gitbucket/gitbucket -stargazers_count: 9254 -updated_at: '2025-06-07' +stargazers_count: 9282 +updated_at: '2025-08-09' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index 480c9b10b9..c76fb2d725 100644 --- a/software/gitea.yml +++ b/software/gitea.yml @@ -11,6 +11,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/go-gitea/gitea demo_url: https://demo.gitea.com -stargazers_count: 48960 -updated_at: '2025-06-07' +stargazers_count: 49978 +updated_at: '2025-08-08' archived: false diff --git a/software/github-ntfy.yml b/software/github-ntfy.yml index 68c5c7a414..e866ff0de3 100644 --- a/software/github-ntfy.yml +++ b/software/github-ntfy.yml @@ -1,15 +1,16 @@ name: Github Ntfy website_url: https://github.com/BreizhHardware/ntfy_alerts -description: Push notifications to NTFY when a new release is available on Docker Hub or Github. +description: Push notifications to NTFY, Gotify, Discord or Slack when a new release is available on Docker Hub or Github. licenses: - GPL-3.0 platforms: + - Rust - Docker tags: - Automation source_code_url: https://github.com/BreizhHardware/ntfy_alerts related_software_url: https://github.com/binwiederhier/ntfy depends_3rdparty: true -stargazers_count: 29 -updated_at: '2025-05-05' +stargazers_count: 37 +updated_at: '2025-06-16' archived: false diff --git a/software/gitit.yml b/software/gitit.yml index cc26a93858..f8d7deb01e 100644 --- a/software/gitit.yml +++ b/software/gitit.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/jgm/gitit -stargazers_count: 2206 +stargazers_count: 2225 updated_at: '2025-04-03' archived: false diff --git a/software/gladys.yml b/software/gladys.yml index cb353bdac5..6207eede2f 100644 --- a/software/gladys.yml +++ b/software/gladys.yml @@ -9,6 +9,6 @@ platforms: tags: - Internet of Things (IoT) source_code_url: https://github.com/GladysAssistant/Gladys -stargazers_count: 2823 -updated_at: '2025-06-06' +stargazers_count: 2843 +updated_at: '2025-07-11' archived: false diff --git a/software/glance.yml b/software/glance.yml index 5c4ff6fc51..150a7976ad 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 24901 -updated_at: '2025-05-24' +stargazers_count: 26808 +updated_at: '2025-06-10' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index 3e640f265e..89c22648d7 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -11,6 +11,6 @@ platforms: - Docker tags: - Communication - Custom Communication Systems -stargazers_count: 1341 -updated_at: '2025-05-23' +stargazers_count: 1371 +updated_at: '2025-08-07' archived: false diff --git a/software/glowing-bear.yml b/software/glowing-bear.yml index 8bb49a7596..ec22ab1edd 100644 --- a/software/glowing-bear.yml +++ b/software/glowing-bear.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/glowing-bear/glowing-bear demo_url: https://www.glowing-bear.org stargazers_count: 962 -updated_at: '2024-07-13' +updated_at: '2025-07-15' archived: false diff --git a/software/go-doxy.yml b/software/go-doxy.yml index 5d51da9aaf..3524a29427 100644 --- a/software/go-doxy.yml +++ b/software/go-doxy.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Web Servers -stargazers_count: 1862 -updated_at: '2025-06-07' +stargazers_count: 2334 +updated_at: '2025-07-27' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index e1c9424021..de1ab7b1db 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Feature Toggle source_code_url: https://github.com/thomaspoignant/go-feature-flag -stargazers_count: 1656 -updated_at: '2025-06-07' +stargazers_count: 1709 +updated_at: '2025-08-05' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index c08f39ec5f..46aa3a4149 100644 --- a/software/goaccess.yml +++ b/software/goaccess.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/allinurl/goaccess -stargazers_count: 19403 -updated_at: '2025-06-04' +stargazers_count: 19664 +updated_at: '2025-08-05' archived: false diff --git a/software/goatcounter.yml b/software/goatcounter.yml index f3a4ceeac9..1a78e0b98c 100644 --- a/software/goatcounter.yml +++ b/software/goatcounter.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/arp242/goatcounter -stargazers_count: 4933 -updated_at: '2025-06-07' +stargazers_count: 5077 +updated_at: '2025-07-27' archived: false diff --git a/software/gobookmarks.yml b/software/gobookmarks.yml new file mode 100644 index 0000000000..4d65562558 --- /dev/null +++ b/software/gobookmarks.yml @@ -0,0 +1,14 @@ +name: gobookmarks +website_url: https://github.com/arran4/gobookmarks +source_code_url: https://github.com/arran4/gobookmarks +description: Landing page to display bookmarks stored in GitHub, GitLab or local Git. +licenses: + - AGPL-3.0 +platforms: + - Go + - Docker +tags: + - Personal Dashboards +stargazers_count: 2 +updated_at: '2025-08-05' +archived: false diff --git a/software/gogs.yml b/software/gogs.yml index 2f091bb559..dc54f3a29d 100644 --- a/software/gogs.yml +++ b/software/gogs.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/gogs/gogs -stargazers_count: 46462 -updated_at: '2025-06-01' +stargazers_count: 46745 +updated_at: '2025-08-04' archived: false diff --git a/software/gokapi.yml b/software/gokapi.yml index 4821f9bc49..bfc22aaf44 100644 --- a/software/gokapi.yml +++ b/software/gokapi.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/Forceu/gokapi -stargazers_count: 1914 -updated_at: '2025-06-06' +stargazers_count: 2185 +updated_at: '2025-08-09' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index a5217ad963..85ec1ff0d6 100644 --- a/software/gollum.yml +++ b/software/gollum.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/gollum/gollum -stargazers_count: 14016 +stargazers_count: 14092 updated_at: '2025-06-03' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index d8acae627d..701b81179c 100644 --- a/software/gonic.yml +++ b/software/gonic.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/sentriz/gonic -stargazers_count: 1914 -updated_at: '2025-05-29' +stargazers_count: 1980 +updated_at: '2025-07-30' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index 413ee1bc79..88c1f39661 100644 --- a/software/google-webfonts-helper.yml +++ b/software/google-webfonts-helper.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/majodev/google-webfonts-helper demo_url: https://gwfh.mranftl.com/fonts depends_3rdparty: true -stargazers_count: 12489 +stargazers_count: 12572 updated_at: '2025-03-02' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index 96646434e6..df65a6af05 100644 --- a/software/gophish.yml +++ b/software/gophish.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/gophish/gophish -stargazers_count: 12689 +stargazers_count: 12935 updated_at: '2024-09-23' archived: false diff --git a/software/goploader.yml b/software/goploader.yml index 320d6f6765..b71510c32b 100644 --- a/software/goploader.yml +++ b/software/goploader.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/Depado/goploader -stargazers_count: 293 -updated_at: '2025-06-07' +stargazers_count: 294 +updated_at: '2025-08-09' archived: false diff --git a/software/gossa.yml b/software/gossa.yml index f5c4d43572..51878dfd36 100644 --- a/software/gossa.yml +++ b/software/gossa.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/pldubouilh/gossa -stargazers_count: 980 -updated_at: '2025-02-24' +stargazers_count: 1000 +updated_at: '2025-07-21' archived: false diff --git a/software/gosɛ.yml b/software/gosɛ.yml index 360cbe4d81..4ddacb5cc7 100644 --- a/software/gosɛ.yml +++ b/software/gosɛ.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/stv0g/gose -stargazers_count: 239 -updated_at: '2025-06-05' +stargazers_count: 240 +updated_at: '2025-08-04' archived: false diff --git a/software/gotenberg.yml b/software/gotenberg.yml index 4b4a9c5bd0..169d450f37 100644 --- a/software/gotenberg.yml +++ b/software/gotenberg.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management - Automation -stargazers_count: 9372 -updated_at: '2025-06-06' +stargazers_count: 9778 +updated_at: '2025-08-09' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index 6752e145ae..499d6a17db 100644 --- a/software/gotify.yml +++ b/software/gotify.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/gotify/server related_software_url: https://github.com/gotify/android -stargazers_count: 12773 -updated_at: '2025-05-29' +stargazers_count: 13416 +updated_at: '2025-08-09' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index f177cfaeef..5894d56244 100644 --- a/software/gotosocial.yml +++ b/software/gotosocial.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/superseriousbusiness/gotosocial -stargazers_count: 4141 -updated_at: '2025-06-06' +stargazers_count: 4162 +updated_at: '2025-08-09' archived: false diff --git a/software/gramps-web.yml b/software/gramps-web.yml index 903f3a4f7a..f1458214f2 100644 --- a/software/gramps-web.yml +++ b/software/gramps-web.yml @@ -9,6 +9,6 @@ tags: - Genealogy source_code_url: https://github.com/gramps-project/gramps-web-api demo_url: https://gramps-project.github.io/gramps-web-api/ -stargazers_count: 109 -updated_at: '2025-06-07' +stargazers_count: 114 +updated_at: '2025-07-16' archived: false diff --git a/software/graph-vl.yml b/software/graph-vl.yml index 57d69e8e41..a8c91fd1a5 100644 --- a/software/graph-vl.yml +++ b/software/graph-vl.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/verifid/graph-vl -stargazers_count: 63 +stargazers_count: 64 updated_at: '2024-10-15' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index c515495c01..0842891bfa 100644 --- a/software/graphhopper.yml +++ b/software/graphhopper.yml @@ -8,6 +8,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/graphhopper/graphhopper -stargazers_count: 5833 -updated_at: '2025-06-07' +stargazers_count: 5940 +updated_at: '2025-08-08' archived: false diff --git a/software/graphweaver.yml b/software/graphweaver.yml index 15c328adb6..37b9ee1657 100644 --- a/software/graphweaver.yml +++ b/software/graphweaver.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/exogee-technology/graphweaver -stargazers_count: 521 -updated_at: '2025-06-06' +stargazers_count: 530 +updated_at: '2025-08-08' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index 24ba413b33..40e331401b 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2458 +stargazers_count: 2508 updated_at: '2025-05-30' archived: false diff --git a/software/grist.yml b/software/grist.yml index 75da537180..4bf455a95d 100644 --- a/software/grist.yml +++ b/software/grist.yml @@ -11,6 +11,6 @@ tags: - Office Suites source_code_url: https://github.com/gristlabs/grist-core demo_url: https://docs.getgrist.com -stargazers_count: 8452 -updated_at: '2025-06-05' +stargazers_count: 8810 +updated_at: '2025-08-08' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index f562c79e20..feb1683833 100644 --- a/software/grocy.yml +++ b/software/grocy.yml @@ -11,6 +11,6 @@ tags: - Inventory Management source_code_url: https://github.com/grocy/grocy demo_url: https://en.demo.grocy.info/ -stargazers_count: 7602 -updated_at: '2025-06-07' +stargazers_count: 8008 +updated_at: '2025-08-03' archived: false diff --git a/software/group-office.yml b/software/group-office.yml index dddd350344..6f39163b92 100644 --- a/software/group-office.yml +++ b/software/group-office.yml @@ -9,6 +9,6 @@ tags: - Groupware - Customer Relationship Management (CRM) source_code_url: https://github.com/Intermesh/groupoffice/ -stargazers_count: 228 -updated_at: '2025-06-06' +stargazers_count: 231 +updated_at: '2025-08-08' archived: false diff --git a/software/grr.yml b/software/grr.yml index 5b8ab6a326..410cd40185 100644 --- a/software/grr.yml +++ b/software/grr.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/JeromeDevome/GRR -stargazers_count: 90 -updated_at: '2025-05-04' +stargazers_count: 91 +updated_at: '2025-08-09' archived: false diff --git a/software/guacamole.yml b/software/guacamole.yml index b62f4139e1..d1b831df6b 100644 --- a/software/guacamole.yml +++ b/software/guacamole.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/apache/guacamole-server -stargazers_count: 3383 -updated_at: '2025-06-05' +stargazers_count: 3471 +updated_at: '2025-08-04' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index 0510fb0373..167811503a 100644 --- a/software/habitica.yml +++ b/software/habitica.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/HabitRPG/habitica -stargazers_count: 12932 -updated_at: '2025-05-29' +stargazers_count: 13137 +updated_at: '2025-08-08' archived: false diff --git a/software/halo.yml b/software/halo.yml new file mode 100644 index 0000000000..1bfef0e265 --- /dev/null +++ b/software/halo.yml @@ -0,0 +1,16 @@ +name: Halo +website_url: https://www.halo.run +source_code_url: https://github.com/halo-dev/halo +description: A powerful and easy-to-use website building tool (documentation in Chinese). +licenses: + - GPL-3.0 +platforms: + - Java + - Docker +tags: + - Software Development - Low Code +demo_url: https://demo.halo.run +related_software_url: https://github.com/halo-sigs/awesome-halo +stargazers_count: 36442 +updated_at: '2025-08-08' +archived: false diff --git a/software/handbrake-web.yml b/software/handbrake-web.yml index f0083432f4..1dda8b8511 100644 --- a/software/handbrake-web.yml +++ b/software/handbrake-web.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 434 -updated_at: '2025-03-23' +stargazers_count: 466 +updated_at: '2025-07-22' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 53db56a46a..0d954e75fe 100644 --- a/software/haraka.yml +++ b/software/haraka.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/haraka/Haraka -stargazers_count: 5290 -updated_at: '2025-05-19' +stargazers_count: 5345 +updated_at: '2025-07-06' archived: false diff --git a/software/harbor.yml b/software/harbor.yml new file mode 100644 index 0000000000..f4c7bf9b0e --- /dev/null +++ b/software/harbor.yml @@ -0,0 +1,14 @@ +name: Harbor +website_url: https://goharbor.io/ +source_code_url: https://github.com/goharbor/harbor +description: Cloud native image registry that stores, signs, and scans content. +licenses: + - Apache-2.0 +platforms: + - Docker + - K8S +tags: + - File Transfer - Object Storage & File Servers +stargazers_count: 26130 +updated_at: '2025-08-08' +archived: false diff --git a/software/hasura.yml b/software/hasura.yml index c412c42ccd..442e3bf73a 100644 --- a/software/hasura.yml +++ b/software/hasura.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/hasura/graphql-engine -stargazers_count: 31560 -updated_at: '2025-06-05' +stargazers_count: 31637 +updated_at: '2025-08-07' archived: false diff --git a/software/hatsu.yml b/software/hatsu.yml index 0dcf57522b..7d0ed786b0 100644 --- a/software/hatsu.yml +++ b/software/hatsu.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Communication - Social Networks and Forums -stargazers_count: 201 +stargazers_count: 205 updated_at: '2025-04-03' archived: false diff --git a/software/haven.yml b/software/haven.yml index ccecbab9f7..9bef42fd64 100644 --- a/software/haven.yml +++ b/software/haven.yml @@ -9,6 +9,6 @@ tags: - Blogging Platforms source_code_url: https://github.com/havenweb/haven demo_url: https://havenweb.org/demo.html -stargazers_count: 699 -updated_at: '2025-05-24' +stargazers_count: 719 +updated_at: '2025-07-31' archived: false diff --git a/software/headphones.yml b/software/headphones.yml index d79e79de26..612368d427 100644 --- a/software/headphones.yml +++ b/software/headphones.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/rembo10/headphones -stargazers_count: 3476 +stargazers_count: 3548 updated_at: '2025-06-01' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index 4f56b471da..20f2241c65 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8946 -updated_at: '2025-06-05' +stargazers_count: 9288 +updated_at: '2025-08-05' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index 9f69d5070a..0b1fe5e3d1 100644 --- a/software/hedgedoc.yml +++ b/software/hedgedoc.yml @@ -10,6 +10,6 @@ tags: - Note-taking & Editors source_code_url: https://github.com/hedgedoc/hedgedoc demo_url: https://demo.hedgedoc.org/ -stargazers_count: 6112 -updated_at: '2025-05-17' +stargazers_count: 6320 +updated_at: '2025-07-07' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index ea6e4664a1..9f693cfa58 100644 --- a/software/heimdall.yml +++ b/software/heimdall.yml @@ -8,6 +8,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/linuxserver/Heimdall -stargazers_count: 8424 -updated_at: '2024-11-05' +stargazers_count: 8553 +updated_at: '2025-08-02' archived: false diff --git a/software/hemmelig.yml b/software/hemmelig.yml index 8a3645390d..c919b60c19 100644 --- a/software/hemmelig.yml +++ b/software/hemmelig.yml @@ -9,6 +9,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/HemmeligOrg/Hemmelig.app -stargazers_count: 880 -updated_at: '2025-05-26' +stargazers_count: 908 +updated_at: '2025-08-05' archived: false diff --git a/software/heyform.yml b/software/heyform.yml index 0f82370f87..cf3651c2ea 100644 --- a/software/heyform.yml +++ b/software/heyform.yml @@ -8,6 +8,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/heyform/heyform -stargazers_count: 8151 -updated_at: '2025-04-07' +stargazers_count: 8287 +updated_at: '2025-07-16' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 84d8bf1765..4d15cc404f 100644 --- a/software/hi.events.yml +++ b/software/hi.events.yml @@ -10,6 +10,6 @@ tags: - Booking and Scheduling - E-commerce demo_url: https://demo.hi.events/event/1/dog-conf-2030 -stargazers_count: 2925 -updated_at: '2025-06-06' +stargazers_count: 3063 +updated_at: '2025-07-23' archived: false diff --git a/software/hiccup.yml b/software/hiccup.yml index ee3267973c..e9336fea94 100644 --- a/software/hiccup.yml +++ b/software/hiccup.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/ashwin-pc/hiccup -stargazers_count: 170 -updated_at: '2024-09-30' +stargazers_count: 176 +updated_at: '2025-08-09' archived: false diff --git a/software/hitobito.yml b/software/hitobito.yml index 50b8411fa6..dbc1c2de46 100644 --- a/software/hitobito.yml +++ b/software/hitobito.yml @@ -9,6 +9,6 @@ tags: - Polls and Events source_code_url: https://github.com/hitobito/hitobito demo_url: https://demo.hitobito.com/en/users/sign_in -stargazers_count: 414 -updated_at: '2025-06-06' +stargazers_count: 426 +updated_at: '2025-08-08' archived: false diff --git a/software/holoplay.yml b/software/holoplay.yml deleted file mode 100644 index dc6bc21025..0000000000 --- a/software/holoplay.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: HoloPlay -website_url: https://app.holoplay.io -source_code_url: https://github.com/stephane-r/holoplay-pwa -description: Listen to Youtube audio sources using Invidious API. -licenses: - - MIT -platforms: - - Nodejs - - Docker -tags: - - Media Streaming - Audio Streaming -depends_3rdparty: true -stargazers_count: 110 -updated_at: '2024-07-22' -archived: false diff --git a/software/homarr.yml b/software/homarr.yml index a19d7c02bd..4035705cf7 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/homarr-labs/homarr -stargazers_count: 906 -updated_at: '2025-06-07' +stargazers_count: 1478 +updated_at: '2025-08-09' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 4359732d9d..cc7e1866b7 100644 --- a/software/home-assistant.yml +++ b/software/home-assistant.yml @@ -10,6 +10,6 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/home-assistant/core demo_url: https://home-assistant.io/demo/ -stargazers_count: 79484 -updated_at: '2025-06-07' +stargazers_count: 80641 +updated_at: '2025-08-09' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index c10808799a..1e6a009ecf 100644 --- a/software/homebox-sysadminsmedia.yml +++ b/software/homebox-sysadminsmedia.yml @@ -10,6 +10,6 @@ platforms: tags: - Inventory Management demo_url: https://demo.homebox.software/ -stargazers_count: 2784 -updated_at: '2025-06-07' +stargazers_count: 3419 +updated_at: '2025-08-05' archived: false diff --git a/software/homebox.yml b/software/homebox.yml deleted file mode 100644 index caef144d5d..0000000000 --- a/software/homebox.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: homebox -website_url: https://github.com/progmaticltd/homebox -description: Suite of Ansible scripts to deploy a fully functional mail server on Debian. Unobtrusive and automatic as much as possible, focusing on stability and security. -licenses: - - GPL-3.0 -platforms: - - Shell -tags: - - Communication - Email - Complete Solutions -source_code_url: https://github.com/progmaticltd/homebox -stargazers_count: 486 -updated_at: '2024-07-16' -archived: false diff --git a/software/homegallery.yml b/software/homegallery.yml index fa1eefc250..c0979d1201 100644 --- a/software/homegallery.yml +++ b/software/homegallery.yml @@ -10,6 +10,6 @@ tags: - Photo Galleries source_code_url: https://github.com/xemle/home-gallery demo_url: https://demo.home-gallery.org -stargazers_count: 955 -updated_at: '2025-04-23' +stargazers_count: 992 +updated_at: '2025-07-29' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index 65e6db65b9..a9757df8fb 100644 --- a/software/homepage-by-gethomepage.yml +++ b/software/homepage-by-gethomepage.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/gethomepage/homepage -stargazers_count: 24179 -updated_at: '2025-06-07' +stargazers_count: 25211 +updated_at: '2025-08-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index 0bd5663cfd..a3745288fe 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,7 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 10194 -updated_at: '2025-05-20' +demo_url: https://homer-demo.netlify.app +stargazers_count: 10444 +updated_at: '2025-08-06' archived: false diff --git a/software/homeserverhq.yml b/software/homeserverhq.yml index d6943aaa9f..47b969acd5 100644 --- a/software/homeserverhq.yml +++ b/software/homeserverhq.yml @@ -8,6 +8,6 @@ platforms: - Shell tags: - Self-hosting Solutions -stargazers_count: 26 -updated_at: '2025-06-05' +stargazers_count: 35 +updated_at: '2025-08-09' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index db6305b5f9..7f07f444e5 100644 --- a/software/hoppscotch-community-edition.yml +++ b/software/hoppscotch-community-edition.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/hoppscotch/hoppscotch -stargazers_count: 72052 -updated_at: '2025-06-05' +stargazers_count: 73431 +updated_at: '2025-08-08' archived: false diff --git a/software/hortusfox.yml b/software/hortusfox.yml index d830c098a5..883941fbb0 100644 --- a/software/hortusfox.yml +++ b/software/hortusfox.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 988 -updated_at: '2025-05-31' +stargazers_count: 1126 +updated_at: '2025-08-07' archived: false diff --git a/software/hrconvert2.yml b/software/hrconvert2.yml deleted file mode 100644 index 49dd506ba8..0000000000 --- a/software/hrconvert2.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: HRConvert2 -website_url: https://github.com/zelon88/HRConvert2 -description: Drag-and-drop file conversion server with session based authentication, automatic temporary file maintenance, and logging capability. -licenses: - - GPL-3.0 -platforms: - - PHP -tags: - - Automation -source_code_url: https://github.com/zelon88/HRConvert2 -stargazers_count: 1274 -updated_at: '2024-06-10' -archived: false diff --git a/software/htmly.yml b/software/htmly.yml index 73f009c007..af79b8021b 100644 --- a/software/htmly.yml +++ b/software/htmly.yml @@ -10,6 +10,6 @@ tags: - Blogging Platforms - Content Management Systems (CMS) demo_url: http://demo.htmly.com/ -stargazers_count: 1190 -updated_at: '2025-06-07' +stargazers_count: 1223 +updated_at: '2025-07-19' archived: false diff --git a/software/hubleys.yml b/software/hubleys.yml index 252fd994b0..98fb91e782 100644 --- a/software/hubleys.yml +++ b/software/hubleys.yml @@ -8,6 +8,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/knrdl/hubleys-dashboard -stargazers_count: 85 -updated_at: '2025-06-02' +stargazers_count: 90 +updated_at: '2025-07-21' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index c7ccf490f7..37a3f69561 100644 --- a/software/huginn.yml +++ b/software/huginn.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/huginn/huginn -stargazers_count: 46394 +stargazers_count: 46999 updated_at: '2025-03-23' archived: false diff --git a/software/huly.yml b/software/huly.yml index e70e194482..9e58b907d6 100644 --- a/software/huly.yml +++ b/software/huly.yml @@ -11,6 +11,6 @@ platforms: tags: - Software Development - Project Management demo_url: https://app.huly.io -stargazers_count: 21123 -updated_at: '2025-06-06' +stargazers_count: 22100 +updated_at: '2025-08-08' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 197fe610c0..56a2be1487 100644 --- a/software/humhub.yml +++ b/software/humhub.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/humhub/humhub -stargazers_count: 6445 -updated_at: '2025-06-03' +stargazers_count: 6486 +updated_at: '2025-07-17' archived: false diff --git a/software/hypersomnia.yml b/software/hypersomnia.yml new file mode 100644 index 0000000000..fbf8821850 --- /dev/null +++ b/software/hypersomnia.yml @@ -0,0 +1,15 @@ +name: Hypersomnia +website_url: https://github.com/TeamHypersomnia/Hypersomnia +source_code_url: https://github.com/TeamHypersomnia/Hypersomnia +description: Competitive top-down shooter blending Counter-Strike with Hotline Miami. Runs on Linux, Windows, MacOS and the Web. +licenses: + - AGPL-3.0 +platforms: + - C++ + - Docker +tags: + - Games +demo_url: https://hypersomnia.io +stargazers_count: 1293 +updated_at: '2025-08-09' +archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index 887932590d..fceb707485 100644 --- a/software/hyperswitch.yml +++ b/software/hyperswitch.yml @@ -10,6 +10,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/juspay/hyperswitch depends_3rdparty: true -stargazers_count: 20219 -updated_at: '2025-06-07' +stargazers_count: 24019 +updated_at: '2025-08-08' archived: false diff --git a/software/hyphanet.yml b/software/hyphanet.yml index da7f661a99..59e699baeb 100644 --- a/software/hyphanet.yml +++ b/software/hyphanet.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/hyphanet/fred -stargazers_count: 1072 -updated_at: '2025-04-06' +stargazers_count: 1091 +updated_at: '2025-07-06' archived: false diff --git a/software/i-librarian.yml b/software/i-librarian.yml index 4903139e3e..e84defd9d8 100644 --- a/software/i-librarian.yml +++ b/software/i-librarian.yml @@ -9,6 +9,6 @@ tags: - Document Management source_code_url: https://github.com/mkucej/i-librarian-free demo_url: https://i-librarian.net/demo/ -stargazers_count: 300 -updated_at: '2025-03-04' +stargazers_count: 303 +updated_at: '2025-07-18' archived: false diff --git a/software/ifm.yml b/software/ifm.yml index ad5d90cbaf..275ea1fa63 100644 --- a/software/ifm.yml +++ b/software/ifm.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/misterunknown/ifm -stargazers_count: 350 +stargazers_count: 356 updated_at: '2025-06-07' archived: false diff --git a/software/ihatemoney.yml b/software/ihatemoney.yml index 0fe6e9d2d8..6dfc919d86 100644 --- a/software/ihatemoney.yml +++ b/software/ihatemoney.yml @@ -10,6 +10,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/spiral-project/ihatemoney demo_url: https://ihatemoney.org/demo/ -stargazers_count: 1272 +stargazers_count: 1289 updated_at: '2025-01-28' archived: false diff --git a/software/ilias.yml b/software/ilias.yml index e5c84aa8db..95500beec4 100644 --- a/software/ilias.yml +++ b/software/ilias.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/ILIAS-eLearning/ILIAS demo_url: https://demo.ilias.de -stargazers_count: 428 -updated_at: '2025-06-06' +stargazers_count: 437 +updated_at: '2025-08-08' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 4689f14bea..a745f83088 100644 --- a/software/imgproxy.yml +++ b/software/imgproxy.yml @@ -10,6 +10,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/imgproxy/imgproxy -stargazers_count: 9621 -updated_at: '2025-06-04' +stargazers_count: 9760 +updated_at: '2025-08-05' archived: false diff --git a/software/immich-kiosk.yml b/software/immich-kiosk.yml index cf507a1832..e98311c3e3 100644 --- a/software/immich-kiosk.yml +++ b/software/immich-kiosk.yml @@ -10,6 +10,6 @@ platforms: tags: - Photo Galleries related_software: https://github.com/immich-app/immich -stargazers_count: 855 -updated_at: '2025-06-06' +stargazers_count: 966 +updated_at: '2025-07-30' archived: false diff --git a/software/immich.yml b/software/immich.yml index b2233fc892..d5f8afc782 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -9,6 +9,6 @@ tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich demo_url: https://github.com/immich-app/immich#demo -stargazers_count: 67605 -updated_at: '2025-06-07' +stargazers_count: 72481 +updated_at: '2025-08-08' archived: false diff --git a/software/indico.yml b/software/indico.yml index 16406c473a..c2ecc68418 100644 --- a/software/indico.yml +++ b/software/indico.yml @@ -9,6 +9,6 @@ tags: - Conference Management source_code_url: https://github.com/indico/indico demo_url: https://sandbox.getindico.io/ -stargazers_count: 1895 -updated_at: '2025-06-05' +stargazers_count: 1928 +updated_at: '2025-08-08' archived: false diff --git a/software/inginious.yml b/software/inginious.yml index 2cb6076ad4..be78fd8ee5 100644 --- a/software/inginious.yml +++ b/software/inginious.yml @@ -10,6 +10,6 @@ platforms: tags: - Learning and Courses related_software_url: https://github.com/UCL-INGI/INGInious-plugins -stargazers_count: 223 -updated_at: '2025-05-05' +stargazers_count: 225 +updated_at: '2025-07-24' archived: false diff --git a/software/input.yml b/software/input.yml index 0d470273e6..4b0a00ad9b 100644 --- a/software/input.yml +++ b/software/input.yml @@ -10,6 +10,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/deck9/input -stargazers_count: 223 +stargazers_count: 232 updated_at: '2025-02-06' archived: false diff --git a/software/inspircd.yml b/software/inspircd.yml index f612651622..270301797a 100644 --- a/software/inspircd.yml +++ b/software/inspircd.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/inspircd/inspircd -stargazers_count: 1232 -updated_at: '2025-05-27' +stargazers_count: 1253 +updated_at: '2025-08-02' archived: false diff --git a/software/inveniordm.yml b/software/inveniordm.yml index e84564f233..9c9bf8c02d 100644 --- a/software/inveniordm.yml +++ b/software/inveniordm.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/inveniosoftware/invenio-app-rdm demo_url: https://inveniordm.web.cern.ch/ related_software_url: https://inveniosoftware.org/products/rdm/ -stargazers_count: 123 -updated_at: '2025-06-05' +stargazers_count: 128 +updated_at: '2025-08-08' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index a425155e32..a0167d4f9e 100644 --- a/software/inventree.yml +++ b/software/inventree.yml @@ -9,6 +9,6 @@ tags: - Inventory Management source_code_url: https://github.com/inventree/InvenTree demo_url: https://inventree.org/demo -stargazers_count: 5048 -updated_at: '2025-06-07' +stargazers_count: 5266 +updated_at: '2025-08-08' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index c2ebdc47c0..fb14805553 100644 --- a/software/invidious.yml +++ b/software/invidious.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/iv-org/invidious demo_url: https://docs.invidious.io/instances/ depends_3rdparty: true -stargazers_count: 17385 +stargazers_count: 17704 updated_at: '2025-05-28' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index b460ce0906..92d14452a9 100644 --- a/software/invoice-ninja.yml +++ b/software/invoice-ninja.yml @@ -11,6 +11,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/invoiceninja/invoiceninja demo_url: https://app.invoiceninja.com/invoices/create -stargazers_count: 8884 +stargazers_count: 9034 updated_at: '2025-03-01' archived: false diff --git a/software/invoiceplane.yml b/software/invoiceplane.yml index deb90007ad..f7ee61b36d 100644 --- a/software/invoiceplane.yml +++ b/software/invoiceplane.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/InvoicePlane/InvoicePlane -stargazers_count: 2730 -updated_at: '2025-05-30' +stargazers_count: 2783 +updated_at: '2025-08-05' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index cef3c8d8c7..e28a1619be 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 1185 -updated_at: '2025-05-22' +stargazers_count: 1290 +updated_at: '2025-06-11' archived: false diff --git a/software/iobroker.yml b/software/iobroker.yml index 0c87a88e87..f85d389b4b 100644 --- a/software/iobroker.yml +++ b/software/iobroker.yml @@ -8,6 +8,6 @@ platforms: tags: - Internet of Things (IoT) source_code_url: https://github.com/ioBroker/ioBroker -stargazers_count: 1331 -updated_at: '2025-06-06' +stargazers_count: 1337 +updated_at: '2025-08-09' archived: false diff --git a/software/iodine.yml b/software/iodine.yml index b613b9c463..702aa6d0d0 100644 --- a/software/iodine.yml +++ b/software/iodine.yml @@ -9,6 +9,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/yarrick/iodine -stargazers_count: 6457 +stargazers_count: 6812 updated_at: '2025-05-13' archived: false diff --git a/software/iopaint.yml b/software/iopaint.yml index aac100e980..7fea0543b9 100644 --- a/software/iopaint.yml +++ b/software/iopaint.yml @@ -10,6 +10,6 @@ tags: - Generative Artificial Intelligence (GenAI) source_code_url: https://github.com/Sanster/IOPaint depends_3rdparty: true -stargazers_count: 21454 +stargazers_count: 21979 updated_at: '2025-04-29' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index 59f77b1c25..91366530d9 100644 --- a/software/iredmail.yml +++ b/software/iredmail.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/iredmail/iRedMail -stargazers_count: 1627 -updated_at: '2025-06-06' +stargazers_count: 1671 +updated_at: '2025-07-26' archived: false diff --git a/software/islandora.yml b/software/islandora.yml index d0ac7674ee..3646e12c05 100644 --- a/software/islandora.yml +++ b/software/islandora.yml @@ -9,6 +9,6 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/Islandora/islandora demo_url: https://sandbox.islandora.ca/ -stargazers_count: 153 -updated_at: '2025-06-04' +stargazers_count: 155 +updated_at: '2025-07-30' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index 0038b2906c..12ec67e15c 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2972 -updated_at: '2025-05-30' +stargazers_count: 3494 +updated_at: '2025-07-28' archived: false diff --git a/software/isso.yml b/software/isso.yml index 7c8159aefd..d8bf0051f6 100644 --- a/software/isso.yml +++ b/software/isso.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/posativ/isso -stargazers_count: 5158 -updated_at: '2025-04-21' +stargazers_count: 5175 +updated_at: '2025-07-18' archived: false diff --git a/software/itflow.yml b/software/itflow.yml index 7fef950eca..df138776bc 100644 --- a/software/itflow.yml +++ b/software/itflow.yml @@ -9,6 +9,6 @@ tags: - Ticketing source_code_url: https://github.com/itflow-org/itflow demo_url: https://demo.itflow.org -stargazers_count: 701 -updated_at: '2025-06-02' +stargazers_count: 765 +updated_at: '2025-06-22' archived: false diff --git a/software/janus.yml b/software/janus.yml index b7a54cd140..fdac86008f 100644 --- a/software/janus.yml +++ b/software/janus.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Video Conferencing demo_url: https://janus.conf.meetecho.com/demos/ -stargazers_count: 8659 -updated_at: '2025-06-06' +stargazers_count: 8757 +updated_at: '2025-08-01' archived: false diff --git a/software/jarr.yml b/software/jarr.yml index 9d1629c42b..eb5c183000 100644 --- a/software/jarr.yml +++ b/software/jarr.yml @@ -10,6 +10,6 @@ tags: - Feed Readers source_code_url: https://github.com/jaesivsm/JARR demo_url: https://www.jarr.info/ -stargazers_count: 125 -updated_at: '2025-01-06' +stargazers_count: 126 +updated_at: '2025-08-08' archived: false diff --git a/software/jauth.yml b/software/jauth.yml index 4283632721..5f00055d3b 100644 --- a/software/jauth.yml +++ b/software/jauth.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers depends_3rdparty: true -stargazers_count: 87 +stargazers_count: 92 updated_at: '2025-03-17' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 4bf4546fa7..8b01543a50 100644 --- a/software/jellyfin.yml +++ b/software/jellyfin.yml @@ -12,6 +12,6 @@ tags: source_code_url: https://github.com/jellyfin/jellyfin demo_url: https://demo.jellyfin.org/stable related_software_url: https://github.com/awesome-jellyfin/awesome-jellyfin -stargazers_count: 40410 -updated_at: '2025-06-07' +stargazers_count: 42525 +updated_at: '2025-08-09' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index 7c0ce80bf8..facbe4dd1e 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 5390 -updated_at: '2025-06-04' +stargazers_count: 5820 +updated_at: '2025-08-05' archived: false diff --git a/software/jelu.yml b/software/jelu.yml index 28abb16619..82a1131a69 100644 --- a/software/jelu.yml +++ b/software/jelu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 493 -updated_at: '2025-04-25' +stargazers_count: 565 +updated_at: '2025-08-05' archived: false diff --git a/software/jina.yml b/software/jina.yml index 80a71dd016..273138784d 100644 --- a/software/jina.yml +++ b/software/jina.yml @@ -9,6 +9,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/jina-ai/jina/ -stargazers_count: 21604 +stargazers_count: 21692 updated_at: '2025-03-24' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index 2b8445808d..853d45dbc0 100644 --- a/software/jitsi-meet.yml +++ b/software/jitsi-meet.yml @@ -11,6 +11,6 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/jitsi/jitsi-meet demo_url: https://meet.jit.si -stargazers_count: 25693 -updated_at: '2025-06-06' +stargazers_count: 26169 +updated_at: '2025-08-08' archived: false diff --git a/software/jitsi-video-bridge.yml b/software/jitsi-video-bridge.yml index 650e3795f4..abe93eb357 100644 --- a/software/jitsi-video-bridge.yml +++ b/software/jitsi-video-bridge.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Video Conferencing source_code_url: https://github.com/jitsi/jitsi-videobridge -stargazers_count: 2976 -updated_at: '2025-06-05' +stargazers_count: 2991 +updated_at: '2025-07-16' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index 56587baaf5..af358f3eab 100644 --- a/software/joomla!.yml +++ b/software/joomla!.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/joomla/joomla-cms -stargazers_count: 4933 -updated_at: '2025-05-31' +stargazers_count: 4942 +updated_at: '2025-08-08' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index 87893ce25f..8aa184e25c 100644 --- a/software/joplin.yml +++ b/software/joplin.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/laurent22/joplin -stargazers_count: 49601 -updated_at: '2025-06-07' +stargazers_count: 50709 +updated_at: '2025-08-09' archived: false diff --git a/software/jsxc.yml b/software/jsxc.yml index 826348f318..e0e2c0cca0 100644 --- a/software/jsxc.yml +++ b/software/jsxc.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - XMPP - Web Clients source_code_url: https://github.com/jsxc/jsxc -stargazers_count: 728 +stargazers_count: 732 updated_at: '2024-08-09' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index 31f5d1d8c2..92b44b0eb8 100644 --- a/software/judge0-ce.yml +++ b/software/judge0-ce.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/judge0/judge0 -stargazers_count: 3244 -updated_at: '2025-05-13' +stargazers_count: 3410 +updated_at: '2025-06-19' archived: false diff --git a/software/juntagrico.yml b/software/juntagrico.yml index e1054cdee5..26bc6962d7 100644 --- a/software/juntagrico.yml +++ b/software/juntagrico.yml @@ -8,6 +8,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/juntagrico/juntagrico -stargazers_count: 50 -updated_at: '2025-06-02' +stargazers_count: 52 +updated_at: '2025-07-12' archived: false diff --git a/software/jupyterlab.yml b/software/jupyterlab.yml index 34688460dc..f9fe43a372 100644 --- a/software/jupyterlab.yml +++ b/software/jupyterlab.yml @@ -10,6 +10,6 @@ tags: - Software Development - IDE & Tools source_code_url: https://github.com/jupyterlab/jupyterlab/ demo_url: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/try.jupyter.org?urlpath=lab -stargazers_count: 14625 -updated_at: '2025-06-05' +stargazers_count: 14741 +updated_at: '2025-08-08' archived: false diff --git a/software/just-short-it!.yml b/software/just-short-it!.yml index 132941d4a2..1c3a5625c8 100644 --- a/software/just-short-it!.yml +++ b/software/just-short-it!.yml @@ -8,6 +8,6 @@ platforms: tags: - URL Shorteners source_code_url: https://github.com/miawinter98/just-short-it -stargazers_count: 48 +stargazers_count: 52 updated_at: '2024-09-28' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index 810c4d48e1..152f167a26 100644 --- a/software/kamailio.yml +++ b/software/kamailio.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/kamailio/kamailio -stargazers_count: 2476 -updated_at: '2025-06-06' +stargazers_count: 2537 +updated_at: '2025-08-08' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index 066aef25a9..99ea01b5d6 100644 --- a/software/kanboard.yml +++ b/software/kanboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/kanboard/kanboard -stargazers_count: 8966 -updated_at: '2025-06-03' +stargazers_count: 9074 +updated_at: '2025-08-07' archived: false diff --git a/software/kaneo.yml b/software/kaneo.yml new file mode 100644 index 0000000000..5bd34150ad --- /dev/null +++ b/software/kaneo.yml @@ -0,0 +1,15 @@ +name: Kaneo +website_url: https://kaneo.app/ +source_code_url: https://github.com/usekaneo/kaneo +description: Project management platform focused on simplicity and efficiency. +licenses: + - MIT +platforms: + - K8S + - Docker +tags: + - Software Development - Project Management +demo_url: https://demo.kaneo.app/ +stargazers_count: 1845 +updated_at: '2025-08-06' +archived: false diff --git a/software/kapowarr.yml b/software/kapowarr.yml index 6a902e012b..9374be68fa 100644 --- a/software/kapowarr.yml +++ b/software/kapowarr.yml @@ -9,6 +9,6 @@ platforms: - Python tags: - Document Management - E-books -stargazers_count: 600 -updated_at: '2025-06-06' +stargazers_count: 661 +updated_at: '2025-08-01' archived: false diff --git a/software/karakeep.yml b/software/karakeep.yml index 979bcdb796..f02da03817 100644 --- a/software/karakeep.yml +++ b/software/karakeep.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.karakeep.app/signin -stargazers_count: 17653 -updated_at: '2025-06-07' +stargazers_count: 19094 +updated_at: '2025-08-09' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index baed60f4d2..d7a2e90d0f 100644 --- a/software/kavita.yml +++ b/software/kavita.yml @@ -10,6 +10,6 @@ tags: - Document Management - E-books source_code_url: https://github.com/Kareadita/Kavita demo_url: https://www.kavitareader.com/#demo -stargazers_count: 8077 -updated_at: '2025-06-04' +stargazers_count: 8592 +updated_at: '2025-08-08' archived: false diff --git a/software/keila.yml b/software/keila.yml index f9c7e93d74..966dbfb658 100644 --- a/software/keila.yml +++ b/software/keila.yml @@ -9,6 +9,6 @@ tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/pentacent/keila demo_url: https://app.keila.io -stargazers_count: 1690 -updated_at: '2025-06-07' +stargazers_count: 1758 +updated_at: '2025-08-08' archived: false diff --git a/software/kener.yml b/software/kener.yml index 2897afd4cf..1c7f371c8e 100644 --- a/software/kener.yml +++ b/software/kener.yml @@ -10,6 +10,6 @@ platforms: tags: - Status / Uptime pages demo_url: https://kener.ing/ -stargazers_count: 3965 -updated_at: '2025-06-02' +stargazers_count: 4211 +updated_at: '2025-08-06' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index e649d4c6f3..4889f0fb39 100644 --- a/software/kestra.yml +++ b/software/kestra.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/kestra-io/kestra -stargazers_count: 18373 -updated_at: '2025-06-06' +stargazers_count: 20201 +updated_at: '2025-08-08' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index 4ea64a2782..81b77a04ea 100644 --- a/software/keygen.yml +++ b/software/keygen.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/keygen-sh/keygen-api -stargazers_count: 1120 -updated_at: '2025-06-03' +stargazers_count: 1163 +updated_at: '2025-07-29' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index f86b2d6e18..f9dfa42ccb 100644 --- a/software/keystonejs.yml +++ b/software/keystonejs.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/keystonejs/keystone -stargazers_count: 9571 -updated_at: '2025-06-02' +stargazers_count: 9646 +updated_at: '2025-08-04' archived: false diff --git a/software/khoj.yml b/software/khoj.yml new file mode 100644 index 0000000000..96947291d1 --- /dev/null +++ b/software/khoj.yml @@ -0,0 +1,15 @@ +name: Khoj +website_url: https://khoj.dev/ +source_code_url: https://github.com/khoj-ai/khoj +description: Your AI second brain. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI. +licenses: + - AGPL-3.0 +platforms: + - Python + - Docker +tags: + - Generative Artificial Intelligence (GenAI) +demo_url: https://app.khoj.dev/ +stargazers_count: 30682 +updated_at: '2025-08-09' +archived: false diff --git a/software/kibitzr.yml b/software/kibitzr.yml index 2195afabf2..ec070e7e22 100644 --- a/software/kibitzr.yml +++ b/software/kibitzr.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/kibitzr/kibitzr -stargazers_count: 681 +stargazers_count: 688 updated_at: '2025-05-05' archived: false diff --git a/software/kill-bill.yml b/software/kill-bill.yml index 7c79a6148c..e8d5928992 100644 --- a/software/kill-bill.yml +++ b/software/kill-bill.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/killbill/killbill -stargazers_count: 4895 -updated_at: '2025-05-24' +stargazers_count: 4986 +updated_at: '2025-07-29' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index 5e9168242b..0398ff6f7b 100644 --- a/software/kimai.yml +++ b/software/kimai.yml @@ -9,6 +9,6 @@ tags: - Time Tracking source_code_url: https://github.com/kimai/kimai demo_url: https://www.kimai.org/demo/ -stargazers_count: 3823 -updated_at: '2025-06-07' +stargazers_count: 4063 +updated_at: '2025-08-08' archived: false diff --git a/software/kinto.yml b/software/kinto.yml index d5b02c8db7..07e808f517 100644 --- a/software/kinto.yml +++ b/software/kinto.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer & Synchronization source_code_url: https://github.com/Kinto/kinto -stargazers_count: 4371 -updated_at: '2025-06-03' +stargazers_count: 4366 +updated_at: '2025-08-05' archived: false diff --git a/software/kirby.yml b/software/kirby.yml index 35bb828a3b..36bdd44d3e 100644 --- a/software/kirby.yml +++ b/software/kirby.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/getkirby/kirby -stargazers_count: 1400 -updated_at: '2025-06-03' +stargazers_count: 1412 +updated_at: '2025-07-29' archived: false diff --git a/software/kitchenowl.yml b/software/kitchenowl.yml index 98348681e0..538b0da0d0 100644 --- a/software/kitchenowl.yml +++ b/software/kitchenowl.yml @@ -9,6 +9,6 @@ platforms: tags: - Recipe Management source_code_url: https://github.com/TomBursch/kitchenowl -stargazers_count: 1819 -updated_at: '2025-06-03' +stargazers_count: 2520 +updated_at: '2025-07-26' archived: false diff --git a/software/kiwi-irc.yml b/software/kiwi-irc.yml index 6fdb4d3ec7..bc65e67ed0 100644 --- a/software/kiwi-irc.yml +++ b/software/kiwi-irc.yml @@ -9,6 +9,6 @@ tags: - Communication - IRC source_code_url: https://github.com/kiwiirc/kiwiirc demo_url: https://kiwiirc.com/nextclient/ -stargazers_count: 906 -updated_at: '2025-03-29' +stargazers_count: 916 +updated_at: '2025-08-01' archived: false diff --git a/software/kiwix-serve.yml b/software/kiwix-serve.yml index c4389bfacb..652816deae 100644 --- a/software/kiwix-serve.yml +++ b/software/kiwix-serve.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/kiwix/kiwix-tools -stargazers_count: 580 -updated_at: '2025-04-20' +stargazers_count: 614 +updated_at: '2025-06-13' archived: false diff --git a/software/klaus.yml b/software/klaus.yml deleted file mode 100644 index a97d0733c8..0000000000 --- a/software/klaus.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Klaus -website_url: https://github.com/jonashaag/klaus -description: Simple, easy-to-set-up Git web viewer that Just Works. -licenses: - - ISC -platforms: - - Python - - Docker -tags: - - Software Development - Project Management -source_code_url: https://github.com/jonashaag/klaus -stargazers_count: 690 -updated_at: '2024-07-15' -archived: false diff --git a/software/known.yml b/software/known.yml index f1d81c8976..68223f6a15 100644 --- a/software/known.yml +++ b/software/known.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/idno/known -stargazers_count: 1092 -updated_at: '2025-06-07' +stargazers_count: 1094 +updated_at: '2025-06-12' archived: false diff --git a/software/koblas.yml b/software/koblas.yml index 274e163d3a..d0af35829c 100644 --- a/software/koblas.yml +++ b/software/koblas.yml @@ -9,6 +9,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/ynuwenhof/koblas -stargazers_count: 135 +stargazers_count: 148 updated_at: '2024-09-15' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index f41fdbdfd3..6059f51167 100644 --- a/software/kodi.yml +++ b/software/kodi.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/xbmc/xbmc -stargazers_count: 19397 -updated_at: '2025-06-07' +stargazers_count: 19722 +updated_at: '2025-08-09' archived: false diff --git a/software/koel.yml b/software/koel.yml index 7668d2cbe9..9dd7ac26fe 100644 --- a/software/koel.yml +++ b/software/koel.yml @@ -9,6 +9,6 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/koel/koel demo_url: https://demo.koel.dev/ -stargazers_count: 16490 -updated_at: '2025-06-07' +stargazers_count: 16647 +updated_at: '2025-08-07' archived: false diff --git a/software/koha.yml b/software/koha.yml index b34e57f678..8a964d914a 100644 --- a/software/koha.yml +++ b/software/koha.yml @@ -9,6 +9,6 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/Koha-Community/Koha demo_url: https://koha-community.org/demo/ -stargazers_count: 520 -updated_at: '2025-06-06' +stargazers_count: 524 +updated_at: '2025-08-01' archived: false diff --git a/software/koillection.yml b/software/koillection.yml index de36681b2e..2034822087 100644 --- a/software/koillection.yml +++ b/software/koillection.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/benjaminjonard/koillection -stargazers_count: 856 -updated_at: '2025-06-05' +stargazers_count: 906 +updated_at: '2025-08-03' archived: false diff --git a/software/komga.yml b/software/komga.yml index 71011374be..b29843f3d7 100644 --- a/software/komga.yml +++ b/software/komga.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/gotson/komga -stargazers_count: 4959 -updated_at: '2025-06-02' +stargazers_count: 5200 +updated_at: '2025-08-05' archived: false diff --git a/software/kong.yml b/software/kong.yml index ad9d859d12..1db9d54341 100644 --- a/software/kong.yml +++ b/software/kong.yml @@ -11,6 +11,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/Kong/kong -stargazers_count: 40993 -updated_at: '2025-06-06' +stargazers_count: 41503 +updated_at: '2025-08-06' archived: false diff --git a/software/kottster.yml b/software/kottster.yml index e5e59f3699..704d1fdfd6 100644 --- a/software/kottster.yml +++ b/software/kottster.yml @@ -10,6 +10,6 @@ platforms: tags: - Database Management demo_url: https://demo.kottster.app/ -stargazers_count: 273 -updated_at: '2025-05-31' +stargazers_count: 389 +updated_at: '2025-08-08' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index 231c62f150..0d2206d242 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Customer Relationship Management (CRM) source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 15021 -updated_at: '2025-06-04' +stargazers_count: 16189 +updated_at: '2025-08-04' archived: false diff --git a/software/kresus.yml b/software/kresus.yml index ab6488c3d7..62648e21d4 100644 --- a/software/kresus.yml +++ b/software/kresus.yml @@ -10,6 +10,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/kresusapp/kresus demo_url: https://kresus.org/en/demo.html -stargazers_count: 314 -updated_at: '2025-05-16' +stargazers_count: 322 +updated_at: '2025-08-01' archived: false diff --git a/software/kubek.yml b/software/kubek.yml index c877778634..7d3797c544 100644 --- a/software/kubek.yml +++ b/software/kubek.yml @@ -8,6 +8,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/seeroy/kubek-minecraft-dashboard -stargazers_count: 113 +stargazers_count: 118 updated_at: '2025-02-24' archived: false diff --git a/software/kutt.yml b/software/kutt.yml index b4e5bd3f18..f2ba4adaa7 100644 --- a/software/kutt.yml +++ b/software/kutt.yml @@ -10,6 +10,6 @@ platforms: tags: - URL Shorteners demo_url: https://kutt.it -stargazers_count: 9773 +stargazers_count: 9998 updated_at: '2025-04-24' archived: false diff --git a/software/kuvasz-uptime.yml b/software/kuvasz-uptime.yml new file mode 100644 index 0000000000..e2ffd04ee7 --- /dev/null +++ b/software/kuvasz-uptime.yml @@ -0,0 +1,13 @@ +name: Kuvasz Uptime +website_url: https://kuvasz-uptime.dev +source_code_url: https://github.com/kuvasz-uptime/kuvasz +description: Performant, stable uptime & SSL monitoring service that just works. +licenses: + - Apache-2.0 +platforms: + - Docker +tags: + - Status / Uptime pages +stargazers_count: 198 +updated_at: '2025-08-09' +archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index e08cb0dbc4..928381fdf6 100644 --- a/software/kyoo.yml +++ b/software/kyoo.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming demo_url: https://kyoo.zoriya.dev -stargazers_count: 2082 -updated_at: '2025-06-07' +stargazers_count: 2148 +updated_at: '2025-08-08' archived: false diff --git a/software/lago.yml b/software/lago.yml index e14a9e1590..d4c658edc5 100644 --- a/software/lago.yml +++ b/software/lago.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/getlago/lago -stargazers_count: 7702 -updated_at: '2025-05-28' +stargazers_count: 8041 +updated_at: '2025-08-08' archived: false diff --git a/software/lancache.yml b/software/lancache.yml index bb90fdd7f8..b9534f6c1a 100644 --- a/software/lancache.yml +++ b/software/lancache.yml @@ -10,6 +10,6 @@ tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/lancachenet/monolithic depends_3rdparty: true -stargazers_count: 801 +stargazers_count: 825 updated_at: '2025-02-22' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index de0c953099..3ccb7d70e4 100644 --- a/software/langfuse.yml +++ b/software/langfuse.yml @@ -10,6 +10,6 @@ tags: - Software Development - IDE & Tools demo_url: https://langfuse.com/docs/demo related_software_url: https://langfuse.com/docs/integrations/overview -stargazers_count: 12303 -updated_at: '2025-06-06' +stargazers_count: 14803 +updated_at: '2025-08-08' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index 927fff3b5c..ea2265c0a7 100644 --- a/software/languagetool.yml +++ b/software/languagetool.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous related_software_url: https://languagetool.org/insights/post/product-windows-app/ -stargazers_count: 13170 -updated_at: '2025-06-07' +stargazers_count: 13415 +updated_at: '2025-08-09' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index 673318a3ed..c1c22a4e49 100644 --- a/software/leantime.yml +++ b/software/leantime.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/leantime/leantime -stargazers_count: 5443 -updated_at: '2025-06-03' +stargazers_count: 5634 +updated_at: '2025-07-31' archived: false diff --git a/software/ledgersmb.yml b/software/ledgersmb.yml index 1dbae5ee1c..aa6512a521 100644 --- a/software/ledgersmb.yml +++ b/software/ledgersmb.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/ledgersmb/LedgerSMB demo_url: https://demo.cloud.efficito.com/erp/1.5/login.pl -stargazers_count: 481 -updated_at: '2025-06-07' +stargazers_count: 489 +updated_at: '2025-08-09' archived: false diff --git a/software/leed.yml b/software/leed.yml index 3c8c16de34..7903e16676 100644 --- a/software/leed.yml +++ b/software/leed.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/LeedRSS/Leed -stargazers_count: 223 +stargazers_count: 224 updated_at: '2024-12-01' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index d29eb74b53..00b66e2169 100644 --- a/software/lemmy.yml +++ b/software/lemmy.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/LemmyNet/lemmy -stargazers_count: 13821 -updated_at: '2025-06-06' +stargazers_count: 13956 +updated_at: '2025-08-09' archived: false diff --git a/software/leon.yml b/software/leon.yml index 803e45b9ae..ec14d1c153 100644 --- a/software/leon.yml +++ b/software/leon.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/leon-ai/leon -stargazers_count: 16349 +stargazers_count: 16544 updated_at: '2025-04-24' archived: false diff --git a/software/lha.yml b/software/lha.yml index 5c848ea2be..d77822cf15 100644 --- a/software/lha.yml +++ b/software/lha.yml @@ -8,6 +8,6 @@ platforms: - Lua tags: - Internet of Things (IoT) -stargazers_count: 8 -updated_at: '2025-05-25' +stargazers_count: 9 +updated_at: '2025-07-06' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index d3b074e8bf..0adf5d5655 100644 --- a/software/libre-translate.yml +++ b/software/libre-translate.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/LibreTranslate/LibreTranslate -stargazers_count: 11616 -updated_at: '2025-06-06' +stargazers_count: 12179 +updated_at: '2025-07-31' archived: false diff --git a/software/librebooking.yml b/software/librebooking.yml new file mode 100644 index 0000000000..61d6f20e12 --- /dev/null +++ b/software/librebooking.yml @@ -0,0 +1,15 @@ +name: LibreBooking +website_url: https://librebooking.readthedocs.io/ +source_code_url: https://github.com/LibreBooking/app +demo_url: https://librebooking-demo.fly.dev/ +description: Resource scheduling solution offering a flexible, mobile-friendly, and extensible interface for organizations to manage resource reservations. +licenses: + - GPL-3.0 +platforms: + - PHP + - Docker +tags: + - Booking and Scheduling +stargazers_count: 541 +updated_at: '2025-08-09' +archived: false diff --git a/software/librekb.yml b/software/librekb.yml index f2f70e119d..9366dabaec 100644 --- a/software/librekb.yml +++ b/software/librekb.yml @@ -8,6 +8,6 @@ platforms: - PHP tags: - Knowledge Management Tools -stargazers_count: 41 -updated_at: '2025-03-22' +stargazers_count: 45 +updated_at: '2025-08-05' archived: false diff --git a/software/librephotos.yml b/software/librephotos.yml index cd4a0739e9..7b578c4e90 100644 --- a/software/librephotos.yml +++ b/software/librephotos.yml @@ -9,7 +9,7 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/LibrePhotos/librephotos -stargazers_count: 7351 -updated_at: '2025-05-26' +stargazers_count: 7765 +updated_at: '2025-08-08' archived: false related_software_url: https://docs.librephotos.com/docs/user-guide/mobile/ diff --git a/software/libreserver.yml b/software/libreserver.yml index badd3e542b..5f0d5b2038 100644 --- a/software/libreserver.yml +++ b/software/libreserver.yml @@ -9,5 +9,5 @@ tags: - Self-hosting Solutions source_code_url: https://github.com/bashrc2/libreserver stargazers_count: 38 -updated_at: '2025-06-03' +updated_at: '2025-07-16' archived: false diff --git a/software/libretime.yml b/software/libretime.yml index f2ea43a74e..e399dfaafe 100644 --- a/software/libretime.yml +++ b/software/libretime.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/LibreTime/libretime -stargazers_count: 864 -updated_at: '2025-06-07' +stargazers_count: 875 +updated_at: '2025-08-09' archived: false diff --git a/software/librum.yml b/software/librum.yml deleted file mode 100644 index fd54c0a663..0000000000 --- a/software/librum.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Librum -website_url: https://librumreader.com -description: Modern e-book reader and library manager that supports most major book formats, runs on all devices and offers great tools to boost productivity. -licenses: - - GPL-3.0 -platforms: - - C++ -tags: - - Document Management - E-books -source_code_url: https://github.com/Librum-Reader/Librum -stargazers_count: 4534 -updated_at: '2024-07-01' -archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 97f2a4bb1c..e632c964da 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 4142 -updated_at: '2025-06-06' +stargazers_count: 4395 +updated_at: '2025-08-06' archived: false diff --git a/software/lidatube.yml b/software/lidatube.yml index c007080338..4c9296c7d4 100644 --- a/software/lidatube.yml +++ b/software/lidatube.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management depends_3rdparty: true -stargazers_count: 252 -updated_at: '2025-06-06' +stargazers_count: 269 +updated_at: '2025-07-22' archived: false diff --git a/software/lidify.yml b/software/lidify.yml index 5e1beb5aaf..bc6de3c281 100644 --- a/software/lidify.yml +++ b/software/lidify.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management depends_3rdparty: true -stargazers_count: 299 +stargazers_count: 319 updated_at: '2025-02-17' archived: false diff --git a/software/lila.yml b/software/lila.yml index 34c83f6581..5fb1d74da1 100644 --- a/software/lila.yml +++ b/software/lila.yml @@ -8,6 +8,6 @@ platforms: tags: - Games source_code_url: https://github.com/lichess-org/lila -stargazers_count: 16725 -updated_at: '2025-06-07' +stargazers_count: 16958 +updated_at: '2025-08-09' archived: false diff --git a/software/limbas.yml b/software/limbas.yml index d26c1c2ff0..06bf7da195 100644 --- a/software/limbas.yml +++ b/software/limbas.yml @@ -8,6 +8,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/limbas/limbas -stargazers_count: 55 -updated_at: '2025-02-18' +stargazers_count: 56 +updated_at: '2025-07-02' archived: false diff --git a/software/limesurvey.yml b/software/limesurvey.yml index 3e29a8d269..ca7c1c19c6 100644 --- a/software/limesurvey.yml +++ b/software/limesurvey.yml @@ -9,6 +9,6 @@ tags: - Polls and Events source_code_url: https://github.com/LimeSurvey/LimeSurvey demo_url: https://demo.limesurvey.org -stargazers_count: 3141 -updated_at: '2025-06-05' +stargazers_count: 3216 +updated_at: '2025-08-08' archived: false diff --git a/software/linkace.yml b/software/linkace.yml index d0b68e4968..865d5b1f02 100644 --- a/software/linkace.yml +++ b/software/linkace.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/Kovah/LinkAce/ demo_url: https://demo.linkace.org/guest/links -stargazers_count: 2966 -updated_at: '2025-03-27' +stargazers_count: 3065 +updated_at: '2025-08-03' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index b69558fa79..37b4c7599d 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -9,6 +9,6 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding demo_url: https://demo.linkding.link/login/ -stargazers_count: 8413 -updated_at: '2025-05-30' +stargazers_count: 8838 +updated_at: '2025-07-23' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index fa0ae68228..61750fb1eb 100644 --- a/software/linkstack.yml +++ b/software/linkstack.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/LinkStackOrg/LinkStack demo_url: https://linksta.cc/ -stargazers_count: 2886 +stargazers_count: 3038 updated_at: '2025-06-03' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index d11f15c369..d225fecc43 100644 --- a/software/linkwarden.yml +++ b/software/linkwarden.yml @@ -9,6 +9,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/linkwarden/linkwarden -stargazers_count: 12512 -updated_at: '2025-05-22' +stargazers_count: 14110 +updated_at: '2025-07-29' archived: false diff --git a/software/linuxgsm.yml b/software/linuxgsm.yml index a9edcb9508..9510a628a2 100644 --- a/software/linuxgsm.yml +++ b/software/linuxgsm.yml @@ -8,6 +8,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/GameServerManagers/LinuxGSM -stargazers_count: 4545 -updated_at: '2025-02-10' +stargazers_count: 4590 +updated_at: '2025-06-17' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index 1471f1e656..f71d057903 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,7 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 17062 -updated_at: '2025-06-06' +demo_url: https://demo.listmonk.app/ +stargazers_count: 17572 +updated_at: '2025-08-09' archived: false diff --git a/software/litecart.yml b/software/litecart.yml index daccee6c78..065f5f1d72 100644 --- a/software/litecart.yml +++ b/software/litecart.yml @@ -10,6 +10,6 @@ platforms: tags: - E-commerce depends_3rdparty: true -stargazers_count: 232 -updated_at: '2025-06-02' +stargazers_count: 244 +updated_at: '2025-06-24' archived: false diff --git a/software/litlyx.yml b/software/litlyx.yml index 3b009c8c17..a15ffa57de 100644 --- a/software/litlyx.yml +++ b/software/litlyx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 1459 +stargazers_count: 1531 updated_at: '2025-05-27' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index 18f7d4b4d9..849e3a276d 100644 --- a/software/littlelink.yml +++ b/software/littlelink.yml @@ -9,6 +9,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/sethcottle/littlelink demo_url: https://littlelink.io/ -stargazers_count: 2257 -updated_at: '2025-04-18' +stargazers_count: 2353 +updated_at: '2025-07-25' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index a54fe80c51..6a15770272 100644 --- a/software/live-helper-chat.yml +++ b/software/live-helper-chat.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/LiveHelperChat/livehelperchat -stargazers_count: 2071 -updated_at: '2025-06-06' +stargazers_count: 2103 +updated_at: '2025-08-08' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index 5ca44a4e92..41ed30651a 100644 --- a/software/livebook.yml +++ b/software/livebook.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/livebook-dev/livebook -stargazers_count: 5356 -updated_at: '2025-06-07' +stargazers_count: 5448 +updated_at: '2025-08-07' archived: false diff --git a/software/livecodes.yml b/software/livecodes.yml index 364d1cdfe0..5f51e68827 100644 --- a/software/livecodes.yml +++ b/software/livecodes.yml @@ -10,6 +10,6 @@ tags: - Software Development - IDE & Tools depends_3rdparty: true demo_url: https://livecodes.io -stargazers_count: 1024 -updated_at: '2025-06-06' +stargazers_count: 1073 +updated_at: '2025-07-09' archived: false diff --git a/software/livestreamdvr.yml b/software/livestreamdvr.yml index 57c60abdd9..aa61ee3313 100644 --- a/software/livestreamdvr.yml +++ b/software/livestreamdvr.yml @@ -11,6 +11,6 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/MrBrax/LiveStreamDVR depends_3rdparty: true -stargazers_count: 393 +stargazers_count: 404 updated_at: '2025-01-21' archived: false diff --git a/software/liwan.yml b/software/liwan.yml index 23554cf711..955f9491e1 100644 --- a/software/liwan.yml +++ b/software/liwan.yml @@ -10,6 +10,6 @@ tags: - Analytics source_code_url: https://github.com/explodingcamera/liwan demo_url: https://demo.liwan.dev/p/liwan.dev -stargazers_count: 54 -updated_at: '2025-05-23' +stargazers_count: 69 +updated_at: '2025-07-13' archived: false diff --git a/software/lms.yml b/software/lms.yml index d1e5f0b597..19f0e05853 100644 --- a/software/lms.yml +++ b/software/lms.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/epoupon/lms -stargazers_count: 1315 -updated_at: '2025-05-18' +stargazers_count: 1363 +updated_at: '2025-08-09' archived: false diff --git a/software/local-content-share.yml b/software/local-content-share.yml index e936d81468..8e6898224c 100644 --- a/software/local-content-share.yml +++ b/software/local-content-share.yml @@ -10,6 +10,6 @@ tags: - Pastebins - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/Tanq16/local-content-share -stargazers_count: 272 -updated_at: '2025-05-17' +stargazers_count: 331 +updated_at: '2025-08-03' archived: false diff --git a/software/localess.yml b/software/localess.yml index 9cf8648846..9c554c2a83 100644 --- a/software/localess.yml +++ b/software/localess.yml @@ -10,6 +10,6 @@ tags: - Content Management Systems (CMS) - Software Development - Localization depends_3rdparty: true -stargazers_count: 57 -updated_at: '2025-05-16' +stargazers_count: 63 +updated_at: '2025-07-16' archived: false diff --git a/software/lodestone.yml b/software/lodestone.yml index d2f8253d4a..25a76ecee4 100644 --- a/software/lodestone.yml +++ b/software/lodestone.yml @@ -9,6 +9,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/Lodestone-Team/lodestone -stargazers_count: 958 +stargazers_count: 981 updated_at: '2024-09-09' archived: false diff --git a/software/lomorage.yml b/software/lomorage.yml index 70c308cd18..42fe93638c 100644 --- a/software/lomorage.yml +++ b/software/lomorage.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/lomorage/homepage -stargazers_count: 232 +stargazers_count: 234 updated_at: '2024-11-18' archived: false diff --git a/software/loomio.yml b/software/loomio.yml index 88edfc53e9..f9bb2a2393 100644 --- a/software/loomio.yml +++ b/software/loomio.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/loomio/loomio -stargazers_count: 2449 -updated_at: '2025-06-02' +stargazers_count: 2468 +updated_at: '2025-08-08' archived: false diff --git a/software/lowdefy.yml b/software/lowdefy.yml index 17c62e1c90..2208b4392c 100644 --- a/software/lowdefy.yml +++ b/software/lowdefy.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/lowdefy/lowdefy -stargazers_count: 2815 +stargazers_count: 2840 updated_at: '2024-12-06' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index 75bf5da90f..a662606853 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/luanti-org/luanti archived: false -stargazers_count: 11513 -updated_at: '2025-06-07' +stargazers_count: 11742 +updated_at: '2025-08-08' diff --git a/software/lubelogger.yml b/software/lubelogger.yml index dcf27c6154..3c36d8587a 100644 --- a/software/lubelogger.yml +++ b/software/lubelogger.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://github.com/hargata/lubelog?tab=readme-ov-file#demo -stargazers_count: 1606 -updated_at: '2025-04-27' +stargazers_count: 1708 +updated_at: '2025-07-09' archived: false diff --git a/software/lura.yml b/software/lura.yml index efbdf4a4bf..a92d57a075 100644 --- a/software/lura.yml +++ b/software/lura.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/luraproject/lura -stargazers_count: 6559 -updated_at: '2025-05-22' +stargazers_count: 6598 +updated_at: '2025-06-25' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index 86e2a9a854..05bfe0f287 100644 --- a/software/lychee.yml +++ b/software/lychee.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/LycheeOrg/Lychee -stargazers_count: 3751 -updated_at: '2025-06-07' +stargazers_count: 3817 +updated_at: '2025-08-09' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index 8cbaf5e14f..6eced5991d 100644 --- a/software/maddy-mail-server.yml +++ b/software/maddy-mail-server.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/foxcpp/maddy -stargazers_count: 5556 +stargazers_count: 5632 updated_at: '2025-03-09' archived: false diff --git a/software/mafl.yml b/software/mafl.yml index a47f682b83..746387bdf2 100644 --- a/software/mafl.yml +++ b/software/mafl.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/hywax/mafl -stargazers_count: 515 +stargazers_count: 561 updated_at: '2025-03-30' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index c268002065..3846330f14 100644 --- a/software/magento-open-source.yml +++ b/software/magento-open-source.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/magento/magento2 -stargazers_count: 11810 -updated_at: '2025-06-05' +stargazers_count: 11892 +updated_at: '2025-08-08' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index e2e3e324b8..538139a25a 100644 --- a/software/mail-in-a-box.yml +++ b/software/mail-in-a-box.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/mail-in-a-box/mailinabox -stargazers_count: 14514 -updated_at: '2025-06-04' +stargazers_count: 14842 +updated_at: '2025-07-28' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index eab27819b1..b6e3d32dba 100644 --- a/software/mailcow.yml +++ b/software/mailcow.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/mailcow/mailcow-dockerized -stargazers_count: 10444 -updated_at: '2025-05-13' +stargazers_count: 10920 +updated_at: '2025-07-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index b1827112d7..8a47d0d5ef 100644 --- a/software/mailu.yml +++ b/software/mailu.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/Mailu/Mailu -stargazers_count: 6511 -updated_at: '2025-05-08' +stargazers_count: 6708 +updated_at: '2025-06-10' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index a90e84e93c..57678aa337 100644 --- a/software/mainsail.yml +++ b/software/mainsail.yml @@ -9,6 +9,6 @@ platforms: tags: - Manufacturing source_code_url: https://github.com/mainsail-crew/mainsail -stargazers_count: 1903 -updated_at: '2025-05-23' +stargazers_count: 1940 +updated_at: '2025-06-21' archived: false diff --git a/software/maloja.yml b/software/maloja.yml index 2216d5daf1..68f6623808 100644 --- a/software/maloja.yml +++ b/software/maloja.yml @@ -10,6 +10,6 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/krateng/maloja demo_url: https://maloja.krateng.ch/ -stargazers_count: 1359 +stargazers_count: 1428 updated_at: '2025-05-18' archived: false diff --git a/software/manage-my-damn-life.yml b/software/manage-my-damn-life.yml index 975435fa14..6814a40085 100644 --- a/software/manage-my-damn-life.yml +++ b/software/manage-my-damn-life.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/intri-in/manage-my-damn-life-nextjs -stargazers_count: 322 -updated_at: '2025-06-04' +stargazers_count: 374 +updated_at: '2025-06-21' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index b470678632..b2416858b2 100644 --- a/software/manifest.yml +++ b/software/manifest.yml @@ -9,6 +9,6 @@ tags: - Software Development - Low Code source_code_url: https://github.com/mnfst/manifest demo_url: https://manifest.new -stargazers_count: 2605 -updated_at: '2025-05-26' +stargazers_count: 2953 +updated_at: '2025-08-08' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index 7c110cf773..e6b16eb270 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -11,6 +11,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 10575 -updated_at: '2025-06-06' +stargazers_count: 11089 +updated_at: '2025-08-08' archived: false diff --git a/software/mantisbt.yml b/software/mantisbt.yml index fe9b878e56..7bb345bfd8 100644 --- a/software/mantisbt.yml +++ b/software/mantisbt.yml @@ -9,6 +9,6 @@ tags: - Ticketing source_code_url: https://github.com/mantisbt/mantisbt demo_url: https://www.mantisbt.org/bugs/my_view_page.php -stargazers_count: 1702 -updated_at: '2025-06-05' +stargazers_count: 1718 +updated_at: '2025-08-07' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index 7d97a74587..4f463cc9ad 100644 --- a/software/manyfold.yml +++ b/software/manyfold.yml @@ -8,6 +8,6 @@ platforms: tags: - Manufacturing source_code_url: https://github.com/manyfold3d/manyfold -stargazers_count: 1224 -updated_at: '2025-06-07' +stargazers_count: 1344 +updated_at: '2025-08-08' archived: false diff --git a/software/mars-server.yml b/software/mars-server.yml deleted file mode 100644 index 6f673e4e13..0000000000 --- a/software/mars-server.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Mars Server -website_url: https://github.com/borjapazr/mars-server -description: Managed home server with Docker, Docker Compose, Make and Bash. -licenses: - - MIT -platforms: - - Docker -tags: - - Self-hosting Solutions -source_code_url: https://github.com/borjapazr/mars-server -stargazers_count: 114 -updated_at: '2024-06-06' -archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index 2c0acbdc33..b41f3b8094 100644 --- a/software/mastodon.yml +++ b/software/mastodon.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/mastodon/mastodon related_software_url: https://github.com/hyperupcall/awesome-mastodon -stargazers_count: 48389 -updated_at: '2025-06-06' +stargazers_count: 48856 +updated_at: '2025-08-08' archived: false diff --git a/software/mataroa.yml b/software/mataroa.yml index d2a7574e86..fb638ed273 100644 --- a/software/mataroa.yml +++ b/software/mataroa.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/mataroa-blog/mataroa -stargazers_count: 292 -updated_at: '2025-04-29' +stargazers_count: 298 +updated_at: '2025-08-09' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index f90a0a6a08..534270b9db 100644 --- a/software/matchering.yml +++ b/software/matchering.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/sergree/matchering -stargazers_count: 2087 -updated_at: '2025-06-03' +stargazers_count: 2164 +updated_at: '2025-08-06' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index 6d539b4680..a26ecf4ce0 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/centerofci/mathesar -stargazers_count: 4168 -updated_at: '2025-06-05' +stargazers_count: 4332 +updated_at: '2025-08-05' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 68e093bc07..8d9cff1415 100644 --- a/software/matomo.yml +++ b/software/matomo.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/matomo-org/matomo -stargazers_count: 20580 -updated_at: '2025-06-06' +stargazers_count: 20742 +updated_at: '2025-08-08' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index 7fdaf3ec4f..3e67f80d5d 100644 --- a/software/mattermost.yml +++ b/software/mattermost.yml @@ -11,6 +11,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/mattermost/mattermost -stargazers_count: 32722 -updated_at: '2025-06-07' +stargazers_count: 33334 +updated_at: '2025-08-08' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index f7bd6511dc..d335edd33c 100644 --- a/software/mautic.yml +++ b/software/mautic.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/mautic/mautic -stargazers_count: 8184 -updated_at: '2025-06-06' +stargazers_count: 8498 +updated_at: '2025-08-07' archived: false diff --git a/software/maybe.yml b/software/maybe.yml deleted file mode 100644 index 99ff0b41d2..0000000000 --- a/software/maybe.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Maybe -website_url: https://maybe.co/ -source_code_url: https://github.com/maybe-finance/maybe -description: An OS for your personal finances built by a small team alongside an incredible community. -licenses: - - AGPL-3.0 -platforms: - - Docker -tags: - - Money, Budgeting & Management -stargazers_count: 44538 -updated_at: '2025-06-03' -archived: false diff --git a/software/maza-ad-blocking.yml b/software/maza-ad-blocking.yml index 1d3a3dd9a3..fcd1bdc086 100644 --- a/software/maza-ad-blocking.yml +++ b/software/maza-ad-blocking.yml @@ -8,6 +8,6 @@ platforms: tags: - DNS source_code_url: https://github.com/tanrax/maza-ad-blocking -stargazers_count: 1832 +stargazers_count: 1838 updated_at: '2024-12-23' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 0e9ccbad08..278b4757a0 100644 --- a/software/mealie.yml +++ b/software/mealie.yml @@ -8,6 +8,6 @@ platforms: tags: - Recipe Management source_code_url: https://github.com/mealie-recipes/mealie -stargazers_count: 9240 -updated_at: '2025-06-04' +stargazers_count: 9777 +updated_at: '2025-08-09' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index 43eee56b06..12b590cd27 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -10,6 +10,6 @@ tags: - Media Streaming - Video Streaming - Content Management Systems (CMS) source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3455 -updated_at: '2025-05-15' +stargazers_count: 3859 +updated_at: '2025-08-07' archived: false diff --git a/software/medusa.yml b/software/medusa.yml index 5af7779d0d..7d8762949f 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -9,6 +9,6 @@ tags: - Media Management source_code_url: https://github.com/pymedusa/Medusa related_software_url: https://github.com/medusajs/nextjs-starter-medusa -stargazers_count: 1873 +stargazers_count: 1885 updated_at: '2024-12-13' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index f8c9fe104c..24eaa9e641 100644 --- a/software/medusajs.yml +++ b/software/medusajs.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/medusajs/medusa demo_url: https://next.medusajs.com/ -stargazers_count: 29361 -updated_at: '2025-06-05' +stargazers_count: 30226 +updated_at: '2025-08-08' archived: false diff --git a/software/meelo.yml b/software/meelo.yml index add0c930ac..0f5815b971 100644 --- a/software/meelo.yml +++ b/software/meelo.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Media Streaming - Multimedia Streaming -stargazers_count: 794 -updated_at: '2025-06-06' +stargazers_count: 872 +updated_at: '2025-08-05' archived: false diff --git a/software/meetable.yml b/software/meetable.yml index a3f571e627..4d23b463fa 100644 --- a/software/meetable.yml +++ b/software/meetable.yml @@ -8,6 +8,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/aaronpk/Meetable -stargazers_count: 141 +stargazers_count: 146 updated_at: '2025-01-15' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index bd8ef890aa..06ae434405 100644 --- a/software/meilisearch.yml +++ b/software/meilisearch.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/meilisearch/MeiliSearch -stargazers_count: 51728 -updated_at: '2025-06-04' +stargazers_count: 52671 +updated_at: '2025-08-06' archived: false diff --git a/software/mejiro.yml b/software/mejiro.yml index 0c836ae78f..6f55bc85b9 100644 --- a/software/mejiro.yml +++ b/software/mejiro.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/dmpop/mejiro -stargazers_count: 173 +stargazers_count: 177 updated_at: '2025-05-27' archived: false diff --git a/software/memos.yml b/software/memos.yml index 62710ef17a..f2a8f18e7c 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -10,6 +10,6 @@ tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos demo_url: https://demo.usememos.com/explore -stargazers_count: 41655 -updated_at: '2025-06-07' +stargazers_count: 43445 +updated_at: '2025-08-08' archived: false diff --git a/software/mere-medical.yml b/software/mere-medical.yml index 7eba8ba571..4de42c6243 100644 --- a/software/mere-medical.yml +++ b/software/mere-medical.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/cfu288/mere-medical demo_url: https://demo.meremedical.co depends_3rdparty: true -stargazers_count: 108 +stargazers_count: 119 updated_at: '2025-01-03' archived: false diff --git a/software/mergeable.yml b/software/mergeable.yml index 2f99a5a56f..d125d9b1e6 100644 --- a/software/mergeable.yml +++ b/software/mergeable.yml @@ -12,6 +12,6 @@ tags: - Software Development - Project Management depends_3rdparty: true demo_url: https://app.usemergeable.dev -stargazers_count: 92 +stargazers_count: 97 updated_at: '2025-06-02' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index 46f3c57351..fc15d100ab 100644 --- a/software/meshcentral.yml +++ b/software/meshcentral.yml @@ -8,6 +8,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/Ylianst/MeshCentral -stargazers_count: 5074 -updated_at: '2025-06-04' +stargazers_count: 5313 +updated_at: '2025-08-06' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index 160baf69b5..4af16074ac 100644 --- a/software/metabase.yml +++ b/software/metabase.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/metabase/metabase -stargazers_count: 42238 -updated_at: '2025-06-06' +stargazers_count: 43168 +updated_at: '2025-08-09' archived: false diff --git a/software/metatube.yml b/software/metatube.yml index 08cc4c0b13..f4428ef8e4 100644 --- a/software/metatube.yml +++ b/software/metatube.yml @@ -9,6 +9,6 @@ tags: - Media Management source_code_url: https://github.com/JVT038/MetaTube depends_3rdparty: true -stargazers_count: 355 +stargazers_count: 358 updated_at: '2024-10-05' archived: false diff --git a/software/metube.yml b/software/metube.yml index 61caa93b8a..2ed30ce25c 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/alexta69/metube -stargazers_count: 9084 -updated_at: '2025-06-06' +stargazers_count: 9685 +updated_at: '2025-07-31' archived: false diff --git a/software/miaou.yml b/software/miaou.yml index 8b845cae9f..78eaeec6c3 100644 --- a/software/miaou.yml +++ b/software/miaou.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/Canop/miaou -stargazers_count: 546 +stargazers_count: 548 updated_at: '2024-11-10' archived: false diff --git a/software/microweber.yml b/software/microweber.yml index 3a8689c1ee..bb9898749b 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -9,6 +9,6 @@ tags: - E-commerce - Content Management Systems (CMS) source_code_url: https://github.com/microweber/microweber -stargazers_count: 3268 +stargazers_count: 3306 updated_at: '2025-05-05' archived: false diff --git a/software/middleware.yml b/software/middleware.yml index e2ab2563b7..8087cb8090 100644 --- a/software/middleware.yml +++ b/software/middleware.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Analytics -stargazers_count: 1318 -updated_at: '2025-05-30' +stargazers_count: 1354 +updated_at: '2025-07-16' archived: false diff --git a/software/mikochi.yml b/software/mikochi.yml index fa5575dcfd..b73c3c8036 100644 --- a/software/mikochi.yml +++ b/software/mikochi.yml @@ -11,6 +11,6 @@ platforms: tags: - File Transfer - Web-based File Managers - Media Streaming - Multimedia Streaming -stargazers_count: 314 -updated_at: '2025-04-21' +stargazers_count: 325 +updated_at: '2025-07-09' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index 546c3672bc..853fea0cee 100644 --- a/software/mindsdb.yml +++ b/software/mindsdb.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/mindsdb/mindsdb -stargazers_count: 31763 -updated_at: '2025-06-06' +stargazers_count: 35128 +updated_at: '2025-08-08' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index ac4b8cfe8b..dec724e44a 100644 --- a/software/mindustry.yml +++ b/software/mindustry.yml @@ -8,6 +8,6 @@ platforms: tags: - Games source_code_url: https://github.com/Anuken/Mindustry -stargazers_count: 24060 -updated_at: '2025-06-07' +stargazers_count: 24522 +updated_at: '2025-08-09' archived: false diff --git a/software/mindwendel.yml b/software/mindwendel.yml index 61f7104b32..7b28372a44 100644 --- a/software/mindwendel.yml +++ b/software/mindwendel.yml @@ -10,6 +10,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/b310-digital/mindwendel demo_url: https://www.mindwendel.com -stargazers_count: 107 -updated_at: '2025-06-06' +stargazers_count: 115 +updated_at: '2025-08-04' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index 8b2bd5ecee..9648a28ad4 100644 --- a/software/miniflux.yml +++ b/software/miniflux.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/miniflux/v2 -stargazers_count: 7686 -updated_at: '2025-06-06' +stargazers_count: 7898 +updated_at: '2025-08-09' archived: false diff --git a/software/minimal-git-server.yml b/software/minimal-git-server.yml index 501a987f4d..c2906cdb8c 100644 --- a/software/minimal-git-server.yml +++ b/software/minimal-git-server.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Software Development - Project Management -stargazers_count: 27 -updated_at: '2025-06-02' +stargazers_count: 30 +updated_at: '2025-07-16' archived: false diff --git a/software/minimalist-web-notepad.yml b/software/minimalist-web-notepad.yml index 6dec315d63..e0ac912612 100644 --- a/software/minimalist-web-notepad.yml +++ b/software/minimalist-web-notepad.yml @@ -9,6 +9,6 @@ tags: - Note-taking & Editors source_code_url: https://github.com/pereorga/minimalist-web-notepad demo_url: https://notes.orga.cat/ -stargazers_count: 1262 +stargazers_count: 1294 updated_at: '2024-08-31' archived: false diff --git a/software/minio.yml b/software/minio.yml index 9e2c2b1583..5d073d4a2a 100644 --- a/software/minio.yml +++ b/software/minio.yml @@ -10,6 +10,6 @@ platforms: tags: - File Transfer - Object Storage & File Servers source_code_url: https://github.com/minio/minio -stargazers_count: 52977 -updated_at: '2025-06-04' +stargazers_count: 54458 +updated_at: '2025-08-08' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 66cc98a8b5..a0d10a6cf3 100644 --- a/software/miniserve.yml +++ b/software/miniserve.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/svenstaro/miniserve -stargazers_count: 6722 -updated_at: '2025-06-03' +stargazers_count: 6896 +updated_at: '2025-08-01' archived: false diff --git a/software/minthcm.yml b/software/minthcm.yml index 4e36547c68..30d13edcaa 100644 --- a/software/minthcm.yml +++ b/software/minthcm.yml @@ -8,6 +8,6 @@ platforms: - PHP tags: - Human Resources Management (HRM) -stargazers_count: 180 -updated_at: '2025-06-03' +stargazers_count: 191 +updated_at: '2025-08-08' archived: false diff --git a/software/minus-games.yml b/software/minus-games.yml index 1ae032bf52..1123ebb7ee 100644 --- a/software/minus-games.yml +++ b/software/minus-games.yml @@ -8,6 +8,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 23 -updated_at: '2025-06-01' +stargazers_count: 25 +updated_at: '2025-08-01' archived: false diff --git a/software/mirotalk-c2c.yml b/software/mirotalk-c2c.yml index 998972bb04..8a2c3f915e 100644 --- a/software/mirotalk-c2c.yml +++ b/software/mirotalk-c2c.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Video Conferencing source_code_url: https://github.com/miroslavpejic85/mirotalkc2c -stargazers_count: 283 -updated_at: '2025-06-07' +stargazers_count: 313 +updated_at: '2025-08-05' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index ec875a93b7..3100346250 100644 --- a/software/mirotalk-p2p.yml +++ b/software/mirotalk-p2p.yml @@ -10,6 +10,6 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/miroslavpejic85/mirotalk demo_url: https://p2p.mirotalk.com/newcall -stargazers_count: 3551 -updated_at: '2025-06-07' +stargazers_count: 3731 +updated_at: '2025-08-09' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 8b5a0ac5b8..95d971bd4a 100644 --- a/software/mirotalk-sfu.yml +++ b/software/mirotalk-sfu.yml @@ -10,6 +10,6 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/miroslavpejic85/mirotalksfu demo_url: https://sfu.mirotalk.com/newroom -stargazers_count: 2358 -updated_at: '2025-06-06' +stargazers_count: 2555 +updated_at: '2025-08-09' archived: false diff --git a/software/misago.yml b/software/misago.yml index 4ebfbc0b10..da949e28d9 100644 --- a/software/misago.yml +++ b/software/misago.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/rafalp/Misago -stargazers_count: 2637 -updated_at: '2025-06-07' +stargazers_count: 2660 +updated_at: '2025-08-09' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index 4fef177b1c..2351e1b57a 100644 --- a/software/misskey.yml +++ b/software/misskey.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/misskey-dev/misskey -stargazers_count: 10580 -updated_at: '2025-06-07' +stargazers_count: 10680 +updated_at: '2025-08-09' archived: false diff --git a/software/mistserver.yml b/software/mistserver.yml index 879bf0da5c..ded0d81f2a 100644 --- a/software/mistserver.yml +++ b/software/mistserver.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/DDVTECH/mistserver -stargazers_count: 425 -updated_at: '2025-04-24' +stargazers_count: 439 +updated_at: '2025-08-06' archived: false diff --git a/software/mixpost.yml b/software/mixpost.yml index 7845c6c2f2..492c9fb748 100644 --- a/software/mixpost.yml +++ b/software/mixpost.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/inovector/MixpostApp -stargazers_count: 100 +stargazers_count: 102 updated_at: '2025-05-28' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index 8002c58883..79b923e0c8 100644 --- a/software/modoboa.yml +++ b/software/modoboa.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/modoboa/modoboa -stargazers_count: 3246 -updated_at: '2025-06-06' +stargazers_count: 3316 +updated_at: '2025-08-08' archived: false diff --git a/software/modx.yml b/software/modx.yml index 75c266fef3..36b2814ffd 100644 --- a/software/modx.yml +++ b/software/modx.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/modxcms/revolution -stargazers_count: 1378 -updated_at: '2025-05-22' +stargazers_count: 1382 +updated_at: '2025-07-17' archived: false diff --git a/software/mongooseim.yml b/software/mongooseim.yml index bf1c99fa62..809217355c 100644 --- a/software/mongooseim.yml +++ b/software/mongooseim.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - XMPP - Servers source_code_url: https://github.com/esl/MongooseIM -stargazers_count: 1694 -updated_at: '2025-06-05' +stargazers_count: 1702 +updated_at: '2025-07-30' archived: false diff --git a/software/monica.yml b/software/monica.yml index 03757407e5..b848896ee3 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Customer Relationship Management (CRM) source_code_url: https://github.com/monicahq/monica -stargazers_count: 22847 -updated_at: '2025-06-04' +stargazers_count: 23222 +updated_at: '2025-08-09' archived: false diff --git a/software/moode-audio.yml b/software/moode-audio.yml index 533be3aed0..d6af17a5af 100644 --- a/software/moode-audio.yml +++ b/software/moode-audio.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/moode-player/moode -stargazers_count: 1104 -updated_at: '2025-06-06' +stargazers_count: 1135 +updated_at: '2025-08-09' archived: false diff --git a/software/mopidy.yml b/software/mopidy.yml index c662016e46..af56a7ee33 100644 --- a/software/mopidy.yml +++ b/software/mopidy.yml @@ -10,6 +10,6 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/mopidy/mopidy depends_3rdparty: true -stargazers_count: 8281 -updated_at: '2025-03-17' +stargazers_count: 8330 +updated_at: '2025-07-12' archived: false diff --git a/software/mosparo.yml b/software/mosparo.yml index e004ab80c6..6b7e3abc66 100644 --- a/software/mosparo.yml +++ b/software/mosparo.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/mosparo/mosparo -stargazers_count: 233 -updated_at: '2025-05-24' +stargazers_count: 238 +updated_at: '2025-08-06' archived: false diff --git a/software/motion.tools-antragsgrün.yml b/software/motion.tools-antragsgrün.yml index bbcec9950f..a4be26cd34 100644 --- a/software/motion.tools-antragsgrün.yml +++ b/software/motion.tools-antragsgrün.yml @@ -10,6 +10,6 @@ platforms: tags: - Conference Management demo_url: https://sandbox.motion.tools/createsite -stargazers_count: 121 -updated_at: '2025-06-07' +stargazers_count: 122 +updated_at: '2025-08-09' archived: false diff --git a/software/movim.yml b/software/movim.yml index 8ec685f97d..aa0ce886bf 100644 --- a/software/movim.yml +++ b/software/movim.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/movim/movim -stargazers_count: 1797 -updated_at: '2025-06-07' +stargazers_count: 1814 +updated_at: '2025-08-06' archived: false diff --git a/software/mox.yml b/software/mox.yml index 57bc3ba1a9..db9d1dc7f4 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 4992 -updated_at: '2025-05-15' +stargazers_count: 5125 +updated_at: '2025-06-09' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index 2866444055..0bdc99b8ff 100644 --- a/software/mpd.yml +++ b/software/mpd.yml @@ -9,6 +9,6 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/MusicPlayerDaemon/MPD related_software_url: https://www.musicpd.org/clients/ -stargazers_count: 2367 -updated_at: '2025-06-02' +stargazers_count: 2441 +updated_at: '2025-08-08' archived: false diff --git a/software/mstream.yml b/software/mstream.yml index d19fc10ca4..a8f8a2a289 100644 --- a/software/mstream.yml +++ b/software/mstream.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/IrosTheBeggar/mStream -stargazers_count: 2269 +stargazers_count: 2286 updated_at: '2025-04-07' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index 38d131fe71..58603dea53 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -9,6 +9,6 @@ tags: - Games source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true -stargazers_count: 1514 -updated_at: '2025-06-07' +stargazers_count: 1543 +updated_at: '2025-08-08' archived: false diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml index 62bcf9eb11..2178edd09a 100644 --- a/software/multi-scrobbler.yml +++ b/software/multi-scrobbler.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Audio Streaming depends_3rdparty: false -stargazers_count: 587 -updated_at: '2025-06-04' +stargazers_count: 652 +updated_at: '2025-08-01' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index ba896415ce..cb2ff9cca1 100644 --- a/software/mumble.yml +++ b/software/mumble.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/mumble-voip/mumble related_software_url: https://wiki.mumble.info/wiki/3rd_Party_Applications -stargazers_count: 6976 -updated_at: '2025-06-02' +stargazers_count: 7110 +updated_at: '2025-08-08' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index 3b1d87ff56..033c4ca74d 100644 --- a/software/musikcube.yml +++ b/software/musikcube.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/clangen/musikcube -stargazers_count: 4446 +stargazers_count: 4500 updated_at: '2024-07-14' archived: false diff --git a/software/mybb.yml b/software/mybb.yml index eab35a4bf1..10aea14512 100644 --- a/software/mybb.yml +++ b/software/mybb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/mybb/mybb -stargazers_count: 1150 -updated_at: '2025-06-06' +stargazers_count: 1160 +updated_at: '2025-08-03' archived: false diff --git a/software/mybucks.online.yml b/software/mybucks.online.yml index 59a84aa6a5..416971b67e 100644 --- a/software/mybucks.online.yml +++ b/software/mybucks.online.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management demo_url: https://app.mybucks.online -stargazers_count: 9 -updated_at: '2025-03-17' +stargazers_count: 11 +updated_at: '2025-07-07' archived: false diff --git a/software/mycorrhiza-wiki.yml b/software/mycorrhiza-wiki.yml index 494313aa73..40e7ef996d 100644 --- a/software/mycorrhiza-wiki.yml +++ b/software/mycorrhiza-wiki.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/bouncepaw/mycorrhiza/ -stargazers_count: 338 -updated_at: '2025-02-19' +stargazers_count: 343 +updated_at: '2025-07-03' archived: false diff --git a/software/myfin-budget.yml b/software/myfin-budget.yml index 243bde1563..c050ed8ced 100644 --- a/software/myfin-budget.yml +++ b/software/myfin-budget.yml @@ -11,6 +11,6 @@ tags: - Money, Budgeting & Management demo_url: https://github.com/afaneca/myfin?tab=readme-ov-file#demo-account---try-it-for-yourself related_software_url: https://github.com/afaneca/myfin-api -stargazers_count: 160 -updated_at: '2025-03-15' +stargazers_count: 180 +updated_at: '2025-07-06' archived: false diff --git a/software/myip.yml b/software/myip.yml index b8e5f1f926..bc37bc2b6d 100644 --- a/software/myip.yml +++ b/software/myip.yml @@ -11,6 +11,6 @@ tags: - Miscellaneous depends_3rdparty: true demo_url: https://ipcheck.ing -stargazers_count: 8345 -updated_at: '2025-06-05' +stargazers_count: 8801 +updated_at: '2025-08-07' archived: false diff --git a/software/mylar3.yml b/software/mylar3.yml index 04a18b7a9a..92008d0b1e 100644 --- a/software/mylar3.yml +++ b/software/mylar3.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1211 +stargazers_count: 1256 updated_at: '2025-03-11' archived: false diff --git a/software/myspeed.yml b/software/myspeed.yml index c1b83bcb5c..765cac24cb 100644 --- a/software/myspeed.yml +++ b/software/myspeed.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Miscellaneous -stargazers_count: 1406 -updated_at: '2025-06-05' +stargazers_count: 1776 +updated_at: '2025-08-08' archived: false diff --git a/software/mytinytodo.yml b/software/mytinytodo.yml index 0b745c9a11..fea64a01ea 100644 --- a/software/mytinytodo.yml +++ b/software/mytinytodo.yml @@ -9,6 +9,6 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/maxpozdeev/mytinytodo/ demo_url: https://www.mytinytodo.net/demo/ -stargazers_count: 177 -updated_at: '2025-05-29' +stargazers_count: 180 +updated_at: '2025-07-23' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index b57b9c31d5..990f315f0c 100644 --- a/software/n8n.yml +++ b/software/n8n.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/n8n-io/n8n -stargazers_count: 104740 -updated_at: '2025-06-06' +stargazers_count: 128228 +updated_at: '2025-08-09' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index a4b43ce59e..6423e47e9b 100644 --- a/software/navidrome-music-server.yml +++ b/software/navidrome-music-server.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/navidrome/navidrome demo_url: https://www.navidrome.org/demo related_software_url: https://www.navidrome.org/docs/overview/#apps -stargazers_count: 14911 -updated_at: '2025-06-07' +stargazers_count: 15898 +updated_at: '2025-07-31' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index 5af89c5338..ac6dfce99d 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/lardbit/nefarious -stargazers_count: 1139 -updated_at: '2025-03-07' +stargazers_count: 1157 +updated_at: '2025-06-11' archived: false diff --git a/software/neko.yml b/software/neko.yml index 9d64bc384e..91d73ea262 100644 --- a/software/neko.yml +++ b/software/neko.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/m1k1o/neko -stargazers_count: 10393 -updated_at: '2025-05-31' +stargazers_count: 14756 +updated_at: '2025-07-24' archived: false diff --git a/software/neonlink.yml b/software/neonlink.yml index d18588f1ec..85a10ac9c5 100644 --- a/software/neonlink.yml +++ b/software/neonlink.yml @@ -8,6 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/AlexSciFier/neonlink -stargazers_count: 351 -updated_at: '2024-12-04' +stargazers_count: 361 +updated_at: '2025-06-17' archived: false diff --git a/software/netron.yml b/software/netron.yml index f97d079d2a..4cb2cb56bc 100644 --- a/software/netron.yml +++ b/software/netron.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/lutzroeder/netron -stargazers_count: 30398 -updated_at: '2025-06-07' +stargazers_count: 31139 +updated_at: '2025-08-09' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index 99e6f8dcc5..6c64508ea0 100644 --- a/software/newsblur.yml +++ b/software/newsblur.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/samuelclay/NewsBlur -stargazers_count: 7083 -updated_at: '2025-05-28' +stargazers_count: 7122 +updated_at: '2025-07-28' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index e2c078b577..85c333467c 100644 --- a/software/nextcloud-memories.yml +++ b/software/nextcloud-memories.yml @@ -9,6 +9,6 @@ tags: - Photo Galleries source_code_url: https://github.com/pulsejet/memories demo_url: https://demo.memories.gallery/apps/memories/ -stargazers_count: 3511 -updated_at: '2025-06-07' +stargazers_count: 3562 +updated_at: '2025-08-08' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 8e1cf5dd0e..a6f6b14953 100644 --- a/software/nextcloud.yml +++ b/software/nextcloud.yml @@ -11,6 +11,6 @@ tags: - Groupware source_code_url: https://github.com/nextcloud/server demo_url: https://try.nextcloud.com/ -stargazers_count: 29744 -updated_at: '2025-06-07' +stargazers_count: 30409 +updated_at: '2025-08-09' archived: false diff --git a/software/nextcloudpi.yml b/software/nextcloudpi.yml index 788e5cfdf8..55d3064291 100644 --- a/software/nextcloudpi.yml +++ b/software/nextcloudpi.yml @@ -9,6 +9,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/nextcloud/nextcloudpi -stargazers_count: 2726 +stargazers_count: 2767 updated_at: '2025-03-24' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index c07e14a624..df9d812330 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 26544 -updated_at: '2025-05-21' +stargazers_count: 27927 +updated_at: '2025-07-09' archived: false diff --git a/software/nginx.yml b/software/nginx.yml index b7fd7a22ee..96b5221e2e 100644 --- a/software/nginx.yml +++ b/software/nginx.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 27103 -updated_at: '2025-05-26' +stargazers_count: 27692 +updated_at: '2025-08-03' archived: false diff --git a/software/ngircd.yml b/software/ngircd.yml index 9df202b6ab..7881afb41b 100644 --- a/software/ngircd.yml +++ b/software/ngircd.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/ngircd/ngircd -stargazers_count: 479 +stargazers_count: 491 updated_at: '2024-10-03' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index 334a0023c6..9f678b9835 100644 --- a/software/nocodb.yml +++ b/software/nocodb.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/nocodb/nocodb -stargazers_count: 54771 -updated_at: '2025-06-07' +stargazers_count: 56327 +updated_at: '2025-08-09' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index 389d950816..aa4d4fa6e7 100644 --- a/software/node-red.yml +++ b/software/node-red.yml @@ -9,6 +9,6 @@ platforms: tags: - Internet of Things (IoT) source_code_url: https://github.com/node-red/node-red -stargazers_count: 21301 -updated_at: '2025-06-06' +stargazers_count: 21699 +updated_at: '2025-07-29' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index 44761a710c..728e34a466 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -10,6 +10,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB demo_url: https://try.nodebb.org/ -stargazers_count: 14626 -updated_at: '2025-06-05' +stargazers_count: 14698 +updated_at: '2025-08-08' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index 76fde6d465..d4cf86b348 100644 --- a/software/nominatim.yml +++ b/software/nominatim.yml @@ -8,6 +8,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/osm-search/Nominatim -stargazers_count: 3564 -updated_at: '2025-06-06' +stargazers_count: 3682 +updated_at: '2025-08-06' archived: false diff --git a/software/not-th.re.yml b/software/not-th.re.yml index 473c1b931d..50ff8169d8 100644 --- a/software/not-th.re.yml +++ b/software/not-th.re.yml @@ -10,6 +10,6 @@ platforms: tags: - Pastebins demo_url: https://not-th.re -stargazers_count: 8 -updated_at: '2025-06-03' +stargazers_count: 10 +updated_at: '2025-06-21' archived: false diff --git a/software/note-mark.yml b/software/note-mark.yml index bf7edb1027..1b3389c2a4 100644 --- a/software/note-mark.yml +++ b/software/note-mark.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Note-taking & Editors -stargazers_count: 502 -updated_at: '2025-06-01' +stargazers_count: 566 +updated_at: '2025-07-18' archived: false diff --git a/software/notifo.yml b/software/notifo.yml index 7fe3c70a41..d6e1085a4d 100644 --- a/software/notifo.yml +++ b/software/notifo.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/notifo-io/notifo -stargazers_count: 810 -updated_at: '2025-05-08' +stargazers_count: 827 +updated_at: '2025-07-06' archived: false diff --git a/software/novu.yml b/software/novu.yml index d18b242515..fef00947df 100644 --- a/software/novu.yml +++ b/software/novu.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/novuhq/novu/ -stargazers_count: 37067 -updated_at: '2025-06-07' +stargazers_count: 37402 +updated_at: '2025-08-09' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index b184e4215a..0f7e7db1fd 100644 --- a/software/ntfy.yml +++ b/software/ntfy.yml @@ -13,6 +13,6 @@ tags: source_code_url: https://github.com/binwiederhier/ntfy demo_url: https://ntfy.sh/app related_software_url: https://github.com/binwiederhier/ntfy-android -stargazers_count: 23404 -updated_at: '2025-06-07' +stargazers_count: 25635 +updated_at: '2025-08-09' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index 2ab6a545ab..5d686c9a05 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -9,6 +9,6 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard demo_url: https://nullboard.io/preview -stargazers_count: 4025 +stargazers_count: 4033 updated_at: '2023-11-05' archived: false diff --git a/software/nymphcast.yml b/software/nymphcast.yml index 5ca2068db6..2ac201c99d 100644 --- a/software/nymphcast.yml +++ b/software/nymphcast.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/MayaPosch/NymphCast -stargazers_count: 2476 -updated_at: '2025-05-25' +stargazers_count: 2487 +updated_at: '2025-07-10' archived: false diff --git a/software/october.yml b/software/october.yml index 448afca393..469c6fe16f 100644 --- a/software/october.yml +++ b/software/october.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/octobercms/october -stargazers_count: 11092 -updated_at: '2025-02-19' +stargazers_count: 11116 +updated_at: '2025-08-07' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index f18e271b08..359ff334c2 100644 --- a/software/octobot.yml +++ b/software/octobot.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/Drakkar-Software/OctoBot -stargazers_count: 4111 -updated_at: '2025-06-07' +stargazers_count: 4307 +updated_at: '2025-08-09' archived: false diff --git a/software/octobox.yml b/software/octobox.yml index ed806a5876..92060dfb34 100644 --- a/software/octobox.yml +++ b/software/octobox.yml @@ -10,6 +10,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/octobox/octobox depends_3rdparty: true -stargazers_count: 4397 -updated_at: '2025-06-05' +stargazers_count: 4411 +updated_at: '2025-08-08' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 1afc724132..be3beac5e2 100644 --- a/software/octoprint.yml +++ b/software/octoprint.yml @@ -9,6 +9,6 @@ platforms: tags: - Manufacturing source_code_url: https://github.com/OctoPrint/OctoPrint -stargazers_count: 8588 -updated_at: '2025-05-27' +stargazers_count: 8655 +updated_at: '2025-06-23' archived: false diff --git a/software/ocular.yml b/software/ocular.yml index d2af67c5e1..94cecdc7b7 100644 --- a/software/ocular.yml +++ b/software/ocular.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management demo_url: https://ocular.reinisch.io/#demo -stargazers_count: 224 -updated_at: '2025-06-01' +stargazers_count: 249 +updated_at: '2025-08-04' archived: false diff --git a/software/oddmuse.yml b/software/oddmuse.yml index 690a00f8cb..82d37884f4 100644 --- a/software/oddmuse.yml +++ b/software/oddmuse.yml @@ -6,8 +6,8 @@ licenses: platforms: - Perl tags: - - Note-taking & Editors + - Wikis source_code_url: https://github.com/kensanata/oddmuse -stargazers_count: 83 -updated_at: '2024-08-12' +stargazers_count: 85 +updated_at: '2025-07-25' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index e03aeedd9c..6cce6d100a 100644 --- a/software/odoo.yml +++ b/software/odoo.yml @@ -11,6 +11,6 @@ tags: - Resource Planning source_code_url: https://github.com/odoo/odoo demo_url: https://demo.odoo.com/ -stargazers_count: 43454 -updated_at: '2025-06-07' +stargazers_count: 44912 +updated_at: '2025-08-09' archived: false diff --git a/software/ofbiz.yml b/software/ofbiz.yml index 5652b88d79..a16ad3d064 100644 --- a/software/ofbiz.yml +++ b/software/ofbiz.yml @@ -8,6 +8,6 @@ platforms: tags: - Resource Planning source_code_url: https://github.com/apache/ofbiz-framework -stargazers_count: 896 -updated_at: '2025-06-06' +stargazers_count: 920 +updated_at: '2025-08-05' archived: false diff --git a/software/offen.yml b/software/offen.yml index cb05ab3923..ed44fe1a9c 100644 --- a/software/offen.yml +++ b/software/offen.yml @@ -10,6 +10,6 @@ tags: - Analytics source_code_url: https://github.com/offen/offen demo_url: https://www.offen.dev/try-demo/ -stargazers_count: 936 +stargazers_count: 950 updated_at: '2025-04-16' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index c2046eaa16..cada1a1d01 100644 --- a/software/olivetin.yml +++ b/software/olivetin.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/OliveTin/OliveTin -stargazers_count: 3031 -updated_at: '2025-06-06' +stargazers_count: 3177 +updated_at: '2025-08-07' archived: false diff --git a/software/ollama.yml b/software/ollama.yml index 833d711ac7..d7737ca1dd 100644 --- a/software/ollama.yml +++ b/software/ollama.yml @@ -9,6 +9,6 @@ platforms: - Python tags: - Generative Artificial Intelligence (GenAI) -stargazers_count: 143038 -updated_at: '2025-06-07' +stargazers_count: 149717 +updated_at: '2025-08-08' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index ff485a7e70..034080fd98 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Media Management source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3884 -updated_at: '2025-05-14' +stargazers_count: 3924 +updated_at: '2025-07-12' archived: false diff --git a/software/omeka-s.yml b/software/omeka-s.yml index ce573799b9..d132db4e36 100644 --- a/software/omeka-s.yml +++ b/software/omeka-s.yml @@ -8,6 +8,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/omeka/omeka-s -stargazers_count: 436 -updated_at: '2025-06-04' +stargazers_count: 442 +updated_at: '2025-07-22' archived: false diff --git a/software/omeka.yml b/software/omeka.yml index 04bbf401b7..e26b6ac5ec 100644 --- a/software/omeka.yml +++ b/software/omeka.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/omeka/Omeka demo_url: https://omeka.org/classic/showcase/ -stargazers_count: 508 -updated_at: '2025-05-23' +stargazers_count: 512 +updated_at: '2025-07-17' archived: false diff --git a/software/one-time-secret.yml b/software/one-time-secret.yml index 73bc740a14..3e325873d1 100644 --- a/software/one-time-secret.yml +++ b/software/one-time-secret.yml @@ -11,6 +11,6 @@ platforms: tags: - Communication - Custom Communication Systems demo_url: https://onetimesecret.com -stargazers_count: 2392 -updated_at: '2025-06-03' +stargazers_count: 2459 +updated_at: '2025-08-04' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index a9ca9bdeb6..39055aa9d5 100644 --- a/software/onionshare.yml +++ b/software/onionshare.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/onionshare/onionshare -stargazers_count: 6546 -updated_at: '2025-06-04' +stargazers_count: 6620 +updated_at: '2025-07-10' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index 3f46dd5f8e..946585336b 100644 --- a/software/onlyoffice.yml +++ b/software/onlyoffice.yml @@ -9,6 +9,6 @@ platforms: tags: - Office Suites source_code_url: https://github.com/ONLYOFFICE/DocumentServer -stargazers_count: 5501 -updated_at: '2025-05-12' +stargazers_count: 5697 +updated_at: '2025-08-05' archived: false diff --git a/software/open-eclass.yml b/software/open-eclass.yml index b527073206..4793bf22cb 100644 --- a/software/open-eclass.yml +++ b/software/open-eclass.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/gunet/openeclass demo_url: https://demo.openeclass.org/ -stargazers_count: 142 +stargazers_count: 143 updated_at: '2025-06-05' archived: false diff --git a/software/open-food-network.yml b/software/open-food-network.yml index b0de8cc7c2..a7c12b3b5d 100644 --- a/software/open-food-network.yml +++ b/software/open-food-network.yml @@ -8,6 +8,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/openfoodfoundation/openfoodnetwork -stargazers_count: 1174 -updated_at: '2025-06-06' +stargazers_count: 1192 +updated_at: '2025-08-08' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index 682cbe3cc4..e0bb5efa2d 100644 --- a/software/open-meteo.yml +++ b/software/open-meteo.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/open-meteo/open-meteo demo_url: https://open-meteo.com/en/docs -stargazers_count: 3271 -updated_at: '2025-06-06' +stargazers_count: 3505 +updated_at: '2025-08-09' archived: false diff --git a/software/open-quartermaster.yml b/software/open-quartermaster.yml index 7e03bc7ed0..c457dc7fcd 100644 --- a/software/open-quartermaster.yml +++ b/software/open-quartermaster.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Inventory Management -stargazers_count: 34 -updated_at: '2025-05-25' +stargazers_count: 38 +updated_at: '2025-08-04' archived: false diff --git a/software/open-source-pos.yml b/software/open-source-pos.yml index 780af0accb..9e1371cf24 100644 --- a/software/open-source-pos.yml +++ b/software/open-source-pos.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/opensourcepos/opensourcepos -stargazers_count: 3732 -updated_at: '2025-06-05' +stargazers_count: 3810 +updated_at: '2025-08-07' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index 9ba765253a..e515673a01 100644 --- a/software/open-source-routing-machine-osrm.yml +++ b/software/open-source-routing-machine-osrm.yml @@ -9,6 +9,6 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/Project-OSRM/osrm-backend demo_url: https://map.project-osrm.org/ -stargazers_count: 6870 +stargazers_count: 7013 updated_at: '2025-05-09' archived: false diff --git a/software/open-webui.yml b/software/open-webui.yml index bc3db71ec5..5426d22eae 100644 --- a/software/open-webui.yml +++ b/software/open-webui.yml @@ -9,6 +9,6 @@ platforms: - Python tags: - Generative Artificial Intelligence (GenAI) -stargazers_count: 97960 -updated_at: '2025-05-29' +stargazers_count: 105987 +updated_at: '2025-08-09' archived: false diff --git a/software/openbudgeteer.yml b/software/openbudgeteer.yml index 9b04fd4bd4..33769b037f 100644 --- a/software/openbudgeteer.yml +++ b/software/openbudgeteer.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/TheAxelander/OpenBudgeteer -stargazers_count: 854 -updated_at: '2025-06-07' +stargazers_count: 871 +updated_at: '2025-07-28' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index 2f0d5370e3..e24f7f4ce8 100644 --- a/software/opencart.yml +++ b/software/opencart.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/opencart/opencart -stargazers_count: 7805 -updated_at: '2025-06-06' +stargazers_count: 7865 +updated_at: '2025-08-09' archived: false diff --git a/software/openemr.yml b/software/openemr.yml index e548c1e5f5..741d238ec3 100644 --- a/software/openemr.yml +++ b/software/openemr.yml @@ -10,6 +10,6 @@ platforms: tags: - Health and Fitness demo_url: https://www.open-emr.org/demo/ -stargazers_count: 3492 -updated_at: '2025-06-07' +stargazers_count: 3608 +updated_at: '2025-08-08' archived: false diff --git a/software/openfire.yml b/software/openfire.yml index 25ce204e45..6b784e754f 100644 --- a/software/openfire.yml +++ b/software/openfire.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - XMPP - Servers source_code_url: https://github.com/igniterealtime/Openfire -stargazers_count: 2935 -updated_at: '2025-06-06' +stargazers_count: 2951 +updated_at: '2025-07-30' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index d2c39239b6..d5d081a5d8 100644 --- a/software/opengist.yml +++ b/software/opengist.yml @@ -11,6 +11,6 @@ tags: - Pastebins source_code_url: https://github.com/thomiceli/opengist demo_url: https://demo.opengist.io -stargazers_count: 2404 -updated_at: '2025-05-15' +stargazers_count: 2578 +updated_at: '2025-08-01' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index 076870614b..0bfa8a865f 100644 --- a/software/openhab.yml +++ b/software/openhab.yml @@ -8,6 +8,6 @@ platforms: tags: - Internet of Things (IoT) source_code_url: https://github.com/openhab/openhab-core -stargazers_count: 1026 -updated_at: '2025-06-07' +stargazers_count: 1041 +updated_at: '2025-08-09' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index d69b5081e2..8a0e6ad308 100644 --- a/software/openmediavault.yml +++ b/software/openmediavault.yml @@ -8,6 +8,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/openmediavault/openmediavault -stargazers_count: 5766 -updated_at: '2025-06-06' +stargazers_count: 5923 +updated_at: '2025-08-09' archived: false diff --git a/software/openmeetings.yml b/software/openmeetings.yml index fe59b99630..e8655c3add 100644 --- a/software/openmeetings.yml +++ b/software/openmeetings.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/apache/openmeetings -stargazers_count: 657 -updated_at: '2025-06-06' +stargazers_count: 659 +updated_at: '2025-08-08' archived: false diff --git a/software/openolat.yml b/software/openolat.yml index f50c4bcabc..c571c9fe17 100644 --- a/software/openolat.yml +++ b/software/openolat.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/OpenOLAT/OpenOLAT demo_url: https://learn.olat.com -stargazers_count: 366 -updated_at: '2025-06-06' +stargazers_count: 373 +updated_at: '2025-08-08' archived: false diff --git a/software/openolitor.yml b/software/openolitor.yml index 95531ef320..980eae878b 100644 --- a/software/openolitor.yml +++ b/software/openolitor.yml @@ -9,5 +9,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/OpenOlitor/openolitor-server stargazers_count: 20 -updated_at: '2025-05-05' +updated_at: '2025-07-21' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index c0970d7a2c..5169e71a15 100644 --- a/software/openproject.yml +++ b/software/openproject.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/opf/openproject -stargazers_count: 11216 -updated_at: '2025-06-07' +stargazers_count: 11677 +updated_at: '2025-08-09' archived: false diff --git a/software/openremote.yml b/software/openremote.yml index b954b07fef..46d22f8d04 100644 --- a/software/openremote.yml +++ b/software/openremote.yml @@ -9,6 +9,6 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/openremote/openremote demo_url: https://demo.openremote.io/ -stargazers_count: 1422 -updated_at: '2025-06-05' +stargazers_count: 1483 +updated_at: '2025-08-08' archived: false diff --git a/software/openrouteservice.yml b/software/openrouteservice.yml index 994f16ca4f..03bb09d9b8 100644 --- a/software/openrouteservice.yml +++ b/software/openrouteservice.yml @@ -10,6 +10,6 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/GIScience/openrouteservice demo_url: https://openrouteservice.org/dev/#/api-docs/introduction -stargazers_count: 1623 -updated_at: '2025-06-06' +stargazers_count: 1688 +updated_at: '2025-08-05' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index f747c53982..0400d7489d 100644 --- a/software/opensearch.yml +++ b/software/opensearch.yml @@ -11,6 +11,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/opensearch-project/OpenSearch -stargazers_count: 10885 -updated_at: '2025-06-06' +stargazers_count: 11314 +updated_at: '2025-08-08' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index 1739c1c196..9eebf5fa23 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 4691 -updated_at: '2025-06-06' +stargazers_count: 5081 +updated_at: '2025-08-06' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index 1048898cb7..666df41984 100644 --- a/software/opensips.yml +++ b/software/opensips.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/OpenSIPS/opensips -stargazers_count: 1359 -updated_at: '2025-06-07' +stargazers_count: 1382 +updated_at: '2025-08-09' archived: false diff --git a/software/openslides.yml b/software/openslides.yml index a4759093ed..dafd2e46d4 100644 --- a/software/openslides.yml +++ b/software/openslides.yml @@ -10,6 +10,6 @@ tags: - Conference Management - Booking and Scheduling demo_url: https://demo.os4.openslides.com/login -stargazers_count: 544 -updated_at: '2025-06-04' +stargazers_count: 559 +updated_at: '2025-08-05' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index 1f32597ced..ad3180a96e 100644 --- a/software/openstreetmap.yml +++ b/software/openstreetmap.yml @@ -9,6 +9,6 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/openstreetmap/openstreetmap-website related_software_url: https://wiki.openstreetmap.org/wiki/Software -stargazers_count: 2400 -updated_at: '2025-06-05' +stargazers_count: 2466 +updated_at: '2025-08-08' archived: false diff --git a/software/opentrashmail.yml b/software/opentrashmail.yml index fac22e23a5..e3b397ebd4 100644 --- a/software/opentrashmail.yml +++ b/software/opentrashmail.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Communication - Email - Mail Transfer Agents -stargazers_count: 702 -updated_at: '2025-05-08' +stargazers_count: 709 +updated_at: '2025-07-24' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index 1311ba5a18..c6d28e83ae 100644 --- a/software/opentripplanner.yml +++ b/software/opentripplanner.yml @@ -9,6 +9,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/opentripplanner/OpenTripPlanner -stargazers_count: 2347 -updated_at: '2025-06-07' +stargazers_count: 2396 +updated_at: '2025-08-08' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index 50e4e0488c..578194cdc2 100644 --- a/software/openttd.yml +++ b/software/openttd.yml @@ -10,6 +10,6 @@ platforms: tags: - Games related_software_url: https://bananas.openttd.org/ -stargazers_count: 6925 -updated_at: '2025-06-07' +stargazers_count: 7057 +updated_at: '2025-08-09' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index c42fb256d1..bb28832028 100644 --- a/software/openziti.yml +++ b/software/openziti.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openziti/ziti -stargazers_count: 3347 -updated_at: '2025-06-04' +stargazers_count: 3506 +updated_at: '2025-08-09' archived: false diff --git a/software/operational.co.yml b/software/operational.co.yml new file mode 100644 index 0000000000..3ddda7d394 --- /dev/null +++ b/software/operational.co.yml @@ -0,0 +1,15 @@ +name: Operational.co +website_url: https://operational.co +source_code_url: https://github.com/operational-co/operational.co +description: Receive alerts in a live timeline from your product. +licenses: + - AGPL-3.0 +platforms: + - Nodejs + - Docker +tags: + - Miscellaneous +demo_url: https://app.operational.co/?signinas=kevin +stargazers_count: 363 +updated_at: '2025-08-06' +archived: false diff --git a/software/opik.yml b/software/opik.yml index 4ba07d6747..2152bf19cc 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 9436 -updated_at: '2025-06-07' +stargazers_count: 12374 +updated_at: '2025-08-08' archived: false diff --git a/software/opnform.yml b/software/opnform.yml index 88fecd9013..d4e4763169 100644 --- a/software/opnform.yml +++ b/software/opnform.yml @@ -11,6 +11,6 @@ platforms: tags: - Polls and Events demo_url: https://opnform.com/forms/create/guest -stargazers_count: 2636 -updated_at: '2025-06-05' +stargazers_count: 2827 +updated_at: '2025-08-07' archived: false diff --git a/software/orangehrm.yml b/software/orangehrm.yml deleted file mode 100644 index 6d61a19a86..0000000000 --- a/software/orangehrm.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: OrangeHRM -website_url: https://www.orangehrm.com/ -description: Comprehensive HRM system that captures all the essential functionalities required for any enterprise. -licenses: - - GPL-2.0 -platforms: - - PHP -tags: - - Human Resources Management (HRM) -source_code_url: https://github.com/orangehrm/orangehrm -demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 918 -updated_at: '2024-07-19' -archived: false diff --git a/software/osem.yml b/software/osem.yml index 240a42497d..ad29b9b371 100644 --- a/software/osem.yml +++ b/software/osem.yml @@ -9,6 +9,6 @@ platforms: tags: - Conference Management source_code_url: https://github.com/openSUSE/osem -stargazers_count: 888 -updated_at: '2025-03-11' +stargazers_count: 899 +updated_at: '2025-08-06' archived: false diff --git a/software/ossn.yml b/software/ossn.yml index a20ddea303..6c02601368 100644 --- a/software/ossn.yml +++ b/software/ossn.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/opensource-socialnetwork/opensource-socialnetwork -stargazers_count: 1131 -updated_at: '2025-05-27' +stargazers_count: 1145 +updated_at: '2025-08-02' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 1fedefcffa..84b5d67204 100644 --- a/software/otobo.yml +++ b/software/otobo.yml @@ -10,6 +10,6 @@ tags: - Ticketing source_code_url: https://github.com/RotherOSS/otobo demo_url: https://otobo.io/en/service-management-plattform/otobo-demo/ -stargazers_count: 292 -updated_at: '2025-06-05' +stargazers_count: 304 +updated_at: '2025-08-09' archived: false diff --git a/software/ots.yml b/software/ots.yml index 2f7d9b5784..49aa8f35e4 100644 --- a/software/ots.yml +++ b/software/ots.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/Luzifer/ots -stargazers_count: 560 -updated_at: '2025-06-06' +stargazers_count: 602 +updated_at: '2025-08-09' archived: false diff --git a/software/otter-wiki.yml b/software/otter-wiki.yml index 0cb00c8c31..44e46062e9 100644 --- a/software/otter-wiki.yml +++ b/software/otter-wiki.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Wikis -stargazers_count: 912 -updated_at: '2025-05-14' +stargazers_count: 964 +updated_at: '2025-08-02' archived: false diff --git a/software/our-shopping-list.yml b/software/our-shopping-list.yml index 202ad4b76c..ac7c4fd14d 100644 --- a/software/our-shopping-list.yml +++ b/software/our-shopping-list.yml @@ -9,6 +9,6 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/nanawel/our-shopping-list demo_url: https://osl.lanterne-rouge.info/ -stargazers_count: 127 -updated_at: '2025-06-06' +stargazers_count: 134 +updated_at: '2025-07-06' archived: false diff --git a/software/outline-server.yml b/software/outline-server.yml index cd00242450..2294375464 100644 --- a/software/outline-server.yml +++ b/software/outline-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/Jigsaw-Code/outline-server -stargazers_count: 5977 +stargazers_count: 6039 updated_at: '2025-03-31' archived: false diff --git a/software/outline.yml b/software/outline.yml index 27804994bd..dd16aaf52f 100644 --- a/software/outline.yml +++ b/software/outline.yml @@ -10,6 +10,6 @@ tags: - Wikis source_code_url: https://github.com/outline/outline depends_3rdparty: true -stargazers_count: 32393 -updated_at: '2025-06-07' +stargazers_count: 34306 +updated_at: '2025-08-09' archived: false diff --git a/software/ovenmediaengine.yml b/software/ovenmediaengine.yml index cecbd805d6..5c9c2ce8f0 100644 --- a/software/ovenmediaengine.yml +++ b/software/ovenmediaengine.yml @@ -10,6 +10,6 @@ tags: - Media Streaming - Video Streaming source_code_url: https://github.com/AirenSoft/OvenMediaEngine demo_url: https://demo.ovenplayer.com -stargazers_count: 2770 -updated_at: '2025-06-06' +stargazers_count: 2825 +updated_at: '2025-08-07' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index f0dfb35b64..c74a2e706f 100644 --- a/software/overleaf.yml +++ b/software/overleaf.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/overleaf/overleaf -stargazers_count: 15815 -updated_at: '2025-06-06' +stargazers_count: 16366 +updated_at: '2025-08-08' archived: false diff --git a/software/overseerr.yml b/software/overseerr.yml index 4f96abc97a..e4fd638505 100644 --- a/software/overseerr.yml +++ b/software/overseerr.yml @@ -9,6 +9,6 @@ tags: - Media Management source_code_url: https://github.com/sct/overseerr depends_3rdparty: true -stargazers_count: 4524 -updated_at: '2025-05-09' +stargazers_count: 4658 +updated_at: '2025-07-03' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index 3cd46f02f9..c85473a5b0 100644 --- a/software/owncast.yml +++ b/software/owncast.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/owncast/owncast -stargazers_count: 10197 -updated_at: '2025-06-07' +stargazers_count: 10393 +updated_at: '2025-08-08' archived: false diff --git a/software/owncloud.yml b/software/owncloud.yml index be726f0c69..c3793d9134 100644 --- a/software/owncloud.yml +++ b/software/owncloud.yml @@ -11,6 +11,6 @@ tags: - File Transfer & Synchronization source_code_url: https://github.com/owncloud/core related_software_url: https://github.com/owncloud/core/wiki/Apps -stargazers_count: 8541 -updated_at: '2025-06-03' +stargazers_count: 8589 +updated_at: '2025-07-19' archived: false diff --git a/software/owntracks-recorder.yml b/software/owntracks-recorder.yml index 01ce50a9d1..15eeaec17a 100644 --- a/software/owntracks-recorder.yml +++ b/software/owntracks-recorder.yml @@ -12,6 +12,6 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/owntracks/recorder depends_3rdparty: true -stargazers_count: 982 -updated_at: '2025-06-03' +stargazers_count: 1028 +updated_at: '2025-06-21' archived: false diff --git a/software/oxid-eshop.yml b/software/oxid-eshop.yml index d94a29f4fa..dc34ba624a 100644 --- a/software/oxid-eshop.yml +++ b/software/oxid-eshop.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/OXID-eSales/oxideshop_ce -stargazers_count: 238 -updated_at: '2025-06-04' +stargazers_count: 237 +updated_at: '2025-08-08' archived: false diff --git a/software/paaster.yml b/software/paaster.yml index f2976bcd9a..1c3e2c1324 100644 --- a/software/paaster.yml +++ b/software/paaster.yml @@ -8,6 +8,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/WardPearce/paaster -stargazers_count: 479 -updated_at: '2025-06-05' +stargazers_count: 487 +updated_at: '2025-08-05' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index 6077ff71cb..e399c5bd61 100644 --- a/software/pairdrop.yml +++ b/software/pairdrop.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/schlagmichdoch/pairdrop -stargazers_count: 7401 +stargazers_count: 8297 updated_at: '2025-02-25' archived: false diff --git a/software/panora.yml b/software/panora.yml index bca6e8aa50..b441c36cac 100644 --- a/software/panora.yml +++ b/software/panora.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 1001 +stargazers_count: 1009 updated_at: '2024-12-27' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 7c875f9448..74b3aa158f 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -8,8 +8,9 @@ platforms: - Docker tags: - Document Management + - Archiving and Digital Preservation (DP) source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 27939 -updated_at: '2025-06-06' +stargazers_count: 29962 +updated_at: '2025-08-06' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 7892d6316b..0fa3084b16 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/papermerge/papermerge-core -stargazers_count: 359 -updated_at: '2025-06-06' +stargazers_count: 372 +updated_at: '2025-08-09' archived: false diff --git a/software/papra.yml b/software/papra.yml new file mode 100644 index 0000000000..2a748ec08d --- /dev/null +++ b/software/papra.yml @@ -0,0 +1,15 @@ +name: Papra +website_url: https://papra.app +source_code_url: https://github.com/papra-hq/papra/ +description: Minimalist document storage, management and archiving platform designed to be simple to use and accessible to everyone. +licenses: + - AGPL-3.0 +platforms: + - Docker +tags: + - Document Management + - Archiving and Digital Preservation (DP) +demo_url: https://demo.papra.app/ +stargazers_count: 2140 +updated_at: '2025-08-09' +archived: false diff --git a/software/para.yml b/software/para.yml index 821775c3c7..72c5984f7c 100644 --- a/software/para.yml +++ b/software/para.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/erudika/para -stargazers_count: 541 -updated_at: '2025-06-05' +stargazers_count: 550 +updated_at: '2025-07-12' archived: false diff --git a/software/part-db.yml b/software/part-db.yml index 90cee1d943..8fc6fdea77 100644 --- a/software/part-db.yml +++ b/software/part-db.yml @@ -11,6 +11,6 @@ platforms: tags: - Inventory Management demo_url: https://demo.part-db.de/en/ -stargazers_count: 1210 -updated_at: '2025-05-23' +stargazers_count: 1272 +updated_at: '2025-07-06' archived: false diff --git a/software/passbolt.yml b/software/passbolt.yml index 24d487ea6a..d5c49a0804 100644 --- a/software/passbolt.yml +++ b/software/passbolt.yml @@ -11,6 +11,6 @@ platforms: tags: - Password Managers source_code_url: https://github.com/passbolt/passbolt_api -stargazers_count: 5094 -updated_at: '2025-05-22' +stargazers_count: 5219 +updated_at: '2025-07-17' archived: false diff --git a/software/passky.yml b/software/passky.yml index ffb74202c9..3af7f193bc 100644 --- a/software/passky.yml +++ b/software/passky.yml @@ -10,6 +10,6 @@ tags: - Password Managers source_code_url: https://github.com/Rabbit-Company/Passky-Server demo_url: https://vault.passky.org -stargazers_count: 217 +stargazers_count: 227 updated_at: '2024-11-05' archived: false diff --git a/software/password-pusher.yml b/software/password-pusher.yml index 493d47c93f..23b63dc1db 100644 --- a/software/password-pusher.yml +++ b/software/password-pusher.yml @@ -10,6 +10,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/pglombardo/PasswordPusher -stargazers_count: 2453 -updated_at: '2025-06-06' +stargazers_count: 2558 +updated_at: '2025-08-07' archived: false diff --git a/software/pastefy.yml b/software/pastefy.yml index bcdbbb759d..5f84e2f0b5 100644 --- a/software/pastefy.yml +++ b/software/pastefy.yml @@ -11,6 +11,6 @@ tags: - Pastebins source_code_url: https://github.com/interaapps/pastefy related_software_url: https://github.com/topics/pastefy-addon -stargazers_count: 319 +stargazers_count: 342 updated_at: '2025-05-22' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index cd4e91d5b3..fbb92a15d3 100644 --- a/software/payload-cms.yml +++ b/software/payload-cms.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/payloadcms/payload -stargazers_count: 35277 -updated_at: '2025-06-06' +stargazers_count: 36812 +updated_at: '2025-08-07' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index 03705a7bb3..2165dc7ae5 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Document Management -stargazers_count: 986 +stargazers_count: 1098 updated_at: '2025-04-21' archived: false diff --git a/software/peergos.yml b/software/peergos.yml index 0c047c9d57..080833e771 100644 --- a/software/peergos.yml +++ b/software/peergos.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer & Synchronization source_code_url: https://github.com/Peergos/Peergos -stargazers_count: 2164 -updated_at: '2025-06-06' +stargazers_count: 2208 +updated_at: '2025-08-09' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index c18a521ac1..a0714ce13c 100644 --- a/software/peertube.yml +++ b/software/peertube.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/Chocobozzz/PeerTube -stargazers_count: 13746 -updated_at: '2025-06-04' +stargazers_count: 13925 +updated_at: '2025-08-08' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index d2c09e720e..10de95b81c 100644 --- a/software/pelican-panel.yml +++ b/software/pelican-panel.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 1366 -updated_at: '2025-06-07' +stargazers_count: 1497 +updated_at: '2025-08-09' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index 602fd83ddd..83cd3737dc 100644 --- a/software/penpot.yml +++ b/software/penpot.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/penpot/penpot -stargazers_count: 38517 -updated_at: '2025-06-06' +stargazers_count: 39506 +updated_at: '2025-08-09' archived: false diff --git a/software/pepperminty-wiki.yml b/software/pepperminty-wiki.yml index 51c96bff66..ba41630b4e 100644 --- a/software/pepperminty-wiki.yml +++ b/software/pepperminty-wiki.yml @@ -9,6 +9,6 @@ tags: - Wikis source_code_url: https://github.com/sbrl/Pepperminty-Wiki demo_url: https://starbeamrainbowlabs.com/labs/peppermint/build/ -stargazers_count: 199 +stargazers_count: 201 updated_at: '2024-09-07' archived: false diff --git a/software/perplexica.yml b/software/perplexica.yml index b9b4303dd0..6c68136a6d 100644 --- a/software/perplexica.yml +++ b/software/perplexica.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Generative Artificial Intelligence (GenAI) -stargazers_count: 22255 -updated_at: '2025-05-30' +stargazers_count: 23444 +updated_at: '2025-08-01' archived: false diff --git a/software/personal-management-system.yml b/software/personal-management-system.yml new file mode 100644 index 0000000000..26561cd69f --- /dev/null +++ b/software/personal-management-system.yml @@ -0,0 +1,14 @@ +name: Personal Management System +website_url: https://volmarg.github.io/ +source_code_url: https://github.com/Volmarg/personal-management-system +description: Organize the essentials of everyday life, everything from a simple to-do list, and notes up to payments, and schedules. +licenses: + - MIT +platforms: + - Docker +tags: + - Personal Dashboards +demo_url: https://github.com/Volmarg/personal-management-system#documentation--demo +stargazers_count: 3521 +updated_at: '2025-08-06' +archived: false diff --git a/software/photofield.yml b/software/photofield.yml index cd7595ad81..52c7dad55b 100644 --- a/software/photofield.yml +++ b/software/photofield.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 499 -updated_at: '2025-06-02' +stargazers_count: 512 +updated_at: '2025-08-05' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index ddf61e512c..5ae5d74ed7 100644 --- a/software/photoprism.yml +++ b/software/photoprism.yml @@ -10,6 +10,6 @@ tags: - Photo Galleries source_code_url: https://github.com/photoprism/photoprism demo_url: https://demo.photoprism.app/library/browse -stargazers_count: 37578 -updated_at: '2025-06-07' +stargazers_count: 38080 +updated_at: '2025-08-08' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index 28d55f998c..77486fcabd 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,7 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5928 -updated_at: '2025-06-07' +demo_url: https://photoview.github.io/ +stargazers_count: 6045 +updated_at: '2025-08-07' archived: false diff --git a/software/phpbb.yml b/software/phpbb.yml index c4f458662b..f33a0a32f6 100644 --- a/software/phpbb.yml +++ b/software/phpbb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/phpbb/phpbb -stargazers_count: 1929 -updated_at: '2025-05-30' +stargazers_count: 1959 +updated_at: '2025-07-30' archived: false diff --git a/software/phplist.yml b/software/phplist.yml index 8487f2085d..f122f8c815 100644 --- a/software/phplist.yml +++ b/software/phplist.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/phpList/phplist3 -stargazers_count: 792 +stargazers_count: 804 updated_at: '2025-05-27' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index b7f9907898..0244827913 100644 --- a/software/pi-hole.yml +++ b/software/pi-hole.yml @@ -10,6 +10,6 @@ platforms: tags: - DNS source_code_url: https://github.com/pi-hole/pi-hole -stargazers_count: 52115 -updated_at: '2025-06-02' +stargazers_count: 52873 +updated_at: '2025-07-14' archived: false diff --git a/software/picoshare.yml b/software/picoshare.yml index 19d8c463b3..bef97521a1 100644 --- a/software/picoshare.yml +++ b/software/picoshare.yml @@ -10,6 +10,6 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/mtlynch/picoshare demo_url: https://demo.pico.rocks -stargazers_count: 2540 -updated_at: '2025-06-06' +stargazers_count: 2595 +updated_at: '2025-07-28' archived: false diff --git a/software/picsur.yml b/software/picsur.yml index 7281ecba37..b53458c3fb 100644 --- a/software/picsur.yml +++ b/software/picsur.yml @@ -9,6 +9,6 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/CaramelFur/Picsur demo_url: https://picsur.org/upload -stargazers_count: 1043 +stargazers_count: 1104 updated_at: '2024-11-13' archived: false diff --git a/software/pictshare.yml b/software/pictshare.yml index f50673a79e..c3f75e58ac 100644 --- a/software/pictshare.yml +++ b/software/pictshare.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/HaschekSolutions/pictshare -stargazers_count: 872 +stargazers_count: 886 updated_at: '2025-05-06' archived: false diff --git a/software/pigallery-2.yml b/software/pigallery-2.yml index 4a94c7190f..1de0c6987a 100644 --- a/software/pigallery-2.yml +++ b/software/pigallery-2.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/bpatrik/pigallery2 -stargazers_count: 1916 -updated_at: '2025-01-05' +stargazers_count: 1963 +updated_at: '2025-08-05' archived: false diff --git a/software/piler.yml b/software/piler.yml index a21b2b03e7..aa29d79fe9 100644 --- a/software/piler.yml +++ b/software/piler.yml @@ -8,6 +8,6 @@ platforms: - C tags: - Communication - Email - Mail Delivery Agents -stargazers_count: 160 -updated_at: '2025-06-04' +stargazers_count: 179 +updated_at: '2025-07-28' archived: false diff --git a/software/pimcore.yml b/software/pimcore.yml index dc5b1af087..b832a90954 100644 --- a/software/pimcore.yml +++ b/software/pimcore.yml @@ -9,6 +9,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/pimcore/pimcore -stargazers_count: 3574 -updated_at: '2025-06-05' +stargazers_count: 3603 +updated_at: '2025-08-08' archived: false diff --git a/software/pinchflat.yml b/software/pinchflat.yml index 90708bda50..c2f7429aed 100644 --- a/software/pinchflat.yml +++ b/software/pinchflat.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management depends_3rdparty: true -stargazers_count: 3182 +stargazers_count: 3477 updated_at: '2025-06-06' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index 48c3c6c18d..2699f72974 100644 --- a/software/pinepods.yml +++ b/software/pinepods.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming demo_url: https://try.pinepods.online -stargazers_count: 416 -updated_at: '2025-05-28' +stargazers_count: 477 +updated_at: '2025-08-06' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml deleted file mode 100644 index 688e65ba44..0000000000 --- a/software/pingvin-share.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Pingvin Share -website_url: https://github.com/stonith404/pingvin-share -description: File sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing. -licenses: - - BSD-2-Clause -platforms: - - Docker - - Nodejs -tags: - - File Transfer - Single-click & Drag-n-drop Upload -source_code_url: https://github.com/stonith404/pingvin-share -demo_url: https://pingvin-share.dev.eliasschneider.com -stargazers_count: 4282 -updated_at: '2025-05-25' -archived: false diff --git a/software/piqueserver.yml b/software/piqueserver.yml index 62ba65982b..1b95b8fd79 100644 --- a/software/piqueserver.yml +++ b/software/piqueserver.yml @@ -10,6 +10,6 @@ tags: - Games source_code_url: https://github.com/piqueserver/piqueserver related_software_url: https://github.com/yvt/openspades -stargazers_count: 222 -updated_at: '2025-06-07' +stargazers_count: 226 +updated_at: '2025-06-25' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index d02131f8f1..b3a363726c 100644 --- a/software/piwigo.yml +++ b/software/piwigo.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/Piwigo/Piwigo -stargazers_count: 3472 -updated_at: '2025-06-03' +stargazers_count: 3530 +updated_at: '2025-08-08' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index fc28ba6c6c..6278288ca4 100644 --- a/software/pixelfed.yml +++ b/software/pixelfed.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/pixelfed/pixelfed -stargazers_count: 6604 -updated_at: '2025-06-05' +stargazers_count: 6685 +updated_at: '2025-08-08' archived: false diff --git a/software/plainpad.yml b/software/plainpad.yml index 9da3b005e6..6f59164d6d 100644 --- a/software/plainpad.yml +++ b/software/plainpad.yml @@ -9,6 +9,6 @@ tags: - Note-taking & Editors source_code_url: https://github.com/alextselegidis/plainpad demo_url: https://alextselegidis.com/try/plainpad/ -stargazers_count: 343 -updated_at: '2025-05-09' +stargazers_count: 346 +updated_at: '2025-07-21' archived: false diff --git a/software/plane.yml b/software/plane.yml index 0f36e2d5fa..8d019c89ef 100644 --- a/software/plane.yml +++ b/software/plane.yml @@ -9,6 +9,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/makeplane/plane demo_url: https://app.plane.so -stargazers_count: 36423 -updated_at: '2025-06-06' +stargazers_count: 37948 +updated_at: '2025-08-06' archived: false diff --git a/software/planka.yml b/software/planka.yml index 0e56cbcd08..e219f7d50b 100644 --- a/software/planka.yml +++ b/software/planka.yml @@ -11,6 +11,6 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/plankanban/planka demo_url: https://plankanban.github.io/planka/#/ -stargazers_count: 9687 -updated_at: '2025-06-07' +stargazers_count: 10432 +updated_at: '2025-08-09' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index 88e98c9c1d..45a69dbb25 100644 --- a/software/plausible-analytics.yml +++ b/software/plausible-analytics.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/plausible/analytics/ -stargazers_count: 22614 -updated_at: '2025-06-06' +stargazers_count: 23064 +updated_at: '2025-08-07' archived: false diff --git a/software/plexripper.yml b/software/plexripper.yml index 154c1e03c8..a44fb84b87 100644 --- a/software/plexripper.yml +++ b/software/plexripper.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management depends_3rdparty: true -stargazers_count: 432 -updated_at: '2025-05-05' +stargazers_count: 477 +updated_at: '2025-08-09' archived: false diff --git a/software/plik.yml b/software/plik.yml index a907b4202d..e8b06421cd 100644 --- a/software/plik.yml +++ b/software/plik.yml @@ -10,6 +10,6 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/root-gg/plik demo_url: https://plik.root.gg/ -stargazers_count: 1572 -updated_at: '2024-06-19' +stargazers_count: 1603 +updated_at: '2025-06-13' archived: false diff --git a/software/plugnmeet.yml b/software/plugnmeet.yml index ee5c66d603..2c9ff6120f 100644 --- a/software/plugnmeet.yml +++ b/software/plugnmeet.yml @@ -10,6 +10,6 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/mynaparrot/plugNmeet-server demo_url: https://demo.plugnmeet.com/login.html -stargazers_count: 367 -updated_at: '2025-05-26' +stargazers_count: 383 +updated_at: '2025-07-30' archived: false diff --git a/software/pluxml.yml b/software/pluxml.yml index e410530dce..33b60f91fa 100644 --- a/software/pluxml.yml +++ b/software/pluxml.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/pluxml/PluXml -stargazers_count: 229 -updated_at: '2025-03-24' +stargazers_count: 230 +updated_at: '2025-08-03' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index 95ba2942f9..d6c6354fcc 100644 --- a/software/pocketbase.yml +++ b/software/pocketbase.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/pocketbase/pocketbase -stargazers_count: 47684 -updated_at: '2025-05-23' +stargazers_count: 49776 +updated_at: '2025-08-09' archived: false diff --git a/software/podfetch.yml b/software/podfetch.yml index 427a7a6015..907dd25393 100644 --- a/software/podfetch.yml +++ b/software/podfetch.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Media Management -stargazers_count: 414 -updated_at: '2025-06-03' +stargazers_count: 423 +updated_at: '2025-08-04' archived: false diff --git a/software/polaris.yml b/software/polaris.yml index fadd92029c..bbb538ce1b 100644 --- a/software/polaris.yml +++ b/software/polaris.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/agersant/polaris -stargazers_count: 2245 -updated_at: '2025-03-12' +stargazers_count: 2303 +updated_at: '2025-07-17' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index e427a2e28f..e46692f424 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4290 -updated_at: '2025-06-06' +stargazers_count: 4383 +updated_at: '2025-08-04' archived: false diff --git a/software/pomjs.yml b/software/pomjs.yml index 6bd8c279f5..6d11c53525 100644 --- a/software/pomjs.yml +++ b/software/pomjs.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/joho1968/POMjs -stargazers_count: 41 +stargazers_count: 42 updated_at: '2023-07-25' archived: false diff --git a/software/portkey.yml b/software/portkey.yml index 1140472886..ac549de281 100644 --- a/software/portkey.yml +++ b/software/portkey.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards demo_url: https://demo.portkey.page -stargazers_count: 54 -updated_at: '2025-05-29' +stargazers_count: 60 +updated_at: '2025-07-17' archived: false diff --git a/software/posio.yml b/software/posio.yml index 69d6320b22..d1a34706ec 100644 --- a/software/posio.yml +++ b/software/posio.yml @@ -8,6 +8,6 @@ platforms: tags: - Games source_code_url: https://github.com/abrenaut/posio -stargazers_count: 638 +stargazers_count: 649 updated_at: '2024-07-29' archived: false diff --git a/software/postal.yml b/software/postal.yml index 4843825a1d..08d9a56993 100644 --- a/software/postal.yml +++ b/software/postal.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/postalserver/postal -stargazers_count: 15576 +stargazers_count: 15822 updated_at: '2025-05-08' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index 0dacf56868..5b2e8ba249 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -9,6 +9,6 @@ tags: - Analytics - Software Development - Feature Toggle source_code_url: https://github.com/posthog/posthog -stargazers_count: 26921 -updated_at: '2025-06-07' +stargazers_count: 28279 +updated_at: '2025-08-09' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index 3f77313e55..d0bfa25f91 100644 --- a/software/postiz.yml +++ b/software/postiz.yml @@ -9,6 +9,6 @@ tags: - Analytics source_code_url: https://github.com/gitroomhq/postiz-app depends_3rdparty: true -stargazers_count: 21252 -updated_at: '2025-06-07' +stargazers_count: 22985 +updated_at: '2025-08-09' archived: false diff --git a/software/precis.yml b/software/precis.yml index 8c23a15113..83b17689e3 100644 --- a/software/precis.yml +++ b/software/precis.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 61 +stargazers_count: 65 updated_at: '2024-12-15' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index 53e6b1f35e..cfa137cbae 100644 --- a/software/prestashop.yml +++ b/software/prestashop.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/PrestaShop/PrestaShop demo_url: https://demo.prestashop.com/ -stargazers_count: 8589 -updated_at: '2025-06-05' +stargazers_count: 8681 +updated_at: '2025-08-06' archived: false diff --git a/software/pretalx.yml b/software/pretalx.yml index bbce8facb8..5eafed97b4 100644 --- a/software/pretalx.yml +++ b/software/pretalx.yml @@ -8,6 +8,6 @@ platforms: tags: - Conference Management source_code_url: https://github.com/pretalx/pretalx -stargazers_count: 801 -updated_at: '2025-06-06' +stargazers_count: 815 +updated_at: '2025-08-09' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index 52abe88577..ad70b16563 100644 --- a/software/pretix.yml +++ b/software/pretix.yml @@ -9,6 +9,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/pretix/pretix -stargazers_count: 2099 -updated_at: '2025-06-05' +stargazers_count: 2146 +updated_at: '2025-08-08' archived: false diff --git a/software/prisme-analytics.yml b/software/prisme-analytics.yml index 7ce0f4aede..19a6c4364f 100644 --- a/software/prisme-analytics.yml +++ b/software/prisme-analytics.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 97 -updated_at: '2025-05-28' +stargazers_count: 108 +updated_at: '2025-08-06' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index 165c9467c8..646d3771ce 100644 --- a/software/privatebin.yml +++ b/software/privatebin.yml @@ -9,6 +9,6 @@ tags: - Pastebins source_code_url: https://github.com/PrivateBin/PrivateBin demo_url: https://privatebin.net/ -stargazers_count: 7244 -updated_at: '2025-06-07' +stargazers_count: 7442 +updated_at: '2025-08-09' archived: false diff --git a/software/projectsend.yml b/software/projectsend.yml index 2007d2bd89..947cc9be3a 100644 --- a/software/projectsend.yml +++ b/software/projectsend.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/projectsend/projectsend -stargazers_count: 1586 -updated_at: '2025-06-07' +stargazers_count: 1658 +updated_at: '2025-07-17' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index b3f70fec29..5aac596d9a 100644 --- a/software/psitransfer.yml +++ b/software/psitransfer.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/psi-4ward/psitransfer -stargazers_count: 1680 +stargazers_count: 1728 updated_at: '2025-06-04' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index eabf1868dd..faea4d97f9 100644 --- a/software/pterodactyl.yml +++ b/software/pterodactyl.yml @@ -8,6 +8,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/pterodactyl/panel -stargazers_count: 7648 -updated_at: '2025-03-24' +stargazers_count: 7922 +updated_at: '2025-06-18' archived: false diff --git a/software/publify.yml b/software/publify.yml index 03b5648699..74dd04fb84 100644 --- a/software/publify.yml +++ b/software/publify.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/publify/publify -stargazers_count: 1845 -updated_at: '2025-06-04' +stargazers_count: 1852 +updated_at: '2025-07-08' archived: false diff --git a/software/pufferpanel.yml b/software/pufferpanel.yml index ca60712e7b..dfe2db6e9a 100644 --- a/software/pufferpanel.yml +++ b/software/pufferpanel.yml @@ -8,6 +8,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/pufferpanel/pufferpanel -stargazers_count: 1519 -updated_at: '2025-06-06' +stargazers_count: 1558 +updated_at: '2025-08-04' archived: false diff --git a/software/pushbits.yml b/software/pushbits.yml index 7c748ff967..5109eb8b5f 100644 --- a/software/pushbits.yml +++ b/software/pushbits.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/pushbits/server -stargazers_count: 340 +stargazers_count: 345 updated_at: '2025-05-29' archived: false diff --git a/software/puter.yml b/software/puter.yml index ee489638d2..b69315f019 100644 --- a/software/puter.yml +++ b/software/puter.yml @@ -11,6 +11,6 @@ tags: - Remote Access source_code_url: https://github.com/heyputer/puter demo_url: https://puter.com/ -stargazers_count: 33179 -updated_at: '2025-06-06' +stargazers_count: 34753 +updated_at: '2025-08-09' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index 015d2d99a8..82d28f737d 100644 --- a/software/pydio.yml +++ b/software/pydio.yml @@ -9,6 +9,6 @@ tags: - File Transfer & Synchronization source_code_url: https://github.com/pydio/cells demo_url: https://pydio.com/en/demo -stargazers_count: 1971 -updated_at: '2025-06-06' +stargazers_count: 2014 +updated_at: '2025-08-08' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index 0fc27b0dbd..617ad99dfd 100644 --- a/software/pyload.yml +++ b/software/pyload.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/pyload/pyload -stargazers_count: 3504 -updated_at: '2025-06-07' +stargazers_count: 3557 +updated_at: '2025-08-09' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index 7da402609e..b1b1de5ae1 100644 --- a/software/qbittorrent.yml +++ b/software/qbittorrent.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Peer-to-peer Filesharing source_code_url: https://github.com/qbittorrent/qBittorrent -stargazers_count: 31485 -updated_at: '2025-06-07' +stargazers_count: 32453 +updated_at: '2025-08-09' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index 3bef788b4f..7102c753a8 100644 --- a/software/qloapps.yml +++ b/software/qloapps.yml @@ -10,6 +10,6 @@ tags: - Booking and Scheduling source_code_url: https://github.com/webkul/hotelcommerce demo_url: https://demo.qloapps.com/ -stargazers_count: 5645 -updated_at: '2025-06-04' +stargazers_count: 6865 +updated_at: '2025-07-07' archived: false diff --git a/software/qpixel.yml b/software/qpixel.yml index caaa9b52a4..f4d3495293 100644 --- a/software/qpixel.yml +++ b/software/qpixel.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/codidact/qpixel -stargazers_count: 409 -updated_at: '2025-06-05' +stargazers_count: 421 +updated_at: '2025-08-07' archived: false diff --git a/software/quassel-irc.yml b/software/quassel-irc.yml index dd87d168c8..6ffcf448e5 100644 --- a/software/quassel-irc.yml +++ b/software/quassel-irc.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/quassel/quassel -stargazers_count: 742 -updated_at: '2025-02-20' +stargazers_count: 749 +updated_at: '2025-07-05' archived: false diff --git a/software/quickshare.yml b/software/quickshare.yml index e2ef83db68..22bd83774c 100644 --- a/software/quickshare.yml +++ b/software/quickshare.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/ihexxa/quickshare -stargazers_count: 555 -updated_at: '2025-06-02' +stargazers_count: 579 +updated_at: '2025-07-27' archived: false diff --git a/software/quizmaster.yml b/software/quizmaster.yml index 35e678be5f..1988100e5a 100644 --- a/software/quizmaster.yml +++ b/software/quizmaster.yml @@ -8,6 +8,6 @@ platforms: tags: - Games source_code_url: https://github.com/nymanjens/quizmaster -stargazers_count: 273 +stargazers_count: 283 updated_at: '2025-04-18' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index 3db1f48f8f..9331cbd102 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -1,6 +1,6 @@ name: Radarr website_url: https://radarr.video/ -description: Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent, à la Couchpotato. +description: Automatically download movies via Usenet and BitTorrent (fork of Sonarr). licenses: - GPL-3.0 platforms: @@ -9,6 +9,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 11615 -updated_at: '2025-06-07' +stargazers_count: 11948 +updated_at: '2025-08-03' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index 7b6d2f4266..836d8b68fc 100644 --- a/software/radicale.yml +++ b/software/radicale.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/Kozea/Radicale -stargazers_count: 3757 -updated_at: '2025-05-25' +stargazers_count: 3904 +updated_at: '2025-07-30' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index 82e113ede4..17206d460a 100644 --- a/software/rallly.yml +++ b/software/rallly.yml @@ -11,6 +11,6 @@ tags: - Polls and Events source_code_url: https://github.com/lukevella/rallly demo_url: https://app.rallly.co -stargazers_count: 4409 -updated_at: '2025-06-07' +stargazers_count: 4583 +updated_at: '2025-08-09' archived: false diff --git a/software/raneto.yml b/software/raneto.yml index ab7c4ef04e..3202368ebd 100644 --- a/software/raneto.yml +++ b/software/raneto.yml @@ -1,6 +1,6 @@ name: Raneto website_url: https://raneto.com/ -description: Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. +description: Knowledgebase platform that uses static Markdown files. licenses: - MIT platforms: @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/ryanlelek/Raneto -stargazers_count: 2833 -updated_at: '2025-02-02' +stargazers_count: 2840 +updated_at: '2025-06-10' archived: false diff --git a/software/rapidbay.yml b/software/rapidbay.yml index 8a6d602230..e32de06091 100644 --- a/software/rapidbay.yml +++ b/software/rapidbay.yml @@ -1,6 +1,6 @@ name: Rapidbay website_url: https://github.com/hauxir/rapidbay/ -description: Self-hosted torrent videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV. +description: Videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV. licenses: - MIT platforms: @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/hauxir/rapidbay/ -stargazers_count: 775 -updated_at: '2025-02-17' +stargazers_count: 787 +updated_at: '2025-08-03' archived: false diff --git a/software/rconcli.yml b/software/rconcli.yml index f8e98c2013..e8f08febec 100644 --- a/software/rconcli.yml +++ b/software/rconcli.yml @@ -8,6 +8,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/gorcon/rcon-cli -stargazers_count: 551 -updated_at: '2024-12-12' +stargazers_count: 568 +updated_at: '2025-06-08' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index 1f5a591aef..49d6d8009b 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -1,6 +1,6 @@ name: Reactive Resume website_url: https://rxresu.me/ -description: A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. +description: One-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. licenses: - MIT platforms: @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 31657 -updated_at: '2025-02-09' +stargazers_count: 32513 +updated_at: '2025-08-08' archived: false diff --git a/software/readeck.yml b/software/readeck.yml index a4a22bb2d9..a6bb325b2d 100644 --- a/software/readeck.yml +++ b/software/readeck.yml @@ -1,7 +1,7 @@ name: "Readeck" website_url: "https://readeck.org/en/" source_code_url: "https://codeberg.org/readeck/readeck" -description: "Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool." +description: "Save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool." licenses: - AGPL-3.0 platforms: diff --git a/software/reader.yml b/software/reader.yml index 7f68cb1a6f..26811f39cc 100644 --- a/software/reader.yml +++ b/software/reader.yml @@ -1,6 +1,6 @@ name: reader website_url: https://github.com/lemon24/reader -description: A Python feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies. +description: Feed reader web app and library (so you can use it to build your own), with only standard library and pure-Python dependencies. licenses: - BSD-3-Clause platforms: @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/lemon24/reader -stargazers_count: 490 -updated_at: '2025-06-03' +stargazers_count: 500 +updated_at: '2025-07-08' archived: false diff --git a/software/readflow.yml b/software/readflow.yml index d3a524e9d1..22d17d1710 100644 --- a/software/readflow.yml +++ b/software/readflow.yml @@ -1,14 +1,14 @@ name: Readflow website_url: https://readflow.app -description: 'Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications...' +description: 'Lightweight news reader with modern interface and features: full-text search, automatic categorization, archiving, offline support, notifications.' licenses: - - MIT + - AGPL-3.0 platforms: - Go - Docker tags: - Feed Readers source_code_url: https://github.com/ncarlier/readflow -stargazers_count: 441 +stargazers_count: 451 updated_at: '2025-02-20' archived: false diff --git a/software/receipt-wrangler.yml b/software/receipt-wrangler.yml index 4ae422b651..f7b5f759cc 100644 --- a/software/receipt-wrangler.yml +++ b/software/receipt-wrangler.yml @@ -10,6 +10,6 @@ tags: - Money, Budgeting & Management depends_3rdparty: true demo_url: https://demo.receiptwrangler.io -stargazers_count: 134 -updated_at: '2025-05-28' +stargazers_count: 146 +updated_at: '2025-07-29' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index d047c33b49..70340ac9a5 100644 --- a/software/recipesage.yml +++ b/software/recipesage.yml @@ -10,6 +10,6 @@ tags: - Inventory Management source_code_url: https://github.com/julianpoy/recipesage demo_url: https://recipesage.com -stargazers_count: 732 -updated_at: '2025-06-07' +stargazers_count: 767 +updated_at: '2025-08-04' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 6f58a8aff2..56c4603329 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -1,7 +1,7 @@ name: Recipya website_url: https://recipes.musicavis.ca source_code_url: https://github.com/reaper47/recipya -description: A clean, simple and powerful recipe manager your whole family will enjoy. +description: Clean, simple and powerful recipe manager your whole family will enjoy. licenses: - GPL-3.0 platforms: @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login -stargazers_count: 343 -updated_at: '2025-05-24' +stargazers_count: 356 +updated_at: '2025-07-23' archived: false diff --git a/software/red-eclipse-2.yml b/software/red-eclipse-2.yml index fdc45c72c4..daa24a653d 100644 --- a/software/red-eclipse-2.yml +++ b/software/red-eclipse-2.yml @@ -1,6 +1,6 @@ name: Red Eclipse 2 website_url: https://redeclipse.net -description: A FOSS Arena First-Person Shooter Similar to Unreal Tournament. +description: Arena first-person shooter similar to Unreal Tournament. licenses: - Zlib - MIT @@ -12,6 +12,6 @@ platforms: tags: - Games source_code_url: https://github.com/redeclipse/base -stargazers_count: 466 -updated_at: '2025-06-07' +stargazers_count: 471 +updated_at: '2025-08-09' archived: false diff --git a/software/redash.yml b/software/redash.yml index dc3bcd4065..995bb355f1 100644 --- a/software/redash.yml +++ b/software/redash.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/getredash/redash -stargazers_count: 27393 -updated_at: '2025-06-01' +stargazers_count: 27640 +updated_at: '2025-08-08' archived: false diff --git a/software/redaxo.yml b/software/redaxo.yml index 18adc8afe8..0353998365 100644 --- a/software/redaxo.yml +++ b/software/redaxo.yml @@ -1,6 +1,6 @@ name: REDAXO website_url: https://www.redaxo.org -description: Simple, flexible and useful content management system (documentation only available in German). +description: Simple, flexible and useful content management system (documentation in German). licenses: - MIT platforms: @@ -9,6 +9,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/redaxo/redaxo -stargazers_count: 336 -updated_at: '2025-06-06' +stargazers_count: 340 +updated_at: '2025-07-23' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index 5c97a21f44..8bb9ec639a 100644 --- a/software/redlib.yml +++ b/software/redlib.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/redlib-org/redlib depends_3rdparty: true -stargazers_count: 2057 -updated_at: '2025-04-21' +stargazers_count: 2329 +updated_at: '2025-08-02' archived: false diff --git a/software/redmine.yml b/software/redmine.yml index ffddf2197d..43cc2bff80 100644 --- a/software/redmine.yml +++ b/software/redmine.yml @@ -1,6 +1,6 @@ name: Redmine website_url: https://www.redmine.org/ -description: Redmine is a flexible project management web application. +description: Flexible project management web application. licenses: - GPL-2.0 platforms: diff --git a/software/rei3.yml b/software/rei3.yml index d5b3eed6cc..63b500c1dc 100644 --- a/software/rei3.yml +++ b/software/rei3.yml @@ -1,6 +1,6 @@ name: REI3 website_url: https://rei3.de/home_en/ -description: Open source, expandable Business Management Software. Manage tasks, time, assets and much more. +description: Manage tasks, time, assets and much more within your business. licenses: - MIT platforms: @@ -9,6 +9,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/r3-team/r3 demo_url: https://rei3.de/demo_en/ -stargazers_count: 449 -updated_at: '2025-06-03' +stargazers_count: 470 +updated_at: '2025-08-05' archived: false diff --git a/software/reiverr.yml b/software/reiverr.yml index cf991c54e2..5356e448bb 100644 --- a/software/reiverr.yml +++ b/software/reiverr.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management depends_3rdparty: true -stargazers_count: 1705 +stargazers_count: 1916 updated_at: '2025-02-22' archived: false diff --git a/software/relate.yml b/software/relate.yml index 22646ddd8e..1597b9b948 100644 --- a/software/relate.yml +++ b/software/relate.yml @@ -1,6 +1,6 @@ name: RELATE website_url: https://documen.tician.de/relate/ -description: 'RELATE is a web-based courseware package, includes features such as: flexible rules, statistics, multi-course support, class calendar.' +description: 'Courseware package that includes features such as: flexible rules, statistics, multi-course support, class calendar.' licenses: - MIT platforms: @@ -8,6 +8,6 @@ platforms: tags: - Learning and Courses source_code_url: https://github.com/inducer/relate -stargazers_count: 410 -updated_at: '2025-06-01' +stargazers_count: 415 +updated_at: '2025-08-02' archived: false diff --git a/software/remark42.yml b/software/remark42.yml index 5494d7264c..01bac56eee 100644 --- a/software/remark42.yml +++ b/software/remark42.yml @@ -1,6 +1,6 @@ name: remark42 website_url: https://remark42.com/ -description: A lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments. +description: Lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments. licenses: - MIT platforms: @@ -10,6 +10,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/umputun/remark42 demo_url: https://remark42.com/demo/ -stargazers_count: 5141 -updated_at: '2025-06-06' +stargazers_count: 5194 +updated_at: '2025-07-06' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index e7499e9af6..d955dd2585 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -1,6 +1,6 @@ name: Remotely website_url: https://github.com/immense/Remotely -description: A remote desktop control and remote scripting solution, enterprise level remote support solution with admin web interface and remote control via browser. +description: Remote desktop control and remote scripting solution, enterprise level remote support solution with admin web interface and remote control via browser. licenses: - GPL-3.0 platforms: @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4809 +stargazers_count: 4871 updated_at: '2024-12-17' archived: false diff --git a/software/remoteutilities.yml b/software/remoteutilities.yml index 6e9a0472f3..44bb8d92e5 100644 --- a/software/remoteutilities.yml +++ b/software/remoteutilities.yml @@ -1,6 +1,6 @@ name: RemoteUtilities website_url: https://www.remoteutilities.com/ -description: Remote Utilities is self-hosted remote support software for LAN administration and remote support over the Internet. +description: Remote support software for LAN administration and remote support over the Internet. licenses: - ⊘ Proprietary platforms: diff --git a/software/request-tracker.yml b/software/request-tracker.yml index 8115483a50..24b86c1e05 100644 --- a/software/request-tracker.yml +++ b/software/request-tracker.yml @@ -1,6 +1,6 @@ name: Request Tracker website_url: https://www.bestpractical.com/rt/ -description: An enterprise-grade issue tracking system. +description: Enterprise-grade issue tracking system. licenses: - GPL-2.0 platforms: @@ -8,6 +8,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/bestpractical/rt -stargazers_count: 1028 -updated_at: '2025-06-05' +stargazers_count: 1048 +updated_at: '2025-08-07' archived: false diff --git a/software/rero-ils.yml b/software/rero-ils.yml index adab014ff9..98fd3ea36c 100644 --- a/software/rero-ils.yml +++ b/software/rero-ils.yml @@ -10,6 +10,6 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/rero/rero-ils demo_url: https://ils.test.rero.ch/ -stargazers_count: 78 -updated_at: '2025-05-28' +stargazers_count: 79 +updated_at: '2025-08-07' archived: false diff --git a/software/resourcespace.yml b/software/resourcespace.yml index b9700fc981..e8cbd3cefe 100644 --- a/software/resourcespace.yml +++ b/software/resourcespace.yml @@ -1,6 +1,6 @@ name: ResourceSpace website_url: https://www.resourcespace.com -description: ResourceSpace open source digital asset management software is the simple, fast, and free way to organise your digital assets. +description: Simple, fast, and free way to organise your digital assets. licenses: - BSD-4-Clause platforms: diff --git a/software/restreamer.yml b/software/restreamer.yml index 44fc574006..4e696bcb4e 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -1,6 +1,6 @@ name: Restreamer website_url: https://datarhei.github.io/restreamer/ -description: Restreamer allows you to do h.264 real-time video streaming on your website without a streaming provider. +description: Access H.264 real-time video streaming on your website without a streaming provider. licenses: - Apache-2.0 platforms: @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4408 +stargazers_count: 4488 updated_at: '2025-03-03' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index 465b3b3a83..9d6f695807 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 1144 -updated_at: '2025-05-26' +stargazers_count: 1245 +updated_at: '2025-08-09' archived: false diff --git a/software/retroshare.yml b/software/retroshare.yml index b2087af989..7e65eacd0f 100644 --- a/software/retroshare.yml +++ b/software/retroshare.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RetroShare/RetroShare -stargazers_count: 1815 -updated_at: '2025-06-05' +stargazers_count: 1833 +updated_at: '2025-08-09' archived: false diff --git a/software/retrospring.yml b/software/retrospring.yml index 673b141394..0f689d3566 100644 --- a/software/retrospring.yml +++ b/software/retrospring.yml @@ -1,6 +1,6 @@ name: Retrospring website_url: https://github.com/retrospring/retrospring -description: A free, open-source social network following the Q/A (question and answer) principle of sites like Formspring, ask.fm or CuriousCat. +description: Social network following the Q/A (question and answer) principle of sites like Formspring, ask.fm or CuriousCat. licenses: - AGPL-3.0 platforms: @@ -10,6 +10,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/retrospring/retrospring demo_url: https://retrospring.net -stargazers_count: 283 -updated_at: '2025-04-28' +stargazers_count: 290 +updated_at: '2025-07-26' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index 83cd8e8e2d..5914bb6d88 100644 --- a/software/revealjs.yml +++ b/software/revealjs.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/hakimel/reveal.js demo_url: https://revealjs.com/ -stargazers_count: 68997 -updated_at: '2025-04-28' +stargazers_count: 69385 +updated_at: '2025-08-05' archived: false diff --git a/software/review-board.yml b/software/review-board.yml index 125aa08da8..1a7e477c30 100644 --- a/software/review-board.yml +++ b/software/review-board.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Project Management demo_url: https://demo.reviewboard.org/ -stargazers_count: 1623 -updated_at: '2025-05-23' +stargazers_count: 1648 +updated_at: '2025-08-06' archived: false diff --git a/software/revive-adserver.yml b/software/revive-adserver.yml index acaa3870ec..230e440492 100644 --- a/software/revive-adserver.yml +++ b/software/revive-adserver.yml @@ -1,6 +1,6 @@ name: Revive Adserver website_url: https://www.revive-adserver.com/ -description: World's most popular free, open source ad serving system. Formerly known as OpenX Adserver and phpAdsNew. +description: Ad serving system. Formerly known as OpenX Adserver and phpAdsNew. licenses: - GPL-2.0 platforms: @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/revive-adserver/revive-adserver -stargazers_count: 1335 -updated_at: '2025-05-09' +stargazers_count: 1353 +updated_at: '2025-08-08' archived: false diff --git a/software/revolt.yml b/software/revolt.yml index dc72f22143..6a985c6393 100644 --- a/software/revolt.yml +++ b/software/revolt.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/revoltchat/self-hosted -stargazers_count: 1359 -updated_at: '2025-05-12' +stargazers_count: 1420 +updated_at: '2025-07-18' archived: false diff --git a/software/rgit.yml b/software/rgit.yml index 96f4836588..0253584f01 100644 --- a/software/rgit.yml +++ b/software/rgit.yml @@ -1,6 +1,6 @@ name: rgit website_url: https://github.com/w4/rgit -description: An ultra-fast & lightweight cgit clone. +description: Ultra-fast & lightweight cgit clone. licenses: - WTFPL platforms: @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/w4/rgit -stargazers_count: 166 +stargazers_count: 175 updated_at: '2025-05-25' archived: false diff --git a/software/rhodecode.yml b/software/rhodecode.yml index b977dd5257..fe26ef095f 100644 --- a/software/rhodecode.yml +++ b/software/rhodecode.yml @@ -1,6 +1,6 @@ name: RhodeCode website_url: https://rhodecode.com/ -description: RhodeCode is an open source platform for software development teams. It unifies and simplifies repository management for Git, Subversion, and Mercurial. +description: Unify and simplify repository management for Git, Subversion, and Mercurial. licenses: - AGPL-3.0 platforms: diff --git a/software/roadiz.yml b/software/roadiz.yml index 664d325799..3d601f62d4 100644 --- a/software/roadiz.yml +++ b/software/roadiz.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/roadiz/roadiz -stargazers_count: 374 +stargazers_count: 375 updated_at: '2025-01-16' archived: false diff --git a/software/robust-irc.yml b/software/robust-irc.yml index 169c0d1e26..6066087226 100644 --- a/software/robust-irc.yml +++ b/software/robust-irc.yml @@ -1,6 +1,6 @@ name: Robust IRC website_url: https://robustirc.net/ -description: RobustIRC is IRC without netsplits. Distributed IRC server, based on RobustSession protocol. +description: IRC without netsplits. Distributed IRC server, based on RobustSession protocol. licenses: - BSD-3-Clause platforms: diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 2665513e27..dd333f6e17 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -1,6 +1,6 @@ name: Rocket.Chat website_url: https://rocket.chat/ -description: Teamchat solution similar to Gitter.im or Slack. +description: Communications platform that puts data protection first (alternative to Gitter.im or Slack). licenses: - MIT platforms: @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 42776 -updated_at: '2025-06-07' +stargazers_count: 43159 +updated_at: '2025-08-08' archived: false diff --git a/software/romm.yml b/software/romm.yml index f2823629e9..afc08560ee 100644 --- a/software/romm.yml +++ b/software/romm.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/rommapp/romm depends_3rdparty: true demo_url: https://demo.romm.app/ -stargazers_count: 3841 -updated_at: '2025-06-06' +stargazers_count: 6010 +updated_at: '2025-08-09' archived: false diff --git a/software/rosariosis.yml b/software/rosariosis.yml index 0809253d52..d5ebf1237d 100644 --- a/software/rosariosis.yml +++ b/software/rosariosis.yml @@ -1,6 +1,6 @@ name: RosarioSIS website_url: https://www.rosariosis.org/ -description: RosarioSIS, free Student Information System for school management. +description: Student Information System for school management. Features students demographics, grades, scheduling, attendance, student billing, discipline & food service modules. licenses: - GPL-2.0 platforms: diff --git a/software/roundcube.yml b/software/roundcube.yml index 6864e94d0d..23406c5ef1 100644 --- a/software/roundcube.yml +++ b/software/roundcube.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Webmail Clients source_code_url: https://github.com/roundcube/roundcubemail -stargazers_count: 6301 -updated_at: '2025-06-01' +stargazers_count: 6453 +updated_at: '2025-08-09' archived: false diff --git a/software/roundup-issue-tracker.yml b/software/roundup-issue-tracker.yml index 95d7807080..a3dbfabf2d 100644 --- a/software/roundup-issue-tracker.yml +++ b/software/roundup-issue-tracker.yml @@ -1,6 +1,6 @@ name: Roundup Issue Tracker website_url: https://www.roundup-tracker.org/ -description: A simple-to-use and -install issue-tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker. +description: Simple-to-use and -install issue tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Designed with flexibility in mind - not just another bug tracker. licenses: - MIT - ZPL-2.0 diff --git a/software/routr.yml b/software/routr.yml index 2d26b7b172..3e2c004d20 100644 --- a/software/routr.yml +++ b/software/routr.yml @@ -1,6 +1,6 @@ name: Routr website_url: https://routr.io -description: A lightweight sip proxy, location server, and registrar for a reliable and scalable SIP infrastructure. +description: Lightweight SIP proxy, location server, and registrar for a reliable and scalable SIP infrastructure. licenses: - MIT platforms: @@ -9,6 +9,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/fonoster/routr -stargazers_count: 1525 -updated_at: '2025-01-29' +stargazers_count: 1560 +updated_at: '2025-07-30' archived: false diff --git a/software/rs-short.yml b/software/rs-short.yml index 7338f7b283..e592610c7b 100644 --- a/software/rs-short.yml +++ b/software/rs-short.yml @@ -1,7 +1,7 @@ name: "rs-short" website_url: "https://git.42l.fr/42l/rs-short" source_code_url: "https://git.42l.fr/42l/rs-short" -description: "A lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection." +description: "Lightweight link shortener written in Rust, with features such as caching, spambot protection and phishing detection." licenses: - MPL-2.0 platforms: diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index f27b9ad94f..ee490050f3 100644 --- a/software/rss-bridge.yml +++ b/software/rss-bridge.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/RSS-Bridge/rss-bridge -stargazers_count: 8021 -updated_at: '2025-06-07' +stargazers_count: 8163 +updated_at: '2025-08-08' archived: false diff --git a/software/rss-monster.yml b/software/rss-monster.yml index f5f06b16cf..099b29f83b 100644 --- a/software/rss-monster.yml +++ b/software/rss-monster.yml @@ -1,6 +1,6 @@ name: RSS Monster website_url: https://github.com/pietheinstrengholt/rssmonster -description: An easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader). +description: Easy to use web-based RSS aggregator and reader compatible with the Fever API (alternative to Google Reader). licenses: - MIT platforms: @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/pietheinstrengholt/rssmonster -stargazers_count: 453 -updated_at: '2025-06-06' +stargazers_count: 455 +updated_at: '2025-08-05' archived: false diff --git a/software/rss2email.yml b/software/rss2email.yml index 694125b416..ac4815446a 100644 --- a/software/rss2email.yml +++ b/software/rss2email.yml @@ -1,6 +1,6 @@ name: RSS2EMail website_url: https://github.com/rss2email/rss2email -description: Fetches RSS/Atom-feeds and pushes new Content to any email-receiver, supports OPML. +description: Fetches RSS/Atom-feeds and pushes new content to any email-receiver, supports OPML. licenses: - GPL-2.0 platforms: @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/rss2email/rss2email -stargazers_count: 409 +stargazers_count: 415 updated_at: '2025-04-17' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index f0f1b1218b..d89f0dce2a 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -1,7 +1,7 @@ name: RSSHub website_url: https://docs.rsshub.app source_code_url: https://github.com/DIYgod/RSSHub -description: An easy to use, and extensible RSS feed aggregator, it's capable of generating RSS feeds from pretty much everything ranging from social media to university departments. +description: Easy to use, and extensible RSS feed aggregator capable of generating RSS feeds from pretty much everything ranging from social media to university departments. licenses: - MIT platforms: @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 37119 -updated_at: '2025-06-06' +stargazers_count: 38206 +updated_at: '2025-08-09' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index 913dec06b4..fac4e7e28d 100644 --- a/software/rstudio-server.yml +++ b/software/rstudio-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/rstudio/rstudio -stargazers_count: 4804 -updated_at: '2025-06-06' +stargazers_count: 4847 +updated_at: '2025-08-08' archived: false diff --git a/software/rudderstack.yml b/software/rudderstack.yml index ca7ba56248..ad52d94a96 100644 --- a/software/rudderstack.yml +++ b/software/rudderstack.yml @@ -2,7 +2,7 @@ name: RudderStack website_url: https://rudderstack.com/ description: Collect, unify, transform, and store your customer data, and route it to a wide range of common, popular marketing, sales, and product tools (alternative to Segment). licenses: - - AGPL-3.0 + - Elastic-2.0 platforms: - Docker - K8S @@ -11,6 +11,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/rudderlabs/rudder-server/ -stargazers_count: 4201 -updated_at: '2025-06-05' +stargazers_count: 4259 +updated_at: '2025-08-07' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml deleted file mode 100644 index 236cb17411..0000000000 --- a/software/rustdesk.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: RustDesk -website_url: https://rustdesk.com/ -description: Remote Desktop Access software that works out-of-the-box (alternative to TeamViewer). -licenses: - - AGPL-3.0 -platforms: - - Rust - - Docker - - deb -tags: - - Remote Access -source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7936 -updated_at: '2025-05-11' -archived: false diff --git a/software/rustypaste.yml b/software/rustypaste.yml index 7d597401b5..014b95a0d5 100644 --- a/software/rustypaste.yml +++ b/software/rustypaste.yml @@ -1,6 +1,6 @@ name: rustypaste website_url: https://github.com/orhun/rustypaste -description: A minimal file upload/pastebin service. +description: Minimal file upload/pastebin service. licenses: - MIT platforms: @@ -8,6 +8,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/orhun/rustypaste -stargazers_count: 929 -updated_at: '2025-05-26' +stargazers_count: 951 +updated_at: '2025-08-01' archived: false diff --git a/software/rygel.yml b/software/rygel.yml index 4a66d13670..8b9681aa60 100644 --- a/software/rygel.yml +++ b/software/rygel.yml @@ -1,8 +1,8 @@ name: Rygel website_url: https://gnome.pages.gitlab.gnome.org/rygel/ -description: Rygel is a UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller. +description: UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller. licenses: - - GPL-3.0 + - LGPL-2.1 platforms: - C tags: diff --git a/software/ryot.yml b/software/ryot.yml index 5856554c9a..aa038f9566 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -1,7 +1,7 @@ name: ryot website_url: https://github.com/ignisda/ryot source_code_url: https://github.com/ignisda/ryot -description: Platform for tracking various facets of your life - media, fitness, etc. +description: Track various facets of your life - media, fitness, etc. licenses: - GPL-3.0 platforms: @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2487 -updated_at: '2025-06-07' +stargazers_count: 2626 +updated_at: '2025-08-06' archived: false diff --git a/software/s-cart.yml b/software/s-cart.yml index b063c24560..86e64dfe34 100644 --- a/software/s-cart.yml +++ b/software/s-cart.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/s-cart/s-cart demo_url: https://demo.s-cart.org/ -stargazers_count: 709 -updated_at: '2025-05-18' +stargazers_count: 721 +updated_at: '2025-08-06' archived: false diff --git a/software/sabredav.yml b/software/sabredav.yml index 8c1ad5a9d2..318643ea1d 100644 --- a/software/sabredav.yml +++ b/software/sabredav.yml @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/dav -stargazers_count: 1623 +stargazers_count: 1636 updated_at: '2024-12-01' archived: false diff --git a/software/safeline.yml b/software/safeline.yml index 2ee0633a94..3ad92a2375 100644 --- a/software/safeline.yml +++ b/software/safeline.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers demo_url: https://demo.waf.chaitin.com/ -stargazers_count: 16706 -updated_at: '2025-05-27' +stargazers_count: 17305 +updated_at: '2025-08-08' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index 106ce25bfe..50ab523f5c 100644 --- a/software/saleor.yml +++ b/software/saleor.yml @@ -10,6 +10,6 @@ tags: - E-commerce source_code_url: https://github.com/saleor/saleor demo_url: https://demo.saleor.io/ -stargazers_count: 21652 -updated_at: '2025-06-05' +stargazers_count: 21908 +updated_at: '2025-08-08' archived: false diff --git a/software/sama.yml b/software/sama.yml index 7e04e7528b..1e6b62e23f 100644 --- a/software/sama.yml +++ b/software/sama.yml @@ -11,6 +11,6 @@ tags: - Communication - Custom Communication Systems demo_url: https://app.samacloud.io/demo related_software_url: https://github.com/SAMA-Communications/sama-client -stargazers_count: 120 -updated_at: '2025-05-28' +stargazers_count: 124 +updated_at: '2025-07-24' archived: false diff --git a/software/samvera-hyrax.yml b/software/samvera-hyrax.yml index 2da657b6bc..6402c66e0c 100644 --- a/software/samvera-hyrax.yml +++ b/software/samvera-hyrax.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/samvera/hyrax -stargazers_count: 187 -updated_at: '2025-05-27' +stargazers_count: 191 +updated_at: '2025-08-08' archived: false diff --git a/software/sandstorm.yml b/software/sandstorm.yml index 9130a6327a..f685c33ddb 100644 --- a/software/sandstorm.yml +++ b/software/sandstorm.yml @@ -10,6 +10,6 @@ tags: - Self-hosting Solutions source_code_url: https://github.com/sandstorm-io/sandstorm demo_url: https://demo.sandstorm.io/ -stargazers_count: 6852 -updated_at: '2024-12-17' +stargazers_count: 6911 +updated_at: '2025-06-13' archived: false diff --git a/software/schoco.yml b/software/schoco.yml index e0bf383c00..b8134298fe 100644 --- a/software/schoco.yml +++ b/software/schoco.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Learning and Courses -stargazers_count: 26 +stargazers_count: 27 updated_at: '2025-03-18' archived: false diff --git a/software/scholarsome.yml b/software/scholarsome.yml deleted file mode 100644 index 8eb1c2c37e..0000000000 --- a/software/scholarsome.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: scholarsome -website_url: https://www.scholarsome.com/ -description: Web-based and open source interactive flashcard learning software studying for the masses. -licenses: - - GPL-3.0 -platforms: - - Docker -tags: - - Learning and Courses -source_code_url: https://github.com/hwgilbert16/scholarsome -demo_url: https://scholarsome.com/ -stargazers_count: 614 -updated_at: '2024-07-23' -archived: false diff --git a/software/scm-manager.yml b/software/scm-manager.yml index 1c2d251e22..8af300640a 100644 --- a/software/scm-manager.yml +++ b/software/scm-manager.yml @@ -11,6 +11,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/scm-manager/scm-manager -stargazers_count: 145 -updated_at: '2025-06-05' +stargazers_count: 147 +updated_at: '2025-08-08' archived: false diff --git a/software/scoold.yml b/software/scoold.yml index cba3b5581a..ec31b0bf46 100644 --- a/software/scoold.yml +++ b/software/scoold.yml @@ -11,6 +11,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/Erudika/scoold demo_url: https://live.scoold.com -stargazers_count: 885 -updated_at: '2025-05-27' +stargazers_count: 892 +updated_at: '2025-07-31' archived: false diff --git a/software/screego.yml b/software/screego.yml index 1e013ff7f5..8f2ee493e1 100644 --- a/software/screego.yml +++ b/software/screego.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/screego/server demo_url: https://app.screego.net/ -stargazers_count: 8601 -updated_at: '2025-05-08' +stargazers_count: 9078 +updated_at: '2025-06-24' archived: false diff --git a/software/scribble.rs.yml b/software/scribble.rs.yml index 92ea8c2e77..de7322f81d 100644 --- a/software/scribble.rs.yml +++ b/software/scribble.rs.yml @@ -10,6 +10,6 @@ platforms: tags: - Games demo_url: https://scribblers.fly.dev -stargazers_count: 529 +stargazers_count: 545 updated_at: '2025-03-30' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index 2d368d60e6..6dbeebdb05 100644 --- a/software/seafile.yml +++ b/software/seafile.yml @@ -11,6 +11,6 @@ platforms: tags: - File Transfer & Synchronization source_code_url: https://github.com/haiwen/seafile -stargazers_count: 13170 -updated_at: '2025-06-06' +stargazers_count: 13497 +updated_at: '2025-08-06' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index dc01a07a68..46871a988f 100644 --- a/software/searxng.yml +++ b/software/searxng.yml @@ -10,6 +10,6 @@ tags: - Search Engines source_code_url: https://github.com/searxng/searxng/ depends_3rdparty: true -stargazers_count: 19540 -updated_at: '2025-06-06' +stargazers_count: 21012 +updated_at: '2025-08-09' archived: false diff --git a/software/seatsurfing.yml b/software/seatsurfing.yml index 479561e5fc..bd6b11fa2d 100644 --- a/software/seatsurfing.yml +++ b/software/seatsurfing.yml @@ -8,6 +8,6 @@ platforms: tags: - Booking and Scheduling source_code_url: https://github.com/seatsurfing/backend -stargazers_count: 210 -updated_at: '2025-06-07' +stargazers_count: 236 +updated_at: '2025-08-09' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index 5c4516a3ec..ca28357978 100644 --- a/software/seaweedfs.yml +++ b/software/seaweedfs.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Object Storage & File Servers source_code_url: https://github.com/seaweedfs/seaweedfs -stargazers_count: 24715 -updated_at: '2025-06-07' +stargazers_count: 25446 +updated_at: '2025-08-08' archived: false diff --git a/software/self-host-blocks.yml b/software/self-host-blocks.yml index eb4c60b487..6ea82b2ab7 100644 --- a/software/self-host-blocks.yml +++ b/software/self-host-blocks.yml @@ -9,6 +9,6 @@ platforms: tags: - Self-hosting Solutions depends_3rdparty: true -stargazers_count: 282 -updated_at: '2025-06-07' +stargazers_count: 329 +updated_at: '2025-08-03' archived: false diff --git a/software/selfoss.yml b/software/selfoss.yml index 27123ef3c3..e6f5a35074 100644 --- a/software/selfoss.yml +++ b/software/selfoss.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/fossar/selfoss -stargazers_count: 2413 +stargazers_count: 2428 updated_at: '2025-03-16' archived: false diff --git a/software/send.yml b/software/send.yml index bf9e809fd3..7ab98df5dd 100644 --- a/software/send.yml +++ b/software/send.yml @@ -1,5 +1,5 @@ name: Send -website_url: https://github.com/timvisee/send +website_url: https://gitlab.com/timvisee/send description: Simple, private, end to end encrypted temporary file sharing, originally built by Mozilla. licenses: - MPL-2.0 @@ -8,8 +8,9 @@ platforms: - Docker tags: - File Transfer - Peer-to-peer Filesharing -source_code_url: https://github.com/timvisee/send -related_software_url: https://github.com/timvisee/send#clients -stargazers_count: 5236 +source_code_url: https://gitlab.com/timvisee/send +demo_url: https://send.vis.ee/ +related_software_url: https://gitlab.com/timvisee/send#clients +stargazers_count: 5251 updated_at: '2025-05-23' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 9d0316e3a2..949388517b 100644 --- a/software/sentry-self-hosted.yml +++ b/software/sentry-self-hosted.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Testing source_code_url: https://github.com/getsentry/sentry -stargazers_count: 41054 -updated_at: '2025-06-07' +stargazers_count: 41685 +updated_at: '2025-08-09' archived: false diff --git a/software/serendipity.yml b/software/serendipity.yml index 0744386acf..d9b0437e8c 100644 --- a/software/serendipity.yml +++ b/software/serendipity.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/s9y/serendipity -stargazers_count: 213 -updated_at: '2025-05-23' +stargazers_count: 218 +updated_at: '2025-07-31' archived: false diff --git a/software/servas.yml b/software/servas.yml index 04b176b374..ca4652fbc8 100644 --- a/software/servas.yml +++ b/software/servas.yml @@ -11,6 +11,6 @@ platforms: tags: - Bookmarks and Link Sharing related_software_url: https://github.com/beromir/Servas#browser-extensions -stargazers_count: 667 -updated_at: '2025-05-20' +stargazers_count: 693 +updated_at: '2025-07-08' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index 17412f0a0e..dc0b408bd1 100644 --- a/software/sftpgo.yml +++ b/software/sftpgo.yml @@ -10,6 +10,6 @@ platforms: tags: - File Transfer - Object Storage & File Servers source_code_url: https://github.com/drakkan/sftpgo -stargazers_count: 10525 -updated_at: '2025-06-02' +stargazers_count: 10835 +updated_at: '2025-08-06' archived: false diff --git a/software/shaarli.yml b/software/shaarli.yml index 942ff7795c..0b6f536a4d 100644 --- a/software/shaarli.yml +++ b/software/shaarli.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/shaarli/Shaarli demo_url: https://demo.shaarli.org -stargazers_count: 3649 -updated_at: '2025-04-30' +stargazers_count: 3689 +updated_at: '2025-06-10' archived: false diff --git a/software/sharetribe.yml b/software/sharetribe.yml index d23d9d6753..fa0fd65c55 100644 --- a/software/sharetribe.yml +++ b/software/sharetribe.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/sharetribe/sharetribe -stargazers_count: 2401 -updated_at: '2025-05-19' +stargazers_count: 2410 +updated_at: '2025-07-07' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index 51e860d99c..49714e3633 100644 --- a/software/sharry.yml +++ b/software/sharry.yml @@ -11,6 +11,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/eikek/sharry -stargazers_count: 1026 -updated_at: '2025-05-30' +stargazers_count: 1067 +updated_at: '2025-08-02' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index e60c359520..a05da565a9 100644 --- a/software/shelf.yml +++ b/software/shelf.yml @@ -9,6 +9,6 @@ platforms: tags: - Inventory Management - Maps and Global Positioning System (GPS) -stargazers_count: 2106 -updated_at: '2025-06-06' +stargazers_count: 2174 +updated_at: '2025-08-07' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index ad7ae4de58..fe7e73afd5 100644 --- a/software/shellhub.yml +++ b/software/shellhub.yml @@ -8,6 +8,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/shellhub-io/shellhub -stargazers_count: 1583 -updated_at: '2025-06-06' +stargazers_count: 1687 +updated_at: '2025-08-08' archived: false diff --git a/software/shhh.yml b/software/shhh.yml index f7043b7f18..010ab8c246 100644 --- a/software/shhh.yml +++ b/software/shhh.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/smallwat3r/shhh -stargazers_count: 401 -updated_at: '2025-05-26' +stargazers_count: 403 +updated_at: '2025-08-05' archived: false diff --git a/software/shifter.yml b/software/shifter.yml index 73aad43bf2..fd666c4ac8 100644 --- a/software/shifter.yml +++ b/software/shifter.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/TobySuch/Shifter -stargazers_count: 36 -updated_at: '2025-06-06' +stargazers_count: 37 +updated_at: '2025-08-07' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 6ee24f3e31..0666b8ac1c 100644 --- a/software/shiori.yml +++ b/software/shiori.yml @@ -9,6 +9,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/go-shiori/shiori -stargazers_count: 10488 -updated_at: '2025-03-31' +stargazers_count: 10743 +updated_at: '2025-07-30' archived: false diff --git a/software/shkeeper.yml b/software/shkeeper.yml index 0e44e0f73e..47512ef0da 100644 --- a/software/shkeeper.yml +++ b/software/shkeeper.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management demo_url: https://github.com/vsys-host/shkeeper.io?tab=readme-ov-file#11-demo -stargazers_count: 371 -updated_at: '2025-06-04' +stargazers_count: 403 +updated_at: '2025-07-21' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index b00eb2ac2f..4864e8bf0f 100644 --- a/software/shlink.yml +++ b/software/shlink.yml @@ -10,6 +10,6 @@ tags: - URL Shorteners source_code_url: https://github.com/shlinkio/shlink related_software_url: https://shlink.io/apps -stargazers_count: 3933 -updated_at: '2025-05-27' +stargazers_count: 4210 +updated_at: '2025-08-01' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index 84f2802803..2cdf5f8db9 100644 --- a/software/shopware-community-edition.yml +++ b/software/shopware-community-edition.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/shopware/platform demo_url: https://www.shopware.com/en/test-demo/ -stargazers_count: 3060 -updated_at: '2025-06-06' +stargazers_count: 3139 +updated_at: '2025-08-08' archived: false diff --git a/software/shynet.yml b/software/shynet.yml index eebd9b43dd..9563a89418 100644 --- a/software/shynet.yml +++ b/software/shynet.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/milesmcc/shynet -stargazers_count: 3043 +stargazers_count: 3064 updated_at: '2024-12-19' archived: false diff --git a/software/sickchill.yml b/software/sickchill.yml index 6924654f01..376f277529 100644 --- a/software/sickchill.yml +++ b/software/sickchill.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/SickChill/SickChill -stargazers_count: 2432 +stargazers_count: 2435 updated_at: '2024-09-10' archived: false diff --git a/software/sigal.yml b/software/sigal.yml index f9d781acec..27c151a19e 100644 --- a/software/sigal.yml +++ b/software/sigal.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/saimn/sigal -stargazers_count: 915 -updated_at: '2025-05-12' +stargazers_count: 921 +updated_at: '2025-07-20' archived: false diff --git a/software/signature-pdf.yml b/software/signature-pdf.yml new file mode 100644 index 0000000000..b7b8b077d7 --- /dev/null +++ b/software/signature-pdf.yml @@ -0,0 +1,16 @@ +name: Signature PDF +website_url: https://github.com/24eme/signaturepdf +source_code_url: https://github.com/24eme/signaturepdf +description: Sign and manipulate PDFs with collaboration, organization, compression and metadata editing. +licenses: + - AGPL-3.0 +platforms: + - PHP + - deb + - Docker +tags: + - Document Management +demo_url: https://pdf.24eme.fr/ +stargazers_count: 605 +updated_at: '2025-08-08' +archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index 1918ac716e..cc9f108e66 100644 --- a/software/silverbullet.yml +++ b/software/silverbullet.yml @@ -12,6 +12,6 @@ tags: - Pastebins demo_url: https://play.silverbullet.md/ related_software_url: https://silverbullet.md/Libraries -stargazers_count: 3403 -updated_at: '2025-06-05' +stargazers_count: 3642 +updated_at: '2025-08-04' archived: false diff --git a/software/simple-machines-forum.yml b/software/simple-machines-forum.yml index 700a44def8..881d1bb930 100644 --- a/software/simple-machines-forum.yml +++ b/software/simple-machines-forum.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/SimpleMachines/SMF -stargazers_count: 659 -updated_at: '2025-06-05' +stargazers_count: 665 +updated_at: '2025-08-08' archived: false diff --git a/software/simple-url-shortener.yml b/software/simple-url-shortener.yml index b4dd64efb1..58bff644c1 100644 --- a/software/simple-url-shortener.yml +++ b/software/simple-url-shortener.yml @@ -9,6 +9,6 @@ tags: - URL Shorteners source_code_url: https://github.com/azlux/Simple-URL-Shortener demo_url: https://u.azlux.fr -stargazers_count: 53 +stargazers_count: 56 updated_at: '2024-10-24' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index 47069082ca..e3479903d7 100644 --- a/software/simplelogin.yml +++ b/software/simplelogin.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/simple-login/app -stargazers_count: 5756 -updated_at: '2025-06-02' +stargazers_count: 5913 +updated_at: '2025-08-06' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 098d62617b..8220b13f47 100644 --- a/software/simplex-chat.yml +++ b/software/simplex-chat.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/simplex-chat/simplex-chat -stargazers_count: 8787 -updated_at: '2025-06-06' +stargazers_count: 9215 +updated_at: '2025-08-09' archived: false diff --git a/software/sip-irrigation-control.yml b/software/sip-irrigation-control.yml index 10a790ac30..c4e799b84b 100644 --- a/software/sip-irrigation-control.yml +++ b/software/sip-irrigation-control.yml @@ -8,6 +8,6 @@ platforms: tags: - Internet of Things (IoT) source_code_url: https://github.com/Dan-in-CA/SIP -stargazers_count: 380 +stargazers_count: 388 updated_at: '2024-12-04' archived: false diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index 6b146560f8..3f5bc53415 100644 --- a/software/sipcapture-homer.yml +++ b/software/sipcapture-homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/sipcapture/homer -stargazers_count: 1771 -updated_at: '2025-05-13' +stargazers_count: 1808 +updated_at: '2025-08-04' archived: false diff --git a/software/sish.yml b/software/sish.yml index 5f01ac3a48..60b9633d84 100644 --- a/software/sish.yml +++ b/software/sish.yml @@ -9,6 +9,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/antoniomika/sish -stargazers_count: 4249 -updated_at: '2025-05-24' +stargazers_count: 4309 +updated_at: '2025-07-26' archived: false diff --git a/software/sist2.yml b/software/sist2.yml index 348b8299dc..9cd449ea6a 100644 --- a/software/sist2.yml +++ b/software/sist2.yml @@ -9,6 +9,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/simon987/sist2 -stargazers_count: 1081 -updated_at: '2025-03-19' +stargazers_count: 1115 +updated_at: '2025-07-05' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index 2082eea0c3..40e9a71eaf 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 35142 -updated_at: '2025-06-03' +stargazers_count: 36473 +updated_at: '2025-07-22' archived: false diff --git a/software/slash.yml b/software/slash.yml index 4949d0fc9f..5cd6ef3c60 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2782 -updated_at: '2025-06-02' +stargazers_count: 2890 +updated_at: '2025-06-11' archived: false diff --git a/software/slink.yml b/software/slink.yml index b3acadb74c..4ff5f06d61 100644 --- a/software/slink.yml +++ b/software/slink.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - File Transfer - Single-click & Drag-n-drop Upload -stargazers_count: 654 -updated_at: '2025-05-25' +stargazers_count: 902 +updated_at: '2025-07-30' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index 4d70b69296..37560a2309 100644 --- a/software/slskd.yml +++ b/software/slskd.yml @@ -10,6 +10,6 @@ platforms: tags: - File Transfer - Peer-to-peer Filesharing depends_3rdparty: true -stargazers_count: 1679 -updated_at: '2025-06-07' +stargazers_count: 1865 +updated_at: '2025-08-04' archived: false diff --git a/software/snapcast.yml b/software/snapcast.yml index fec9462d78..db7eb6d9c3 100644 --- a/software/snapcast.yml +++ b/software/snapcast.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/badaix/snapcast -stargazers_count: 6714 -updated_at: '2025-06-07' +stargazers_count: 6939 +updated_at: '2025-08-08' archived: false diff --git a/software/snappymail.yml b/software/snappymail.yml index b23d5366a5..afe8d23812 100644 --- a/software/snappymail.yml +++ b/software/snappymail.yml @@ -9,6 +9,6 @@ tags: - Communication - Email - Webmail Clients source_code_url: https://github.com/the-djmaze/snappymail demo_url: https://snappymail.eu/demo/ -stargazers_count: 1265 -updated_at: '2025-04-04' +stargazers_count: 1334 +updated_at: '2025-06-16' archived: false diff --git a/software/snikket.yml b/software/snikket.yml index 48ffd9dfed..2c28a36acd 100644 --- a/software/snikket.yml +++ b/software/snikket.yml @@ -9,6 +9,6 @@ tags: - Communication - XMPP - Servers source_code_url: https://github.com/snikket-im/snikket-server related_software_url: https://snikket.org/app/ -stargazers_count: 302 -updated_at: '2025-06-05' +stargazers_count: 325 +updated_at: '2025-08-05' archived: false diff --git a/software/socialhome.yml b/software/socialhome.yml index 59e5c0390e..25c9d3fd3e 100644 --- a/software/socialhome.yml +++ b/software/socialhome.yml @@ -10,6 +10,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/jaywink/socialhome demo_url: https://socialhome.network/ -stargazers_count: 367 -updated_at: '2025-05-29' +stargazers_count: 372 +updated_at: '2025-08-02' archived: false diff --git a/software/socioboard.yml b/software/socioboard.yml index 937f0111cc..20c88e9d44 100644 --- a/software/socioboard.yml +++ b/software/socioboard.yml @@ -9,6 +9,6 @@ tags: - Analytics source_code_url: https://github.com/socioboard/Socioboard-5.0 depends_3rdparty: true -stargazers_count: 1286 -updated_at: '2025-03-28' +stargazers_count: 1315 +updated_at: '2025-08-06' archived: false diff --git a/software/socks5-proxy-server.yml b/software/socks5-proxy-server.yml index 02a1cfb3ad..eef25cd5c9 100644 --- a/software/socks5-proxy-server.yml +++ b/software/socks5-proxy-server.yml @@ -8,6 +8,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/nskondratev/socks5-proxy-server -stargazers_count: 120 -updated_at: '2025-04-19' +stargazers_count: 126 +updated_at: '2025-07-15' archived: false diff --git a/software/sogo.yml b/software/sogo.yml index fb85996f2a..6f47b713c0 100644 --- a/software/sogo.yml +++ b/software/sogo.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/Alinto/sogo demo_url: https://demo.sogo.nu/SOGo/ -stargazers_count: 1926 -updated_at: '2025-05-21' +stargazers_count: 1974 +updated_at: '2025-08-08' archived: false diff --git a/software/solidinvoice.yml b/software/solidinvoice.yml index 05b20d0da1..94c59b61f7 100644 --- a/software/solidinvoice.yml +++ b/software/solidinvoice.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/SolidInvoice/SolidInvoice -stargazers_count: 677 -updated_at: '2025-06-02' +stargazers_count: 700 +updated_at: '2025-07-06' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index 629a908100..68dd49c638 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 6937 -updated_at: '2025-06-04' +stargazers_count: 7227 +updated_at: '2025-07-31' archived: false diff --git a/software/solidus.yml b/software/solidus.yml index c2606a7bf7..352eb4951f 100644 --- a/software/solidus.yml +++ b/software/solidus.yml @@ -9,6 +9,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/solidusio/solidus -stargazers_count: 5154 -updated_at: '2025-06-06' +stargazers_count: 5186 +updated_at: '2025-08-09' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index a4aba276b5..1450d91dc0 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11883 -updated_at: '2025-05-22' +stargazers_count: 12202 +updated_at: '2025-08-01' archived: false diff --git a/software/sourcebans++.yml b/software/sourcebans++.yml index cd93ab44a9..8bea3c64d4 100644 --- a/software/sourcebans++.yml +++ b/software/sourcebans++.yml @@ -8,6 +8,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/sbpp/sourcebans-pp -stargazers_count: 345 +stargazers_count: 348 updated_at: '2025-04-29' archived: false diff --git a/software/spacebin.yml b/software/spacebin.yml index 13c155d495..2d7f17acdb 100644 --- a/software/spacebin.yml +++ b/software/spacebin.yml @@ -10,6 +10,6 @@ platforms: tags: - Pastebins demo_url: https://spaceb.in -stargazers_count: 115 +stargazers_count: 121 updated_at: '2024-09-06' archived: false diff --git a/software/specifically-clementines.yml b/software/specifically-clementines.yml index eb22cd66b4..87c17b3f40 100644 --- a/software/specifically-clementines.yml +++ b/software/specifically-clementines.yml @@ -9,6 +9,6 @@ platforms: tags: - Recipe Management - Inventory Management -stargazers_count: 248 -updated_at: '2024-12-25' +stargazers_count: 261 +updated_at: '2025-07-20' archived: false diff --git a/software/spectrum-2.yml b/software/spectrum-2.yml index 69ab0c54a3..d1a57c963e 100644 --- a/software/spectrum-2.yml +++ b/software/spectrum-2.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/SpectrumIM/spectrum2 -stargazers_count: 412 +stargazers_count: 413 updated_at: '2024-10-09' archived: false diff --git a/software/speed-test-by-openspeedtest™.yml b/software/speed-test-by-openspeedtest™.yml index 458f9f7da0..579a41fe1d 100644 --- a/software/speed-test-by-openspeedtest™.yml +++ b/software/speed-test-by-openspeedtest™.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2810 +stargazers_count: 2976 updated_at: '2024-06-04' archived: false diff --git a/software/speedtest-tracker.yml b/software/speedtest-tracker.yml index 71a5841b66..8a9fa18098 100644 --- a/software/speedtest-tracker.yml +++ b/software/speedtest-tracker.yml @@ -9,6 +9,6 @@ platforms: - K8S tags: - Miscellaneous -stargazers_count: 3782 -updated_at: '2025-06-02' +stargazers_count: 4130 +updated_at: '2025-08-05' archived: false diff --git a/software/spis.yml b/software/spis.yml index 4a5e2b885f..a5c1836394 100644 --- a/software/spis.yml +++ b/software/spis.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/gbbirkisson/spis -stargazers_count: 162 -updated_at: '2025-06-05' +stargazers_count: 174 +updated_at: '2025-08-07' archived: false diff --git a/software/spoolman.yml b/software/spoolman.yml index ecab16591a..510fd0e744 100644 --- a/software/spoolman.yml +++ b/software/spoolman.yml @@ -10,6 +10,6 @@ platforms: tags: - Inventory Management - Manufacturing -stargazers_count: 1516 -updated_at: '2025-05-31' +stargazers_count: 1635 +updated_at: '2025-07-22' archived: false diff --git a/software/spooty.yml b/software/spooty.yml new file mode 100644 index 0000000000..c067d8018c --- /dev/null +++ b/software/spooty.yml @@ -0,0 +1,15 @@ +name: Spooty +website_url: https://github.com/Raiper34/spooty +description: Download tracks/playlists/albums from Spotify. It can also subscribe to a playlist or author page and download new songs upon release. +licenses: + - MIT +platforms: + - Docker + - Nodejs +tags: + - Media Management +source_code_url: https://github.com/Raiper34/spooty +depends_3rdparty: true +stargazers_count: 20 +updated_at: '2025-06-14' +archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index daf3f709b8..29a4cc7854 100644 --- a/software/spree-commerce.yml +++ b/software/spree-commerce.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/spree/spree demo_url: https://demo.spreecommerce.org/ -stargazers_count: 14678 -updated_at: '2025-06-07' +stargazers_count: 14798 +updated_at: '2025-08-07' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index c501443463..fddd69bf5d 100644 --- a/software/sqlpage.yml +++ b/software/sqlpage.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/sqlpage/SQLPage -stargazers_count: 2194 -updated_at: '2025-06-02' +stargazers_count: 2274 +updated_at: '2025-08-09' archived: false diff --git a/software/squidex.yml b/software/squidex.yml index acc763acae..4be740ba55 100644 --- a/software/squidex.yml +++ b/software/squidex.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Squidex/squidex demo_url: https://cloud.squidex.io -stargazers_count: 2400 -updated_at: '2025-06-06' +stargazers_count: 2428 +updated_at: '2025-07-25' archived: false diff --git a/software/srs.yml b/software/srs.yml index 2943a7f6ee..0fbe9a901b 100644 --- a/software/srs.yml +++ b/software/srs.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/ossrs/srs -stargazers_count: 27072 -updated_at: '2025-06-04' +stargazers_count: 27426 +updated_at: '2025-08-08' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index 6b78151bce..e5e2e6a865 100644 --- a/software/sshwifty.yml +++ b/software/sshwifty.yml @@ -10,6 +10,6 @@ tags: - Remote Access source_code_url: https://github.com/nirui/sshwifty demo_url: https://sshwifty-demo.nirui.org -stargazers_count: 2715 -updated_at: '2025-06-06' +stargazers_count: 2807 +updated_at: '2025-06-26' archived: false diff --git a/software/stackstorm.yml b/software/stackstorm.yml index a628871ba1..edac366972 100644 --- a/software/stackstorm.yml +++ b/software/stackstorm.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/StackStorm/st2 -stargazers_count: 6262 +stargazers_count: 6307 updated_at: '2025-05-13' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index 7d052e2f0e..98350bf04d 100644 --- a/software/stalwart-mail-server.yml +++ b/software/stalwart-mail-server.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Email - Complete Solutions -stargazers_count: 8598 -updated_at: '2025-06-07' +stargazers_count: 9281 +updated_at: '2025-08-09' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index ca139c839c..10897d1dfd 100644 --- a/software/standard-notes.yml +++ b/software/standard-notes.yml @@ -9,6 +9,6 @@ tags: - Note-taking & Editors source_code_url: https://github.com/standardnotes/app demo_url: https://app.standardnotes.com/ -stargazers_count: 5775 -updated_at: '2025-06-05' +stargazers_count: 5935 +updated_at: '2025-08-08' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index 44849cfcd2..b192bf8f95 100644 --- a/software/starbase-80.yml +++ b/software/starbase-80.yml @@ -8,6 +8,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/notclickable-jordan/starbase-80 -stargazers_count: 387 -updated_at: '2025-06-04' +stargazers_count: 416 +updated_at: '2025-07-31' archived: false diff --git a/software/startos.yml b/software/startos.yml index ad191b8fe6..5fa825d55f 100644 --- a/software/startos.yml +++ b/software/startos.yml @@ -8,6 +8,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/Start9Labs/start-os -stargazers_count: 1190 +stargazers_count: 1228 updated_at: '2025-04-07' archived: false diff --git a/software/stash.yml b/software/stash.yml index 4459cbec3b..b0d5caf646 100644 --- a/software/stash.yml +++ b/software/stash.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/stashapp/stash -stargazers_count: 10505 -updated_at: '2025-06-03' +stargazers_count: 10791 +updated_at: '2025-07-08' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index eae5c66c2f..e9b029cc7f 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 1827 -updated_at: '2025-06-03' +stargazers_count: 1899 +updated_at: '2025-07-21' archived: false diff --git a/software/statistics-for-strava.yml b/software/statistics-for-strava.yml index fa279deaab..cb0e14728e 100644 --- a/software/statistics-for-strava.yml +++ b/software/statistics-for-strava.yml @@ -11,6 +11,6 @@ tags: - Health and Fitness depends_3rdparty: true demo_url: https://statistics-for-strava.robiningelbrecht.be/ -stargazers_count: 713 -updated_at: '2025-06-07' +stargazers_count: 993 +updated_at: '2025-08-09' archived: false diff --git a/software/statping.ng.yml b/software/statping.ng.yml index 037335a3b2..ab87ec1b61 100644 --- a/software/statping.ng.yml +++ b/software/statping.ng.yml @@ -9,6 +9,6 @@ platforms: tags: - Status / Uptime pages source_code_url: https://github.com/statping-ng/statping-ng -stargazers_count: 1702 +stargazers_count: 1755 updated_at: '2025-06-04' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index dfb79f42e9..42993d8647 100644 --- a/software/stirling-pdf.yml +++ b/software/stirling-pdf.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/Frooodle/Stirling-PDF -stargazers_count: 60877 -updated_at: '2025-06-05' +stargazers_count: 64175 +updated_at: '2025-08-09' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index 7fbdfddbbb..abbb649e10 100644 --- a/software/strapi.yml +++ b/software/strapi.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/strapi/strapi -stargazers_count: 66921 -updated_at: '2025-06-06' +stargazers_count: 68982 +updated_at: '2025-08-07' archived: false diff --git a/software/stretto.yml b/software/stretto.yml index 082d8432e9..40d08d5b01 100644 --- a/software/stretto.yml +++ b/software/stretto.yml @@ -11,6 +11,6 @@ source_code_url: https://github.com/benkaiser/stretto demo_url: https://next.kaiserapps.com related_software_url: https://github.com/benkaiser/stretto-mobile-next depends_3rdparty: true -stargazers_count: 623 -updated_at: '2024-09-06' +stargazers_count: 627 +updated_at: '2025-06-24' archived: false diff --git a/software/string.is.yml b/software/string.is.yml index ecf0a7b75e..e4577da055 100644 --- a/software/string.is.yml +++ b/software/string.is.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/recurser/string-is -stargazers_count: 273 -updated_at: '2025-06-02' +stargazers_count: 279 +updated_at: '2025-07-31' archived: false diff --git a/software/stringer.yml b/software/stringer.yml index 0437922c8d..bf62aaa935 100644 --- a/software/stringer.yml +++ b/software/stringer.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/stringer-rss/stringer -stargazers_count: 4027 -updated_at: '2025-06-05' +stargazers_count: 4048 +updated_at: '2025-08-04' archived: false diff --git a/software/stump.yml b/software/stump.yml index 9f98e04442..5dc2ba3ec9 100644 --- a/software/stump.yml +++ b/software/stump.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/stumpapp/stump -stargazers_count: 1373 -updated_at: '2025-02-07' +stargazers_count: 1461 +updated_at: '2025-07-26' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index c935a6397c..73dd528f1b 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Customer Relationship Management (CRM) source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4887 -updated_at: '2025-05-29' +stargazers_count: 4979 +updated_at: '2025-08-06' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 7fab5240d7..a5cd94307e 100644 --- a/software/sunshine.yml +++ b/software/sunshine.yml @@ -10,6 +10,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/LizardByte/Sunshine -stargazers_count: 26099 -updated_at: '2025-06-07' +stargazers_count: 27956 +updated_at: '2025-08-08' archived: false diff --git a/software/sup3rs3cretmes5age.yml b/software/sup3rs3cretmes5age.yml index 1c62fe2936..324bcc5a04 100644 --- a/software/sup3rs3cretmes5age.yml +++ b/software/sup3rs3cretmes5age.yml @@ -8,6 +8,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/algolia/sup3rS3cretMes5age -stargazers_count: 539 -updated_at: '2024-12-30' +stargazers_count: 542 +updated_at: '2025-08-03' archived: false diff --git a/software/superdesk.yml b/software/superdesk.yml index 6b2f16798a..82ce6abb5d 100644 --- a/software/superdesk.yml +++ b/software/superdesk.yml @@ -11,6 +11,6 @@ platforms: tags: - Content Management Systems (CMS) depends_3rdparty: true -stargazers_count: 704 -updated_at: '2025-06-06' +stargazers_count: 702 +updated_at: '2025-08-08' archived: false diff --git a/software/superset.yml b/software/superset.yml index 8fa7c161fc..daae24b707 100644 --- a/software/superset.yml +++ b/software/superset.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/superset -stargazers_count: 66573 -updated_at: '2025-06-06' +stargazers_count: 67489 +updated_at: '2025-08-08' archived: false diff --git a/software/supysonic.yml b/software/supysonic.yml index 543e9d29ef..556e29c144 100644 --- a/software/supysonic.yml +++ b/software/supysonic.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/spl0k/supysonic -stargazers_count: 280 +stargazers_count: 283 updated_at: '2025-05-08' archived: false diff --git a/software/suroi.yml b/software/suroi.yml index d5e8fa99df..f022fca4a1 100644 --- a/software/suroi.yml +++ b/software/suroi.yml @@ -9,6 +9,6 @@ platforms: tags: - Games demo_url: https://suroi.io/ -stargazers_count: 373 -updated_at: '2025-06-04' +stargazers_count: 387 +updated_at: '2025-08-06' archived: false diff --git a/software/svix.yml b/software/svix.yml index 231fa97725..4d64342d37 100644 --- a/software/svix.yml +++ b/software/svix.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/svix/svix-webhooks -stargazers_count: 2731 -updated_at: '2025-06-06' +stargazers_count: 2847 +updated_at: '2025-08-07' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index dd085010da..d6f11d1e0f 100644 --- a/software/swag-secure-web-application-gateway.yml +++ b/software/swag-secure-web-application-gateway.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/linuxserver/docker-swag -stargazers_count: 3288 -updated_at: '2025-06-07' +stargazers_count: 3369 +updated_at: '2025-08-09' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index 4c1a0a7c77..18c01dc7f9 100644 --- a/software/swingmusic.yml +++ b/software/swingmusic.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/swing-opensource/swingmusic -stargazers_count: 1079 -updated_at: '2025-06-07' +stargazers_count: 1200 +updated_at: '2025-08-09' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index f61b3edb88..dc5e48992d 100644 --- a/software/sylius.yml +++ b/software/sylius.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/Sylius/Sylius demo_url: https://sylius.com/try/ -stargazers_count: 8238 -updated_at: '2025-06-06' +stargazers_count: 8274 +updated_at: '2025-07-31' archived: false diff --git a/software/sympa.yml b/software/sympa.yml index 3d3fab4264..c226d77c64 100644 --- a/software/sympa.yml +++ b/software/sympa.yml @@ -8,6 +8,6 @@ platforms: - Perl tags: - Communication - Email - Mailing Lists and Newsletters -stargazers_count: 267 -updated_at: '2025-05-10' +stargazers_count: 275 +updated_at: '2025-07-27' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index 4e84fd3ba6..0b1f12f36c 100644 --- a/software/synapse.yml +++ b/software/synapse.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/element-hq/synapse -stargazers_count: 2499 -updated_at: '2025-06-06' +stargazers_count: 2767 +updated_at: '2025-08-07' archived: false diff --git a/software/syncloud.yml b/software/syncloud.yml index 19a7a53fa5..de9e2c8108 100644 --- a/software/syncloud.yml +++ b/software/syncloud.yml @@ -9,6 +9,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/syncloud/platform -stargazers_count: 412 -updated_at: '2025-05-29' +stargazers_count: 417 +updated_at: '2025-07-15' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index b5963b54a8..7806a43b6b 100644 --- a/software/syncthing.yml +++ b/software/syncthing.yml @@ -10,6 +10,6 @@ platforms: tags: - File Transfer & Synchronization source_code_url: https://github.com/syncthing/syncthing -stargazers_count: 72208 -updated_at: '2025-06-07' +stargazers_count: 74241 +updated_at: '2025-08-09' archived: false diff --git a/software/synctube.yml b/software/synctube.yml index 8e2f7f2b53..681faf1d32 100644 --- a/software/synctube.yml +++ b/software/synctube.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/RblSb/SyncTube -stargazers_count: 306 -updated_at: '2025-05-29' +stargazers_count: 315 +updated_at: '2025-08-03' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index 8d9176e6bf..6db64819f2 100644 --- a/software/tagspaces.yml +++ b/software/tagspaces.yml @@ -9,6 +9,6 @@ tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/tagspaces/tagspaces demo_url: https://demo.tagspaces.com -stargazers_count: 4334 -updated_at: '2025-06-07' +stargazers_count: 4459 +updated_at: '2025-07-31' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index e65afbd9c8..cda0aaeee9 100644 --- a/software/tailchat.yml +++ b/software/tailchat.yml @@ -11,6 +11,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/msgbyte/tailchat demo_url: https://nightly.paw.msgbyte.com/ -stargazers_count: 3304 +stargazers_count: 3372 updated_at: '2025-04-12' archived: false diff --git a/software/takahē.yml b/software/takahē.yml index dad2278c10..58ac10b651 100644 --- a/software/takahē.yml +++ b/software/takahē.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/jointakahe/takahe -stargazers_count: 1157 +stargazers_count: 1161 updated_at: '2024-08-28' archived: false diff --git a/software/talkyard.yml b/software/talkyard.yml index 4703740e96..4f5ffb9dbf 100644 --- a/software/talkyard.yml +++ b/software/talkyard.yml @@ -10,6 +10,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/debiki/talkyard demo_url: https://www.talkyard.io/forum/latest -stargazers_count: 1770 -updated_at: '2025-04-28' +stargazers_count: 1783 +updated_at: '2025-07-07' archived: false diff --git a/software/tamari.yml b/software/tamari.yml index 48b5b594d2..28d3cd0db4 100644 --- a/software/tamari.yml +++ b/software/tamari.yml @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://app.tamariapp.com -stargazers_count: 97 -updated_at: '2025-06-02' +stargazers_count: 102 +updated_at: '2025-08-04' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index d3477456c8..4a80e4fabb 100644 --- a/software/tandoor-recipes.yml +++ b/software/tandoor-recipes.yml @@ -12,6 +12,6 @@ tags: - Recipe Management source_code_url: https://github.com/TandoorRecipes/recipes demo_url: https://app.tandoor.dev/accounts/login/?demo -stargazers_count: 6350 -updated_at: '2025-05-21' +stargazers_count: 7139 +updated_at: '2025-08-09' archived: false diff --git a/software/task-keeper.yml b/software/task-keeper.yml index a95ebf7ffe..52c323f0bb 100644 --- a/software/task-keeper.yml +++ b/software/task-keeper.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/nymanjens/piga -stargazers_count: 78 -updated_at: '2025-04-28' +stargazers_count: 82 +updated_at: '2025-07-15' archived: false diff --git a/software/tasks.md.yml b/software/tasks.md.yml index 1f1ca7ac01..70a38cc563 100644 --- a/software/tasks.md.yml +++ b/software/tasks.md.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/BaldissaraMatheus/Tasks.md -stargazers_count: 1579 -updated_at: '2025-05-27' +stargazers_count: 1697 +updated_at: '2025-08-04' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index 08f63fd97d..a1530d6828 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 23310 -updated_at: '2025-06-07' +stargazers_count: 23526 +updated_at: '2025-08-07' archived: false diff --git a/software/teammapper.yml b/software/teammapper.yml index 2618ec6c94..0a650a7da2 100644 --- a/software/teammapper.yml +++ b/software/teammapper.yml @@ -10,6 +10,6 @@ tags: - Knowledge Management Tools source_code_url: https://github.com/b310-digital/teammapper demo_url: https://map.kits.blog -stargazers_count: 341 -updated_at: '2025-06-06' +stargazers_count: 355 +updated_at: '2025-08-06' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index 9167e1a3a2..317952963d 100644 --- a/software/teampass.yml +++ b/software/teampass.yml @@ -8,6 +8,6 @@ platforms: tags: - Password Managers source_code_url: https://github.com/nilsteampassnet/TeamPass -stargazers_count: 1726 -updated_at: '2025-05-31' +stargazers_count: 1740 +updated_at: '2025-07-24' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index 2f3e2273e6..23c058573c 100644 --- a/software/technitium-dns-server.yml +++ b/software/technitium-dns-server.yml @@ -9,6 +9,6 @@ platforms: tags: - DNS source_code_url: https://github.com/TechnitiumSoftware/DnsServer -stargazers_count: 5458 -updated_at: '2025-04-26' +stargazers_count: 6018 +updated_at: '2025-07-19' archived: false diff --git a/software/teedy.yml b/software/teedy.yml index 22b39ca242..6e37dbbe34 100644 --- a/software/teedy.yml +++ b/software/teedy.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/sismics/docs demo_url: https://demo.teedy.io/ -stargazers_count: 2160 +stargazers_count: 2191 updated_at: '2024-09-07' archived: false diff --git a/software/tegon.yml b/software/tegon.yml deleted file mode 100644 index f10a4c02fa..0000000000 --- a/software/tegon.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Tegon -website_url: https://tegon.ai -source_code_url: https://github.com/tegonhq/tegon -description: Dev-first issue tracking tool (alternative to Jira, Linear). -licenses: - - AGPL-3.0 -platforms: - - Docker -tags: - - Task Management & To-do Lists - - Software Development - Project Management -depends_3rdparty: true -stargazers_count: 1838 -updated_at: '2025-03-30' -archived: false diff --git a/software/teikei.yml b/software/teikei.yml index 58e43a03d4..85139565e1 100644 --- a/software/teikei.yml +++ b/software/teikei.yml @@ -9,6 +9,6 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/teikei/teikei demo_url: https://ernte-teilen.org/karte/#/ -stargazers_count: 60 -updated_at: '2025-05-27' +stargazers_count: 62 +updated_at: '2025-07-23' archived: false diff --git a/software/telebugs.yml b/software/telebugs.yml new file mode 100644 index 0000000000..9d508ec55a --- /dev/null +++ b/software/telebugs.yml @@ -0,0 +1,10 @@ +name: Telebugs +website_url: https://telebugs.com/ +source_code_url: https://telebugs.com/ +description: Lightweight error tracker without a subscription (alternative to Sentry). +licenses: + - ⊘ Proprietary +platforms: + - Docker +tags: + - Ticketing diff --git a/software/teleport.yml b/software/teleport.yml index 556f9646fc..c08a87bb45 100644 --- a/software/teleport.yml +++ b/software/teleport.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/gravitational/teleport -stargazers_count: 18613 -updated_at: '2025-06-07' +stargazers_count: 18991 +updated_at: '2025-08-09' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index f1618b3c13..e55bba0a23 100644 --- a/software/teslamate.yml +++ b/software/teslamate.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/adriankumpf/teslamate -stargazers_count: 6750 -updated_at: '2025-06-07' +stargazers_count: 6953 +updated_at: '2025-08-06' archived: false diff --git a/software/textpattern.yml b/software/textpattern.yml index ca22448069..e6d3f7e7b3 100644 --- a/software/textpattern.yml +++ b/software/textpattern.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/textpattern/textpattern demo_url: https://textpattern.co/demo -stargazers_count: 828 -updated_at: '2025-06-07' +stargazers_count: 835 +updated_at: '2025-08-09' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index ce32f27bb1..8945c55d79 100644 --- a/software/the-battle-for-wesnoth.yml +++ b/software/the-battle-for-wesnoth.yml @@ -9,6 +9,6 @@ platforms: tags: - Games source_code_url: https://github.com/wesnoth/wesnoth -stargazers_count: 5950 -updated_at: '2025-06-07' +stargazers_count: 6050 +updated_at: '2025-08-09' archived: false diff --git a/software/the-lounge.yml b/software/the-lounge.yml index 4fb1263347..1ee6cc3e26 100644 --- a/software/the-lounge.yml +++ b/software/the-lounge.yml @@ -10,6 +10,6 @@ tags: - Communication - IRC source_code_url: https://github.com/thelounge/thelounge demo_url: https://demo.thelounge.chat/ -stargazers_count: 5915 +stargazers_count: 5965 updated_at: '2024-11-07' archived: false diff --git a/software/thelia.yml b/software/thelia.yml index 27f608042c..e81b7df0fb 100644 --- a/software/thelia.yml +++ b/software/thelia.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/thelia/thelia demo_url: https://demo.thelia.net/ -stargazers_count: 866 -updated_at: '2025-05-23' +stargazers_count: 867 +updated_at: '2025-08-04' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index e891b4d240..3c9188a2ee 100644 --- a/software/thingsboard.yml +++ b/software/thingsboard.yml @@ -11,6 +11,6 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/thingsboard/thingsboard demo_url: https://demo.thingsboard.io/signup -stargazers_count: 19039 -updated_at: '2025-06-06' +stargazers_count: 19486 +updated_at: '2025-08-01' archived: false diff --git a/software/this-week-in-past.yml b/software/this-week-in-past.yml index bf585e0a90..29813f03de 100644 --- a/software/this-week-in-past.yml +++ b/software/this-week-in-past.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/RouHim/this-week-in-past -stargazers_count: 84 -updated_at: '2025-05-12' +stargazers_count: 87 +updated_at: '2025-08-06' archived: false diff --git a/software/thumbor.yml b/software/thumbor.yml index 60202ec6a1..cf607f9e0b 100644 --- a/software/thumbor.yml +++ b/software/thumbor.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/thumbor/thumbor -stargazers_count: 10266 -updated_at: '2025-05-15' +stargazers_count: 10316 +updated_at: '2025-06-12' archived: false diff --git a/software/tiddlywiki.yml b/software/tiddlywiki.yml index e8954fc89f..e73405a8e3 100644 --- a/software/tiddlywiki.yml +++ b/software/tiddlywiki.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/Jermolene/TiddlyWiki5 -stargazers_count: 8299 -updated_at: '2025-06-06' +stargazers_count: 8364 +updated_at: '2025-08-07' archived: false diff --git a/software/tigase.yml b/software/tigase.yml index cbf021b8f2..ab76c15d1b 100644 --- a/software/tigase.yml +++ b/software/tigase.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - XMPP - Servers source_code_url: https://github.com/tigase/tigase-server -stargazers_count: 335 -updated_at: '2025-06-04' +stargazers_count: 338 +updated_at: '2025-07-04' archived: false diff --git a/software/tiledesk.yml b/software/tiledesk.yml index 46c0f6ee1b..78039edace 100644 --- a/software/tiledesk.yml +++ b/software/tiledesk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/Tiledesk/tiledesk -stargazers_count: 223 -updated_at: '2025-04-18' +stargazers_count: 234 +updated_at: '2025-08-08' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index d93738497b..d1cec29671 100644 --- a/software/tileserver-gl.yml +++ b/software/tileserver-gl.yml @@ -9,6 +9,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/maptiler/tileserver-gl -stargazers_count: 2453 -updated_at: '2025-06-03' +stargazers_count: 2524 +updated_at: '2025-08-07' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index c60f14ea13..0c76679aaf 100644 --- a/software/timetagger.yml +++ b/software/timetagger.yml @@ -9,6 +9,6 @@ tags: - Time Tracking source_code_url: https://github.com/almarklein/timetagger demo_url: https://timetagger.app/app/demo -stargazers_count: 1391 -updated_at: '2025-05-28' +stargazers_count: 1492 +updated_at: '2025-06-10' archived: false diff --git a/software/tine.yml b/software/tine.yml index 77ce99d43e..02030e311b 100644 --- a/software/tine.yml +++ b/software/tine.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/tine-groupware/tine stargazers_count: 17 -updated_at: '2025-06-06' +updated_at: '2025-08-08' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index a5d37c2ed0..411103f635 100644 --- a/software/tinode.yml +++ b/software/tinode.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/tinode/chat demo_url: https://sandbox.tinode.co/ related_software_url: https://github.com/tinode/webapp -stargazers_count: 12540 -updated_at: '2025-04-15' +stargazers_count: 12686 +updated_at: '2025-07-31' archived: false diff --git a/software/tiny-file-manager.yml b/software/tiny-file-manager.yml index ce6e717cb7..7a40ce9019 100644 --- a/software/tiny-file-manager.yml +++ b/software/tiny-file-manager.yml @@ -10,6 +10,6 @@ platforms: tags: - File Transfer - Web-based File Managers demo_url: https://tinyfilemanager.github.io/demo/ -stargazers_count: 5369 -updated_at: '2025-03-08' +stargazers_count: 5476 +updated_at: '2025-06-16' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index 9d55bb6f3f..5b01003470 100644 --- a/software/tinyproxy.yml +++ b/software/tinyproxy.yml @@ -9,6 +9,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/tinyproxy/tinyproxy -stargazers_count: 5236 -updated_at: '2025-05-07' +stargazers_count: 5351 +updated_at: '2025-06-21' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index 4964f90942..9d7d1d0bf0 100644 --- a/software/tipi.yml +++ b/software/tipi.yml @@ -8,6 +8,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/meienberger/runtipi -stargazers_count: 8572 -updated_at: '2025-06-03' +stargazers_count: 8733 +updated_at: '2025-08-09' archived: false diff --git a/software/titra.yml b/software/titra.yml index 2cebc3b7c8..fc1ca885d4 100644 --- a/software/titra.yml +++ b/software/titra.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/kromitgmbh/titra -stargazers_count: 428 -updated_at: '2025-05-24' +stargazers_count: 429 +updated_at: '2025-08-01' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 56bc6c9bef..611e33d788 100644 --- a/software/tolgee.yml +++ b/software/tolgee.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Localization source_code_url: https://github.com/tolgee/tolgee-platform -stargazers_count: 3068 -updated_at: '2025-06-04' +stargazers_count: 3378 +updated_at: '2025-08-08' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index 7332d5bb64..0d73342cbe 100644 --- a/software/tooljet.yml +++ b/software/tooljet.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/ToolJet/ToolJet -stargazers_count: 35808 -updated_at: '2025-06-05' +stargazers_count: 36286 +updated_at: '2025-08-08' archived: false diff --git a/software/tox.yml b/software/tox.yml index e42c125768..f14df59166 100644 --- a/software/tox.yml +++ b/software/tox.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/TokTok/c-toxcore -stargazers_count: 2418 -updated_at: '2025-05-16' +stargazers_count: 2463 +updated_at: '2025-07-13' archived: false diff --git a/software/tracim.yml b/software/tracim.yml index 3f0ea9aed6..09a17e77fd 100644 --- a/software/tracim.yml +++ b/software/tracim.yml @@ -10,6 +10,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/tracim/tracim -stargazers_count: 236 -updated_at: '2025-06-03' +stargazers_count: 243 +updated_at: '2025-07-25' archived: false diff --git a/software/tracks.yml b/software/tracks.yml index 665de764e2..c38a449cce 100644 --- a/software/tracks.yml +++ b/software/tracks.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/TracksApp/tracks -stargazers_count: 1207 -updated_at: '2025-01-26' +stargazers_count: 1210 +updated_at: '2025-07-11' archived: false diff --git a/software/traduora.yml b/software/traduora.yml index a80a5200c8..0cd7debdd4 100644 --- a/software/traduora.yml +++ b/software/traduora.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Localization source_code_url: https://github.com/ever-co/ever-traduora -stargazers_count: 2058 -updated_at: '2025-06-01' +stargazers_count: 2069 +updated_at: '2025-07-05' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index f8deb0b3a3..e116ca971c 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 55056 -updated_at: '2025-06-06' +stargazers_count: 55971 +updated_at: '2025-08-05' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 4ac5170442..c495e9723c 100644 --- a/software/traggo.yml +++ b/software/traggo.yml @@ -9,6 +9,6 @@ platforms: tags: - Time Tracking source_code_url: https://github.com/traggo/server -stargazers_count: 1378 +stargazers_count: 1416 updated_at: '2025-06-04' archived: false diff --git a/software/trailbase.yml b/software/trailbase.yml index 781d34a57f..ff732b5c9a 100644 --- a/software/trailbase.yml +++ b/software/trailbase.yml @@ -10,6 +10,6 @@ tags: - Software Development - Low Code source_code_url: https://github.com/trailbaseio/trailbase demo_url: https://demo.trailbase.io -stargazers_count: 2449 -updated_at: '2025-06-05' +stargazers_count: 2938 +updated_at: '2025-08-09' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index d70645c9f9..fe55589097 100644 --- a/software/transfer.sh.yml +++ b/software/transfer.sh.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/dutchcoders/transfer.sh -stargazers_count: 15538 -updated_at: '2025-04-03' +stargazers_count: 15602 +updated_at: '2025-07-19' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index 03dfbd4057..3bd900e690 100644 --- a/software/transmission.yml +++ b/software/transmission.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Peer-to-peer Filesharing source_code_url: https://github.com/transmission/transmission -stargazers_count: 13141 -updated_at: '2025-06-02' +stargazers_count: 13342 +updated_at: '2025-06-13' archived: false diff --git a/software/traq.yml b/software/traq.yml index 66341386ee..5afda296bf 100644 --- a/software/traq.yml +++ b/software/traq.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/nirix/traq -stargazers_count: 186 +stargazers_count: 191 updated_at: '2025-05-21' archived: false diff --git a/software/triliumnext-notes.yml b/software/triliumnext-notes.yml index 583e24f8ff..72f69981c8 100644 --- a/software/triliumnext-notes.yml +++ b/software/triliumnext-notes.yml @@ -1,5 +1,5 @@ name: TriliumNext Notes -website_url: https://github.com/TriliumNext/Notes +website_url: https://github.com/TriliumNext/Trilium description: Cross-platform hierarchical note taking application with focus on building large personal knowledge bases (fork of Trilium Notes). licenses: - AGPL-3.0 @@ -9,7 +9,7 @@ platforms: - K8S tags: - Note-taking & Editors -source_code_url: https://github.com/TriliumNext/Notes -stargazers_count: 2702 -updated_at: '2025-06-07' +source_code_url: https://github.com/TriliumNext/Trilium +stargazers_count: 30064 +updated_at: '2025-08-09' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 0a5ea51c7f..69f644704d 100644 --- a/software/tube-archivist.yml +++ b/software/tube-archivist.yml @@ -11,6 +11,6 @@ tags: - Archiving and Digital Preservation (DP) depends_3rdparty: true related_software_url: https://docs.tubearchivist.com/faq/#how-do-i-import-my-videos-to-emby-plex-jellyfin-kodi -stargazers_count: 6101 -updated_at: '2025-06-05' +stargazers_count: 6613 +updated_at: '2025-07-31' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index c7ab7ba915..1f6ecac7ea 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Media Management source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2300 -updated_at: '2025-06-01' +stargazers_count: 2371 +updated_at: '2025-08-09' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index 82fa53f4a2..6df2143885 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Customer Relationship Management (CRM) -stargazers_count: 28175 -updated_at: '2025-06-06' +stargazers_count: 34867 +updated_at: '2025-08-09' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index 5c82a44d69..2c9b8d3946 100644 --- a/software/tyk.yml +++ b/software/tyk.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/TykTechnologies/tyk -stargazers_count: 10179 -updated_at: '2025-06-06' +stargazers_count: 10308 +updated_at: '2025-08-08' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index 630208e223..dd645c82b1 100644 --- a/software/typebot.yml +++ b/software/typebot.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/baptisteArno/typebot.io -stargazers_count: 8820 -updated_at: '2025-06-06' +stargazers_count: 9051 +updated_at: '2025-08-07' archived: false diff --git a/software/typemill.yml b/software/typemill.yml index c23ada55ac..c3e60ab033 100644 --- a/software/typemill.yml +++ b/software/typemill.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/typemill/typemill -stargazers_count: 505 -updated_at: '2025-05-31' +stargazers_count: 532 +updated_at: '2025-07-22' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index 86202438cc..52e7a53ac7 100644 --- a/software/typesense.yml +++ b/software/typesense.yml @@ -11,6 +11,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/typesense/typesense -stargazers_count: 23132 -updated_at: '2025-06-06' +stargazers_count: 24115 +updated_at: '2025-08-07' archived: false diff --git a/software/typo3.yml b/software/typo3.yml index f5151b236a..ce6739e21e 100644 --- a/software/typo3.yml +++ b/software/typo3.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/TYPO3/typo3 -stargazers_count: 1110 -updated_at: '2025-06-07' +stargazers_count: 1126 +updated_at: '2025-08-09' archived: false diff --git a/software/uguu.yml b/software/uguu.yml index d744646359..37089a34f0 100644 --- a/software/uguu.yml +++ b/software/uguu.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/nokonoko/uguu -stargazers_count: 963 -updated_at: '2025-04-18' +stargazers_count: 1012 +updated_at: '2025-08-04' archived: false diff --git a/software/ui-bakery.yml b/software/ui-bakery.yml index 1c79f54ab6..cd9c022c7d 100644 --- a/software/ui-bakery.yml +++ b/software/ui-bakery.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code demo_url: https://cloud.uibakery.io -stargazers_count: 198 -updated_at: '2025-04-23' +stargazers_count: 210 +updated_at: '2025-07-03' archived: false diff --git a/software/umami.yml b/software/umami.yml index 1cd6575baa..fa4778bbba 100644 --- a/software/umami.yml +++ b/software/umami.yml @@ -10,6 +10,6 @@ tags: - Analytics source_code_url: https://github.com/umami-software/umami demo_url: https://analytics.umami.is/share/LGazGOecbDtaIwDr/umami.is -stargazers_count: 26746 -updated_at: '2025-06-03' +stargazers_count: 27874 +updated_at: '2025-07-27' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index db1a3b78a7..8857f1ce9d 100644 --- a/software/umbraco.yml +++ b/software/umbraco.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/umbraco/Umbraco-CMS -stargazers_count: 4856 -updated_at: '2025-06-06' +stargazers_count: 4915 +updated_at: '2025-08-08' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index 5d35d5bc88..5c8472105e 100644 --- a/software/umbrel.yml +++ b/software/umbrel.yml @@ -9,6 +9,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/getumbrel/umbrel -stargazers_count: 8971 +stargazers_count: 9314 updated_at: '2025-05-09' archived: false diff --git a/software/unison.yml b/software/unison.yml index ac78bde22a..1e9586e26f 100644 --- a/software/unison.yml +++ b/software/unison.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer & Synchronization source_code_url: https://github.com/bcpierce00/unison -stargazers_count: 4615 -updated_at: '2025-03-05' +stargazers_count: 4737 +updated_at: '2025-07-31' archived: false diff --git a/software/unrealircd.yml b/software/unrealircd.yml index f26b7b89ce..a8ab4a2d5b 100644 --- a/software/unrealircd.yml +++ b/software/unrealircd.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/unrealircd/unrealircd -stargazers_count: 456 -updated_at: '2025-05-24' +stargazers_count: 460 +updated_at: '2025-08-02' archived: false diff --git a/software/untrusted.yml b/software/untrusted.yml index 181995185a..96d97dc1ba 100644 --- a/software/untrusted.yml +++ b/software/untrusted.yml @@ -9,6 +9,6 @@ tags: - Games source_code_url: https://github.com/AlexNisnevich/untrusted demo_url: http://alexnisnevich.github.io/untrusted/ -stargazers_count: 4615 +stargazers_count: 4628 updated_at: '2025-05-31' archived: false diff --git a/software/uploady.yml b/software/uploady.yml index e0f30d8c04..8c412d3c7c 100644 --- a/software/uploady.yml +++ b/software/uploady.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/farisc0de/Uploady -stargazers_count: 93 -updated_at: '2025-05-09' +stargazers_count: 99 +updated_at: '2025-07-01' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index b11cad140b..6683c80c0d 100644 --- a/software/upsnap.yml +++ b/software/upsnap.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/seriousm4x/UpSnap -stargazers_count: 3379 -updated_at: '2025-06-04' +stargazers_count: 3593 +updated_at: '2025-08-08' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index 94260d96bd..dd0c93b004 100644 --- a/software/uptime-kuma.yml +++ b/software/uptime-kuma.yml @@ -10,6 +10,6 @@ tags: - Status / Uptime pages source_code_url: https://github.com/louislam/uptime-kuma demo_url: https://demo.kuma.pet -stargazers_count: 70480 -updated_at: '2025-06-07' +stargazers_count: 72951 +updated_at: '2025-08-09' archived: false diff --git a/software/url-to-png.yml b/software/url-to-png.yml index 5b61404cc1..76eccd9468 100644 --- a/software/url-to-png.yml +++ b/software/url-to-png.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: false -stargazers_count: 194 +stargazers_count: 210 updated_at: '2025-05-31' archived: false diff --git a/software/usertour.yml b/software/usertour.yml new file mode 100644 index 0000000000..b58db03bc1 --- /dev/null +++ b/software/usertour.yml @@ -0,0 +1,13 @@ +name: Usertour +website_url: https://www.usertour.io/ +description: User onboarding platform allowing you to create in-app product tours, checklists, and surveys in minutes effortlessly. +licenses: + - AGPL-3.0 +platforms: + - Docker +tags: + - Miscellaneous +source_code_url: https://github.com/usertour/usertour/ +stargazers_count: 1685 +updated_at: '2025-08-03' +archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index 188d26102d..3c2341ca0a 100644 --- a/software/uvdesk.yml +++ b/software/uvdesk.yml @@ -9,6 +9,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/uvdesk/community-skeleton demo_url: https://demo.uvdesk.com/ -stargazers_count: 12017 -updated_at: '2025-06-06' +stargazers_count: 13060 +updated_at: '2025-07-23' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index b08475dba3..c9f7a0806d 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3866 -updated_at: '2025-06-03' +stargazers_count: 3915 +updated_at: '2025-08-05' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 1bcc999043..a0dea116da 100644 --- a/software/vaultwarden.yml +++ b/software/vaultwarden.yml @@ -9,6 +9,6 @@ platforms: tags: - Password Managers source_code_url: https://github.com/dani-garcia/vaultwarden -stargazers_count: 45236 -updated_at: '2025-06-02' +stargazers_count: 47734 +updated_at: '2025-08-09' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index ced465de6b..9323252b59 100644 --- a/software/vendure.yml +++ b/software/vendure.yml @@ -9,6 +9,6 @@ tags: - E-commerce source_code_url: https://github.com/vendure-ecommerce/vendure demo_url: https://demo.vendure.io -stargazers_count: 6270 -updated_at: '2025-06-07' +stargazers_count: 6422 +updated_at: '2025-08-07' archived: false diff --git a/software/vince.yml b/software/vince.yml index db7a91c79e..f78f0b0e92 100644 --- a/software/vince.yml +++ b/software/vince.yml @@ -12,6 +12,6 @@ platforms: tags: - Analytics demo_url: https://demo.vinceanalytics.com/v1/share/vinceanalytics.com?auth=Ls9tV4pzqOn7BJ7-&demo=true -stargazers_count: 1716 +stargazers_count: 1920 updated_at: '2025-03-16' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 76b193927a..7761999304 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 2087 -updated_at: '2025-05-30' +stargazers_count: 2210 +updated_at: '2025-08-03' archived: false diff --git a/software/vod2pod-rss.yml b/software/vod2pod-rss.yml index 315818a5c6..0d70b422da 100644 --- a/software/vod2pod-rss.yml +++ b/software/vod2pod-rss.yml @@ -9,6 +9,6 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/madiele/vod2pod-rss depends_3rdparty: true -stargazers_count: 287 -updated_at: '2025-06-02' +stargazers_count: 308 +updated_at: '2025-07-29' archived: false diff --git a/software/vouchervault.yml b/software/vouchervault.yml index efc835b782..d136563226 100644 --- a/software/vouchervault.yml +++ b/software/vouchervault.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 325 -updated_at: '2025-06-05' +stargazers_count: 362 +updated_at: '2025-08-04' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index fde6bbb198..f24f246155 100644 --- a/software/vvveb-cms.yml +++ b/software/vvveb-cms.yml @@ -10,6 +10,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/givanz/Vvveb demo_url: https://demo.vvveb.com -stargazers_count: 611 -updated_at: '2025-03-10' +stargazers_count: 768 +updated_at: '2025-08-08' archived: false diff --git a/software/w.yml b/software/w.yml index 23f93f7fc4..05dcc1579b 100644 --- a/software/w.yml +++ b/software/w.yml @@ -8,6 +8,6 @@ platforms: - PHP tags: - Wikis -stargazers_count: 36 -updated_at: '2025-06-05' +stargazers_count: 40 +updated_at: '2025-08-04' archived: false diff --git a/software/wackowiki.yml b/software/wackowiki.yml index b07ff0529b..f5af98871a 100644 --- a/software/wackowiki.yml +++ b/software/wackowiki.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/WackoWiki/wackowiki -stargazers_count: 53 -updated_at: '2025-05-19' +stargazers_count: 54 +updated_at: '2025-08-06' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 926ffc1bc2..f24884e658 100644 --- a/software/wagtail.yml +++ b/software/wagtail.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/wagtail/wagtail -stargazers_count: 19321 -updated_at: '2025-06-06' +stargazers_count: 19479 +updated_at: '2025-08-09' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index 910689baa3..d0caf2e228 100644 --- a/software/wakapi.yml +++ b/software/wakapi.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/muety/wakapi -stargazers_count: 3396 -updated_at: '2025-05-30' +stargazers_count: 3558 +updated_at: '2025-08-09' archived: false diff --git a/software/wakupator.yml b/software/wakupator.yml index 9f1984ae71..71d11f68fa 100644 --- a/software/wakupator.yml +++ b/software/wakupator.yml @@ -8,6 +8,6 @@ platforms: - C tags: - Miscellaneous -stargazers_count: 145 -updated_at: '2024-10-21' +stargazers_count: 149 +updated_at: '2025-08-04' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index 664da77d0b..08bf0b7f4b 100644 --- a/software/wallabag.yml +++ b/software/wallabag.yml @@ -8,6 +8,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/wallabag/wallabag -stargazers_count: 11525 -updated_at: '2025-06-06' +stargazers_count: 11901 +updated_at: '2025-08-09' archived: false diff --git a/software/wallos.yml b/software/wallos.yml index 955f27d095..2c983ebd4f 100644 --- a/software/wallos.yml +++ b/software/wallos.yml @@ -10,6 +10,6 @@ platforms: tags: - Money, Budgeting & Management demo_url: https://github.com/ellite/wallos?tab=readme-ov-file#demo -stargazers_count: 4927 -updated_at: '2025-05-27' +stargazers_count: 5806 +updated_at: '2025-07-28' archived: false diff --git a/software/wanderer.yml b/software/wanderer.yml index 9f5dddfa42..429edc4136 100644 --- a/software/wanderer.yml +++ b/software/wanderer.yml @@ -11,6 +11,6 @@ platforms: tags: - Maps and Global Positioning System (GPS) demo_url: https://demo.wanderer.to -stargazers_count: 2029 -updated_at: '2025-04-30' +stargazers_count: 2531 +updated_at: '2025-08-04' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index 091d0ffc65..3050071e41 100644 --- a/software/warpgate.yml +++ b/software/warpgate.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/warp-tech/warpgate -stargazers_count: 4684 -updated_at: '2025-06-05' +stargazers_count: 5181 +updated_at: '2025-08-04' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index a906d6454f..d5927f2d0c 100644 --- a/software/wastebin.yml +++ b/software/wastebin.yml @@ -10,6 +10,6 @@ tags: - Pastebins source_code_url: https://github.com/matze/wastebin demo_url: https://bin.bloerg.net -stargazers_count: 503 -updated_at: '2025-06-07' +stargazers_count: 614 +updated_at: '2025-08-05' archived: false diff --git a/software/watcharr.yml b/software/watcharr.yml index e612e297b0..25b4c2b34c 100644 --- a/software/watcharr.yml +++ b/software/watcharr.yml @@ -9,6 +9,6 @@ tags: - Media Management source_code_url: https://github.com/sbondCo/Watcharr demo_url: https://beta.watcharr.app/ -stargazers_count: 874 -updated_at: '2025-05-18' +stargazers_count: 959 +updated_at: '2025-07-15' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index 7c1fd2ccfe..39ba968e0d 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 275 -updated_at: '2025-05-16' +stargazers_count: 301 +updated_at: '2025-07-17' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index 65f26aeba5..f31f21f035 100644 --- a/software/wayback.yml +++ b/software/wayback.yml @@ -8,6 +8,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/wabarc/wayback -stargazers_count: 1972 +stargazers_count: 2035 updated_at: '2025-05-25' archived: false diff --git a/software/wbo.yml b/software/wbo.yml index 56d38607dd..b9f1d1db83 100644 --- a/software/wbo.yml +++ b/software/wbo.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/lovasoa/whitebophir demo_url: https://wbo.ophir.dev/ -stargazers_count: 2371 +stargazers_count: 2427 updated_at: '2025-04-14' archived: false diff --git a/software/web-portal.yml b/software/web-portal.yml index 51ffc1de59..3ce10ed574 100644 --- a/software/web-portal.yml +++ b/software/web-portal.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/enchant97/web-portal -stargazers_count: 227 +stargazers_count: 229 updated_at: '2024-10-16' archived: false diff --git a/software/webarchive.yml b/software/webarchive.yml index 01cc7705f6..5445be7913 100644 --- a/software/webarchive.yml +++ b/software/webarchive.yml @@ -8,6 +8,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/derfenix/webarchive -stargazers_count: 143 +stargazers_count: 152 updated_at: '2025-03-13' archived: false diff --git a/software/webhook-tester.yml b/software/webhook-tester.yml index 5ec01cf19a..96b1bfe17b 100644 --- a/software/webhook-tester.yml +++ b/software/webhook-tester.yml @@ -11,6 +11,6 @@ platforms: - K8S tags: - Software Development - Testing -stargazers_count: 264 -updated_at: '2025-06-02' +stargazers_count: 288 +updated_at: '2025-08-01' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index a4106c189a..116b4a6506 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate -stargazers_count: 5144 -updated_at: '2025-06-06' +stargazers_count: 5285 +updated_at: '2025-08-09' archived: false diff --git a/software/websoft9.yml b/software/websoft9.yml index 14b4abedd8..3435ba917a 100644 --- a/software/websoft9.yml +++ b/software/websoft9.yml @@ -12,6 +12,6 @@ tags: depends_3rdparty: true demo_url: https://www.websoft9.com/demo related_software_url: https://www.websoft9.com/apps -stargazers_count: 2028 -updated_at: '2025-06-05' +stargazers_count: 2046 +updated_at: '2025-07-24' archived: false diff --git a/software/websurfx.yml b/software/websurfx.yml index 0b8fbc34ed..7c49287770 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines depends_3rdparty: true -stargazers_count: 869 -updated_at: '2025-05-15' +stargazers_count: 917 +updated_at: '2025-06-10' archived: false diff --git a/software/webthings-gateway.yml b/software/webthings-gateway.yml index ea8a201f81..a2fdb1a708 100644 --- a/software/webthings-gateway.yml +++ b/software/webthings-gateway.yml @@ -9,5 +9,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/WebThingsIO/gateway stargazers_count: 2623 -updated_at: '2025-02-26' +updated_at: '2025-08-08' archived: false diff --git a/software/webtor.yml b/software/webtor.yml index 2398d93bb1..72e5e1b55d 100644 --- a/software/webtor.yml +++ b/software/webtor.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Peer-to-peer Filesharing demo_url: https://webtor.io -stargazers_count: 392 +stargazers_count: 425 updated_at: '2025-03-21' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index aa3d8635fc..b284601135 100644 --- a/software/webtrees.yml +++ b/software/webtrees.yml @@ -9,6 +9,6 @@ tags: - Genealogy source_code_url: https://github.com/fisharebest/webtrees demo_url: https://dev.webtrees.net/demo-stable/index.php?ctype=gedcom&ged=demo -stargazers_count: 609 -updated_at: '2025-06-05' +stargazers_count: 633 +updated_at: '2025-08-07' archived: false diff --git a/software/weddingshare.yml b/software/weddingshare.yml index a470a756f3..d98d8dfec8 100644 --- a/software/weddingshare.yml +++ b/software/weddingshare.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Photo Galleries -stargazers_count: 487 -updated_at: '2025-06-03' +stargazers_count: 523 +updated_at: '2025-08-04' archived: false diff --git a/software/weechat.yml b/software/weechat.yml index 72f964340a..00213ee8d8 100644 --- a/software/weechat.yml +++ b/software/weechat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/weechat/weechat -stargazers_count: 3099 -updated_at: '2025-06-07' +stargazers_count: 3125 +updated_at: '2025-07-19' archived: false diff --git a/software/weewx.yml b/software/weewx.yml index 8af22c8f45..c90283f9a0 100644 --- a/software/weewx.yml +++ b/software/weewx.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/weewx/weewx demo_url: https://weewx.com/showcase.html -stargazers_count: 1071 -updated_at: '2025-05-19' +stargazers_count: 1081 +updated_at: '2025-08-09' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 8d31f41fdc..1a37391076 100644 --- a/software/wekan.yml +++ b/software/wekan.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/wekan/wekan -stargazers_count: 20362 -updated_at: '2025-06-06' +stargazers_count: 20498 +updated_at: '2025-08-09' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index 28b1eb03a5..11c3c86a20 100644 --- a/software/wetty.yml +++ b/software/wetty.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/butlerx/wetty -stargazers_count: 4606 +stargazers_count: 4731 updated_at: '2025-05-28' archived: false diff --git a/software/wger.yml b/software/wger.yml index b52f4339ca..faf03850bc 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Health and Fitness source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 4723 -updated_at: '2025-06-03' +stargazers_count: 4977 +updated_at: '2025-07-28' archived: false diff --git a/software/what-to-cook.yml b/software/what-to-cook.yml index 682d89b78a..897562a65c 100644 --- a/software/what-to-cook.yml +++ b/software/what-to-cook.yml @@ -8,6 +8,6 @@ platforms: tags: - Recipe Management source_code_url: https://github.com/kassner/whattocook -stargazers_count: 31 +stargazers_count: 37 updated_at: '2024-12-28' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 48c3841878..60496de052 100644 --- a/software/whoogle.yml +++ b/software/whoogle.yml @@ -9,6 +9,6 @@ tags: - Search Engines source_code_url: https://github.com/benbusby/whoogle-search depends_3rdparty: true -stargazers_count: 10741 +stargazers_count: 10900 updated_at: '2025-03-10' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index 35b4e45069..a193563ec0 100644 --- a/software/wiki.js.yml +++ b/software/wiki.js.yml @@ -11,6 +11,6 @@ tags: - Wikis source_code_url: https://github.com/Requarks/wiki demo_url: https://docs.requarks.io -stargazers_count: 26390 -updated_at: '2025-04-07' +stargazers_count: 26796 +updated_at: '2025-07-28' archived: false diff --git a/software/wikidocs.yml b/software/wikidocs.yml index 3de069ef3a..1bdf2bdffd 100644 --- a/software/wikidocs.yml +++ b/software/wikidocs.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Wikis -stargazers_count: 419 -updated_at: '2025-04-03' +stargazers_count: 435 +updated_at: '2025-07-22' archived: false diff --git a/software/wikmd.yml b/software/wikmd.yml index cc48126214..d68f2b8e52 100644 --- a/software/wikmd.yml +++ b/software/wikmd.yml @@ -9,6 +9,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/Linbreux/wikmd -stargazers_count: 379 +stargazers_count: 393 updated_at: '2024-09-16' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 568b7df9b7..753710f3bb 100644 --- a/software/wildduck.yml +++ b/software/wildduck.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/nodemailer/wildduck -stargazers_count: 2005 -updated_at: '2025-06-05' +stargazers_count: 2022 +updated_at: '2025-08-01' archived: false diff --git a/software/wingfit.yml b/software/wingfit.yml new file mode 100644 index 0000000000..7a8ea08005 --- /dev/null +++ b/software/wingfit.yml @@ -0,0 +1,15 @@ +name: Wingfit +website_url: https://wingfit.fr +source_code_url: https://github.com/itskovacs/wingfit +description: Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data. +licenses: + - CC-BY-SA-4.0 +platforms: + - Python + - Docker +tags: + - Health and Fitness +demo_url: https://wingfit.fr/home +stargazers_count: 190 +updated_at: '2025-07-25' +archived: false diff --git a/software/wintercms.yml b/software/wintercms.yml index d97a135e60..998961e351 100644 --- a/software/wintercms.yml +++ b/software/wintercms.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/wintercms/winter -stargazers_count: 1428 -updated_at: '2025-06-06' +stargazers_count: 1448 +updated_at: '2025-08-07' archived: false diff --git a/software/wondercms.yml b/software/wondercms.yml index 25b935a56f..b8a18239a4 100644 --- a/software/wondercms.yml +++ b/software/wondercms.yml @@ -9,6 +9,6 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/WonderCMS/wondercms demo_url: https://www.wondercms.com/demo -stargazers_count: 691 -updated_at: '2025-05-04' +stargazers_count: 702 +updated_at: '2025-07-12' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index 8fed4ecca9..b5b70c2389 100644 --- a/software/woocommerce.yml +++ b/software/woocommerce.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/woocommerce/woocommerce -stargazers_count: 9811 -updated_at: '2025-06-07' +stargazers_count: 9920 +updated_at: '2025-08-08' archived: false diff --git a/software/word-mastermind.yml b/software/word-mastermind.yml index 8e57e182c4..f9060b41fe 100644 --- a/software/word-mastermind.yml +++ b/software/word-mastermind.yml @@ -9,6 +9,6 @@ tags: - Games source_code_url: https://github.com/clupasq/word-mastermind demo_url: https://word-mastermind.glitch.me/ -stargazers_count: 209 +stargazers_count: 224 updated_at: '2025-04-14' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index 628be0620d..925cdcf2bb 100644 --- a/software/wordpress.yml +++ b/software/wordpress.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/WordPress/WordPress -stargazers_count: 20200 -updated_at: '2025-06-07' +stargazers_count: 20383 +updated_at: '2025-08-09' archived: false diff --git a/software/workadventure.yml b/software/workadventure.yml index 95954185ba..7027001109 100644 --- a/software/workadventure.yml +++ b/software/workadventure.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/thecodingmachine/workadventure/ demo_url: https://play.staging.workadventu.re/@/tcm/workadventure/wa-village -stargazers_count: 4445 -updated_at: '2025-05-27' +stargazers_count: 4830 +updated_at: '2025-08-08' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index 2f0373ea32..d43c1310e5 100644 --- a/software/writefreely.yml +++ b/software/writefreely.yml @@ -8,6 +8,6 @@ platforms: tags: - Blogging Platforms source_code_url: https://github.com/writefreely/writefreely -stargazers_count: 4765 +stargazers_count: 4830 updated_at: '2025-06-04' archived: false diff --git a/software/writing.yml b/software/writing.yml index 1d20225e2f..ad0671f22a 100644 --- a/software/writing.yml +++ b/software/writing.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/josephernest/writing -stargazers_count: 1062 +stargazers_count: 1067 updated_at: '2022-08-10' archived: false diff --git a/software/wygiwyh.yml b/software/wygiwyh.yml index 79d8af1b46..3c5c73d8e8 100644 --- a/software/wygiwyh.yml +++ b/software/wygiwyh.yml @@ -10,6 +10,6 @@ platforms: - Django tags: - Money, Budgeting & Management -stargazers_count: 430 -updated_at: '2025-05-23' +stargazers_count: 460 +updated_at: '2025-08-09' archived: false diff --git a/software/xandikos.yml b/software/xandikos.yml index 18d8837351..077b5c2d18 100644 --- a/software/xandikos.yml +++ b/software/xandikos.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/jelmer/xandikos -stargazers_count: 494 -updated_at: '2025-06-02' +stargazers_count: 511 +updated_at: '2025-08-04' archived: false diff --git a/software/xbackbone.yml b/software/xbackbone.yml index 64f8e5aa82..c8b2be1f3c 100644 --- a/software/xbackbone.yml +++ b/software/xbackbone.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/SergiX44/XBackBone -stargazers_count: 1064 +stargazers_count: 1077 updated_at: '2025-01-26' archived: false diff --git a/software/xsrv.yml b/software/xsrv.yml index 1de21656f0..28b247acc6 100644 --- a/software/xsrv.yml +++ b/software/xsrv.yml @@ -9,6 +9,6 @@ platforms: tags: - Self-hosting Solutions source_code_url: https://github.com/nodiscc/xsrv -stargazers_count: 359 -updated_at: '2025-06-07' +stargazers_count: 366 +updated_at: '2025-08-08' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index 830bfee9da..eed9e08300 100644 --- a/software/xwiki.yml +++ b/software/xwiki.yml @@ -11,6 +11,6 @@ tags: - Wikis source_code_url: https://github.com/xwiki/xwiki-platform demo_url: https://www.xwikiplayground.org/xwiki/bin/view/Main/ -stargazers_count: 1090 -updated_at: '2025-06-06' +stargazers_count: 1120 +updated_at: '2025-08-08' archived: false diff --git a/software/yaade.yml b/software/yaade.yml index 23fc5f119b..900f7ff23d 100644 --- a/software/yaade.yml +++ b/software/yaade.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/EsperoTech/yaade -stargazers_count: 1735 +stargazers_count: 1807 updated_at: '2025-05-19' archived: false diff --git a/software/yabin.yml b/software/yabin.yml deleted file mode 100644 index 4d0b4a5637..0000000000 --- a/software/yabin.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: YABin -website_url: https://github.com/Yureien/YABin -description: A pastebin that contains plentiful features while remaining simple. Supports optional E2E encryption, a client-side CLI app, syntax highlighting, minimalistic UI, APIs, keyboard shortcuts, and more. It can even be run in serverless environments. -licenses: - - MIT -platforms: - - Nodejs - - Docker -tags: - - Pastebins -source_code_url: https://github.com/Yureien/YABin -demo_url: https://bin.sohamsen.me/ -stargazers_count: 182 -updated_at: '2024-07-17' -archived: false diff --git a/software/yacy.yml b/software/yacy.yml index 64e13438cb..34655bf113 100644 --- a/software/yacy.yml +++ b/software/yacy.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/yacy/yacy_search_server -stargazers_count: 3592 -updated_at: '2025-04-10' +stargazers_count: 3647 +updated_at: '2025-08-04' archived: false diff --git a/software/yaffa.yml b/software/yaffa.yml index e245c47f51..7c0065d5d3 100644 --- a/software/yaffa.yml +++ b/software/yaffa.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management demo_url: https://sandbox.yaffa.cc -stargazers_count: 21 -updated_at: '2025-06-05' +stargazers_count: 32 +updated_at: '2025-07-19' archived: false diff --git a/software/yamtrack.yml b/software/yamtrack.yml index 78393d4224..cca5e38f10 100644 --- a/software/yamtrack.yml +++ b/software/yamtrack.yml @@ -11,6 +11,6 @@ tags: - Miscellaneous depends_3rdparty: true demo_url: https://github.com/FuzzyGrim/Yamtrack?tab=readme-ov-file#demo -stargazers_count: 702 -updated_at: '2025-06-07' +stargazers_count: 1148 +updated_at: '2025-08-05' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index dfb1d1b95e..0621e58834 100644 --- a/software/yarr.yml +++ b/software/yarr.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/nkanaev/yarr -stargazers_count: 3251 +stargazers_count: 3325 updated_at: '2025-06-04' archived: false diff --git a/software/ydl_api_ng.yml b/software/ydl_api_ng.yml index c47fad320b..962b765471 100644 --- a/software/ydl_api_ng.yml +++ b/software/ydl_api_ng.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/Totonyus/ydl_api_ng -stargazers_count: 191 +stargazers_count: 196 updated_at: '2025-02-01' archived: false diff --git a/software/yopass.yml b/software/yopass.yml index 292049e81c..99f2ce7a58 100644 --- a/software/yopass.yml +++ b/software/yopass.yml @@ -11,6 +11,6 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/jhaals/yopass demo_url: https://yopass.se/ -stargazers_count: 2111 -updated_at: '2025-06-06' +stargazers_count: 2257 +updated_at: '2025-08-08' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index d85dd7fd25..bf3eceffbc 100644 --- a/software/your-spotify.yml +++ b/software/your-spotify.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/Yooooomi/your_spotify depends_3rdparty: true -stargazers_count: 3637 -updated_at: '2025-04-26' +stargazers_count: 3770 +updated_at: '2025-07-26' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index 814172fd45..80cd14d31e 100644 --- a/software/yourls.yml +++ b/software/yourls.yml @@ -8,6 +8,6 @@ platforms: tags: - URL Shorteners source_code_url: https://github.com/YOURLS/YOURLS -stargazers_count: 11264 -updated_at: '2025-06-07' +stargazers_count: 11464 +updated_at: '2025-08-06' archived: false diff --git a/software/youtubedl-server.yml b/software/youtubedl-server.yml index 61d2913577..35c72e3ce3 100644 --- a/software/youtubedl-server.yml +++ b/software/youtubedl-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/nbr23/youtube-dl-server -stargazers_count: 270 -updated_at: '2025-05-22' +stargazers_count: 282 +updated_at: '2025-08-01' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index aa91f6e376..0ca2f538a7 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Management source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1629 -updated_at: '2025-04-13' +stargazers_count: 1816 +updated_at: '2025-07-23' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index ce2debcd3f..1a3c0dd5ba 100644 --- a/software/zammad.yml +++ b/software/zammad.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/zammad/zammad -stargazers_count: 4883 -updated_at: '2025-06-05' +stargazers_count: 4985 +updated_at: '2025-08-08' archived: false diff --git a/software/zenko-cloudserver.yml b/software/zenko-cloudserver.yml index e367b9d741..06d630add0 100644 --- a/software/zenko-cloudserver.yml +++ b/software/zenko-cloudserver.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Object Storage & File Servers source_code_url: https://github.com/scality/cloudserver -stargazers_count: 1800 -updated_at: '2025-06-05' +stargazers_count: 1818 +updated_at: '2025-08-07' archived: false diff --git a/software/zenphoto.yml b/software/zenphoto.yml index d7a9b9f0ec..53eb0f73fe 100644 --- a/software/zenphoto.yml +++ b/software/zenphoto.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/zenphoto/zenphoto -stargazers_count: 306 -updated_at: '2025-06-07' +stargazers_count: 312 +updated_at: '2025-08-09' archived: false diff --git a/software/zentao.yml b/software/zentao.yml index 49e185481d..f44ad4fb44 100644 --- a/software/zentao.yml +++ b/software/zentao.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/easysoft/zentaopms -stargazers_count: 1424 -updated_at: '2025-05-29' +stargazers_count: 1445 +updated_at: '2025-08-05' archived: false diff --git a/software/zero-k.yml b/software/zero-k.yml index 5c32aa8da6..3c079ab5f9 100644 --- a/software/zero-k.yml +++ b/software/zero-k.yml @@ -8,6 +8,6 @@ platforms: tags: - Games source_code_url: https://github.com/ZeroK-RTS/Zero-K -stargazers_count: 731 -updated_at: '2025-06-01' +stargazers_count: 743 +updated_at: '2025-08-05' archived: false diff --git a/software/zim.yml b/software/zim.yml index 8b3b250ac4..d4e3a25edb 100644 --- a/software/zim.yml +++ b/software/zim.yml @@ -9,6 +9,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/zim-desktop-wiki/zim-desktop-wiki -stargazers_count: 2047 +stargazers_count: 2061 updated_at: '2025-03-28' archived: false diff --git a/software/zincsearch.yml b/software/zincsearch.yml index 6fb0176ccd..2447d5b16f 100644 --- a/software/zincsearch.yml +++ b/software/zincsearch.yml @@ -11,6 +11,6 @@ tags: - Search Engines source_code_url: https://github.com/zincsearch/zincsearch demo_url: https://github.com/zinclabs/zinc#playground-server -stargazers_count: 17419 +stargazers_count: 17501 updated_at: '2025-05-19' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index f5c2c6131e..068e4fa492 100644 --- a/software/zipline.yml +++ b/software/zipline.yml @@ -9,6 +9,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/diced/zipline -stargazers_count: 2180 -updated_at: '2025-06-07' +stargazers_count: 2376 +updated_at: '2025-08-09' archived: false diff --git a/software/znc.yml b/software/znc.yml index cc9a335212..058b51ac4d 100644 --- a/software/znc.yml +++ b/software/znc.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - IRC source_code_url: https://github.com/znc/znc -stargazers_count: 2045 -updated_at: '2025-05-28' +stargazers_count: 2056 +updated_at: '2025-07-24' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index 8f83d8a8a5..ca6f2f9025 100644 --- a/software/zoneminder.yml +++ b/software/zoneminder.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance source_code_url: https://github.com/ZoneMinder/ZoneMinder -stargazers_count: 5491 -updated_at: '2025-06-05' +stargazers_count: 5578 +updated_at: '2025-08-09' archived: false diff --git a/software/zoraxy.yml b/software/zoraxy.yml index 8e0a144c6a..457077aa4c 100644 --- a/software/zoraxy.yml +++ b/software/zoraxy.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 4119 -updated_at: '2025-05-31' +stargazers_count: 4321 +updated_at: '2025-07-21' archived: false diff --git a/software/zot-oci-registry.yml b/software/zot-oci-registry.yml index 5815a1dd4d..fd1a6c931a 100644 --- a/software/zot-oci-registry.yml +++ b/software/zot-oci-registry.yml @@ -10,6 +10,6 @@ platforms: tags: - File Transfer - Object Storage & File Servers demo_url: https://zothub.io -stargazers_count: 1260 -updated_at: '2025-06-05' +stargazers_count: 1352 +updated_at: '2025-08-07' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index a587952323..84ce9d0127 100644 --- a/software/zulip.yml +++ b/software/zulip.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/zulip/zulip -stargazers_count: 22977 -updated_at: '2025-06-07' +stargazers_count: 23236 +updated_at: '2025-08-09' archived: false diff --git a/software/zusam.yml b/software/zusam.yml index 7af2fdc334..fb46bb5bb8 100644 --- a/software/zusam.yml +++ b/software/zusam.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/zusam/zusam demo_url: https://demo.zusam.org -stargazers_count: 204 +stargazers_count: 205 updated_at: '2024-10-31' archived: false diff --git a/software/µstreamer.yml b/software/µstreamer.yml index 799cf29974..fdd6e15610 100644 --- a/software/µstreamer.yml +++ b/software/µstreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/pikvm/ustreamer -stargazers_count: 1839 -updated_at: '2025-05-27' +stargazers_count: 1866 +updated_at: '2025-07-28' archived: false diff --git a/software/µtask.yml b/software/µtask.yml index 04920204bd..e73aaed8ee 100644 --- a/software/µtask.yml +++ b/software/µtask.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/ovh/utask -stargazers_count: 1280 -updated_at: '2025-04-07' +stargazers_count: 1304 +updated_at: '2025-07-07' archived: false diff --git a/tags/static-site-generators.yml b/tags/static-site-generators.yml index 237c2a3716..60439f0988 100644 --- a/tags/static-site-generators.yml +++ b/tags/static-site-generators.yml @@ -1,8 +1,8 @@ name: Static Site Generators description: '[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. ' redirect: - - title: staticsitegenerators.net - url: https://staticsitegenerators.net + - title: staticsitegenerators.bevry.me + url: https://staticsitegenerators.bevry.me - title: staticgen.com url: https://www.staticgen.com related_tags: