From df1cf62297faebeafbca1bfc4bf3146e91cc476d Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:12:55 +0000 Subject: [PATCH 01/30] Add / Remove URL links, Fix License (#1094) * Remove Pymedusa link Leads to demo link with no instructions how to get keys * Remove Demo link Doesnt take to working site, just a demo login button * Change Oxid License --- .hecat/url-check.yml | 21 ++++++++++++++++++++- software/medusa.yml | 2 +- software/microweber.yml | 1 - software/oxid-eshop.yml | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 2bb1f2ad03..9461001627 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -35,4 +35,23 @@ steps: - '^https://alextselegidis.com/try/plainpad/' # shows 200 when curling, loads fine in browser - '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser - '^http://www.openwebanalytics.com/' # shows 200 when curling, loads fine in browser - - '^https://moodle.org/' # shows 200 when curling, loads fine in browser \ No newline at end of file + - '^https://moodle.org/' # shows 200 when curling, loads fine in browser + - '^https://activitywatch.net' # Always returns 403 but loads in browser + - '^https://www.bytebase.com/' # Always returns 403 but loads in browser + - '^https://magicbug.co.uk/cloudlog/' # Always returns 403 but loads in browser + - '^http://usecod.com/' # Always returns 503 but loads in browser + - '^https://a.ocv.me/pub/demo/' # Always returns 403 but loads in browser + - '^https://dockstarter.com/' # Always returns 403 but loads in browser + - '^https://dpaste.org/' # Always returns 403 but loads in browser + - '^https://www.drupal.org/' # Always returns 403 but loads in browser + - '^https://demo.hedgedoc.org/' # Always returns 403 but loads in browser + - '^https://instant.io/' # Always returns 403 but loads in browser + - '^https://www.redcort.com/timeclock' # Always returns 403 but loads in browser + - '^https://www.redcort.com/timeclock/free-timeclock-software-trial' # Always returns 403 but loads in browser + - '^https://oxidforge.org/en/' # Always returns 403 but loads in browser + - '^https://photostructure.com/' # Always returns 403 but loads in browser + - '^https://pyload.net/' # Always returns 403 but loads in browser + - '^https://www.revive-adserver.com/' # Always returns 403 but loads in browser + - '^https://www.sipcapture.org/' # Always returns 403 but loads in browser + - '^https://static-web-server.net/' # Always returns 403 but loads in browser + - '^https://www.supportpal.com/' # Always returns 403 but loads in browser \ No newline at end of file diff --git a/software/medusa.yml b/software/medusa.yml index 033945616d..b13ae4bfff 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -1,5 +1,5 @@ name: Medusa -website_url: https://pymedusa.com/ +website_url: https://github.com/pymedusa/Medusa description: Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. licenses: - GPL-3.0 diff --git a/software/microweber.yml b/software/microweber.yml index a4d0a0c3f2..75687a99b2 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -8,7 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/microweber/microweber -demo_url: https://demo.microweber.org/ stargazers_count: 3168 updated_at: '2024-11-26' archived: false diff --git a/software/oxid-eshop.yml b/software/oxid-eshop.yml index 10e1514d4a..04786cc03c 100644 --- a/software/oxid-eshop.yml +++ b/software/oxid-eshop.yml @@ -2,7 +2,7 @@ name: OXID eShop website_url: https://oxidforge.org/en/ description: OXID eShop is a flexible open source e-commerce software with a wide range of functionalities. licenses: - - GPL-3.0 + - ⊘ Proprietary platforms: - PHP tags: From dedfd24514599785819eecfb239663e6cdf4d3b8 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:13:22 +0000 Subject: [PATCH 02/30] Remove Local Food Nodes (Deleted Repo) (#1093) --- software/local-food-nodes.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 software/local-food-nodes.yml diff --git a/software/local-food-nodes.yml b/software/local-food-nodes.yml deleted file mode 100644 index b5a7d20e0c..0000000000 --- a/software/local-food-nodes.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Local Food Nodes -website_url: https://localfoodnodes.org/ -description: Your open source platform for peoples driven local food markets and CSA. -licenses: - - MIT -platforms: - - PHP -tags: - - Community-Supported Agriculture (CSA) -source_code_url: https://gitlab.com/localfoodnodes/localfoodnodes From b21f1beaa67636a7e717b95708d0d2c4563cf376 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 9 Jan 2025 00:14:30 +0100 Subject: [PATCH 03/30] tools/hecat: update copyright year to 2025 (#1092) --- .hecat/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hecat/conf.py b/.hecat/conf.py index 206c754977..0817abd2e6 100644 --- a/.hecat/conf.py +++ b/.hecat/conf.py @@ -4,7 +4,7 @@ author = 'awesome-selfhosted community' version = '1.0.0' release = '1.0.0' -copyright = '2015-2024, the awesome-selfhosted community' +copyright = '2015-2025, the awesome-selfhosted community' language = 'en' html_title = 'awesome-selfhosted' html_theme = 'furo' From 5aecfad238856241eada81909fdac04e331bfa73 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:18:02 +0000 Subject: [PATCH 04/30] Remove Goeland (Unmaintained since Jan 2024) (#1091) --- software/goeland.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/goeland.yml diff --git a/software/goeland.yml b/software/goeland.yml deleted file mode 100644 index 66cc578171..0000000000 --- a/software/goeland.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Goeland -website_url: https://github.com/slurdge/goeland -description: Reads RSS/Atom feeds and filter/digest them to create beautiful emails. -licenses: - - MIT -platforms: - - Go -tags: - - Feed Readers -source_code_url: https://github.com/slurdge/goeland -stargazers_count: 177 -updated_at: '2024-01-06' -archived: false From b5d496ab95aaea4053f73a49d56bf68049baa208 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:32:40 +0000 Subject: [PATCH 05/30] Add DigiQuiz (#1056) Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/digiquiz.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/digiquiz.yml diff --git a/software/digiquiz.yml b/software/digiquiz.yml new file mode 100644 index 0000000000..f96bc23778 --- /dev/null +++ b/software/digiquiz.yml @@ -0,0 +1,10 @@ +name: Digiquiz +website_url: https://ladigitale.dev/digiquiz/ +description: An online application to publish content created with H5P (documentation in French). +licenses: + - AGPL-3.0 +platforms: + - Nodejs +tags: + - Miscellaneous +source_code_url: https://codeberg.org/ladigitale/digiquiz \ No newline at end of file From 3651ccc143f62393c58fc35fcf65941e99e48992 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:32:57 +0000 Subject: [PATCH 06/30] Add DigiFlashcards (#1055) Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/digiflashcards.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/digiflashcards.yml diff --git a/software/digiflashcards.yml b/software/digiflashcards.yml new file mode 100644 index 0000000000..b4f3b86ab4 --- /dev/null +++ b/software/digiflashcards.yml @@ -0,0 +1,11 @@ +name: Digiflashcards +website_url: https://ladigitale.dev/digiflashcards/ +description: An online application to create flashcards (documentation in French). +licenses: + - AGPL-3.0 +platforms: + - Nodejs + - PHP +tags: + - Miscellaneous +source_code_url: https://codeberg.org/ladigitale/digiflashcards \ No newline at end of file From f165328bd880e5fe85a821cd8e5deb63eae3f3b8 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:33:14 +0000 Subject: [PATCH 07/30] Add digisteps to Misc (#1053) Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/digisteps.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/digisteps.yml diff --git a/software/digisteps.yml b/software/digisteps.yml new file mode 100644 index 0000000000..94c4b452a7 --- /dev/null +++ b/software/digisteps.yml @@ -0,0 +1,11 @@ +name: Digisteps +website_url: https://ladigitale.dev/digisteps/ +description: A simple application for creating online educational paths (documentation in French). +licenses: + - AGPL-3.0 +platforms: + - Nodejs + - PHP +tags: + - Miscellaneous +source_code_url: https://codeberg.org/ladigitale/digisteps \ No newline at end of file From cb9b942968aed35443b266793ae8ab01eced65fe Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Fri, 10 Jan 2025 00:46:20 +0000 Subject: [PATCH 08/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/a-dark-room.yml | 2 +- software/accent.yml | 2 +- software/acp-admin.yml | 2 +- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 4 ++-- software/adguard-home.yml | 2 +- software/admidio.yml | 2 +- software/adminerevo.yml | 2 +- software/adventurelog.yml | 2 +- software/aimeos.yml | 2 +- software/akaunting.yml | 4 ++-- software/alf.io.yml | 2 +- software/alfresco-community-edition.yml | 2 +- software/algernon.yml | 4 ++-- software/ampache.yml | 2 +- software/anchr.yml | 2 +- software/anonaddy.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 2 +- software/anycable.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 2 +- software/apostrophe.yml | 4 ++-- software/appflowy.yml | 4 ++-- software/apprise.yml | 4 ++-- software/appsmith.yml | 4 ++-- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 4 ++-- software/archivesspace.yml | 2 +- software/artalk.yml | 2 +- software/asciinema.yml | 2 +- software/asterisk.yml | 4 ++-- software/atheos.yml | 2 +- software/atomic-server.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/audioserve.yml | 4 ++-- software/automatisch.yml | 4 ++-- software/azimutt.yml | 2 +- software/azuracast.yml | 4 ++-- software/baby-buddy.yml | 2 +- software/backdrop-cms.yml | 2 +- software/bagisto.yml | 2 +- software/bar-assistant.yml | 2 +- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 2 +- software/beelzebub.yml | 2 +- software/beets.yml | 4 ++-- software/bencher.yml | 2 +- software/bewcloud.yml | 2 +- software/bigbluebutton.yml | 4 ++-- software/bigcapital.yml | 2 +- software/bin.yml | 2 +- software/bitmagnet.yml | 4 ++-- software/bitwarden.yml | 4 ++-- software/black-candy.yml | 2 +- software/blocky.yml | 2 +- software/bludit.yml | 2 +- software/bluecherry.yml | 2 +- software/booklogr.yml | 2 +- software/bookstack.yml | 2 +- software/bookwyrm.yml | 2 +- software/bracket.yml | 2 +- software/briefkasten.yml | 2 +- software/btcpay-server.yml | 4 ++-- software/budibase.yml | 4 ++-- software/bugsink.yml | 2 +- software/bugzilla.yml | 2 +- software/bunkerweb.yml | 2 +- software/bytebase.yml | 4 ++-- software/caddy.yml | 4 ++-- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 4 ++-- software/canvas-lms.yml | 4 ++-- software/casaos.yml | 2 +- software/centrifugo.yml | 2 +- software/cerbos.yml | 4 ++-- software/chamilo-lms.yml | 4 ++-- software/changedetection.io.yml | 4 ++-- software/chartbrew.yml | 4 ++-- software/chaskiq.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chevereto.yml | 2 +- software/chhoto-url.yml | 4 ++-- software/chibisafe.yml | 2 +- software/chitchatter.yml | 4 ++-- software/chyrp-lite.yml | 2 +- software/ckan.yml | 2 +- software/cloudbeaver.yml | 4 ++-- software/cncjs.yml | 2 +- software/cockpit.yml | 4 ++-- software/code-server.yml | 2 +- software/coder.yml | 4 ++-- software/collective-access---providence.yml | 2 +- software/commafeed.yml | 4 ++-- software/concrete-5-cms.yml | 4 ++-- software/conduwuit.yml | 4 ++-- software/contao.yml | 2 +- software/converse.js.yml | 2 +- software/copyparty.yml | 2 +- software/corteza.yml | 4 ++-- software/cosmos.yml | 2 +- software/craftcms.yml | 4 ++-- software/cryptpad.yml | 2 +- software/cups.yml | 4 ++-- software/cyberchef.yml | 2 +- software/cypht.yml | 2 +- software/cyrus-imap.yml | 2 +- software/cytube.yml | 2 +- software/dagu.yml | 4 ++-- software/damselfly.yml | 2 +- software/dashpress.yml | 2 +- software/dashy.yml | 2 +- software/databunker.yml | 2 +- software/datasette.yml | 4 ++-- software/davis.yml | 2 +- software/diaspora.yml | 2 +- software/dietpi.yml | 4 ++-- software/dify.ai.yml | 4 ++-- software/directus.yml | 4 ++-- software/discount-bandit.yml | 2 +- software/discourse.yml | 4 ++-- software/dittofeed.yml | 2 +- software/dnote.yml | 2 +- software/docat.yml | 2 +- software/docker-mailserver.yml | 2 +- software/docking.yml | 2 +- software/dockstarter.yml | 2 +- software/docmost.yml | 2 +- software/docspell.yml | 4 ++-- software/documize.yml | 2 +- software/docuseal.yml | 2 +- software/dokuwiki.yml | 4 ++-- software/dolibarr.yml | 4 ++-- software/domjudge.yml | 2 +- software/domoticz.yml | 2 +- software/donetick.yml | 2 +- software/dragonfly.yml | 2 +- software/draw.io.yml | 2 +- software/dreamfactory.yml | 2 +- software/druid.yml | 4 ++-- software/dspace.yml | 2 +- software/easy!appointments.yml | 2 +- software/easywi.yml | 2 +- software/eclipse-che.yml | 4 ++-- software/egroupware.yml | 2 +- software/ejabberd.yml | 4 ++-- software/elabftw.yml | 2 +- software/elasticsearch.yml | 4 ++-- software/element.yml | 4 ++-- software/emailwiz.yml | 2 +- software/emqx.yml | 4 ++-- software/enclosed.yml | 2 +- "software/engity's-bifr\303\266st.yml" | 2 +- software/ente.yml | 4 ++-- software/eprints.yml | 2 +- software/ergo.yml | 2 +- software/erpnext.yml | 4 ++-- software/erxes.yml | 4 ++-- software/espocrm.yml | 4 ++-- software/etherpad.yml | 2 +- software/evergreen.yml | 2 +- software/evershop.yml | 2 +- software/everydocs.yml | 2 +- software/evidence.yml | 4 ++-- software/exbin.yml | 2 +- software/ezbookkeeping.yml | 4 ++-- software/family-accounting-tool.yml | 2 +- software/farmos.yml | 4 ++-- software/fasten-health.yml | 2 +- software/fava.yml | 2 +- software/fess.yml | 2 +- software/fider.yml | 4 ++-- software/filebrowser.yml | 2 +- software/filegator.yml | 2 +- software/files-sharing.yml | 2 +- software/filestash.yml | 2 +- software/firefly-iii.yml | 2 +- software/firefox-account-server.yml | 2 +- software/firezone.yml | 4 ++-- software/flagsmith.yml | 4 ++-- software/flarum.yml | 2 +- software/flashpaper.yml | 2 +- software/flatnotes.yml | 2 +- software/flatpress.yml | 2 +- software/flipt.yml | 2 +- software/flowforge.yml | 2 +- software/fluidd.yml | 4 ++-- software/flyimg.yml | 2 +- software/focalboard.yml | 2 +- software/foodcoopshop.yml | 2 +- software/formbricks.yml | 4 ++-- software/fossbilling.yml | 2 +- software/frab.yml | 2 +- software/freescout.yml | 2 +- software/freeswitch.yml | 4 ++-- software/freshrss.yml | 4 ++-- software/friendica.yml | 2 +- software/frigate.yml | 4 ++-- software/fusio.yml | 2 +- software/fusion.yml | 2 +- software/fusionpbx.yml | 2 +- software/galene.yml | 2 +- software/gamevault.yml | 2 +- software/ganymede.yml | 4 ++-- software/gatus.yml | 4 ++-- software/genea.app.yml | 2 +- software/geneweb.yml | 2 +- software/geo2tz.yml | 2 +- software/gerbera.yml | 4 ++-- software/gerrit.yml | 4 ++-- software/ghost.yml | 4 ++-- software/ghostfolio.yml | 4 ++-- software/gitblit.yml | 2 +- software/gitbucket.yml | 4 ++-- software/gitea.yml | 4 ++-- software/gitolite.yml | 2 +- software/gladys.yml | 4 ++-- software/glance.yml | 2 +- software/globaleaks.yml | 2 +- software/glowing-bear.yml | 2 +- software/go-feature-flag.yml | 4 ++-- software/goaccess.yml | 2 +- software/goatcounter.yml | 2 +- software/gogs.yml | 2 +- software/gokapi.yml | 2 +- software/gollum.yml | 2 +- software/gonic.yml | 2 +- software/google-webfonts-helper.yml | 2 +- software/gophish.yml | 2 +- software/gossa.yml | 2 +- "software/gos\311\233.yml" | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 4 ++-- software/graphhopper.yml | 2 +- software/graphweaver.yml | 4 ++-- software/grimoire.yml | 2 +- software/grist.yml | 4 ++-- software/grocy.yml | 4 ++-- software/group-office.yml | 2 +- software/guacamole.yml | 2 +- software/habitica.yml | 4 ++-- software/handbrake-web.yml | 2 +- software/haraka.yml | 4 ++-- software/hasura.yml | 4 ++-- software/healthchecks.yml | 2 +- software/hedgedoc.yml | 2 +- software/heimdall.yml | 2 +- software/hemmelig.yml | 2 +- software/heyform.yml | 2 +- software/hi.events.yml | 2 +- software/hitobito.yml | 2 +- software/hoarder-app.yml | 2 +- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 4 ++-- software/homebox.yml | 2 +- software/homegallery.yml | 2 +- software/homepage-by-gethomepage.yml | 4 ++-- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 2 +- software/hortusfox.yml | 2 +- software/hrconvert2.yml | 2 +- software/hubleys.yml | 2 +- software/huginn.yml | 2 +- software/huly.yml | 4 ++-- software/humhub.yml | 2 +- software/hyperswitch.yml | 4 ++-- software/ihatemoney.yml | 2 +- software/ilias.yml | 4 ++-- software/imgproxy.yml | 4 ++-- software/immich-kiosk.yml | 4 ++-- software/immich.yml | 4 ++-- software/indico.yml | 2 +- software/inspircd.yml | 2 +- software/instant.io.yml | 2 +- software/inventaire.yml | 4 ++-- software/inventree.yml | 4 ++-- software/invidious.yml | 4 ++-- software/invoice-ninja.yml | 2 +- software/invoiceshelf.yml | 2 +- software/iodine.yml | 2 +- software/iredmail.yml | 2 +- software/isponsorblocktv.yml | 4 ++-- software/itflow.yml | 2 +- software/janus.yml | 4 ++-- software/jellyfin.yml | 4 ++-- software/jellyseerr.yml | 4 ++-- software/jelu.yml | 4 ++-- software/jina.yml | 2 +- software/jitsi-meet.yml | 4 ++-- software/jitsi-video-bridge.yml | 2 +- software/joomla!.yml | 2 +- software/joplin.yml | 4 ++-- software/judge0-ce.yml | 2 +- software/jupyterlab.yml | 4 ++-- software/just-short-it!.yml | 2 +- software/kamailio.yml | 4 ++-- software/kanboard.yml | 2 +- software/kavita.yml | 2 +- software/keila.yml | 2 +- software/kestra.yml | 4 ++-- software/keygen.yml | 2 +- software/keystonejs.yml | 2 +- software/kibitzr.yml | 2 +- software/kill-bill.yml | 2 +- software/kimai.yml | 4 ++-- software/kitchenowl.yml | 2 +- software/kiwi-irc.yml | 2 +- software/kiwix-serve.yml | 2 +- software/koblas.yml | 2 +- software/kodi.yml | 4 ++-- software/koel.yml | 2 +- software/koillection.yml | 2 +- software/komga.yml | 4 ++-- software/kong.yml | 4 ++-- software/krayin.yml | 2 +- software/kubek.yml | 2 +- software/kyoo.yml | 4 ++-- software/lago.yml | 2 +- software/lama-cleaner.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/leantime.yml | 2 +- software/lemmy.yml | 4 ++-- software/leon.yml | 2 +- software/libre-translate.yml | 4 ++-- software/libreddit.yml | 2 +- software/librephotos.yml | 2 +- software/libretime.yml | 2 +- software/librum.yml | 2 +- software/lidarr.yml | 2 +- software/lidatube.yml | 2 +- software/lila.yml | 4 ++-- software/limesurvey.yml | 4 ++-- software/linkace.yml | 2 +- software/linkding.yml | 2 +- software/linkstack.yml | 2 +- software/linkwarden.yml | 2 +- software/linuxgsm.yml | 4 ++-- software/listmonk.yml | 2 +- software/litecart.yml | 2 +- software/litlyx.yml | 2 +- software/littlelink.yml | 2 +- software/live-helper-chat.yml | 2 +- software/livebook.yml | 4 ++-- software/livestreamdvr.yml | 2 +- software/lms.yml | 2 +- software/lodestone.yml | 2 +- software/loggit.yml | 2 +- software/loomio.yml | 2 +- software/lowdefy.yml | 2 +- software/luanti.yml | 4 ++-- software/lubelogger.yml | 4 ++-- software/lura.yml | 2 +- software/lychee.yml | 4 ++-- software/lynx.yml | 2 +- software/maddy-mail-server.yml | 2 +- software/mafl.yml | 2 +- software/magento-open-source.yml | 4 ++-- software/mail-in-a-box.yml | 2 +- software/mailcatcher.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 4 ++-- software/mainsail.yml | 2 +- software/manifest.yml | 4 ++-- software/manticore-search.yml | 4 ++-- software/mantisbt.yml | 2 +- software/manyfold.yml | 4 ++-- software/mastodon.yml | 4 ++-- software/matchering.yml | 4 ++-- software/mathesar.yml | 4 ++-- software/matomo.yml | 4 ++-- software/mattermost.yml | 4 ++-- software/mautic.yml | 4 ++-- software/maybe.yml | 2 +- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusa.yml | 2 +- software/medusajs.yml | 4 ++-- software/meetable.yml | 2 +- software/meilisearch.yml | 4 ++-- software/memos.yml | 4 ++-- software/meshcentral.yml | 4 ++-- software/metabase.yml | 4 ++-- software/metube.yml | 2 +- software/microweber.yml | 2 +- software/middleware.yml | 2 +- software/mikochi.yml | 2 +- software/mindsdb.yml | 4 ++-- software/mindustry.yml | 4 ++-- software/mindwendel.yml | 2 +- software/miniflux.yml | 2 +- software/minimal-git-server.yml | 4 ++-- software/minio.yml | 4 ++-- software/miniserve.yml | 2 +- software/mirotalk-c2c.yml | 4 ++-- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 2 +- software/misago.yml | 2 +- software/misskey.yml | 4 ++-- software/modoboa.yml | 2 +- software/mongooseim.yml | 4 ++-- software/monica.yml | 2 +- software/moode-audio.yml | 2 +- software/mopidy.yml | 2 +- "software/motion.tools-antragsgr\303\274n.yml" | 2 +- software/motor-admin.yml | 2 +- software/movim.yml | 2 +- software/mox.yml | 2 +- software/mpd.yml | 2 +- software/mta-sa.yml | 2 +- software/multi-scrobbler.yml | 2 +- software/mumble.yml | 4 ++-- software/musikcube.yml | 2 +- software/mybb.yml | 2 +- software/myip.yml | 2 +- software/mylar3.yml | 2 +- software/n8n.yml | 4 ++-- software/navidrome-music-server.yml | 4 ++-- software/nefarious.yml | 2 +- software/neko.yml | 2 +- software/netron.yml | 4 ++-- software/newsblur.yml | 2 +- software/nextcloud-memories.yml | 2 +- software/nextcloud.yml | 4 ++-- software/nextcloudpi.yml | 2 +- software/nginx-proxy-manager.yml | 2 +- software/nocodb.yml | 4 ++-- software/node-red.yml | 2 +- software/nodebb.yml | 4 ++-- software/nominatim.yml | 4 ++-- software/novu.yml | 4 ++-- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/nymphcast.yml | 2 +- software/october.yml | 2 +- software/octobot.yml | 2 +- software/octobox.yml | 4 ++-- software/octoprint.yml | 2 +- software/odoo.yml | 4 ++-- software/olivetin.yml | 2 +- software/ombi.yml | 2 +- software/omeka-s.yml | 2 +- software/onionshare.yml | 2 +- software/onlyoffice.yml | 2 +- software/open-eclass.yml | 2 +- software/open-food-network.yml | 4 ++-- software/open-meteo.yml | 4 ++-- software/open-source-pos.yml | 2 +- software/open-source-routing-machine-osrm.yml | 2 +- software/open-web-analytics.yml | 2 +- software/opencart.yml | 4 ++-- software/openfire.yml | 4 ++-- software/opengist.yml | 2 +- software/openhab.yml | 2 +- software/openmediavault.yml | 4 ++-- software/openolat.yml | 2 +- software/openproject.yml | 4 ++-- software/openremote.yml | 4 ++-- software/openrouteservice.yml | 2 +- software/opensearch.yml | 4 ++-- software/opensign.yml | 2 +- software/opensips.yml | 4 ++-- software/openslides.yml | 2 +- software/openstreetmap.yml | 4 ++-- software/opentripplanner.yml | 4 ++-- software/openttd.yml | 4 ++-- software/openziti.yml | 4 ++-- software/opnform.yml | 4 ++-- software/orangehrm.yml | 2 +- software/organizr.yml | 2 +- software/osem.yml | 2 +- software/ossn.yml | 2 +- software/otobo.yml | 4 ++-- software/ots.yml | 2 +- software/otter-wiki.yml | 2 +- software/outline-server.yml | 2 +- software/outline.yml | 4 ++-- software/ovenmediaengine.yml | 4 ++-- software/overleaf.yml | 4 ++-- software/overseerr.yml | 2 +- software/owncast.yml | 4 ++-- software/owncloud.yml | 4 ++-- software/pairdrop.yml | 2 +- software/panora.yml | 2 +- software/paperless-ngx.yml | 4 ++-- software/papermerge.yml | 2 +- software/para.yml | 2 +- software/part-db.yml | 2 +- software/passbolt.yml | 2 +- software/passky.yml | 2 +- software/password-pusher.yml | 4 ++-- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 4 ++-- software/peertube.yml | 4 ++-- software/pelican-panel.yml | 4 ++-- software/penpot.yml | 4 ++-- software/photofield.yml | 2 +- software/photoprism.yml | 4 ++-- software/photoview.yml | 4 ++-- software/phpbb.yml | 4 ++-- software/pi-hole.yml | 2 +- software/picoshare.yml | 4 ++-- software/picsur.yml | 2 +- software/pigallery-2.yml | 2 +- software/piler.yml | 4 ++-- software/pimcore.yml | 4 ++-- software/pinepods.yml | 2 +- software/pingvin-share.yml | 4 ++-- software/piwigo.yml | 4 ++-- software/pixelfed.yml | 4 ++-- software/plane.yml | 4 ++-- software/planka.yml | 2 +- software/plausible-analytics.yml | 4 ++-- software/plexripper.yml | 4 ++-- software/plik.yml | 2 +- software/pluxml.yml | 2 +- software/pocketbase.yml | 2 +- software/podfetch.yml | 2 +- software/polaris.yml | 2 +- software/pomerium.yml | 4 ++-- software/portkey.yml | 2 +- software/posio.yml | 2 +- software/postal.yml | 2 +- software/posthog.yml | 4 ++-- software/prestashop.yml | 2 +- software/pretalx.yml | 2 +- software/pretix.yml | 2 +- software/privatebin.yml | 4 ++-- software/projectsend.yml | 2 +- software/psitransfer.yml | 2 +- software/pterodactyl.yml | 2 +- software/pufferpanel.yml | 2 +- software/puter.yml | 4 ++-- software/pydio.yml | 4 ++-- software/pyload.yml | 2 +- software/qbittorrent.yml | 4 ++-- software/qloapps.yml | 2 +- software/qpixel.yml | 2 +- software/quizmaster.yml | 2 +- software/radarr.yml | 2 +- software/radicale.yml | 4 ++-- software/rallly.yml | 2 +- software/reactive-resume.yml | 4 ++-- software/reader.yml | 2 +- software/recipesage.yml | 2 +- software/recipya.yml | 4 ++-- software/red-eclipse-2.yml | 2 +- software/redash.yml | 2 +- software/redlib.yml | 2 +- software/rei3.yml | 2 +- software/remark42.yml | 2 +- software/remotely.yml | 2 +- software/request-tracker.yml | 2 +- software/restreamer.yml | 2 +- software/retrom.yml | 2 +- software/retroshare.yml | 2 +- software/revealjs.yml | 2 +- software/revive-adserver.yml | 2 +- software/revolt.yml | 2 +- software/rgit.yml | 4 ++-- software/rocket.chat.yml | 4 ++-- software/romm.yml | 2 +- software/roundcube.yml | 4 ++-- software/routr.yml | 2 +- software/rss-bridge.yml | 2 +- software/rss2email.yml | 2 +- software/rsshub.yml | 4 ++-- software/rstudio-server.yml | 2 +- software/rudderstack.yml | 4 ++-- software/rustdesk.yml | 2 +- software/ryot.yml | 4 ++-- software/sabredav.yml | 2 +- software/saleor.yml | 4 ++-- software/samvera-hyrax.yml | 2 +- software/sandstorm.yml | 2 +- software/scm-manager.yml | 2 +- software/scoold.yml | 2 +- software/screego.yml | 2 +- software/scribble.rs.yml | 2 +- software/seafile.yml | 2 +- software/searxng.yml | 2 +- software/seatsurfing.yml | 2 +- software/seaweedfs.yml | 4 ++-- software/selfoss.yml | 2 +- software/send.yml | 2 +- software/sentry-self-hosted.yml | 4 ++-- software/servas.yml | 2 +- software/sftpgo.yml | 2 +- software/sharry.yml | 2 +- software/shelf.yml | 4 ++-- software/shellhub.yml | 2 +- software/shhh.yml | 4 ++-- software/shifter.yml | 2 +- software/shiori.yml | 2 +- software/shlink.yml | 2 +- software/shopware-community-edition.yml | 4 ++-- software/shynet.yml | 2 +- software/sickchill.yml | 2 +- software/silverbullet.yml | 4 ++-- software/simplelogin.yml | 2 +- software/simplex-chat.yml | 4 ++-- software/sipcapture-homer.yml | 4 ++-- software/sish.yml | 4 ++-- software/sist2.yml | 2 +- software/siyuan.yml | 2 +- software/slash.yml | 2 +- software/slskd.yml | 2 +- software/snapcast.yml | 4 ++-- software/snappymail.yml | 2 +- software/socioboard.yml | 2 +- software/sogo.yml | 2 +- software/soketi.yml | 2 +- software/solidinvoice.yml | 2 +- software/solidtime.yml | 2 +- software/solidus.yml | 4 ++-- software/sonarr.yml | 2 +- software/sorry-cypress.yml | 2 +- "software/speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spis.yml | 2 +- software/spree-commerce.yml | 4 ++-- software/sqlpage.yml | 2 +- software/srs.yml | 2 +- software/sshwifty.yml | 2 +- software/stackstorm.yml | 2 +- software/stalwart-mail-server.yml | 2 +- software/standard-notes.yml | 4 ++-- software/starbase-80.yml | 2 +- software/startos.yml | 2 +- software/stash.yml | 2 +- software/static-web-server.yml | 4 ++-- software/statping.ng.yml | 4 ++-- software/stirling-pdf.yml | 4 ++-- software/strapi.yml | 4 ++-- software/streama.yml | 2 +- software/string.is.yml | 4 ++-- software/stringer.yml | 2 +- software/stump.yml | 2 +- software/suitecrm.yml | 2 +- software/sunshine.yml | 2 +- software/superset.yml | 4 ++-- software/suroi.yml | 2 +- software/svix.yml | 4 ++-- software/swag-secure-web-application-gateway.yml | 4 ++-- software/swingmusic.yml | 2 +- software/sylius.yml | 4 ++-- software/synapse.yml | 4 ++-- software/syncthing.yml | 4 ++-- software/tagspaces.yml | 4 ++-- software/tailchat.yml | 2 +- software/talkyard.yml | 2 +- software/tamari.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/tasks.md.yml | 2 +- software/tasmota.yml | 4 ++-- software/teammapper.yml | 2 +- software/teampass.yml | 2 +- software/technitium-dns-server.yml | 2 +- software/teedy.yml | 2 +- software/teikei.yml | 4 ++-- software/teleport.yml | 4 ++-- software/teslamate.yml | 2 +- software/textbelt.yml | 2 +- software/textpattern.yml | 4 ++-- software/the-battle-for-wesnoth.yml | 4 ++-- software/the-lounge.yml | 2 +- software/thelia.yml | 2 +- software/thingsboard.yml | 4 ++-- software/this-week-in-past.yml | 2 +- software/thumbor.yml | 2 +- software/tiddlywiki.yml | 2 +- software/tigase.yml | 2 +- software/tileserver-gl.yml | 2 +- software/timetagger.yml | 2 +- software/tine.yml | 2 +- software/tinode.yml | 2 +- software/tiny-file-manager.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 2 +- software/tolgee.yml | 4 ++-- software/tooljet.yml | 4 ++-- software/tox.yml | 2 +- software/tracks.yml | 2 +- software/traduora.yml | 2 +- software/traefik.yml | 4 ++-- software/traggo.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 4 ++-- software/trilium-notes.yml | 2 +- software/trudesk.yml | 2 +- software/tube-archivist.yml | 2 +- software/tubesync.yml | 4 ++-- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/tyk.yml | 4 ++-- software/typebot.yml | 4 ++-- software/typemill.yml | 2 +- software/typesense.yml | 4 ++-- software/typo3.yml | 4 ++-- software/uguu.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 2 +- software/umbrel.yml | 2 +- software/unison.yml | 2 +- software/upsnap.yml | 4 ++-- software/uptime-kuma.yml | 2 +- software/uvdesk.yml | 2 +- software/varnish.yml | 2 +- software/vaultwarden.yml | 4 ++-- software/vendure.yml | 4 ++-- software/viseron.yml | 2 +- software/vod2pod-rss.yml | 2 +- software/vvveb-cms.yml | 2 +- software/wagtail.yml | 2 +- software/wakapi.yml | 2 +- software/wallabag.yml | 4 ++-- software/warpgate.yml | 4 ++-- software/wastebin.yml | 4 ++-- software/watcharr.yml | 2 +- software/wavelog.yml | 2 +- software/wayback.yml | 2 +- software/wbo.yml | 2 +- software/web-portal.yml | 2 +- software/weblate.yml | 4 ++-- software/websurfx.yml | 2 +- software/webtrees.yml | 4 ++-- software/weechat.yml | 4 ++-- software/wekan.yml | 2 +- software/wetty.yml | 2 +- software/wger.yml | 2 +- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wikidocs.yml | 4 ++-- software/wikmd.yml | 2 +- software/wildduck.yml | 4 ++-- software/wintercms.yml | 2 +- software/woocommerce.yml | 4 ++-- software/wordpress.yml | 2 +- software/workadventure.yml | 2 +- software/writefreely.yml | 2 +- software/xandikos.yml | 2 +- software/xsrv.yml | 2 +- software/xwiki.yml | 2 +- software/yaade.yml | 2 +- software/yabin.yml | 2 +- software/yacy.yml | 2 +- software/yaffa.yml | 4 ++-- software/yarr.yml | 2 +- software/ydl_api_ng.yml | 2 +- software/yopass.yml | 2 +- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/youtubedl-material.yml | 2 +- software/yt-dlp-web-ui.yml | 4 ++-- software/zammad.yml | 4 ++-- software/zenko-cloudserver.yml | 4 ++-- software/zentao.yml | 2 +- software/zero-k.yml | 2 +- software/zim.yml | 2 +- software/zincsearch.yml | 2 +- software/zipline.yml | 4 ++-- software/znc.yml | 2 +- software/zoneminder.yml | 2 +- software/zot-oci-registry.yml | 2 +- software/zulip.yml | 4 ++-- 769 files changed, 1046 insertions(+), 1046 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index 798992b02e..31d48c5118 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: 2431 +stargazers_count: 2434 updated_at: '2024-11-27' archived: false diff --git a/software/a-dark-room.yml b/software/a-dark-room.yml index d6c4c21636..97d9d2d42a 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: 7374 +stargazers_count: 7375 updated_at: '2024-04-02' archived: false diff --git a/software/accent.yml b/software/accent.yml index b5a2d94218..0ebcd58b80 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: 1326 +stargazers_count: 1329 updated_at: '2024-11-24' archived: false diff --git a/software/acp-admin.yml b/software/acp-admin.yml index 2c4498a31d..8b35a3c213 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: 41 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 725508db91..99e6da71f9 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: 10835 -updated_at: '2025-01-07' +stargazers_count: 10868 +updated_at: '2025-01-09' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index 362d7c66d6..f9dc9b89ec 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: 12980 +stargazers_count: 13004 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index 7a41cb0164..d4a6ff13ad 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server -stargazers_count: 3336 -updated_at: '2025-01-07' +stargazers_count: 3343 +updated_at: '2025-01-09' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index e112e34ee8..0a9c75a651 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: 26268 +stargazers_count: 26315 updated_at: '2024-12-23' archived: false diff --git a/software/admidio.yml b/software/admidio.yml index 98bbec4671..c01bcacea3 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: 347 +stargazers_count: 348 updated_at: '2025-01-06' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index d86ca13a16..1b1807b88c 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 766 +stargazers_count: 767 updated_at: '2024-11-24' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index b258022b11..8d11708c7d 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: 681 +stargazers_count: 727 updated_at: '2025-01-06' archived: false diff --git a/software/aimeos.yml b/software/aimeos.yml index 919ddd137f..ecf27b2cb2 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: 4224 +stargazers_count: 4230 updated_at: '2025-01-01' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index 17a5597aed..eee1556abf 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: 8236 -updated_at: '2024-12-31' +stargazers_count: 8243 +updated_at: '2025-01-08' archived: false diff --git a/software/alf.io.yml b/software/alf.io.yml index 232ddc869a..54a4ef94d4 100644 --- a/software/alf.io.yml +++ b/software/alf.io.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/alfio-event/alf.io demo_url: https://demo.alf.io/authentication stargazers_count: 1447 -updated_at: '2024-12-31' +updated_at: '2025-01-08' archived: false diff --git a/software/alfresco-community-edition.yml b/software/alfresco-community-edition.yml index 46792b99ac..022ad2cd71 100644 --- a/software/alfresco-community-edition.yml +++ b/software/alfresco-community-edition.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Alfresco/alfresco-community-repo stargazers_count: 151 -updated_at: '2025-01-05' +updated_at: '2025-01-09' archived: false diff --git a/software/algernon.yml b/software/algernon.yml index 4d63ec35ef..0908f41d8c 100644 --- a/software/algernon.yml +++ b/software/algernon.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 2858 -updated_at: '2025-01-07' +stargazers_count: 2860 +updated_at: '2025-01-09' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index 7e0aafa077..4f4fab6c99 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: 3576 +stargazers_count: 3579 updated_at: '2024-12-20' archived: false diff --git a/software/anchr.yml b/software/anchr.yml index d27c457b80..ade7759e61 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: 287 +stargazers_count: 288 updated_at: '2024-11-11' archived: false diff --git a/software/anonaddy.yml b/software/anonaddy.yml index ce9cdebff9..140c53c24b 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: 3518 +stargazers_count: 3524 updated_at: '2025-01-07' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index f1cadf7680..fd21957224 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: 3308 +stargazers_count: 3311 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index 94fffb0b5c..5a9e6baf8a 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: 13192 +stargazers_count: 13249 updated_at: '2025-01-07' archived: false diff --git a/software/anycable.yml b/software/anycable.yml index 8f77349fa3..a12a733b05 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: 1962 +stargazers_count: 1964 updated_at: '2025-01-04' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index fb6e2f2b11..cbdd6a2686 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: 38198 -updated_at: '2025-01-07' +stargazers_count: 38224 +updated_at: '2025-01-09' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index 95b262597e..0b931c4f26 100644 --- a/software/apache-solr.yml +++ b/software/apache-solr.yml @@ -11,5 +11,5 @@ tags: - Search Engines source_code_url: https://github.com/apache/solr stargazers_count: 1279 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/apostrophe.yml b/software/apostrophe.yml index 1143a9852b..1bf9f18c16 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: 4375 -updated_at: '2025-01-07' +stargazers_count: 4376 +updated_at: '2025-01-09' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index 84a83a0cd7..65701702a9 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: 59193 -updated_at: '2025-01-07' +stargazers_count: 59248 +updated_at: '2025-01-09' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index bdce5bdbf4..79e65f4243 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: 12354 -updated_at: '2025-01-02' +stargazers_count: 12378 +updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index e8e4c2ecd0..fddbc5178c 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: 35161 -updated_at: '2025-01-07' +stargazers_count: 35181 +updated_at: '2025-01-09' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index f7a1408eec..125c782480 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: 46327 +stargazers_count: 46352 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index 7ffab02c03..e94f87ed08 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: 1030 +stargazers_count: 1032 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index 0fef62d555..96dad38363 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22886 -updated_at: '2025-01-03' +stargazers_count: 22899 +updated_at: '2025-01-09' archived: false diff --git a/software/archivesspace.yml b/software/archivesspace.yml index 9faafbb055..c5eee36724 100644 --- a/software/archivesspace.yml +++ b/software/archivesspace.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/archivesspace/archivesspace demo_url: https://archivesspace.org/application/sandbox stargazers_count: 357 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/artalk.yml b/software/artalk.yml index 09ee72eaf2..ee129fa456 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Social Networks and Forums -stargazers_count: 1738 +stargazers_count: 1741 updated_at: '2024-12-13' archived: false diff --git a/software/asciinema.yml b/software/asciinema.yml index 06bf0bc20e..0a0660f0cb 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: 2329 +stargazers_count: 2330 updated_at: '2024-11-14' archived: false diff --git a/software/asterisk.yml b/software/asterisk.yml index ce3c35d141..0489afe9af 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: 2336 -updated_at: '2025-01-07' +stargazers_count: 2342 +updated_at: '2025-01-09' archived: false diff --git a/software/atheos.yml b/software/atheos.yml index 4e6fdaaa83..eab1f74852 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: 502 +stargazers_count: 503 updated_at: '2025-01-06' archived: false diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 238f200a23..6bedff0210 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: 1118 +stargazers_count: 1120 updated_at: '2024-12-13' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index e62055db12..88838d5106 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: 7305 -updated_at: '2025-01-07' +stargazers_count: 7333 +updated_at: '2025-01-09' archived: false diff --git a/software/audioserve.yml b/software/audioserve.yml index 56af1844f4..2ea0d5b7eb 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: 739 -updated_at: '2025-01-01' +stargazers_count: 740 +updated_at: '2025-01-09' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index c0dd50880d..4172cf475f 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: 6808 -updated_at: '2025-01-07' +stargazers_count: 6814 +updated_at: '2025-01-09' archived: false diff --git a/software/azimutt.yml b/software/azimutt.yml index 2ce03ea0e9..255d70c5d5 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: 1516 +stargazers_count: 1521 updated_at: '2024-12-09' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index 91bf18087e..7ede2e4762 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: 3146 -updated_at: '2025-01-07' +stargazers_count: 3147 +updated_at: '2025-01-09' archived: false diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index e31ef2e534..4bb19f635f 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://demo.baby-buddy.net/login/?next=/ -stargazers_count: 2188 +stargazers_count: 2194 updated_at: '2025-01-04' archived: false diff --git a/software/backdrop-cms.yml b/software/backdrop-cms.yml index cdda3029cb..53502b2323 100644 --- a/software/backdrop-cms.yml +++ b/software/backdrop-cms.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/backdrop/backdrop stargazers_count: 992 -updated_at: '2025-01-03' +updated_at: '2025-01-08' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index f9de5b7226..3a168c6334 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: 16122 +stargazers_count: 16146 updated_at: '2025-01-06' archived: false diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index 51d86c43f4..7d1a8effcb 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: 668 +stargazers_count: 673 updated_at: '2025-01-06' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index 04016e22c6..2939fe3fef 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2571 +stargazers_count: 2572 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index ea6ca1ac48..857c382a99 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: 549 +stargazers_count: 568 updated_at: '2025-01-04' archived: false diff --git a/software/beelzebub.yml b/software/beelzebub.yml index aceb99a587..06d2679f96 100644 --- a/software/beelzebub.yml +++ b/software/beelzebub.yml @@ -12,6 +12,6 @@ tags: - Miscellaneous depends_3rdparty: true demo_url: https://beelzebub-honeypot.com/docs/ -stargazers_count: 716 +stargazers_count: 718 updated_at: '2025-01-07' archived: false diff --git a/software/beets.yml b/software/beets.yml index bebdfc7a61..f4c9936450 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: 13071 -updated_at: '2025-01-04' +stargazers_count: 13077 +updated_at: '2025-01-09' archived: false diff --git a/software/bencher.yml b/software/bencher.yml index 747b79c1aa..e0908d3069 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: 601 +stargazers_count: 602 updated_at: '2024-12-26' archived: false diff --git a/software/bewcloud.yml b/software/bewcloud.yml index 255a5e8c89..7a4e07e2fd 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: 319 +stargazers_count: 326 updated_at: '2024-12-26' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index d794576e0e..ffe2ed35fb 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: 8617 -updated_at: '2025-01-02' +stargazers_count: 8619 +updated_at: '2025-01-09' archived: false diff --git a/software/bigcapital.yml b/software/bigcapital.yml index 0c488ea39e..b0b5182e1e 100644 --- a/software/bigcapital.yml +++ b/software/bigcapital.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/bigcapitalhq/bigcapital -stargazers_count: 2670 +stargazers_count: 2671 updated_at: '2024-12-12' archived: false diff --git a/software/bin.yml b/software/bin.yml index 4438a80a37..5ca7275d72 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: 466 +stargazers_count: 468 updated_at: '2024-10-29' archived: false diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index b303364b64..587242e17c 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: 2610 -updated_at: '2024-12-07' +stargazers_count: 2613 +updated_at: '2025-01-08' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 1c57a01b0d..205aaa3272 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: 15981 -updated_at: '2025-01-07' +stargazers_count: 15987 +updated_at: '2025-01-09' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index 4ee56c7b2f..47f37a9449 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: 3191 +stargazers_count: 3225 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index d17e19e9db..fd754ffa5c 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: 4926 +stargazers_count: 4930 updated_at: '2025-01-01' archived: false diff --git a/software/bludit.yml b/software/bludit.yml index 7f629cb853..63b4635671 100644 --- a/software/bludit.yml +++ b/software/bludit.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/bludit/bludit demo_url: https://demo.bludit.com/ depends_3rdparty: true -stargazers_count: 1294 +stargazers_count: 1295 updated_at: '2024-08-25' archived: false diff --git a/software/bluecherry.yml b/software/bluecherry.yml index 620bb69ec8..ce334113cf 100644 --- a/software/bluecherry.yml +++ b/software/bluecherry.yml @@ -9,5 +9,5 @@ tags: - Video Surveillance source_code_url: https://github.com/bluecherrydvr/bluecherry-apps stargazers_count: 220 -updated_at: '2024-12-18' +updated_at: '2025-01-08' archived: false diff --git a/software/booklogr.yml b/software/booklogr.yml index 504f29ec06..77a8149856 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: 247 +stargazers_count: 251 updated_at: '2025-01-02' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index a9ab2009d7..77d12cdb3c 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: 15740 +stargazers_count: 15757 updated_at: '2025-01-04' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index f5d3b8f86f..8ac08e7e8b 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: 2314 +stargazers_count: 2315 updated_at: '2024-12-07' archived: false diff --git a/software/bracket.yml b/software/bracket.yml index e884f92a72..7f208e510b 100644 --- a/software/bracket.yml +++ b/software/bracket.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Polls and Events -stargazers_count: 259 +stargazers_count: 260 updated_at: '2025-01-07' archived: false diff --git a/software/briefkasten.yml b/software/briefkasten.yml index 0c11df7676..3df9837d4d 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: 957 +stargazers_count: 958 updated_at: '2024-10-24' archived: false diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index 69dca0cd73..442f44fc41 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: 6510 -updated_at: '2024-12-23' +stargazers_count: 6511 +updated_at: '2025-01-09' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index 8b4ecaaa57..940bf8e9e6 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: 23095 -updated_at: '2025-01-07' +stargazers_count: 23108 +updated_at: '2025-01-09' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index 0f13862c2d..42043d5688 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 91 +stargazers_count: 92 updated_at: '2024-12-22' archived: false diff --git a/software/bugzilla.yml b/software/bugzilla.yml index 76d894610e..66a02d173d 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: 703 +stargazers_count: 704 updated_at: '2024-09-24' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 8cde6353ce..211813890f 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: 7211 +stargazers_count: 7216 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index ef232272a9..72dc6dd5ab 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: 11740 -updated_at: '2025-01-07' +stargazers_count: 11776 +updated_at: '2025-01-09' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 7801b93da0..8e0a1bebf0 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60274 -updated_at: '2025-01-02' +stargazers_count: 60351 +updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index 9ca4dec24f..b7e5a8b749 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: 33281 -updated_at: '2025-01-07' +stargazers_count: 33319 +updated_at: '2025-01-09' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index ae05852cfd..24e2f1374b 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: 13554 +stargazers_count: 13579 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index 5b488dff48..5761e1653d 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: 20264 -updated_at: '2025-01-07' +stargazers_count: 20282 +updated_at: '2025-01-09' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index 73d20fff22..3fb0a5e4d1 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: 5764 -updated_at: '2025-01-07' +stargazers_count: 5765 +updated_at: '2025-01-09' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index 6e3e037a8e..4ef6e77baa 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: 27835 +stargazers_count: 27885 updated_at: '2024-12-19' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index 48b20226fc..264b976e33 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: 8588 +stargazers_count: 8593 updated_at: '2025-01-01' archived: false diff --git a/software/cerbos.yml b/software/cerbos.yml index f01032bd61..4d11f94e57 100644 --- a/software/cerbos.yml +++ b/software/cerbos.yml @@ -12,6 +12,6 @@ platforms: tags: - Miscellaneous demo_url: https://play.cerbos.dev -stargazers_count: 3529 -updated_at: '2025-01-07' +stargazers_count: 3537 +updated_at: '2025-01-09' archived: false diff --git a/software/chamilo-lms.yml b/software/chamilo-lms.yml index 5e6d5477af..4439aea859 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: 819 -updated_at: '2025-01-06' +stargazers_count: 820 +updated_at: '2025-01-09' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index dc32ce0731..09b51c766c 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: 20949 -updated_at: '2025-01-06' +stargazers_count: 20988 +updated_at: '2025-01-09' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index 5a91215cbd..e2c7976014 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: 2708 -updated_at: '2025-01-07' +stargazers_count: 2709 +updated_at: '2025-01-09' archived: false diff --git a/software/chaskiq.yml b/software/chaskiq.yml index 4436917a90..db6a0d2499 100644 --- a/software/chaskiq.yml +++ b/software/chaskiq.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/chaskiq/chaskiq -stargazers_count: 3200 +stargazers_count: 3201 updated_at: '2024-10-17' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index b001301414..0a4f033d22 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: 21878 -updated_at: '2025-01-07' +stargazers_count: 21890 +updated_at: '2025-01-09' archived: false diff --git a/software/chevereto.yml b/software/chevereto.yml index ec35abc4df..f75dc79937 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: 563 +stargazers_count: 565 updated_at: '2024-12-05' archived: false diff --git a/software/chhoto-url.yml b/software/chhoto-url.yml index 46e9a8a297..05d6c88696 100644 --- a/software/chhoto-url.yml +++ b/software/chhoto-url.yml @@ -9,6 +9,6 @@ platforms: tags: - URL Shorteners source_code_url: https://github.com/SinTan1729/chhoto-url -stargazers_count: 172 -updated_at: '2025-01-06' +stargazers_count: 174 +updated_at: '2025-01-08' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index a352ce8537..4bfad7f1ba 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: 1978 +stargazers_count: 1983 updated_at: '2024-11-02' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index 785dad26ff..6761fdda13 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: 1610 -updated_at: '2025-01-01' +stargazers_count: 1613 +updated_at: '2025-01-08' archived: false diff --git a/software/chyrp-lite.yml b/software/chyrp-lite.yml index 3054d919c2..071d22fea9 100644 --- a/software/chyrp-lite.yml +++ b/software/chyrp-lite.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/xenocrat/chyrp-lite stargazers_count: 418 -updated_at: '2025-01-05' +updated_at: '2025-01-08' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index 90f1b6163e..92c9d8ac56 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: 4525 +stargazers_count: 4527 updated_at: '2024-12-19' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index 695c7984c5..a136616faa 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: 3633 -updated_at: '2025-01-07' +stargazers_count: 3636 +updated_at: '2025-01-09' archived: false diff --git a/software/cncjs.yml b/software/cncjs.yml index 9dd6f2cc9b..6acc92d5b6 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: 2342 +stargazers_count: 2344 updated_at: '2024-11-01' archived: false diff --git a/software/cockpit.yml b/software/cockpit.yml index 3621bf6558..98f9e6d8b4 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: 400 -updated_at: '2025-01-04' +stargazers_count: 402 +updated_at: '2025-01-08' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index 39f090d9b6..fc8c169f95 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: 69234 +stargazers_count: 69267 updated_at: '2024-12-20' archived: false diff --git a/software/coder.yml b/software/coder.yml index 93705c116f..757e088e30 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: 8730 -updated_at: '2025-01-07' +stargazers_count: 8753 +updated_at: '2025-01-09' archived: false diff --git a/software/collective-access---providence.yml b/software/collective-access---providence.yml index ec286d4930..63bf1b5b74 100644 --- a/software/collective-access---providence.yml +++ b/software/collective-access---providence.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/collectiveaccess/providence stargazers_count: 306 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 6c863c739e..8737e16058 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: 2867 -updated_at: '2025-01-06' +stargazers_count: 2876 +updated_at: '2025-01-09' archived: false diff --git a/software/concrete-5-cms.yml b/software/concrete-5-cms.yml index 54ef6b2c0c..8408e08964 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: 783 -updated_at: '2025-01-07' +stargazers_count: 781 +updated_at: '2025-01-09' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index 9eaa7e3e3d..afd5e1c76c 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 628 -updated_at: '2025-01-04' +stargazers_count: 634 +updated_at: '2025-01-09' archived: false diff --git a/software/contao.yml b/software/contao.yml index 78b71341b8..39afccd592 100644 --- a/software/contao.yml +++ b/software/contao.yml @@ -8,6 +8,6 @@ platforms: tags: - Content Management Systems (CMS) source_code_url: https://github.com/contao/contao/ -stargazers_count: 358 +stargazers_count: 359 updated_at: '2025-01-07' archived: false diff --git a/software/converse.js.yml b/software/converse.js.yml index 818338a8ab..e64e86cc81 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: 3102 +stargazers_count: 3103 updated_at: '2025-01-03' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index facf471e80..ed05299562 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: 926 +stargazers_count: 936 updated_at: '2025-01-07' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index b307ecaac9..a3d05d2a8e 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1684 -updated_at: '2025-01-07' +stargazers_count: 1686 +updated_at: '2025-01-09' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index 0c119bb929..cfeffe0ea9 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: 3956 +stargazers_count: 3964 updated_at: '2024-12-20' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index be5967120b..8e5c8a2d98 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: 3300 -updated_at: '2025-01-06' +stargazers_count: 3301 +updated_at: '2025-01-08' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index ba35bdbf4c..4b2c7fea70 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: 5775 +stargazers_count: 5788 updated_at: '2024-12-17' archived: false diff --git a/software/cups.yml b/software/cups.yml index 03aa9b4704..ccc78de29b 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: 1136 -updated_at: '2025-01-07' +stargazers_count: 1139 +updated_at: '2025-01-08' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 5f1043ac42..31a447b3d9 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: 29785 +stargazers_count: 29810 updated_at: '2024-10-23' archived: false diff --git a/software/cypht.yml b/software/cypht.yml index a1ea5e265d..92d11afbab 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: 1031 +stargazers_count: 1033 updated_at: '2025-01-07' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index c91f8bc452..8d293c514c 100644 --- a/software/cyrus-imap.yml +++ b/software/cyrus-imap.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/cyrusimap/cyrus-imapd stargazers_count: 562 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/cytube.yml b/software/cytube.yml index 9965b6a23e..9bf837a574 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: 1481 +stargazers_count: 1483 updated_at: '2024-09-20' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index 2e3bdf145a..ff1dc69641 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1722 -updated_at: '2025-01-07' +stargazers_count: 1725 +updated_at: '2025-01-09' archived: false diff --git a/software/damselfly.yml b/software/damselfly.yml index c667f6f5d0..152a255dba 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: 1541 +stargazers_count: 1543 updated_at: '2025-01-07' archived: false diff --git a/software/dashpress.yml b/software/dashpress.yml index a41d26dbd4..ee5d0de295 100644 --- a/software/dashpress.yml +++ b/software/dashpress.yml @@ -10,6 +10,6 @@ tags: - Software Development - Low Code source_code_url: https://github.com/dashpresshq/dashpress demo_url: https://demo.dashpress.io/auth -stargazers_count: 1818 +stargazers_count: 1821 updated_at: '2024-12-21' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index 2eadb8c833..a739c56047 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: 18904 +stargazers_count: 18930 updated_at: '2025-01-05' archived: false diff --git a/software/databunker.yml b/software/databunker.yml index ebe56d3984..df56e0e2b6 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: 1264 +stargazers_count: 1266 updated_at: '2024-12-28' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index d28a824e32..16d1d44492 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: 9700 -updated_at: '2025-01-01' +stargazers_count: 9706 +updated_at: '2025-01-09' archived: false diff --git a/software/davis.yml b/software/davis.yml index b39fa9f380..fbb71de949 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: 412 +stargazers_count: 414 updated_at: '2024-12-01' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index cdc0aee8d0..f456942258 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: 13425 +stargazers_count: 13427 updated_at: '2024-09-04' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index cc647feb0b..c62d87bd79 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: 4966 -updated_at: '2024-12-27' +stargazers_count: 4970 +updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index 4032111ad4..b110427885 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 57465 -updated_at: '2025-01-07' +stargazers_count: 57910 +updated_at: '2025-01-09' archived: false diff --git a/software/directus.yml b/software/directus.yml index 287ce45f00..d3aef15cd7 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: 28607 -updated_at: '2025-01-07' +stargazers_count: 28666 +updated_at: '2025-01-09' archived: false diff --git a/software/discount-bandit.yml b/software/discount-bandit.yml index 7e252dfc26..931c35970e 100644 --- a/software/discount-bandit.yml +++ b/software/discount-bandit.yml @@ -12,6 +12,6 @@ tags: - E-commerce depends_3rdparty: true demo_url: https://discount-bandit.cybrarist.com/screenshots.html -stargazers_count: 330 +stargazers_count: 332 updated_at: '2024-11-15' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 626cc563a1..23b6d1e0b4 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: 42796 -updated_at: '2025-01-07' +stargazers_count: 42824 +updated_at: '2025-01-09' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index dfcaf0f92d..92f908ee34 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: 2006 +stargazers_count: 2010 updated_at: '2025-01-07' archived: false diff --git a/software/dnote.yml b/software/dnote.yml index ab4ee65bc7..5ede16d1b4 100644 --- a/software/dnote.yml +++ b/software/dnote.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/dnote/dnote -stargazers_count: 2811 +stargazers_count: 2814 updated_at: '2024-06-30' archived: false diff --git a/software/docat.yml b/software/docat.yml index 9c3d7ed03b..aff12becd7 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: 815 +stargazers_count: 817 updated_at: '2024-10-30' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index cd19383eb2..3f28537078 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: 15037 +stargazers_count: 15048 updated_at: '2025-01-05' archived: false diff --git a/software/docking.yml b/software/docking.yml index 7647f52772..d8650d3e9d 100644 --- a/software/docking.yml +++ b/software/docking.yml @@ -11,6 +11,6 @@ tags: - Document Management source_code_url: https://github.com/shipsaas/docking demo_url: https://docking-demo.shipsaas.tech/console -stargazers_count: 231 +stargazers_count: 232 updated_at: '2024-05-23' archived: false diff --git a/software/dockstarter.yml b/software/dockstarter.yml index 9b8d105f1f..6ea51ca238 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: 2277 +stargazers_count: 2278 updated_at: '2025-01-05' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index 5bf500c97a..c2eeb4bb33 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7684 +stargazers_count: 7735 updated_at: '2025-01-04' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index 4696219a54..018cdee6c7 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: 1697 -updated_at: '2025-01-06' +stargazers_count: 1702 +updated_at: '2025-01-09' archived: false diff --git a/software/documize.yml b/software/documize.yml index 9ccb0b4a15..064f09d755 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: 2182 +stargazers_count: 2183 updated_at: '2024-12-31' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index e7828ccdcf..fe7ce28c17 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: 8268 +stargazers_count: 8279 updated_at: '2025-01-06' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index 764b68897a..ac83bf3ce8 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: 4217 -updated_at: '2025-01-07' +stargazers_count: 4220 +updated_at: '2025-01-09' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index fb0b2b0ab7..57c2b7afa8 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5606 -updated_at: '2025-01-07' +stargazers_count: 5611 +updated_at: '2025-01-09' archived: false diff --git a/software/domjudge.yml b/software/domjudge.yml index 8881f1424f..3ace419951 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: 750 +stargazers_count: 751 updated_at: '2024-12-14' archived: false diff --git a/software/domoticz.yml b/software/domoticz.yml index 1d358286cf..b057289889 100644 --- a/software/domoticz.yml +++ b/software/domoticz.yml @@ -13,5 +13,5 @@ tags: source_code_url: https://github.com/domoticz/domoticz related_software_url: https://github.com/domoticz/domoticz-android stargazers_count: 3537 -updated_at: '2025-01-05' +updated_at: '2025-01-09' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 1d29924a60..080175fc1d 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: 322 +stargazers_count: 329 updated_at: '2025-01-06' archived: false diff --git a/software/dragonfly.yml b/software/dragonfly.yml index 8c8456c82c..0628760e93 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: 238 +stargazers_count: 239 updated_at: '2025-01-03' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 330067bd9d..1e4f5cb717 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: 299 +stargazers_count: 315 updated_at: '2025-01-06' archived: false diff --git a/software/dreamfactory.yml b/software/dreamfactory.yml index a9aa028cb8..913ee04626 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: 1572 +stargazers_count: 1573 updated_at: '2024-05-16' archived: false diff --git a/software/druid.yml b/software/druid.yml index 0be037ebc2..8beaf658c1 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/druid -stargazers_count: 13583 -updated_at: '2025-01-07' +stargazers_count: 13585 +updated_at: '2025-01-09' archived: false diff --git a/software/dspace.yml b/software/dspace.yml index ce06bd5b2d..a2bec978e7 100644 --- a/software/dspace.yml +++ b/software/dspace.yml @@ -9,5 +9,5 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/DSpace/DSpace stargazers_count: 918 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/easy!appointments.yml b/software/easy!appointments.yml index e0ec468124..fc42b23efc 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: 3424 +stargazers_count: 3425 updated_at: '2024-11-05' archived: false diff --git a/software/easywi.yml b/software/easywi.yml index 6b4c664279..f9a30c169c 100644 --- a/software/easywi.yml +++ b/software/easywi.yml @@ -9,6 +9,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/easy-wi/developer/ -stargazers_count: 229 +stargazers_count: 230 updated_at: '2024-10-31' archived: false diff --git a/software/eclipse-che.yml b/software/eclipse-che.yml index 4dd27f273e..ed5486ce1f 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: 6995 -updated_at: '2025-01-07' +stargazers_count: 6996 +updated_at: '2025-01-09' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index 68feb87611..4021a1fa07 100644 --- a/software/egroupware.yml +++ b/software/egroupware.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/EGroupware/egroupware stargazers_count: 252 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index 71a17fc74d..56aff101b2 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: 6147 -updated_at: '2025-01-03' +stargazers_count: 6149 +updated_at: '2025-01-08' archived: false diff --git a/software/elabftw.yml b/software/elabftw.yml index 7d32517746..7f458bb6c2 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: 1036 +stargazers_count: 1037 updated_at: '2024-12-17' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index 410bd02d09..146173924a 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: 71223 -updated_at: '2025-01-07' +stargazers_count: 71247 +updated_at: '2025-01-09' archived: false diff --git a/software/element.yml b/software/element.yml index 953b584af9..9cda663ad1 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: 11345 -updated_at: '2025-01-07' +stargazers_count: 11347 +updated_at: '2025-01-09' archived: false diff --git a/software/emailwiz.yml b/software/emailwiz.yml index 08116b9948..6e192d6414 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: 1849 +stargazers_count: 1851 updated_at: '2024-07-30' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index 2ecd74c65d..e631eaf932 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: 14316 -updated_at: '2025-01-03' +stargazers_count: 14324 +updated_at: '2025-01-09' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index 50cf59e053..108abf5460 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: 1115 +stargazers_count: 1123 updated_at: '2024-12-29' archived: false diff --git "a/software/engity's-bifr\303\266st.yml" "b/software/engity's-bifr\303\266st.yml" index 48f3ce97fd..4926c7baf1 100644 --- "a/software/engity's-bifr\303\266st.yml" +++ "b/software/engity's-bifr\303\266st.yml" @@ -10,5 +10,5 @@ tags: - Remote Access source_code_url: https://github.com/engity-com/bifroest stargazers_count: 28 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/ente.yml b/software/ente.yml index fa58a31069..8c40f1a338 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17085 -updated_at: '2025-01-07' +stargazers_count: 17112 +updated_at: '2025-01-09' archived: false diff --git a/software/eprints.yml b/software/eprints.yml index b31aca0bc3..9c0b5203aa 100644 --- a/software/eprints.yml +++ b/software/eprints.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/eprints/eprints3.4 demo_url: http://tryme.demo.eprints-hosting.org/ stargazers_count: 32 -updated_at: '2024-12-09' +updated_at: '2025-01-09' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index 68f621e8c4..a2bf019c4a 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: 2713 +stargazers_count: 2716 updated_at: '2024-12-19' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index 7fdc666acc..a9aedfbd88 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: 22537 -updated_at: '2025-01-07' +stargazers_count: 22575 +updated_at: '2025-01-09' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index 1804c16de1..371fc97a7f 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: 3564 -updated_at: '2025-01-07' +stargazers_count: 3568 +updated_at: '2025-01-09' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index 6941529437..40be7f3f5a 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1922 -updated_at: '2025-01-07' +stargazers_count: 1930 +updated_at: '2025-01-09' archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index d12c4ab27c..2ff53580d9 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: 16929 +stargazers_count: 16940 updated_at: '2025-01-02' archived: false diff --git a/software/evergreen.yml b/software/evergreen.yml index 838f21b81e..0923e2956d 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -9,5 +9,5 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen stargazers_count: 127 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index 9ade6f2c61..07309e199d 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: 4635 +stargazers_count: 4642 updated_at: '2025-01-03' archived: false diff --git a/software/everydocs.yml b/software/everydocs.yml index ac8a813907..7b9edd3e58 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: 230 +stargazers_count: 229 updated_at: '2024-12-12' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index 7f8084db04..62b5ca23a9 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: 4709 -updated_at: '2025-01-07' +stargazers_count: 4719 +updated_at: '2025-01-09' archived: false diff --git a/software/exbin.yml b/software/exbin.yml index 22df0531a8..7d2f1c6275 100644 --- a/software/exbin.yml +++ b/software/exbin.yml @@ -8,6 +8,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/m1dnight/exbin -stargazers_count: 95 +stargazers_count: 96 updated_at: '2024-01-23' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index 167c971f10..795c64971f 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: 125 -updated_at: '2025-01-07' +stargazers_count: 127 +updated_at: '2025-01-08' archived: false diff --git a/software/family-accounting-tool.yml b/software/family-accounting-tool.yml index 0888367681..65403672ea 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: 236 +stargazers_count: 237 updated_at: '2025-01-04' archived: false diff --git a/software/farmos.yml b/software/farmos.yml index f693c761d4..63dc6d92f8 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: 1023 -updated_at: '2025-01-07' +stargazers_count: 1022 +updated_at: '2025-01-09' archived: false diff --git a/software/fasten-health.yml b/software/fasten-health.yml index 538d29b4ac..e81652705a 100644 --- a/software/fasten-health.yml +++ b/software/fasten-health.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/fastenhealth/fasten-onprem/ depends_3rdparty: true -stargazers_count: 1671 +stargazers_count: 1673 updated_at: '2025-01-05' archived: false diff --git a/software/fava.yml b/software/fava.yml index c667308207..07d8aa5ba7 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: 2021 +stargazers_count: 2024 updated_at: '2025-01-06' archived: false diff --git a/software/fess.yml b/software/fess.yml index f603ac7a46..2cc2f3b1f5 100644 --- a/software/fess.yml +++ b/software/fess.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/codelibs/fess demo_url: https://search.n2sm.co.jp/ stargazers_count: 1010 -updated_at: '2024-12-29' +updated_at: '2025-01-09' archived: false diff --git a/software/fider.yml b/software/fider.yml index 3a340f1106..0d4454ae6f 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: 3122 -updated_at: '2024-12-18' +stargazers_count: 3127 +updated_at: '2025-01-08' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index d53d213da8..489fa16d33 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: 27436 +stargazers_count: 27459 updated_at: '2024-12-16' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index b76a84a8f4..c38d79149c 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: 2261 +stargazers_count: 2265 updated_at: '2024-12-26' archived: false diff --git a/software/files-sharing.yml b/software/files-sharing.yml index c7028ab24c..0bb64bf33a 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: 233 +stargazers_count: 234 updated_at: '2024-10-03' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 20695ee539..1ecb9640f7 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: 10778 +stargazers_count: 10784 updated_at: '2025-01-06' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index ae7bcc5936..72162cef80 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: 16937 +stargazers_count: 16959 updated_at: '2025-01-03' archived: false diff --git a/software/firefox-account-server.yml b/software/firefox-account-server.yml index 85a0f541fd..ddd312372a 100644 --- a/software/firefox-account-server.yml +++ b/software/firefox-account-server.yml @@ -10,5 +10,5 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/mozilla/fxa stargazers_count: 611 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index 56d88c41a6..d54fb333b2 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: 6957 -updated_at: '2025-01-07' +stargazers_count: 6965 +updated_at: '2025-01-09' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index 0fc3370651..e4e1c11260 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5131 -updated_at: '2025-01-06' +stargazers_count: 5140 +updated_at: '2025-01-09' archived: false diff --git a/software/flarum.yml b/software/flarum.yml index 32428ad1e2..a856d9329e 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: 15486 +stargazers_count: 15496 updated_at: '2024-12-12' archived: false diff --git a/software/flashpaper.yml b/software/flashpaper.yml index 1ab9d99b59..dcc15f47c6 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: 416 +stargazers_count: 418 updated_at: '2024-11-16' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index d258e03777..9c36305f37 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: 1678 +stargazers_count: 1682 updated_at: '2025-01-03' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index 34ae17dfea..21dca1d070 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress stargazers_count: 188 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index 83f9930b8a..1f0c1d3cdc 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3972 +stargazers_count: 3977 updated_at: '2025-01-07' archived: false diff --git a/software/flowforge.yml b/software/flowforge.yml index e2cb41ac3e..b300c62661 100644 --- a/software/flowforge.yml +++ b/software/flowforge.yml @@ -11,5 +11,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/flowforge/flowforge stargazers_count: 294 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index 942dc001c0..a5fdd07844 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: 1451 -updated_at: '2025-01-07' +stargazers_count: 1452 +updated_at: '2025-01-09' archived: false diff --git a/software/flyimg.yml b/software/flyimg.yml index b7ab490da0..b7b60d0f54 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.flyimg.io -stargazers_count: 1073 +stargazers_count: 1074 updated_at: '2024-12-23' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index 299e94288f..9bdc1c3095 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: 22352 +stargazers_count: 22365 updated_at: '2024-09-27' archived: false diff --git a/software/foodcoopshop.yml b/software/foodcoopshop.yml index de4142676a..8f16acae37 100644 --- a/software/foodcoopshop.yml +++ b/software/foodcoopshop.yml @@ -10,5 +10,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/foodcoopshop/foodcoopshop stargazers_count: 95 -updated_at: '2025-01-06' +updated_at: '2025-01-08' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index 4848d21903..f7f876696c 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: 9543 -updated_at: '2025-01-07' +stargazers_count: 9553 +updated_at: '2025-01-09' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index a9306c139d..b8bbd142ef 100644 --- a/software/fossbilling.yml +++ b/software/fossbilling.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/FOSSBilling/FOSSBilling demo_url: https://fossbilling.org/demo stargazers_count: 910 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/frab.yml b/software/frab.yml index bfe379c5ae..f063b1ab43 100644 --- a/software/frab.yml +++ b/software/frab.yml @@ -9,6 +9,6 @@ platforms: tags: - Conference Management source_code_url: https://github.com/frab/frab -stargazers_count: 718 +stargazers_count: 717 updated_at: '2024-04-11' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index 173a8df454..d200b18d11 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3154 +stargazers_count: 3159 updated_at: '2024-12-20' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 030dff3172..25641cb321 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: 3741 -updated_at: '2025-01-07' +stargazers_count: 3745 +updated_at: '2025-01-09' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index b7166c0b42..42e93c3ebc 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10378 -updated_at: '2025-01-07' +stargazers_count: 10406 +updated_at: '2025-01-08' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index 89fe024fe0..b7b5d60369 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: 1462 +stargazers_count: 1468 updated_at: '2025-01-07' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index 2e924eede2..f52cc412ab 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: 20166 -updated_at: '2025-01-07' +stargazers_count: 20209 +updated_at: '2025-01-09' archived: false diff --git a/software/fusio.yml b/software/fusio.yml index c837883d05..00bec6e613 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: 1886 +stargazers_count: 1888 updated_at: '2025-01-01' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index 70ddebcdc8..f5cef0f3da 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1149 +stargazers_count: 1150 updated_at: '2025-01-06' archived: false diff --git a/software/fusionpbx.yml b/software/fusionpbx.yml index 3e43781ed3..bc9157ae0b 100644 --- a/software/fusionpbx.yml +++ b/software/fusionpbx.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/fusionpbx/fusionpbx stargazers_count: 811 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/galene.yml b/software/galene.yml index fb381b0ff4..6ae5d3f072 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: 992 +stargazers_count: 993 updated_at: '2025-01-07' archived: false diff --git a/software/gamevault.yml b/software/gamevault.yml index 24d1a0caf9..04fcc5ab7f 100644 --- a/software/gamevault.yml +++ b/software/gamevault.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.gamevau.lt -stargazers_count: 229 +stargazers_count: 230 updated_at: '2024-12-21' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index 5a704e96d3..b22cec7408 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: 591 -updated_at: '2025-01-01' +stargazers_count: 593 +updated_at: '2025-01-09' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index 28f7f3f3b5..564fed93f1 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: 6838 -updated_at: '2025-01-06' +stargazers_count: 6845 +updated_at: '2025-01-08' archived: false diff --git a/software/genea.app.yml b/software/genea.app.yml index 178c3cd41c..c19bdb76cb 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: 208 +stargazers_count: 209 updated_at: '2022-03-23' archived: false diff --git a/software/geneweb.yml b/software/geneweb.yml index 7e9f456081..285ca19b53 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: 323 +stargazers_count: 324 updated_at: '2024-12-31' archived: false diff --git a/software/geo2tz.yml b/software/geo2tz.yml index 50a1047269..a84b25a719 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: 75 +stargazers_count: 76 updated_at: '2024-09-17' archived: false diff --git a/software/gerbera.yml b/software/gerbera.yml index e9d88eff19..5faa4d9819 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: 1220 -updated_at: '2025-01-07' +stargazers_count: 1219 +updated_at: '2025-01-09' archived: false diff --git a/software/gerrit.yml b/software/gerrit.yml index 7dfd2aec55..2d8c6042f1 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: 993 -updated_at: '2025-01-07' +stargazers_count: 995 +updated_at: '2025-01-09' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index 95f2bc87db..28a8259212 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: 47967 -updated_at: '2025-01-07' +stargazers_count: 47988 +updated_at: '2025-01-09' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index 61a712145c..07db582473 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: 5030 -updated_at: '2025-01-06' +stargazers_count: 5082 +updated_at: '2025-01-09' archived: false diff --git a/software/gitblit.yml b/software/gitblit.yml index 3a80e5e3b3..9d2284329f 100644 --- a/software/gitblit.yml +++ b/software/gitblit.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/gitblit-org/gitblit -stargazers_count: 2296 +stargazers_count: 2297 updated_at: '2024-05-20' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index fda87e339a..9ddf23d49c 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: 9182 -updated_at: '2025-01-06' +stargazers_count: 9183 +updated_at: '2025-01-09' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index 533f05c67a..bf6802a8cb 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: 46459 -updated_at: '2025-01-07' +stargazers_count: 46510 +updated_at: '2025-01-09' archived: false diff --git a/software/gitolite.yml b/software/gitolite.yml index 01f9224ac1..695afcf4a7 100644 --- a/software/gitolite.yml +++ b/software/gitolite.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/sitaramc/gitolite -stargazers_count: 8423 +stargazers_count: 8424 updated_at: '2024-05-28' archived: false diff --git a/software/gladys.yml b/software/gladys.yml index 06f671a165..771183a20b 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: 2738 -updated_at: '2024-12-10' +stargazers_count: 2741 +updated_at: '2025-01-09' archived: false diff --git a/software/glance.yml b/software/glance.yml index 23781f5648..d2ce150f38 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9609 +stargazers_count: 9697 updated_at: '2024-12-26' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index 542247ad58..4e595860ec 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -12,5 +12,5 @@ platforms: tags: - Communication - Custom Communication Systems stargazers_count: 1280 -updated_at: '2024-12-21' +updated_at: '2025-01-08' archived: false diff --git a/software/glowing-bear.yml b/software/glowing-bear.yml index 35d20992da..c2d2bfbe92 100644 --- a/software/glowing-bear.yml +++ b/software/glowing-bear.yml @@ -9,6 +9,6 @@ tags: - Communication - IRC source_code_url: https://github.com/glowing-bear/glowing-bear demo_url: https://www.glowing-bear.org -stargazers_count: 951 +stargazers_count: 952 updated_at: '2024-07-13' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index aed16b322b..cf7452b42c 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag -stargazers_count: 1522 -updated_at: '2025-01-07' +stargazers_count: 1526 +updated_at: '2025-01-09' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index 26d6c97190..df99d7ab67 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: 18745 +stargazers_count: 18773 updated_at: '2024-11-26' archived: false diff --git a/software/goatcounter.yml b/software/goatcounter.yml index 4c86d842ad..2a2b1a1192 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: 4663 +stargazers_count: 4667 updated_at: '2024-11-18' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index b7e73d48f0..5602523263 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: 45307 +stargazers_count: 45311 updated_at: '2025-01-02' archived: false diff --git a/software/gokapi.yml b/software/gokapi.yml index 22956035c3..166236d547 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: 1753 +stargazers_count: 1756 updated_at: '2024-12-18' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index e4466c5105..e76f834183 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: 13895 +stargazers_count: 13897 updated_at: '2025-01-03' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index dbfecf271a..b87c14de72 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: 1750 +stargazers_count: 1753 updated_at: '2025-01-05' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index ba03b261e9..8750d775d0 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: 12276 +stargazers_count: 12282 updated_at: '2024-08-08' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index b4b54d4547..e9097a228f 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: 11968 +stargazers_count: 11978 updated_at: '2024-09-23' archived: false diff --git a/software/gossa.yml b/software/gossa.yml index c9aae52d29..55a07a67cc 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: 930 +stargazers_count: 931 updated_at: '2024-08-30' archived: false diff --git "a/software/gos\311\233.yml" "b/software/gos\311\233.yml" index 041dfcc257..e036b85616 100644 --- "a/software/gos\311\233.yml" +++ "b/software/gos\311\233.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: 212 +stargazers_count: 213 updated_at: '2024-12-09' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index a919e9061c..988a354737 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: 11736 +stargazers_count: 11757 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index 4340c70f3f..a54ffcc2af 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: 3929 -updated_at: '2025-01-05' +stargazers_count: 3935 +updated_at: '2025-01-09' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index 4338ef8a15..69c184c9e4 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: 5548 +stargazers_count: 5551 updated_at: '2025-01-06' archived: false diff --git a/software/graphweaver.yml b/software/graphweaver.yml index 79f85c9226..67cc69f726 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: 500 -updated_at: '2025-01-07' +stargazers_count: 501 +updated_at: '2025-01-08' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index 5119703054..e616141e1d 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2222 +stargazers_count: 2223 updated_at: '2024-12-09' archived: false diff --git a/software/grist.yml b/software/grist.yml index 365919de8e..7889d9c773 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: 7471 -updated_at: '2025-01-07' +stargazers_count: 7483 +updated_at: '2025-01-08' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 85d7a481fd..1b44a5dc9d 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: 7019 -updated_at: '2025-01-06' +stargazers_count: 7028 +updated_at: '2025-01-08' archived: false diff --git a/software/group-office.yml b/software/group-office.yml index c6bf703dd5..d4070bf6fd 100644 --- a/software/group-office.yml +++ b/software/group-office.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/Intermesh/groupoffice/ stargazers_count: 201 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/guacamole.yml b/software/guacamole.yml index 350fbd4140..e863bfed3c 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: 3186 +stargazers_count: 3193 updated_at: '2024-12-22' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index 6018455036..2875903d93 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: 12347 -updated_at: '2025-01-06' +stargazers_count: 12354 +updated_at: '2025-01-09' archived: false diff --git a/software/handbrake-web.yml b/software/handbrake-web.yml index 4ea5bf1067..e7ec1d5389 100644 --- a/software/handbrake-web.yml +++ b/software/handbrake-web.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 315 +stargazers_count: 318 updated_at: '2024-12-02' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 718eac16ff..6a1b3323a3 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: 5142 -updated_at: '2025-01-02' +stargazers_count: 5143 +updated_at: '2025-01-09' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 53d50fad00..8e3d337b84 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: 31260 -updated_at: '2025-01-07' +stargazers_count: 31263 +updated_at: '2025-01-09' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index 5f3c918c69..355461c549 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8476 +stargazers_count: 8487 updated_at: '2025-01-02' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index d67648aec6..941c1cf8c8 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: 5359 +stargazers_count: 5363 updated_at: '2025-01-04' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index 159d18fbb1..5623d532cd 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: 8025 +stargazers_count: 8035 updated_at: '2024-11-05' archived: false diff --git a/software/hemmelig.yml b/software/hemmelig.yml index 0fa856a82d..9998de9df5 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: 796 +stargazers_count: 797 updated_at: '2024-11-28' archived: false diff --git a/software/heyform.yml b/software/heyform.yml index 5e9c8a9b37..195fc448e8 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: 7393 +stargazers_count: 7401 updated_at: '2025-01-01' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index bb416819bd..973a38a1b6 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: 2352 +stargazers_count: 2353 updated_at: '2024-12-20' archived: false diff --git a/software/hitobito.yml b/software/hitobito.yml index c4bb280d37..80f4448157 100644 --- a/software/hitobito.yml +++ b/software/hitobito.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/hitobito/hitobito demo_url: https://demo.hitobito.com/en/users/sign_in stargazers_count: 387 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index f13c857671..cb8da7a2b1 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10374 +stargazers_count: 10474 updated_at: '2025-01-07' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index 5aa9f8c760..8746f00228 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6534 +stargazers_count: 6552 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 4ed7ea8465..2a8692bfa8 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: 75553 -updated_at: '2025-01-07' +stargazers_count: 75617 +updated_at: '2025-01-09' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index 5568bf091e..97cd3b248b 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: 1553 -updated_at: '2025-01-06' +stargazers_count: 1574 +updated_at: '2025-01-09' archived: false diff --git a/software/homebox.yml b/software/homebox.yml index 041207f89b..5dd0cf2558 100644 --- a/software/homebox.yml +++ b/software/homebox.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/progmaticltd/homebox -stargazers_count: 482 +stargazers_count: 483 updated_at: '2024-07-16' archived: false diff --git a/software/homegallery.yml b/software/homegallery.yml index de048567a8..eefedb8183 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: 865 +stargazers_count: 866 updated_at: '2025-01-05' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index c05f5e4bcd..797e7638f2 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: 20956 -updated_at: '2025-01-06' +stargazers_count: 21001 +updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index 75069fba55..e41ec6f028 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9540 +stargazers_count: 9553 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index af8d93877a..32ff695e2b 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: 66368 +stargazers_count: 66418 updated_at: '2024-12-23' archived: false diff --git a/software/hortusfox.yml b/software/hortusfox.yml index 430d2dc858..834d15c006 100644 --- a/software/hortusfox.yml +++ b/software/hortusfox.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 710 +stargazers_count: 712 updated_at: '2025-01-05' archived: false diff --git a/software/hrconvert2.yml b/software/hrconvert2.yml index 04d201b368..84ffe02c3d 100644 --- a/software/hrconvert2.yml +++ b/software/hrconvert2.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/zelon88/HRConvert2 -stargazers_count: 1164 +stargazers_count: 1165 updated_at: '2024-06-10' archived: false diff --git a/software/hubleys.yml b/software/hubleys.yml index 36c6371435..37620d5367 100644 --- a/software/hubleys.yml +++ b/software/hubleys.yml @@ -9,5 +9,5 @@ tags: - Personal Dashboards source_code_url: https://github.com/knrdl/hubleys-dashboard stargazers_count: 70 -updated_at: '2024-12-30' +updated_at: '2025-01-08' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index 4086684ef9..2df6a98bfc 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: 44208 +stargazers_count: 44245 updated_at: '2025-01-04' archived: false diff --git a/software/huly.yml b/software/huly.yml index 35f9ceff53..7ac595f207 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: 18096 -updated_at: '2025-01-07' +stargazers_count: 18131 +updated_at: '2025-01-09' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 09a5ece920..35c25658e6 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: 6355 +stargazers_count: 6358 updated_at: '2024-12-23' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index 5dc5300d9f..174363aa8f 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: 12809 -updated_at: '2025-01-07' +stargazers_count: 12812 +updated_at: '2025-01-09' archived: false diff --git a/software/ihatemoney.yml b/software/ihatemoney.yml index c06f5fae7b..81fb3f5f8a 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: 1223 +stargazers_count: 1225 updated_at: '2025-01-05' archived: false diff --git a/software/ilias.yml b/software/ilias.yml index 3fdce1d609..14ac60a928 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: 411 -updated_at: '2025-01-07' +stargazers_count: 413 +updated_at: '2025-01-09' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 54338cf2a0..8d96cc9334 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: 9148 -updated_at: '2025-01-07' +stargazers_count: 9152 +updated_at: '2025-01-08' archived: false diff --git a/software/immich-kiosk.yml b/software/immich-kiosk.yml index 4ffeb8eadc..c917b8ba58 100644 --- a/software/immich-kiosk.yml +++ b/software/immich-kiosk.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 612 -updated_at: '2025-01-03' +stargazers_count: 613 +updated_at: '2025-01-09' archived: false diff --git a/software/immich.yml b/software/immich.yml index 2d52a8edcd..7f76405efc 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 55826 -updated_at: '2025-01-07' +stargazers_count: 55994 +updated_at: '2025-01-09' archived: false diff --git a/software/indico.yml b/software/indico.yml index 6e3de84c18..1af1ad8749 100644 --- a/software/indico.yml +++ b/software/indico.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/indico/indico demo_url: https://sandbox.getindico.io/ stargazers_count: 1805 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/inspircd.yml b/software/inspircd.yml index 168093e3ed..f702563ba3 100644 --- a/software/inspircd.yml +++ b/software/inspircd.yml @@ -10,5 +10,5 @@ tags: - Communication - IRC source_code_url: https://github.com/inspircd/inspircd stargazers_count: 1197 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/instant.io.yml b/software/instant.io.yml index c0736c3e54..c27820a9eb 100644 --- a/software/instant.io.yml +++ b/software/instant.io.yml @@ -9,6 +9,6 @@ tags: - File Transfer - Peer-to-peer Filesharing source_code_url: https://github.com/webtorrent/instant.io demo_url: https://instant.io -stargazers_count: 3473 +stargazers_count: 3475 updated_at: '2024-02-23' archived: false diff --git a/software/inventaire.yml b/software/inventaire.yml index d2b350d3da..bf762fc387 100644 --- a/software/inventaire.yml +++ b/software/inventaire.yml @@ -8,6 +8,6 @@ platforms: tags: - Inventory Management source_code_url: https://github.com/inventaire/inventaire -stargazers_count: 449 -updated_at: '2025-01-07' +stargazers_count: 450 +updated_at: '2025-01-08' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index 0fc4c5fa31..d5e0bdf4d3 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: 4567 -updated_at: '2025-01-07' +stargazers_count: 4575 +updated_at: '2025-01-08' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index 0cf7b4e6ab..30a3433df7 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: 16656 -updated_at: '2024-11-10' +stargazers_count: 16668 +updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index f4e7fe79d4..e2daff3e84 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: 8439 +stargazers_count: 8445 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index 3a585b5095..e9f320e8c8 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 562 +stargazers_count: 578 updated_at: '2025-01-05' archived: false diff --git a/software/iodine.yml b/software/iodine.yml index 34d5d0461a..e1897af386 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: 6307 +stargazers_count: 6310 updated_at: '2024-10-30' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index 22ea64bb58..9f368ed421 100644 --- a/software/iredmail.yml +++ b/software/iredmail.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/iredmail/iRedMail stargazers_count: 1530 -updated_at: '2024-12-29' +updated_at: '2025-01-08' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index 395db8c414..3f3bd42fb2 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2611 -updated_at: '2025-01-06' +stargazers_count: 2614 +updated_at: '2025-01-09' archived: false diff --git a/software/itflow.yml b/software/itflow.yml index 15d2491e70..97b2651ec2 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: 612 +stargazers_count: 613 updated_at: '2024-12-30' archived: false diff --git a/software/janus.yml b/software/janus.yml index dcacbac0c2..de36b5cc26 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: 8339 -updated_at: '2025-01-07' +stargazers_count: 8343 +updated_at: '2025-01-08' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 4f95444b2c..01abf04ede 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: 36321 -updated_at: '2025-01-07' +stargazers_count: 36363 +updated_at: '2025-01-09' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index 1adfa05189..695c5727ef 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4202 -updated_at: '2025-01-05' +stargazers_count: 4210 +updated_at: '2025-01-09' archived: false diff --git a/software/jelu.yml b/software/jelu.yml index bc2e702542..0308daee29 100644 --- a/software/jelu.yml +++ b/software/jelu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 399 -updated_at: '2025-01-06' +stargazers_count: 402 +updated_at: '2025-01-09' archived: false diff --git a/software/jina.yml b/software/jina.yml index b17ab1663a..93e93fb91f 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: 21229 +stargazers_count: 21232 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index f9e930f7a7..21170998e1 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: 23987 -updated_at: '2025-01-07' +stargazers_count: 24030 +updated_at: '2025-01-09' archived: false diff --git a/software/jitsi-video-bridge.yml b/software/jitsi-video-bridge.yml index dd94c3c2e0..08bc09b95e 100644 --- a/software/jitsi-video-bridge.yml +++ b/software/jitsi-video-bridge.yml @@ -10,5 +10,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/jitsi/jitsi-videobridge stargazers_count: 2928 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index 1b3fd03b67..e081d21a76 100644 --- a/software/joomla!.yml +++ b/software/joomla!.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/joomla/joomla-cms stargazers_count: 4806 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index d4d849c00a..b639b946b6 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: 46967 -updated_at: '2025-01-07' +stargazers_count: 47016 +updated_at: '2025-01-09' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index 8ed41e19a9..500a70c183 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: 2824 +stargazers_count: 2828 updated_at: '2025-01-02' archived: false diff --git a/software/jupyterlab.yml b/software/jupyterlab.yml index 01587e33e3..e31a70fcaa 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: 14306 -updated_at: '2025-01-07' +stargazers_count: 14307 +updated_at: '2025-01-09' archived: false diff --git a/software/just-short-it!.yml b/software/just-short-it!.yml index dd8ba74f9a..9046053c1d 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: 36 +stargazers_count: 38 updated_at: '2024-09-28' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index 433abe5015..08be1f1326 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: 2352 -updated_at: '2025-01-07' +stargazers_count: 2353 +updated_at: '2025-01-09' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index 2dc24bbd69..1ad06e5289 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: 8601 +stargazers_count: 8606 updated_at: '2024-12-20' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index 9f5a7cac6a..5892e708ac 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: 6896 +stargazers_count: 6907 updated_at: '2025-01-03' archived: false diff --git a/software/keila.yml b/software/keila.yml index f0d5f8ba85..54097fde82 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: 1509 +stargazers_count: 1511 updated_at: '2025-01-06' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index 9570c26f95..fc18cacbe0 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: 15131 -updated_at: '2025-01-07' +stargazers_count: 15152 +updated_at: '2025-01-09' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index c2fd2e70a4..383773e66f 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: 901 +stargazers_count: 903 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index 9e7f740972..abf431e989 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: 9352 +stargazers_count: 9354 updated_at: '2025-01-06' archived: false diff --git a/software/kibitzr.yml b/software/kibitzr.yml index 18205c8461..8596fe0453 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: 659 +stargazers_count: 658 updated_at: '2024-05-12' archived: false diff --git a/software/kill-bill.yml b/software/kill-bill.yml index 8e5e6c9e1e..b93deaf726 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: 4695 +stargazers_count: 4697 updated_at: '2025-01-03' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index ffc11e4805..c682921762 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: 3431 -updated_at: '2024-12-22' +stargazers_count: 3436 +updated_at: '2025-01-09' archived: false diff --git a/software/kitchenowl.yml b/software/kitchenowl.yml index 8ee38cd413..ac3fbbe915 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: 1394 +stargazers_count: 1397 updated_at: '2025-01-03' archived: false diff --git a/software/kiwi-irc.yml b/software/kiwi-irc.yml index 513ab712d1..fb0eb8763f 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: 885 +stargazers_count: 886 updated_at: '2024-11-22' archived: false diff --git a/software/kiwix-serve.yml b/software/kiwix-serve.yml index e413acd56d..c3f4728930 100644 --- a/software/kiwix-serve.yml +++ b/software/kiwix-serve.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/kiwix/kiwix-tools -stargazers_count: 485 +stargazers_count: 486 updated_at: '2024-12-21' archived: false diff --git a/software/koblas.yml b/software/koblas.yml index a9cb7fdf6e..ef8b3df0d5 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: 110 +stargazers_count: 111 updated_at: '2024-09-15' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index 6946387ba7..fcc3a9ca2b 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: 18742 -updated_at: '2025-01-07' +stargazers_count: 18750 +updated_at: '2025-01-09' archived: false diff --git a/software/koel.yml b/software/koel.yml index d209876212..9569ccdabd 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: 16155 +stargazers_count: 16159 updated_at: '2024-11-14' archived: false diff --git a/software/koillection.yml b/software/koillection.yml index 43080b8d41..2b50796bad 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: 727 +stargazers_count: 729 updated_at: '2024-12-30' archived: false diff --git a/software/komga.yml b/software/komga.yml index 6a17cd86c2..0017f440ef 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: 4297 -updated_at: '2025-01-07' +stargazers_count: 4305 +updated_at: '2025-01-09' archived: false diff --git a/software/kong.yml b/software/kong.yml index 9e8bdfeba5..38ed95e017 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: 39706 -updated_at: '2025-01-07' +stargazers_count: 39721 +updated_at: '2025-01-09' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index f77f55942e..7a06bbf62f 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12049 +stargazers_count: 12073 updated_at: '2025-01-03' archived: false diff --git a/software/kubek.yml b/software/kubek.yml index 458c64fba2..844f5f0ec4 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: 96 +stargazers_count: 97 updated_at: '2024-11-02' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index d02cda49a7..feacd90d8a 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: 1842 -updated_at: '2025-01-07' +stargazers_count: 1841 +updated_at: '2025-01-09' archived: false diff --git a/software/lago.yml b/software/lago.yml index ef6fd81772..092f489751 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: 7173 +stargazers_count: 7178 updated_at: '2025-01-06' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index 4727e80630..be70170034 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20115 +stargazers_count: 20129 updated_at: '2024-11-23' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index 6e38e90ab2..f48bfe6346 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: 7645 -updated_at: '2025-01-07' +stargazers_count: 7702 +updated_at: '2025-01-09' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index d7d398db1c..35bcd1731b 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: 12642 -updated_at: '2025-01-07' +stargazers_count: 12650 +updated_at: '2025-01-09' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index a1ad191d6b..16debeb86e 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: 4922 +stargazers_count: 4934 updated_at: '2024-12-18' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index c14e7d1bae..87ea35c71f 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: 13394 -updated_at: '2025-01-07' +stargazers_count: 13401 +updated_at: '2025-01-09' archived: false diff --git a/software/leon.yml b/software/leon.yml index 577546cb8f..5821713082 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: 15686 +stargazers_count: 15694 updated_at: '2025-01-04' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index fab288e81d..ad0db072d9 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: 10159 -updated_at: '2025-01-04' +stargazers_count: 10207 +updated_at: '2025-01-09' archived: false diff --git a/software/libreddit.yml b/software/libreddit.yml index 13c7bb6a3e..a8db945ad8 100644 --- a/software/libreddit.yml +++ b/software/libreddit.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/libreddit/libreddit depends_3rdparty: true -stargazers_count: 5055 +stargazers_count: 5056 updated_at: '2024-05-02' archived: false diff --git a/software/librephotos.yml b/software/librephotos.yml index 8fd3e8e0ba..693f4e58e2 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: 7080 +stargazers_count: 7086 updated_at: '2024-12-30' archived: false related_software_url: https://docs.librephotos.com/docs/user-guide/mobile/ diff --git a/software/libretime.yml b/software/libretime.yml index adfa27f75e..53b599d378 100644 --- a/software/libretime.yml +++ b/software/libretime.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/LibreTime/libretime stargazers_count: 824 -updated_at: '2024-12-21' +updated_at: '2025-01-09' archived: false diff --git a/software/librum.yml b/software/librum.yml index 0055ef91bb..7ed36c050f 100644 --- a/software/librum.yml +++ b/software/librum.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/Librum-Reader/Librum -stargazers_count: 4304 +stargazers_count: 4309 updated_at: '2024-07-01' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 64f8a866e4..38430e012d 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 3809 +stargazers_count: 3814 updated_at: '2025-01-05' archived: false diff --git a/software/lidatube.yml b/software/lidatube.yml index 84e903b374..ef36bf6a35 100644 --- a/software/lidatube.yml +++ b/software/lidatube.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 143 +stargazers_count: 147 updated_at: '2025-01-06' archived: false diff --git a/software/lila.yml b/software/lila.yml index 4fcf3f181c..deb31e3e6c 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: 15973 -updated_at: '2025-01-07' +stargazers_count: 15985 +updated_at: '2025-01-09' archived: false diff --git a/software/limesurvey.yml b/software/limesurvey.yml index 24ac07e840..659211f81b 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: 2827 -updated_at: '2025-01-07' +stargazers_count: 2831 +updated_at: '2025-01-08' archived: false diff --git a/software/linkace.yml b/software/linkace.yml index 05e0933012..d8eaa293f6 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: 2706 +stargazers_count: 2708 updated_at: '2025-01-05' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index 2acbdb4bc0..becbb75adb 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7193 +stargazers_count: 7210 updated_at: '2024-10-24' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index 81cb178c6e..0d39b1360e 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: 2540 +stargazers_count: 2545 updated_at: '2024-12-10' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index 57ddfa1c4d..dff30b23d0 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: 9775 +stargazers_count: 9829 updated_at: '2025-01-07' archived: false diff --git a/software/linuxgsm.yml b/software/linuxgsm.yml index 0b13f69534..ea6c8c0893 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: 4380 -updated_at: '2024-12-19' +stargazers_count: 4379 +updated_at: '2025-01-08' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index 62f427e69a..b20c79f495 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15746 +stargazers_count: 15773 updated_at: '2025-01-06' archived: false diff --git a/software/litecart.yml b/software/litecart.yml index 869f9512be..27ac190ed2 100644 --- a/software/litecart.yml +++ b/software/litecart.yml @@ -11,5 +11,5 @@ tags: - E-commerce depends_3rdparty: true stargazers_count: 198 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/litlyx.yml b/software/litlyx.yml index 97ee01b251..76e19e9fc3 100644 --- a/software/litlyx.yml +++ b/software/litlyx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 840 +stargazers_count: 842 updated_at: '2025-01-04' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index 368891e5cf..bd40fb27e0 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: 1909 +stargazers_count: 1914 updated_at: '2024-12-20' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index 358275225d..a5db2706f9 100644 --- a/software/live-helper-chat.yml +++ b/software/live-helper-chat.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/LiveHelperChat/livehelperchat stargazers_count: 2000 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index e66481352d..4d0f97b3e7 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: 5102 -updated_at: '2025-01-07' +stargazers_count: 5106 +updated_at: '2025-01-08' archived: false diff --git a/software/livestreamdvr.yml b/software/livestreamdvr.yml index 7345656a32..37c8846734 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: 353 +stargazers_count: 354 updated_at: '2024-12-27' archived: false diff --git a/software/lms.yml b/software/lms.yml index 7afd5eb1fb..89da302467 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: 1187 +stargazers_count: 1190 updated_at: '2024-12-20' archived: false diff --git a/software/lodestone.yml b/software/lodestone.yml index f350526ffb..e7679af190 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: 876 +stargazers_count: 878 updated_at: '2024-09-09' archived: false diff --git a/software/loggit.yml b/software/loggit.yml index 9cbcd5b3d5..b3c2bb25aa 100644 --- a/software/loggit.yml +++ b/software/loggit.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/BrunoBernardino/loggit-web demo_url: https://app.loggit.net -stargazers_count: 46 +stargazers_count: 47 updated_at: '2024-12-04' archived: false diff --git a/software/loomio.yml b/software/loomio.yml index a1ba049932..fd04f22467 100644 --- a/software/loomio.yml +++ b/software/loomio.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/loomio/loomio stargazers_count: 2385 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/lowdefy.yml b/software/lowdefy.yml index f407f45de7..86cd8ccb92 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: 2714 +stargazers_count: 2717 updated_at: '2024-12-06' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index 68563e0a80..24ecb12869 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 10987 -updated_at: '2025-01-06' +stargazers_count: 10992 +updated_at: '2025-01-08' diff --git a/software/lubelogger.yml b/software/lubelogger.yml index ef633fc112..6b5365ef79 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: 1278 -updated_at: '2024-12-31' +stargazers_count: 1283 +updated_at: '2025-01-09' archived: false diff --git a/software/lura.yml b/software/lura.yml index ff58487932..ee14d1c239 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: 6422 +stargazers_count: 6424 updated_at: '2024-12-12' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index 0d63e37c42..c98d7efaf0 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: 3503 -updated_at: '2025-01-07' +stargazers_count: 3507 +updated_at: '2025-01-08' archived: false diff --git a/software/lynx.yml b/software/lynx.yml index 1dbc2ae7c0..df19e89240 100644 --- a/software/lynx.yml +++ b/software/lynx.yml @@ -10,6 +10,6 @@ tags: - URL Shorteners source_code_url: https://github.com/Lynx-Shortener/Lynx demo_url: https://demo.getlynx.dev -stargazers_count: 211 +stargazers_count: 212 updated_at: '2025-01-02' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index 4d0f12a896..b8cee6f71a 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: 5241 +stargazers_count: 5243 updated_at: '2024-11-24' archived: false diff --git a/software/mafl.yml b/software/mafl.yml index ac71da5f5a..26d83e9543 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: 401 +stargazers_count: 402 updated_at: '2024-12-01' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index 0525067d21..d17cfd4011 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: 11622 -updated_at: '2025-01-07' +stargazers_count: 11621 +updated_at: '2025-01-09' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index 7f6139b384..2daeef3eed 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: 14142 +stargazers_count: 14149 updated_at: '2025-01-06' archived: false diff --git a/software/mailcatcher.yml b/software/mailcatcher.yml index 70043384d5..19069b70a6 100644 --- a/software/mailcatcher.yml +++ b/software/mailcatcher.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/sj26/mailcatcher -stargazers_count: 6525 +stargazers_count: 6528 updated_at: '2024-05-25' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index 1a284d2806..c4537ff32f 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: 9332 +stargazers_count: 9350 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index 8da3c56cd2..b43f899b59 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: 6026 -updated_at: '2025-01-05' +stargazers_count: 6035 +updated_at: '2025-01-09' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index f475000e86..5e6185a2ee 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: 1775 +stargazers_count: 1776 updated_at: '2025-01-03' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index 65f2701c2f..418302fc97 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: 1001 -updated_at: '2025-01-06' +stargazers_count: 1008 +updated_at: '2025-01-09' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index 564b894600..d3904332a7 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9193 -updated_at: '2025-01-07' +stargazers_count: 9195 +updated_at: '2025-01-09' archived: false diff --git a/software/mantisbt.yml b/software/mantisbt.yml index 9ecefdfff9..df89d36b01 100644 --- a/software/mantisbt.yml +++ b/software/mantisbt.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/mantisbt/mantisbt demo_url: https://www.mantisbt.org/bugs/my_view_page.php stargazers_count: 1672 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index dbdf1246fe..c5cf3ca4c2 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: 911 -updated_at: '2025-01-07' +stargazers_count: 915 +updated_at: '2025-01-09' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index a8cd2ce4cc..de207696de 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: 47444 -updated_at: '2025-01-07' +stargazers_count: 47457 +updated_at: '2025-01-09' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index ad87ad27f6..3ba57599de 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: 1886 -updated_at: '2024-11-28' +stargazers_count: 1891 +updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index 4d65399289..fa14112f50 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ -stargazers_count: 2448 -updated_at: '2025-01-06' +stargazers_count: 2451 +updated_at: '2025-01-09' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 3cadb88f36..5db6bd4c64 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: 20055 -updated_at: '2025-01-07' +stargazers_count: 20054 +updated_at: '2025-01-08' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index ff6459c911..12fe94e24c 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: 31271 -updated_at: '2025-01-07' +stargazers_count: 31291 +updated_at: '2025-01-09' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index 875a6f0fb7..9fefeb3eec 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: 7530 -updated_at: '2025-01-07' +stargazers_count: 7532 +updated_at: '2025-01-09' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index e9382dba91..8e40af696d 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34802 +stargazers_count: 34825 updated_at: '2025-01-07' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 4b2546205c..50dd7a21d1 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: 7830 -updated_at: '2025-01-07' +stargazers_count: 7845 +updated_at: '2025-01-09' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index 0d13933a87..6edb6280a3 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3102 +stargazers_count: 3108 updated_at: '2024-11-22' archived: false diff --git a/software/medusa.yml b/software/medusa.yml index b13ae4bfff..f78fea43e4 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/pymedusa/Medusa related_software_url: https://github.com/medusajs/nextjs-starter-medusa -stargazers_count: 1830 +stargazers_count: 1828 updated_at: '2024-12-13' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 8b3625187a..9c5fff3863 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: 26980 -updated_at: '2025-01-07' +stargazers_count: 27005 +updated_at: '2025-01-09' archived: false diff --git a/software/meetable.yml b/software/meetable.yml index 766dbeaba8..a507a40b44 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: 128 +stargazers_count: 129 updated_at: '2024-11-29' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index 783b3992ac..eadaab7c72 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: 48594 -updated_at: '2025-01-07' +stargazers_count: 48613 +updated_at: '2025-01-09' archived: false diff --git a/software/memos.yml b/software/memos.yml index fac59020b8..b7e6ed7255 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35762 -updated_at: '2025-01-04' +stargazers_count: 35834 +updated_at: '2025-01-09' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index 3c41f644fb..3856456ce9 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: 4457 -updated_at: '2025-01-07' +stargazers_count: 4468 +updated_at: '2025-01-08' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index 0c50ce24e9..2b769b4d57 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: 39312 -updated_at: '2025-01-07' +stargazers_count: 39335 +updated_at: '2025-01-09' archived: false diff --git a/software/metube.yml b/software/metube.yml index b0704e6ebe..aab1335435 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7412 +stargazers_count: 7441 updated_at: '2024-12-29' archived: false diff --git a/software/microweber.yml b/software/microweber.yml index 75687a99b2..8fd2dcbeaa 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/microweber/microweber -stargazers_count: 3168 +stargazers_count: 3171 updated_at: '2024-11-26' archived: false diff --git a/software/middleware.yml b/software/middleware.yml index 872ea9731f..6089d9a83a 100644 --- a/software/middleware.yml +++ b/software/middleware.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Analytics -stargazers_count: 1221 +stargazers_count: 1223 updated_at: '2024-12-30' archived: false diff --git a/software/mikochi.yml b/software/mikochi.yml index 1df3779f87..7df5e18b46 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: 285 +stargazers_count: 286 updated_at: '2024-12-10' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index 82f7fd37d4..f1e2253fce 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: 27037 -updated_at: '2025-01-07' +stargazers_count: 27061 +updated_at: '2025-01-09' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index 1f4c87911e..08b355d38c 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: 23046 -updated_at: '2025-01-06' +stargazers_count: 23059 +updated_at: '2025-01-08' archived: false diff --git a/software/mindwendel.yml b/software/mindwendel.yml index 4b61d60e22..8546df3d97 100644 --- a/software/mindwendel.yml +++ b/software/mindwendel.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/b310-digital/mindwendel demo_url: https://www.mindwendel.com stargazers_count: 92 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index 30572514a3..a2260ce156 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: 7110 +stargazers_count: 7118 updated_at: '2024-12-29' archived: false diff --git a/software/minimal-git-server.yml b/software/minimal-git-server.yml index 07cc2eaa05..760e625e5d 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: 12 -updated_at: '2025-01-07' +stargazers_count: 13 +updated_at: '2025-01-09' archived: false diff --git a/software/minio.yml b/software/minio.yml index d5e54d20c9..825750c750 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: 49312 -updated_at: '2025-01-06' +stargazers_count: 49347 +updated_at: '2025-01-08' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 7428b4d29b..2bfdd3836a 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: 6280 +stargazers_count: 6283 updated_at: '2025-01-03' archived: false diff --git a/software/mirotalk-c2c.yml b/software/mirotalk-c2c.yml index 4500c7e02f..11994f65d2 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: 247 -updated_at: '2025-01-03' +stargazers_count: 249 +updated_at: '2025-01-08' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index 4931bcd757..e526f908e1 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: 3192 -updated_at: '2025-01-05' +stargazers_count: 3198 +updated_at: '2025-01-09' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 92ba54d2b8..67be50c4d2 100644 --- a/software/mirotalk-sfu.yml +++ b/software/mirotalk-sfu.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/miroslavpejic85/mirotalksfu demo_url: https://sfu.mirotalk.com/newroom stargazers_count: 2213 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/misago.yml b/software/misago.yml index c6d2f15354..7b3d27de91 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: 2568 +stargazers_count: 2570 updated_at: '2025-01-05' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index 92adf01633..cee7551e6f 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: 10221 -updated_at: '2025-01-07' +stargazers_count: 10228 +updated_at: '2025-01-08' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index 255d51d1af..a610f32452 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: 3104 +stargazers_count: 3105 updated_at: '2024-12-21' archived: false diff --git a/software/mongooseim.yml b/software/mongooseim.yml index eeca3edbb9..d591deaab7 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: 1673 -updated_at: '2025-01-07' +stargazers_count: 1674 +updated_at: '2025-01-08' archived: false diff --git a/software/monica.yml b/software/monica.yml index b737e6a511..479d4f1a3c 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 21977 +stargazers_count: 21987 updated_at: '2024-11-15' archived: false diff --git a/software/moode-audio.yml b/software/moode-audio.yml index 1783471f82..359ff47e67 100644 --- a/software/moode-audio.yml +++ b/software/moode-audio.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/moode-player/moode stargazers_count: 1048 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/mopidy.yml b/software/mopidy.yml index c53ffeb481..426cb82319 100644 --- a/software/mopidy.yml +++ b/software/mopidy.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/mopidy/mopidy -stargazers_count: 8178 +stargazers_count: 8179 updated_at: '2024-12-10' archived: false diff --git "a/software/motion.tools-antragsgr\303\274n.yml" "b/software/motion.tools-antragsgr\303\274n.yml" index b5a33b5412..f3eba09086 100644 --- "a/software/motion.tools-antragsgr\303\274n.yml" +++ "b/software/motion.tools-antragsgr\303\274n.yml" @@ -10,6 +10,6 @@ platforms: tags: - Conference Management demo_url: https://sandbox.motion.tools/createsite -stargazers_count: 100 +stargazers_count: 101 updated_at: '2025-01-04' archived: false diff --git a/software/motor-admin.yml b/software/motor-admin.yml index 0d793642ce..213f31e113 100644 --- a/software/motor-admin.yml +++ b/software/motor-admin.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/motor-admin/motor-admin -stargazers_count: 2077 +stargazers_count: 2079 updated_at: '2024-05-30' archived: false diff --git a/software/movim.yml b/software/movim.yml index b1b957a3e5..5575514739 100644 --- a/software/movim.yml +++ b/software/movim.yml @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/movim/movim stargazers_count: 1760 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/mox.yml b/software/mox.yml index 0ddc8f4070..9439bca791 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 3780 +stargazers_count: 3783 updated_at: '2024-12-25' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index a91f7d2c06..4917f720da 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: 2216 +stargazers_count: 2217 updated_at: '2024-12-12' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index 3bdd14954b..c6922fbe45 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true stargazers_count: 1436 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml index 3208b79c93..c1f3786997 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: 461 +stargazers_count: 463 updated_at: '2025-01-03' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index 4efbc35557..9c4fde4c4d 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: 6511 -updated_at: '2025-01-06' +stargazers_count: 6519 +updated_at: '2025-01-08' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index fe5b2cf056..077bcd27e9 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: 4283 +stargazers_count: 4284 updated_at: '2024-07-14' archived: false diff --git a/software/mybb.yml b/software/mybb.yml index 0a984f647c..faf66fc3dc 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: 1096 +stargazers_count: 1098 updated_at: '2024-12-23' archived: false diff --git a/software/myip.yml b/software/myip.yml index 8a3d5492ef..2b5de3de1f 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: 7015 +stargazers_count: 7047 updated_at: '2025-01-06' archived: false diff --git a/software/mylar3.yml b/software/mylar3.yml index d5e6cd7bae..a120481b5f 100644 --- a/software/mylar3.yml +++ b/software/mylar3.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1117 +stargazers_count: 1118 updated_at: '2024-03-14' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index e3d5ecb749..177f35227e 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: 54118 -updated_at: '2025-01-07' +stargazers_count: 54386 +updated_at: '2025-01-09' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index d11c9bfa72..65cfc5423c 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: 12759 -updated_at: '2024-12-30' +stargazers_count: 12790 +updated_at: '2025-01-09' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index d9d2d1c272..eb645d0bee 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/lardbit/nefarious -stargazers_count: 1066 +stargazers_count: 1067 updated_at: '2024-12-16' archived: false diff --git a/software/neko.yml b/software/neko.yml index 8083c2b6a9..b87e49247e 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: 8250 +stargazers_count: 8269 updated_at: '2024-12-30' archived: false diff --git a/software/netron.yml b/software/netron.yml index 2950b93a15..cc37a8a69b 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: 29010 -updated_at: '2025-01-07' +stargazers_count: 29040 +updated_at: '2025-01-09' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index 6346b7063a..7633c1f0ba 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: 6954 +stargazers_count: 6955 updated_at: '2024-12-19' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index 3c6299fd51..d1cc241912 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: 3285 +stargazers_count: 3292 updated_at: '2025-01-07' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 027822edd9..90e9d8ec56 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: 27890 -updated_at: '2025-01-07' +stargazers_count: 27896 +updated_at: '2025-01-09' archived: false diff --git a/software/nextcloudpi.yml b/software/nextcloudpi.yml index 9ed8a2043f..8b668387a1 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: 2601 +stargazers_count: 2602 updated_at: '2024-11-08' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index 538b639731..a862246c00 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24000 +stargazers_count: 24032 updated_at: '2025-01-07' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index f4f56a2d7c..89b7aeb935 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: 50715 -updated_at: '2025-01-06' +stargazers_count: 50756 +updated_at: '2025-01-09' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index 1eedb88a26..8c68fd33d9 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: 20175 +stargazers_count: 20195 updated_at: '2024-12-20' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index e073b29e5e..8821d7e172 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB -stargazers_count: 14294 -updated_at: '2025-01-07' +stargazers_count: 14295 +updated_at: '2025-01-08' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index 4312703ee7..bb0d741cc9 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: 3298 -updated_at: '2024-12-22' +stargazers_count: 3305 +updated_at: '2025-01-09' archived: false diff --git a/software/novu.yml b/software/novu.yml index 2710e86c7d..8c0d02e867 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: 35947 -updated_at: '2025-01-07' +stargazers_count: 35955 +updated_at: '2025-01-09' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index 5d4fe687a9..7deffe6c4e 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: 19104 +stargazers_count: 19128 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index 1610f39da6..8b1d1ef6e7 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3897 +stargazers_count: 3907 updated_at: '2023-11-05' archived: false diff --git a/software/nymphcast.yml b/software/nymphcast.yml index fe178d80fb..28a5cdd724 100644 --- a/software/nymphcast.yml +++ b/software/nymphcast.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/MayaPosch/NymphCast stargazers_count: 2452 -updated_at: '2024-12-17' +updated_at: '2025-01-09' archived: false diff --git a/software/october.yml b/software/october.yml index b4ff5d98dd..654e2a2758 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: 11057 +stargazers_count: 11056 updated_at: '2024-11-25' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index 368d9403d9..83162d4d9f 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: 3622 +stargazers_count: 3629 updated_at: '2025-01-03' archived: false diff --git a/software/octobox.yml b/software/octobox.yml index 4e853d63c9..3a29d5cc24 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: 4368 -updated_at: '2025-01-06' +stargazers_count: 4367 +updated_at: '2025-01-09' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 215aa3054d..5b06ee5107 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: 8385 +stargazers_count: 8388 updated_at: '2025-01-07' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index 0a6604daa1..3aad14407c 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: 39831 -updated_at: '2025-01-07' +stargazers_count: 39876 +updated_at: '2025-01-09' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index 1e81e823e4..ef86e940b8 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: 2621 +stargazers_count: 2626 updated_at: '2025-01-06' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index 35321fc036..56e3f3776f 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3786 +stargazers_count: 3785 updated_at: '2025-01-05' archived: false diff --git a/software/omeka-s.yml b/software/omeka-s.yml index d30c24ebe0..e79a83a330 100644 --- a/software/omeka-s.yml +++ b/software/omeka-s.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/omeka/omeka-s stargazers_count: 416 -updated_at: '2024-12-18' +updated_at: '2025-01-09' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index d7cbfe2124..b9dc7f0e35 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: 6369 +stargazers_count: 6371 updated_at: '2024-11-10' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index 48c6616472..446b9d7d24 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: 5016 +stargazers_count: 5023 updated_at: '2024-11-28' archived: false diff --git a/software/open-eclass.yml b/software/open-eclass.yml index 179a547b6a..59712b2ee0 100644 --- a/software/open-eclass.yml +++ b/software/open-eclass.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/gunet/openeclass demo_url: https://demo.openeclass.org/ stargazers_count: 135 -updated_at: '2024-12-13' +updated_at: '2025-01-09' archived: false diff --git a/software/open-food-network.yml b/software/open-food-network.yml index 57d14bf9ff..87ba0ef5c1 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: 1140 -updated_at: '2025-01-07' +stargazers_count: 1141 +updated_at: '2025-01-09' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index 45f4d5c673..ded6bd1f30 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: 2798 -updated_at: '2025-01-06' +stargazers_count: 2800 +updated_at: '2025-01-09' archived: false diff --git a/software/open-source-pos.yml b/software/open-source-pos.yml index d298c364ea..e96f996506 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: 3514 +stargazers_count: 3516 updated_at: '2025-01-06' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index 2bd909f164..dc73068329 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: 6517 +stargazers_count: 6521 updated_at: '2024-11-03' archived: false diff --git a/software/open-web-analytics.yml b/software/open-web-analytics.yml index 2cab0de498..9e278d657d 100644 --- a/software/open-web-analytics.yml +++ b/software/open-web-analytics.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/Open-Web-Analytics/Open-Web-Analytics -stargazers_count: 2517 +stargazers_count: 2515 updated_at: '2024-03-31' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index c9706276ad..9c2207ead3 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: 7540 -updated_at: '2025-01-07' +stargazers_count: 7541 +updated_at: '2025-01-09' archived: false diff --git a/software/openfire.yml b/software/openfire.yml index 989b3a32b0..63d779a3e8 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: 2887 -updated_at: '2025-01-07' +stargazers_count: 2889 +updated_at: '2025-01-08' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index 75fbf9d340..77f54ff72d 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: 1969 +stargazers_count: 1975 updated_at: '2024-12-16' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index 9a5a7486f6..d718928878 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: 950 +stargazers_count: 951 updated_at: '2025-01-07' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index 64a6c691fa..057d94cbb6 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: 5321 -updated_at: '2025-01-06' +stargazers_count: 5326 +updated_at: '2025-01-09' archived: false diff --git a/software/openolat.yml b/software/openolat.yml index ae521f68cd..c8a5942cc6 100644 --- a/software/openolat.yml +++ b/software/openolat.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/OpenOLAT/OpenOLAT demo_url: https://learn.olat.com stargazers_count: 339 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index 09d0299843..b3d489f92a 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: 9671 -updated_at: '2025-01-07' +stargazers_count: 9685 +updated_at: '2025-01-09' archived: false diff --git a/software/openremote.yml b/software/openremote.yml index 4c67f0200f..5cf57a910c 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: 1295 -updated_at: '2025-01-07' +stargazers_count: 1297 +updated_at: '2025-01-09' archived: false diff --git a/software/openrouteservice.yml b/software/openrouteservice.yml index 93ddf7b66d..0e88b1c0ed 100644 --- a/software/openrouteservice.yml +++ b/software/openrouteservice.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/GIScience/openrouteservice demo_url: https://openrouteservice.org/dev/#/api-docs/introduction stargazers_count: 1503 -updated_at: '2024-12-16' +updated_at: '2025-01-08' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index 3a75dd3d02..f9d5686a8f 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: 10024 -updated_at: '2025-01-07' +stargazers_count: 10043 +updated_at: '2025-01-09' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index fafc0ef7a5..4e5d199f1a 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3563 +stargazers_count: 3652 updated_at: '2024-12-14' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index 800787b955..361099ac78 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: 1304 -updated_at: '2024-12-22' +stargazers_count: 1305 +updated_at: '2025-01-09' archived: false diff --git a/software/openslides.yml b/software/openslides.yml index bdc1b65689..6ad523071e 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: 515 +stargazers_count: 517 updated_at: '2024-12-13' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index 3d4b32edaa..7e040b7f7f 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: 2252 -updated_at: '2025-01-07' +stargazers_count: 2259 +updated_at: '2025-01-09' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index 955c2a15d6..446b23402d 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: 2259 -updated_at: '2025-01-07' +stargazers_count: 2261 +updated_at: '2025-01-09' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index 3ee8523161..adc556cc88 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: 6536 -updated_at: '2025-01-07' +stargazers_count: 6565 +updated_at: '2025-01-09' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index f43cdecd05..3cc7182fc0 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: 2962 -updated_at: '2025-01-07' +stargazers_count: 2969 +updated_at: '2025-01-09' archived: false diff --git a/software/opnform.yml b/software/opnform.yml index 098c1f0ddd..ba2dde3dfd 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: 2363 -updated_at: '2025-01-07' +stargazers_count: 2368 +updated_at: '2025-01-09' archived: false diff --git a/software/orangehrm.yml b/software/orangehrm.yml index b3bbf71718..b817838a53 100644 --- a/software/orangehrm.yml +++ b/software/orangehrm.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/orangehrm/orangehrm demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 862 +stargazers_count: 863 updated_at: '2024-07-19' archived: false diff --git a/software/organizr.yml b/software/organizr.yml index bd1b4af438..0ad34b3703 100644 --- a/software/organizr.yml +++ b/software/organizr.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/causefx/Organizr -stargazers_count: 5240 +stargazers_count: 5248 updated_at: '2024-04-16' archived: false diff --git a/software/osem.yml b/software/osem.yml index 7525862e30..274edc4b16 100644 --- a/software/osem.yml +++ b/software/osem.yml @@ -10,5 +10,5 @@ tags: - Conference Management source_code_url: https://github.com/openSUSE/osem stargazers_count: 883 -updated_at: '2024-12-12' +updated_at: '2025-01-09' archived: false diff --git a/software/ossn.yml b/software/ossn.yml index f8d6a3993b..b0a5d32483 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: 1086 +stargazers_count: 1087 updated_at: '2025-01-06' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 110e913e32..825283f1ad 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: 265 -updated_at: '2025-01-07' +stargazers_count: 266 +updated_at: '2025-01-09' archived: false diff --git a/software/ots.yml b/software/ots.yml index 13bbadc775..48c0648de5 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: 484 +stargazers_count: 485 updated_at: '2024-12-12' archived: false diff --git a/software/otter-wiki.yml b/software/otter-wiki.yml index cf34e8d7c6..df9f28671e 100644 --- a/software/otter-wiki.yml +++ b/software/otter-wiki.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Wikis -stargazers_count: 687 +stargazers_count: 688 updated_at: '2024-12-20' archived: false diff --git a/software/outline-server.yml b/software/outline-server.yml index a4d7264b05..0802b943be 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: 5879 +stargazers_count: 5882 updated_at: '2025-01-07' archived: false diff --git a/software/outline.yml b/software/outline.yml index 363fe06db2..efa2072777 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: 29135 -updated_at: '2025-01-07' +stargazers_count: 29162 +updated_at: '2025-01-09' archived: false diff --git a/software/ovenmediaengine.yml b/software/ovenmediaengine.yml index 29f7b61399..e8bd68529e 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: 2632 -updated_at: '2025-01-06' +stargazers_count: 2631 +updated_at: '2025-01-08' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index 16ea5742df..3812da642c 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: 14547 -updated_at: '2025-01-07' +stargazers_count: 14557 +updated_at: '2025-01-09' archived: false diff --git a/software/overseerr.yml b/software/overseerr.yml index 675ec7eb9f..21101ad643 100644 --- a/software/overseerr.yml +++ b/software/overseerr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sct/overseerr depends_3rdparty: true -stargazers_count: 4055 +stargazers_count: 4064 updated_at: '2024-10-21' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index dc72faabf7..271cc18799 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: 9662 -updated_at: '2025-01-07' +stargazers_count: 9678 +updated_at: '2025-01-09' archived: false diff --git a/software/owncloud.yml b/software/owncloud.yml index 0e24e69291..b275d09655 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: 8431 -updated_at: '2024-12-31' +stargazers_count: 8434 +updated_at: '2025-01-08' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index df8ac57320..fcaeeacac7 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: 5155 +stargazers_count: 5209 updated_at: '2024-11-11' archived: false diff --git a/software/panora.yml b/software/panora.yml index bccbdaed00..3e0c89288a 100644 --- a/software/panora.yml +++ b/software/panora.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 971 +stargazers_count: 970 updated_at: '2024-12-27' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 64aa7a9ce5..edf26f38d3 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23638 -updated_at: '2025-01-07' +stargazers_count: 23695 +updated_at: '2025-01-08' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 0ece8ec344..3d6a8ee1e5 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/ciur/papermerge -stargazers_count: 2572 +stargazers_count: 2573 updated_at: '2024-01-15' archived: false diff --git a/software/para.yml b/software/para.yml index 5beda8b35c..57022f7fab 100644 --- a/software/para.yml +++ b/software/para.yml @@ -10,5 +10,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/erudika/para stargazers_count: 536 -updated_at: '2024-11-27' +updated_at: '2025-01-08' archived: false diff --git a/software/part-db.yml b/software/part-db.yml index 1c8481bce0..b868a54f2c 100644 --- a/software/part-db.yml +++ b/software/part-db.yml @@ -12,6 +12,6 @@ tags: - Inventory Management demo_url: https://demo.part-db.de/en/ -stargazers_count: 1021 +stargazers_count: 1023 updated_at: '2025-01-07' archived: false diff --git a/software/passbolt.yml b/software/passbolt.yml index 41a0ce9e8e..d2ccc7da57 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: 4791 +stargazers_count: 4796 updated_at: '2024-11-26' archived: false diff --git a/software/passky.yml b/software/passky.yml index 66b036e796..781bc8679a 100644 --- a/software/passky.yml +++ b/software/passky.yml @@ -9,6 +9,6 @@ tags: - Password Managers source_code_url: https://github.com/Rabbit-Company/Passky-Server demo_url: https://vault.passky.org -stargazers_count: 201 +stargazers_count: 202 updated_at: '2024-11-05' archived: false diff --git a/software/password-pusher.yml b/software/password-pusher.yml index c488d786c1..6f7bcdc72c 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: 2171 -updated_at: '2025-01-07' +stargazers_count: 2175 +updated_at: '2025-01-08' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index 5e2df901ea..bcf2b05f05 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: 30890 -updated_at: '2025-01-07' +stargazers_count: 30992 +updated_at: '2025-01-09' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index b22d833952..175c37a260 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Document Management -stargazers_count: 276 -updated_at: '2025-01-05' +stargazers_count: 302 +updated_at: '2025-01-09' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index 1e57608004..9bc4dabab4 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: 13305 -updated_at: '2025-01-06' +stargazers_count: 13311 +updated_at: '2025-01-09' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index e5a2846686..3562a3378e 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: 1001 -updated_at: '2025-01-07' +stargazers_count: 1004 +updated_at: '2025-01-09' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index 8e05ea36b4..0fbe1f582b 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: 34537 -updated_at: '2025-01-07' +stargazers_count: 34567 +updated_at: '2025-01-09' archived: false diff --git a/software/photofield.yml b/software/photofield.yml index d98ddf57c7..dcd2ed9666 100644 --- a/software/photofield.yml +++ b/software/photofield.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 466 +stargazers_count: 467 updated_at: '2024-11-02' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index d5be5a9f21..63386d3c09 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: 36029 -updated_at: '2025-01-04' +stargazers_count: 36051 +updated_at: '2025-01-09' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index 7d962e698f..9a921752a5 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5597 -updated_at: '2025-01-02' +stargazers_count: 5604 +updated_at: '2025-01-09' archived: false diff --git a/software/phpbb.yml b/software/phpbb.yml index 01ed2855a5..7ab8cb27ac 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: 1877 -updated_at: '2025-01-06' +stargazers_count: 1878 +updated_at: '2025-01-08' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index 6ccb7240d4..6fa0662c39 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: 49800 +stargazers_count: 49834 updated_at: '2024-12-29' archived: false diff --git a/software/picoshare.yml b/software/picoshare.yml index b571e673fc..db6d631f8d 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: 2389 -updated_at: '2025-01-06' +stargazers_count: 2390 +updated_at: '2025-01-09' archived: false diff --git a/software/picsur.yml b/software/picsur.yml index c12327eafd..9ee1a78e8e 100644 --- a/software/picsur.yml +++ b/software/picsur.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/CaramelFur/Picsur -stargazers_count: 907 +stargazers_count: 908 updated_at: '2024-11-13' archived: false diff --git a/software/pigallery-2.yml b/software/pigallery-2.yml index 1cad3eb605..7fdabed8d4 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: 1841 +stargazers_count: 1843 updated_at: '2025-01-05' archived: false diff --git a/software/piler.yml b/software/piler.yml index 80b0e8916f..e893dad6f0 100644 --- a/software/piler.yml +++ b/software/piler.yml @@ -8,6 +8,6 @@ platforms: - C tags: - Communication - Email - Mail Delivery Agents -stargazers_count: 93 -updated_at: '2025-01-06' +stargazers_count: 94 +updated_at: '2025-01-08' archived: false diff --git a/software/pimcore.yml b/software/pimcore.yml index afa0729f0d..1caec2e7ed 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: 3450 -updated_at: '2024-12-20' +stargazers_count: 3452 +updated_at: '2025-01-08' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index 1ad482263e..f2cba9012a 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: 311 +stargazers_count: 313 updated_at: '2024-12-22' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index 36b03791e9..09a25daec7 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3602 -updated_at: '2025-01-06' +stargazers_count: 3607 +updated_at: '2025-01-08' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index 4e8f3ef9eb..9413996add 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: 3328 -updated_at: '2025-01-06' +stargazers_count: 3330 +updated_at: '2025-01-09' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index 9e1b8459ea..ee6e470f4c 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: 5722 -updated_at: '2025-01-06' +stargazers_count: 5728 +updated_at: '2025-01-09' archived: false diff --git a/software/plane.yml b/software/plane.yml index c304a94160..a9664716cb 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: 31648 -updated_at: '2025-01-07' +stargazers_count: 31692 +updated_at: '2025-01-09' archived: false diff --git a/software/planka.yml b/software/planka.yml index a695a3390e..277cc3678b 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: 8296 +stargazers_count: 8340 updated_at: '2024-12-18' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index 381eb1a0cd..567b760000 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: 21070 -updated_at: '2025-01-07' +stargazers_count: 21091 +updated_at: '2025-01-09' archived: false diff --git a/software/plexripper.yml b/software/plexripper.yml index dcb8dadefb..2f9eeaff27 100644 --- a/software/plexripper.yml +++ b/software/plexripper.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation depends_3rdparty: true -stargazers_count: 305 -updated_at: '2025-01-05' +stargazers_count: 306 +updated_at: '2025-01-09' archived: false diff --git a/software/plik.yml b/software/plik.yml index 6e9998fce3..de91a3ea9e 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: 1503 +stargazers_count: 1504 updated_at: '2024-06-19' archived: false diff --git a/software/pluxml.yml b/software/pluxml.yml index 3ad099e933..c658454173 100644 --- a/software/pluxml.yml +++ b/software/pluxml.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/pluxml/PluXml stargazers_count: 222 -updated_at: '2025-01-03' +updated_at: '2025-01-08' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index 1d905ab1ef..7414364e1d 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: 42711 +stargazers_count: 42755 updated_at: '2025-01-05' archived: false diff --git a/software/podfetch.yml b/software/podfetch.yml index fdf1d944c3..e5014e247a 100644 --- a/software/podfetch.yml +++ b/software/podfetch.yml @@ -11,5 +11,5 @@ tags: - Media Streaming - Audio Streaming - Automation stargazers_count: 368 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/polaris.yml b/software/polaris.yml index 980a0128ec..67344b0678 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: 1487 +stargazers_count: 1488 updated_at: '2024-09-29' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index e73d130b24..d8ba8247e2 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4095 -updated_at: '2025-01-06' +stargazers_count: 4097 +updated_at: '2025-01-08' archived: false diff --git a/software/portkey.yml b/software/portkey.yml index 58ddf85fcc..553c20bbf6 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: 30 +stargazers_count: 31 updated_at: '2025-01-01' archived: false diff --git a/software/posio.yml b/software/posio.yml index a26cefb296..52f2b8ab18 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: 614 +stargazers_count: 615 updated_at: '2024-07-29' archived: false diff --git a/software/postal.yml b/software/postal.yml index 6668730fa6..d393668122 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: 15071 +stargazers_count: 15072 updated_at: '2024-10-31' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index f2870c0c5f..0b9c421ec4 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23048 -updated_at: '2025-01-07' +stargazers_count: 23093 +updated_at: '2025-01-09' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index 23565f7b1e..c8845ed373 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: 8310 +stargazers_count: 8312 updated_at: '2025-01-06' archived: false diff --git a/software/pretalx.yml b/software/pretalx.yml index b1f0282669..7b9688514f 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: 756 +stargazers_count: 757 updated_at: '2025-01-06' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index fb95d0cdbe..8449b27646 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: 1946 +stargazers_count: 1948 updated_at: '2025-01-07' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index ee2097fed8..f5c3e3aae2 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: 6733 -updated_at: '2025-01-07' +stargazers_count: 6740 +updated_at: '2025-01-09' archived: false diff --git a/software/projectsend.yml b/software/projectsend.yml index b9ba0f5a93..3ee0d2a0a9 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: 1454 +stargazers_count: 1457 updated_at: '2024-12-11' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index 7de13f144a..32d29d8707 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: 1594 +stargazers_count: 1596 updated_at: '2024-11-15' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index 88ff29ecaa..1b3e8fa8db 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: 7010 +stargazers_count: 7020 updated_at: '2024-11-15' archived: false diff --git a/software/pufferpanel.yml b/software/pufferpanel.yml index 690ac19d94..be8ac30bc0 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: 1390 +stargazers_count: 1391 updated_at: '2025-01-06' archived: false diff --git a/software/puter.yml b/software/puter.yml index 709fac6dff..d44057dff8 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: 27403 -updated_at: '2025-01-07' +stargazers_count: 27453 +updated_at: '2025-01-09' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index 9ca83af6f0..6fe51fc3ac 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: 1847 -updated_at: '2025-01-06' +stargazers_count: 1848 +updated_at: '2025-01-09' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index b668a1f431..fe39cb6aa8 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: 3379 +stargazers_count: 3382 updated_at: '2025-01-07' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index 9d4d870452..36cfcff3a7 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: 29304 -updated_at: '2025-01-06' +stargazers_count: 29337 +updated_at: '2025-01-08' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index a2f63c6d4c..c19a965c93 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: 4613 +stargazers_count: 4614 updated_at: '2024-10-10' archived: false diff --git a/software/qpixel.yml b/software/qpixel.yml index 0a4eeded45..ca55f1aed6 100644 --- a/software/qpixel.yml +++ b/software/qpixel.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/codidact/qpixel stargazers_count: 398 -updated_at: '2025-01-04' +updated_at: '2025-01-09' archived: false diff --git a/software/quizmaster.yml b/software/quizmaster.yml index cfdef7de54..df6cb87c0a 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: 240 +stargazers_count: 241 updated_at: '2024-09-26' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index 58ae1e08dd..5d6ada2351 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10755 +stargazers_count: 10766 updated_at: '2025-01-06' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index 27521432fa..d84768fc6c 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: 3447 -updated_at: '2025-01-04' +stargazers_count: 3453 +updated_at: '2025-01-09' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index 465acaeb3d..ee6b4c9b83 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: 3846 +stargazers_count: 3850 updated_at: '2025-01-06' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index d22931eaa1..4a558c6fce 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 26958 -updated_at: '2024-10-13' +stargazers_count: 26986 +updated_at: '2025-01-09' archived: false diff --git a/software/reader.yml b/software/reader.yml index fa8db6fb06..562ba66439 100644 --- a/software/reader.yml +++ b/software/reader.yml @@ -9,5 +9,5 @@ tags: - Feed Readers source_code_url: https://github.com/lemon24/reader stargazers_count: 463 -updated_at: '2025-01-06' +updated_at: '2025-01-09' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index a7060337c0..8a68e8f243 100644 --- a/software/recipesage.yml +++ b/software/recipesage.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/julianpoy/recipesage demo_url: https://recipesage.com stargazers_count: 656 -updated_at: '2025-01-07' +updated_at: '2025-01-08' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 28822f6a02..643a97994b 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login -stargazers_count: 242 -updated_at: '2024-12-28' +stargazers_count: 245 +updated_at: '2025-01-09' archived: false diff --git a/software/red-eclipse-2.yml b/software/red-eclipse-2.yml index 2e76373002..b98a9e0300 100644 --- a/software/red-eclipse-2.yml +++ b/software/red-eclipse-2.yml @@ -12,6 +12,6 @@ platforms: tags: - Games source_code_url: https://github.com/redeclipse/base -stargazers_count: 450 +stargazers_count: 451 updated_at: '2024-12-22' archived: false diff --git a/software/redash.yml b/software/redash.yml index 01cb5cc3de..120dba5ff3 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: 26706 +stargazers_count: 26720 updated_at: '2025-01-01' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index 946d508310..e9d3729103 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: 1533 +stargazers_count: 1535 updated_at: '2024-12-02' archived: false diff --git a/software/rei3.yml b/software/rei3.yml index 9c03ca2790..78058a8855 100644 --- a/software/rei3.yml +++ b/software/rei3.yml @@ -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: 368 +stargazers_count: 370 updated_at: '2024-12-31' archived: false diff --git a/software/remark42.yml b/software/remark42.yml index 76ee6d9bf4..a621108ba4 100644 --- a/software/remark42.yml +++ b/software/remark42.yml @@ -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: 5001 +stargazers_count: 5003 updated_at: '2025-01-02' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index dadecb3622..0a30f6067d 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4636 +stargazers_count: 4641 updated_at: '2024-12-17' archived: false diff --git a/software/request-tracker.yml b/software/request-tracker.yml index e5d8c4c3b1..aa220ae6fe 100644 --- a/software/request-tracker.yml +++ b/software/request-tracker.yml @@ -8,6 +8,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/bestpractical/rt -stargazers_count: 969 +stargazers_count: 970 updated_at: '2024-12-30' archived: false diff --git a/software/restreamer.yml b/software/restreamer.yml index 04a7ade457..97380b6de6 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4130 +stargazers_count: 4134 updated_at: '2024-11-26' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index 72472fc36a..f58104848b 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 779 +stargazers_count: 782 updated_at: '2025-01-01' archived: false diff --git a/software/retroshare.yml b/software/retroshare.yml index a7bc153bf2..72b6e191ec 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: 1774 +stargazers_count: 1775 updated_at: '2025-01-06' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index 6a89062a86..052c3073c1 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: 68187 +stargazers_count: 68193 updated_at: '2024-11-28' archived: false diff --git a/software/revive-adserver.yml b/software/revive-adserver.yml index 2084eb62d0..7c1331886a 100644 --- a/software/revive-adserver.yml +++ b/software/revive-adserver.yml @@ -9,5 +9,5 @@ tags: - Miscellaneous source_code_url: https://github.com/revive-adserver/revive-adserver stargazers_count: 1280 -updated_at: '2024-12-19' +updated_at: '2025-01-08' archived: false diff --git a/software/revolt.yml b/software/revolt.yml index 7609179c0f..236b689b1a 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: 1069 +stargazers_count: 1070 updated_at: '2024-12-23' archived: false diff --git a/software/rgit.yml b/software/rgit.yml index e1a2c3a40a..87c27f6115 100644 --- a/software/rgit.yml +++ b/software/rgit.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/w4/rgit -stargazers_count: 132 -updated_at: '2025-01-07' +stargazers_count: 136 +updated_at: '2025-01-08' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 5ea9f130e1..015890f08f 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41574 -updated_at: '2025-01-07' +stargazers_count: 41588 +updated_at: '2025-01-08' archived: false diff --git a/software/romm.yml b/software/romm.yml index b508c74d1a..9ab5d2f4a5 100644 --- a/software/romm.yml +++ b/software/romm.yml @@ -9,6 +9,6 @@ tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/zurdi15/romm depends_3rdparty: true -stargazers_count: 2809 +stargazers_count: 2839 updated_at: '2025-01-07' archived: false diff --git a/software/roundcube.yml b/software/roundcube.yml index 35c62eeaef..08b56ec834 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: 5995 -updated_at: '2025-01-03' +stargazers_count: 5999 +updated_at: '2025-01-08' archived: false diff --git a/software/routr.yml b/software/routr.yml index 5cbfba1bc7..5de4cddfda 100644 --- a/software/routr.yml +++ b/software/routr.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/fonoster/routr -stargazers_count: 1455 +stargazers_count: 1456 updated_at: '2024-12-19' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index 69a7b7f157..4c2556562e 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: 7498 +stargazers_count: 7507 updated_at: '2025-01-07' archived: false diff --git a/software/rss2email.yml b/software/rss2email.yml index ad37a33d53..6165c06543 100644 --- a/software/rss2email.yml +++ b/software/rss2email.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/rss2email/rss2email -stargazers_count: 383 +stargazers_count: 384 updated_at: '2025-01-04' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index 04d5a41bb3..6e8d9302f0 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34657 -updated_at: '2025-01-07' +stargazers_count: 34690 +updated_at: '2025-01-09' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index a4fe5ab914..5e0f6af89f 100644 --- a/software/rstudio-server.yml +++ b/software/rstudio-server.yml @@ -10,5 +10,5 @@ tags: - Software Development - IDE & Tools source_code_url: https://github.com/rstudio/rstudio stargazers_count: 4721 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/rudderstack.yml b/software/rudderstack.yml index bd577e4c41..77a6c181e8 100644 --- a/software/rudderstack.yml +++ b/software/rudderstack.yml @@ -11,6 +11,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/rudderlabs/rudder-server/ -stargazers_count: 4121 -updated_at: '2025-01-07' +stargazers_count: 4122 +updated_at: '2025-01-09' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index 67e0454b38..dec5035fec 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7051 +stargazers_count: 7068 updated_at: '2024-12-07' archived: false diff --git a/software/ryot.yml b/software/ryot.yml index b04f40e1e0..44970ae750 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2128 -updated_at: '2025-01-02' +stargazers_count: 2131 +updated_at: '2025-01-09' archived: false diff --git a/software/sabredav.yml b/software/sabredav.yml index 9d33a05712..ca6d40200e 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: 1555 +stargazers_count: 1558 updated_at: '2024-12-01' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index 4d4a55d32f..cb62fb9394 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: 20970 -updated_at: '2025-01-07' +stargazers_count: 20979 +updated_at: '2025-01-08' archived: false diff --git a/software/samvera-hyrax.yml b/software/samvera-hyrax.yml index f28ce81639..8d59b85ec2 100644 --- a/software/samvera-hyrax.yml +++ b/software/samvera-hyrax.yml @@ -9,5 +9,5 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/samvera/hyrax stargazers_count: 184 -updated_at: '2024-12-23' +updated_at: '2025-01-08' archived: false diff --git a/software/sandstorm.yml b/software/sandstorm.yml index da964b74d5..b3a432ba40 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: 6785 +stargazers_count: 6787 updated_at: '2024-12-17' archived: false diff --git a/software/scm-manager.yml b/software/scm-manager.yml index 7a7849f879..0c65c853e9 100644 --- a/software/scm-manager.yml +++ b/software/scm-manager.yml @@ -12,5 +12,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/scm-manager/scm-manager stargazers_count: 137 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/scoold.yml b/software/scoold.yml index e8441f2f2e..2ec464a0e4 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: 874 +stargazers_count: 875 updated_at: '2025-01-07' archived: false diff --git a/software/screego.yml b/software/screego.yml index 7c1cdcb83a..be7c077e40 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: 8178 +stargazers_count: 8186 updated_at: '2024-12-07' archived: false diff --git a/software/scribble.rs.yml b/software/scribble.rs.yml index 863354d0c2..821f7bd108 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: 476 +stargazers_count: 477 updated_at: '2024-12-27' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index 03d4f5828d..fe2ea330a5 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: 12570 +stargazers_count: 12579 updated_at: '2024-12-21' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index 991e4a2cb1..7baed66569 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: 14969 +stargazers_count: 15020 updated_at: '2025-01-06' archived: false diff --git a/software/seatsurfing.yml b/software/seatsurfing.yml index 86668ffa30..f1628939b4 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: 157 +stargazers_count: 158 updated_at: '2025-01-06' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index 480c38aa5b..8a4bd30e3d 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: 23412 -updated_at: '2025-01-06' +stargazers_count: 23435 +updated_at: '2025-01-08' archived: false diff --git a/software/selfoss.yml b/software/selfoss.yml index fccfde2c6f..7ba4658252 100644 --- a/software/selfoss.yml +++ b/software/selfoss.yml @@ -9,5 +9,5 @@ tags: - Feed Readers source_code_url: https://github.com/fossar/selfoss stargazers_count: 2391 -updated_at: '2024-12-29' +updated_at: '2025-01-09' archived: false diff --git a/software/send.yml b/software/send.yml index 3e6a59747e..d95c958585 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4907 +stargazers_count: 4912 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 610a408e11..622f26c74d 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: 39564 -updated_at: '2025-01-07' +stargazers_count: 39585 +updated_at: '2025-01-09' archived: false diff --git a/software/servas.yml b/software/servas.yml index e6e9128e95..7b8f2e4e7b 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: 595 +stargazers_count: 597 updated_at: '2024-12-19' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index df7ec8b78b..d511dfd388 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: 9769 +stargazers_count: 9779 updated_at: '2025-01-04' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index 02018f4c10..9be0e2be28 100644 --- a/software/sharry.yml +++ b/software/sharry.yml @@ -12,5 +12,5 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/eikek/sharry stargazers_count: 938 -updated_at: '2024-12-23' +updated_at: '2025-01-08' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index bf7fb9360d..03426b59c5 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: 1913 -updated_at: '2025-01-07' +stargazers_count: 1917 +updated_at: '2025-01-09' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index ec8000233c..993154e100 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: 1414 +stargazers_count: 1416 updated_at: '2025-01-07' archived: false diff --git a/software/shhh.yml b/software/shhh.yml index e36538b8df..2fa1bbcc30 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: 386 -updated_at: '2025-01-05' +stargazers_count: 387 +updated_at: '2025-01-08' archived: false diff --git a/software/shifter.yml b/software/shifter.yml index 831bc67b3b..5a9164e760 100644 --- a/software/shifter.yml +++ b/software/shifter.yml @@ -9,5 +9,5 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/TobySuch/Shifter stargazers_count: 31 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 032279f189..d43af1960c 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: 9820 +stargazers_count: 9826 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index 8335dfe631..b7dc5476c7 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: 3424 +stargazers_count: 3430 updated_at: '2024-12-27' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index 46202545a0..167aec8206 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: 2888 -updated_at: '2025-01-07' +stargazers_count: 2890 +updated_at: '2025-01-08' archived: false diff --git a/software/shynet.yml b/software/shynet.yml index 787314feb1..f00664faac 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: 2961 +stargazers_count: 2962 updated_at: '2024-12-19' archived: false diff --git a/software/sickchill.yml b/software/sickchill.yml index b0f2d56ddb..231db2990c 100644 --- a/software/sickchill.yml +++ b/software/sickchill.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/SickChill/SickChill -stargazers_count: 2406 +stargazers_count: 2407 updated_at: '2024-09-10' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index a3681b5b62..6f1c33978f 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: 2819 -updated_at: '2025-01-07' +stargazers_count: 2824 +updated_at: '2025-01-09' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index 88e1bddd11..ce7450a9d8 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: 5300 +stargazers_count: 5309 updated_at: '2024-12-20' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 35df05ff98..391f16570a 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: 7656 -updated_at: '2025-01-07' +stargazers_count: 7668 +updated_at: '2025-01-09' archived: false diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index df87bd24df..0955be13b0 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: 1689 -updated_at: '2025-01-07' +stargazers_count: 1691 +updated_at: '2025-01-08' archived: false diff --git a/software/sish.yml b/software/sish.yml index 0deb7d9e95..07da2a4d97 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: 4075 -updated_at: '2024-09-17' +stargazers_count: 4077 +updated_at: '2025-01-08' archived: false diff --git a/software/sist2.yml b/software/sist2.yml index 6db80c6d01..0cdd77851c 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: 914 +stargazers_count: 913 updated_at: '2024-04-26' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index d531a82e68..6d54f66bd8 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26138 +stargazers_count: 26241 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index 52accc346e..3052b9c0a3 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2098 +stargazers_count: 2105 updated_at: '2025-01-04' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index f6cbb9ece6..351926c3e7 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: 1224 +stargazers_count: 1226 updated_at: '2024-12-18' archived: false diff --git a/software/snapcast.yml b/software/snapcast.yml index 4ee4d2f9c3..ef27330bed 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: 6329 -updated_at: '2024-12-19' +stargazers_count: 6336 +updated_at: '2025-01-09' archived: false diff --git a/software/snappymail.yml b/software/snappymail.yml index 172b606e92..8e04789f00 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: 1086 +stargazers_count: 1085 updated_at: '2024-12-10' archived: false diff --git a/software/socioboard.yml b/software/socioboard.yml index abfc83c7fc..d917a7fa75 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: 1194 +stargazers_count: 1195 updated_at: '2024-10-15' archived: false diff --git a/software/sogo.yml b/software/sogo.yml index c8925c5f91..434a1092d8 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: 1849 +stargazers_count: 1850 updated_at: '2025-01-07' archived: false diff --git a/software/soketi.yml b/software/soketi.yml index 509cc5dfd3..e092f59473 100644 --- a/software/soketi.yml +++ b/software/soketi.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/soketi/soketi -stargazers_count: 5032 +stargazers_count: 5038 updated_at: '2024-03-25' archived: false diff --git a/software/solidinvoice.yml b/software/solidinvoice.yml index 301dceb6ae..a085fdfd75 100644 --- a/software/solidinvoice.yml +++ b/software/solidinvoice.yml @@ -9,5 +9,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/SolidInvoice/SolidInvoice stargazers_count: 600 -updated_at: '2024-12-08' +updated_at: '2025-01-09' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index 93cc3c6204..6daa0908a2 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2608 +stargazers_count: 2619 updated_at: '2024-12-21' archived: false diff --git a/software/solidus.yml b/software/solidus.yml index 3839c32939..97f915a2c6 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: 5066 -updated_at: '2025-01-07' +stargazers_count: 5067 +updated_at: '2025-01-09' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index c36723059c..48f30f77a6 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11128 +stargazers_count: 11135 updated_at: '2025-01-05' archived: false diff --git a/software/sorry-cypress.yml b/software/sorry-cypress.yml index 5db11711d1..8bc786d647 100644 --- a/software/sorry-cypress.yml +++ b/software/sorry-cypress.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Testing source_code_url: https://github.com/sorry-cypress/sorry-cypress -stargazers_count: 2723 +stargazers_count: 2724 updated_at: '2024-04-12' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index 72b243966b..0e06e54d8c 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2374 +stargazers_count: 2384 updated_at: '2024-06-04' archived: false diff --git a/software/spis.yml b/software/spis.yml index 3c801a885e..065d7bfd47 100644 --- a/software/spis.yml +++ b/software/spis.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/gbbirkisson/spis stargazers_count: 140 -updated_at: '2025-01-02' +updated_at: '2025-01-08' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index b4344ab0c5..01ba49b767 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: 13192 -updated_at: '2025-01-07' +stargazers_count: 13193 +updated_at: '2025-01-09' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index 269b5cf946..baad4c2b71 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: 1733 +stargazers_count: 1740 updated_at: '2025-01-06' archived: false diff --git a/software/srs.yml b/software/srs.yml index 84348fa224..a95e62b821 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: 26124 +stargazers_count: 26131 updated_at: '2024-12-05' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index 42ee3059eb..53aab21974 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: 2539 +stargazers_count: 2543 updated_at: '2024-12-13' archived: false diff --git a/software/stackstorm.yml b/software/stackstorm.yml index 17f19e2ba8..f2995003b8 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: 6136 +stargazers_count: 6140 updated_at: '2024-12-19' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index 8a49b7eebe..c8405afe64 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: 5794 +stargazers_count: 5833 updated_at: '2025-01-07' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index b0aba9d1a4..2a0c9447fb 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.org/ -stargazers_count: 5466 -updated_at: '2025-01-06' +stargazers_count: 5469 +updated_at: '2025-01-09' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index 09aba793e4..e31bd80258 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: 316 +stargazers_count: 321 updated_at: '2025-01-06' archived: false diff --git a/software/startos.yml b/software/startos.yml index ece6340c97..4aa81f502b 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: 1063 +stargazers_count: 1066 updated_at: '2024-09-26' archived: false diff --git a/software/stash.yml b/software/stash.yml index aa4ff02fc2..f32f9c1a81 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: 9602 +stargazers_count: 9604 updated_at: '2024-12-04' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index be60ac7b7c..f7459ae241 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 1607 -updated_at: '2025-01-03' +stargazers_count: 1612 +updated_at: '2025-01-09' archived: false diff --git a/software/statping.ng.yml b/software/statping.ng.yml index 3a163b5276..723ac45b5d 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: 1555 -updated_at: '2025-01-07' +stargazers_count: 1558 +updated_at: '2025-01-09' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index baac430504..d4d91de259 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: 48652 -updated_at: '2025-01-07' +stargazers_count: 48711 +updated_at: '2025-01-09' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index 223993db37..b83c30abef 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: 64541 -updated_at: '2025-01-07' +stargazers_count: 64570 +updated_at: '2025-01-09' archived: false diff --git a/software/streama.yml b/software/streama.yml index cb9d7f47f9..2ac70edd32 100644 --- a/software/streama.yml +++ b/software/streama.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/streamaserver/streama -stargazers_count: 9712 +stargazers_count: 9714 updated_at: '2024-04-04' archived: false diff --git a/software/string.is.yml b/software/string.is.yml index c891b1ac1b..0711fe2d1a 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: 263 -updated_at: '2025-01-02' +stargazers_count: 264 +updated_at: '2025-01-09' archived: false diff --git a/software/stringer.yml b/software/stringer.yml index bf50334d4e..52309e818d 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: 3964 +stargazers_count: 3965 updated_at: '2025-01-06' archived: false diff --git a/software/stump.yml b/software/stump.yml index b26d75ca42..ede791067d 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: 1096 +stargazers_count: 1099 updated_at: '2024-12-08' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index 37a4aebc9c..b2876d6a7b 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4621 +stargazers_count: 4622 updated_at: '2025-01-03' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 7e40b0a47f..11b7479389 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: 21462 +stargazers_count: 21532 updated_at: '2025-01-08' archived: false diff --git a/software/superset.yml b/software/superset.yml index ca39575475..eb3f7afeb9 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: 63689 -updated_at: '2025-01-07' +stargazers_count: 63719 +updated_at: '2025-01-10' archived: false diff --git a/software/suroi.yml b/software/suroi.yml index fd17085116..364311eba3 100644 --- a/software/suroi.yml +++ b/software/suroi.yml @@ -9,6 +9,6 @@ platforms: tags: - Games demo_url: https://suroi.io/ -stargazers_count: 311 +stargazers_count: 313 updated_at: '2025-01-03' archived: false diff --git a/software/svix.yml b/software/svix.yml index 3616de5537..67fa6697eb 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: 2487 -updated_at: '2025-01-07' +stargazers_count: 2488 +updated_at: '2025-01-09' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index ce4dc55104..0d05790e4d 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: 2982 -updated_at: '2025-01-07' +stargazers_count: 2987 +updated_at: '2025-01-08' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index e65d938729..a47a092f52 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: 851 +stargazers_count: 854 updated_at: '2025-01-07' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index 83b6fdff67..b8f30e1735 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: 8057 -updated_at: '2025-01-07' +stargazers_count: 8058 +updated_at: '2025-01-09' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index 9c36ae5f85..af1fa89f5c 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: 1774 -updated_at: '2025-01-07' +stargazers_count: 1783 +updated_at: '2025-01-08' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index f48c21fd45..6cabb3dc40 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: 66703 -updated_at: '2025-01-06' +stargazers_count: 66738 +updated_at: '2025-01-09' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index 819c6da87c..eb0604b49f 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: 3925 -updated_at: '2025-01-07' +stargazers_count: 3927 +updated_at: '2025-01-09' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 5633df715e..906c4dc509 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: 3048 +stargazers_count: 3054 updated_at: '2025-01-02' archived: false diff --git a/software/talkyard.yml b/software/talkyard.yml index 09c8f57705..97013dc15c 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: 1722 +stargazers_count: 1723 updated_at: '2024-12-31' archived: false diff --git a/software/tamari.yml b/software/tamari.yml index 3d984f9bba..549aeb66d6 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: 77 +stargazers_count: 78 updated_at: '2024-12-31' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index 7e0be73257..5937fb8aa5 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: 5802 +stargazers_count: 5807 updated_at: '2025-01-05' archived: false diff --git a/software/tasks.md.yml b/software/tasks.md.yml index f55e28f034..c3615c40bd 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: 966 +stargazers_count: 967 updated_at: '2024-12-02' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index 9cdffecbea..5a747ddd56 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22521 -updated_at: '2025-01-07' +stargazers_count: 22531 +updated_at: '2025-01-09' archived: false diff --git a/software/teammapper.yml b/software/teammapper.yml index 6cc2181d12..576d2d2c07 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: 279 +stargazers_count: 281 updated_at: '2025-01-06' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index d39e06f13b..cc20790775 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: 1694 +stargazers_count: 1695 updated_at: '2024-12-29' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index 45ded9c00c..57f5cd1cc3 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: 4756 +stargazers_count: 4764 updated_at: '2024-12-21' archived: false diff --git a/software/teedy.yml b/software/teedy.yml index ed68edb808..4b91dbf5c6 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: 2005 +stargazers_count: 2010 updated_at: '2024-09-07' archived: false diff --git a/software/teikei.yml b/software/teikei.yml index 4aad79c633..071eee0643 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: 58 -updated_at: '2024-12-16' +stargazers_count: 59 +updated_at: '2025-01-08' archived: false diff --git a/software/teleport.yml b/software/teleport.yml index 885b0a00c6..787ceca3d5 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: 17859 -updated_at: '2025-01-07' +stargazers_count: 17865 +updated_at: '2025-01-09' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index fc721df577..2e241fbcab 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: 6181 +stargazers_count: 6190 updated_at: '2025-01-07' archived: false diff --git a/software/textbelt.yml b/software/textbelt.yml index b2803755ae..74c590106c 100644 --- a/software/textbelt.yml +++ b/software/textbelt.yml @@ -9,6 +9,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/typpo/textbelt depends_3rdparty: true -stargazers_count: 3089 +stargazers_count: 3091 updated_at: '2024-03-28' archived: false diff --git a/software/textpattern.yml b/software/textpattern.yml index a81e9b5f9b..b5a775569f 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: 801 -updated_at: '2025-01-05' +stargazers_count: 802 +updated_at: '2025-01-09' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index ea85ab43c1..453923f601 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: 5673 -updated_at: '2025-01-07' +stargazers_count: 5676 +updated_at: '2025-01-09' archived: false diff --git a/software/the-lounge.yml b/software/the-lounge.yml index e32f3a5f27..3d0ec4966b 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: 5746 +stargazers_count: 5747 updated_at: '2024-11-07' archived: false diff --git a/software/thelia.yml b/software/thelia.yml index a2463971c8..f9e3b1bb58 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: 857 +stargazers_count: 858 updated_at: '2024-12-06' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index 581cffd13b..856a590f89 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: 17971 -updated_at: '2025-01-07' +stargazers_count: 18016 +updated_at: '2025-01-09' archived: false diff --git a/software/this-week-in-past.yml b/software/this-week-in-past.yml index 4a39de1533..768a400d55 100644 --- a/software/this-week-in-past.yml +++ b/software/this-week-in-past.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/RouHim/this-week-in-past stargazers_count: 75 -updated_at: '2024-12-30' +updated_at: '2025-01-08' archived: false diff --git a/software/thumbor.yml b/software/thumbor.yml index ec7a8aef0d..83fb503895 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: 10153 +stargazers_count: 10156 updated_at: '2024-11-12' archived: false diff --git a/software/tiddlywiki.yml b/software/tiddlywiki.yml index 089d40a307..5bb416482a 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: 8146 +stargazers_count: 8152 updated_at: '2025-01-07' archived: false diff --git a/software/tigase.yml b/software/tigase.yml index b08b6808b6..7f8c823e99 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: 327 +stargazers_count: 328 updated_at: '2024-12-21' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index ef1245e250..dc61223638 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: 2288 +stargazers_count: 2287 updated_at: '2025-01-02' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index f1f669d037..3e0697014c 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: 1220 +stargazers_count: 1221 updated_at: '2025-01-06' archived: false diff --git a/software/tine.yml b/software/tine.yml index 9d5886f2bb..1acc2db3f8 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: 14 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index 7ef3740255..6b914cfe74 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: 12193 +stargazers_count: 12205 updated_at: '2024-04-27' archived: false diff --git a/software/tiny-file-manager.yml b/software/tiny-file-manager.yml index fce579ed84..f98ae26cb3 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: 5105 +stargazers_count: 5110 updated_at: '2024-11-05' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index bdf62e4a0b..e384bcdc32 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: 4973 +stargazers_count: 4978 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index e6489df189..4accca3cdb 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: 7675 +stargazers_count: 7684 updated_at: '2025-01-04' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 42792e8b8a..74d40c52d9 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: 2283 -updated_at: '2025-01-07' +stargazers_count: 2293 +updated_at: '2025-01-09' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index 40c858ef41..cd06d7d29e 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: 33631 -updated_at: '2025-01-06' +stargazers_count: 33645 +updated_at: '2025-01-09' archived: false diff --git a/software/tox.yml b/software/tox.yml index a5074d39fc..622b460389 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: 2318 +stargazers_count: 2319 updated_at: '2025-01-05' archived: false diff --git a/software/tracks.yml b/software/tracks.yml index 1ad6c21efe..8089046011 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: 1192 +stargazers_count: 1191 updated_at: '2024-12-19' archived: false diff --git a/software/traduora.yml b/software/traduora.yml index 1e862be1cf..6f6ea2c41f 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: 2013 +stargazers_count: 2014 updated_at: '2024-11-22' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index 0aa13162a3..3f59f1b65a 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52153 -updated_at: '2025-01-03' +stargazers_count: 52467 +updated_at: '2025-01-09' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 232b3e1474..3953de741c 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: 1258 +stargazers_count: 1261 updated_at: '2025-01-02' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index f15184420b..0daefb9ed1 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: 15360 +stargazers_count: 15365 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index f42edb3946..cb0a9e1af8 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: 12499 -updated_at: '2025-01-01' +stargazers_count: 12508 +updated_at: '2025-01-09' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index b80ce2f91b..dd38bed441 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27791 +stargazers_count: 27805 updated_at: '2024-05-30' archived: false diff --git a/software/trudesk.yml b/software/trudesk.yml index c5c0909bce..dcd028cab5 100644 --- a/software/trudesk.yml +++ b/software/trudesk.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/polonel/trudesk -stargazers_count: 1335 +stargazers_count: 1336 updated_at: '2024-07-24' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 1ed3682214..74e5c7ccfb 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: 5471 +stargazers_count: 5478 updated_at: '2024-12-20' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index 7364c03b71..3c035d3713 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2063 -updated_at: '2025-01-07' +stargazers_count: 2066 +updated_at: '2025-01-09' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index 913b7453dd..f3de4d74f3 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9074 +stargazers_count: 9086 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index 28917e2ba2..31b35e25b4 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24424 -updated_at: '2025-01-07' +stargazers_count: 24441 +updated_at: '2025-01-09' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index d014dfa6d7..a3863b4e9d 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: 9806 -updated_at: '2025-01-03' +stargazers_count: 9809 +updated_at: '2025-01-09' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index 9c0027a2b1..c182abd0ed 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: 7823 -updated_at: '2025-01-06' +stargazers_count: 7833 +updated_at: '2025-01-09' archived: false diff --git a/software/typemill.yml b/software/typemill.yml index 93f6413c94..3f5fe94644 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: 475 +stargazers_count: 476 updated_at: '2024-12-22' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index 2daaa5afa0..801a69638e 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: 21682 -updated_at: '2025-01-07' +stargazers_count: 21697 +updated_at: '2025-01-09' archived: false diff --git a/software/typo3.yml b/software/typo3.yml index 580a0ce8e7..7593c11364 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: 1065 -updated_at: '2025-01-07' +stargazers_count: 1067 +updated_at: '2025-01-09' archived: false diff --git a/software/uguu.yml b/software/uguu.yml index a4a16373e6..2b5cfeb262 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: 893 +stargazers_count: 894 updated_at: '2024-10-26' archived: false diff --git a/software/umami.yml b/software/umami.yml index 8a7013854a..48e3f71094 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: 23610 +stargazers_count: 23653 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index 6c47f0b2a9..5d8edf8e1f 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: 4647 +stargazers_count: 4649 updated_at: '2025-01-07' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index 4438d50aad..55c19ba35d 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: 7913 +stargazers_count: 7928 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index e91926bd9f..2f79b7fc5b 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: 4285 +stargazers_count: 4289 updated_at: '2025-01-07' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index 8e032932a1..7b21a54eed 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: 2782 -updated_at: '2025-01-07' +stargazers_count: 2791 +updated_at: '2025-01-09' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index abfd975f33..e577a1b699 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: 62241 +stargazers_count: 62335 updated_at: '2024-12-22' archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index b264bbac76..2380a40271 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: 9648 +stargazers_count: 9663 updated_at: '2024-12-04' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index c61e789869..261e31ad26 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3731 +stargazers_count: 3732 updated_at: '2025-01-04' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 9f9d936532..67ee7058ab 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: 40544 -updated_at: '2025-01-07' +stargazers_count: 40632 +updated_at: '2025-01-09' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index e31c6b3119..8d99fe1aea 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: 5901 -updated_at: '2025-01-07' +stargazers_count: 5909 +updated_at: '2025-01-09' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index f27dbfb3a6..5805bdfd69 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1830 +stargazers_count: 1833 updated_at: '2025-01-04' archived: false diff --git a/software/vod2pod-rss.yml b/software/vod2pod-rss.yml index d45268ada1..61364d057a 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: 245 +stargazers_count: 246 updated_at: '2025-01-07' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index 2bbf84496c..958a0266de 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: 441 +stargazers_count: 443 updated_at: '2024-12-10' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 036c7ca03e..70e7e9c9f7 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: 18602 +stargazers_count: 18609 updated_at: '2025-01-07' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index 0ba81b9f5a..c269d83522 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: 2922 +stargazers_count: 2930 updated_at: '2024-12-22' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index 6683a92cbe..74292b4149 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: 10785 -updated_at: '2025-01-07' +stargazers_count: 10794 +updated_at: '2025-01-09' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index 95c1dbfee0..29d1b3acca 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: 4081 -updated_at: '2024-12-27' +stargazers_count: 4093 +updated_at: '2025-01-09' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index 8872215e23..cd1add9606 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: 363 -updated_at: '2025-01-07' +stargazers_count: 366 +updated_at: '2025-01-09' archived: false diff --git a/software/watcharr.yml b/software/watcharr.yml index 417d6088e8..36a044d168 100644 --- a/software/watcharr.yml +++ b/software/watcharr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sbondCo/Watcharr demo_url: https://beta.watcharr.app/ -stargazers_count: 572 +stargazers_count: 573 updated_at: '2025-01-01' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index 2fded18085..6288ae1e24 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 182 +stargazers_count: 184 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index ebf5dd5c68..e5d1c45cc7 100644 --- a/software/wayback.yml +++ b/software/wayback.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/wabarc/wayback stargazers_count: 1854 -updated_at: '2025-01-01' +updated_at: '2025-01-09' archived: false diff --git a/software/wbo.yml b/software/wbo.yml index c63fb79ffe..ac1314223f 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: 2220 +stargazers_count: 2221 updated_at: '2024-10-13' archived: false diff --git a/software/web-portal.yml b/software/web-portal.yml index 918cc7d6d5..c0f7e47f2f 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: 207 +stargazers_count: 209 updated_at: '2024-10-16' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index b360a204b7..a068371e5e 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -11,6 +11,6 @@ tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org -stargazers_count: 4735 -updated_at: '2025-01-07' +stargazers_count: 4738 +updated_at: '2025-01-09' archived: false diff --git a/software/websurfx.yml b/software/websurfx.yml index efb298717b..78dcf99a8a 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines depends_3rdparty: true -stargazers_count: 785 +stargazers_count: 787 updated_at: '2024-12-24' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index 7132194029..2e5a7c06d0 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: 513 -updated_at: '2025-01-06' +stargazers_count: 516 +updated_at: '2025-01-09' archived: false diff --git a/software/weechat.yml b/software/weechat.yml index 6228099e27..1dfd5fac13 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: 3009 -updated_at: '2025-01-07' +stargazers_count: 3011 +updated_at: '2025-01-08' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 2fc5ee60d6..30dc1d5244 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: 19708 +stargazers_count: 19716 updated_at: '2025-01-03' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index 7f8c1b1a10..934d3a7a3d 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: 4424 +stargazers_count: 4430 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index 82b200aa76..a605940709 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3353 +stargazers_count: 3358 updated_at: '2025-01-07' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index e78658944d..5fa5eb735a 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: 9706 +stargazers_count: 9712 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index 10784c09da..f10a5cbe92 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: 25289 +stargazers_count: 25320 updated_at: '2025-01-01' archived: false diff --git a/software/wikidocs.yml b/software/wikidocs.yml index 96755fc206..f7bdbf65d4 100644 --- a/software/wikidocs.yml +++ b/software/wikidocs.yml @@ -10,6 +10,6 @@ platforms: tags: - Wikis demo_url: https://demo.wikidocs.it -stargazers_count: 350 -updated_at: '2025-01-07' +stargazers_count: 358 +updated_at: '2025-01-08' archived: false diff --git a/software/wikmd.yml b/software/wikmd.yml index 19278bb165..5361c97bb0 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: 350 +stargazers_count: 351 updated_at: '2024-09-16' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 9f578fad4c..751e1f3a8c 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: 1939 -updated_at: '2024-12-23' +stargazers_count: 1940 +updated_at: '2025-01-09' archived: false diff --git a/software/wintercms.yml b/software/wintercms.yml index a1a872090c..3d6e9be342 100644 --- a/software/wintercms.yml +++ b/software/wintercms.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/wintercms/winter stargazers_count: 1390 -updated_at: '2025-01-02' +updated_at: '2025-01-08' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index ca31adc823..b3fe86cfc9 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: 9491 -updated_at: '2025-01-07' +stargazers_count: 9493 +updated_at: '2025-01-09' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index cffbd9c5a7..cf5a88132f 100644 --- a/software/wordpress.yml +++ b/software/wordpress.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/WordPress/WordPress stargazers_count: 19757 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/workadventure.yml b/software/workadventure.yml index 5971fdf158..901abe3eb8 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: 4228 +stargazers_count: 4230 updated_at: '2024-12-16' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index 94dc643826..0cf248a831 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: 4598 +stargazers_count: 4601 updated_at: '2024-12-01' archived: false diff --git a/software/xandikos.yml b/software/xandikos.yml index e1220c21b4..1de329e2d4 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: 440 +stargazers_count: 441 updated_at: '2024-12-10' archived: false diff --git a/software/xsrv.yml b/software/xsrv.yml index b5520758fc..f3ed4fc831 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: 341 +stargazers_count: 342 updated_at: '2025-01-06' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index c2b13759e9..e5419744ec 100644 --- a/software/xwiki.yml +++ b/software/xwiki.yml @@ -12,5 +12,5 @@ tags: source_code_url: https://github.com/xwiki/xwiki-platform demo_url: https://playground.xwiki.org stargazers_count: 1025 -updated_at: '2025-01-07' +updated_at: '2025-01-09' archived: false diff --git a/software/yaade.yml b/software/yaade.yml index 1de259464b..5c5e635c3d 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: 1625 +stargazers_count: 1626 updated_at: '2024-12-24' archived: false diff --git a/software/yabin.yml b/software/yabin.yml index 555856fc5c..1897181719 100644 --- a/software/yabin.yml +++ b/software/yabin.yml @@ -10,6 +10,6 @@ tags: - Pastebins source_code_url: https://github.com/Yureien/YABin demo_url: https://bin.sohamsen.me/ -stargazers_count: 176 +stargazers_count: 177 updated_at: '2024-07-17' archived: false diff --git a/software/yacy.yml b/software/yacy.yml index 1efe4c1ea9..4d8bc56597 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: 3455 +stargazers_count: 3457 updated_at: '2025-01-03' archived: false diff --git a/software/yaffa.yml b/software/yaffa.yml index c7c87a58ae..b1652323dd 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: 4 -updated_at: '2024-12-29' +stargazers_count: 5 +updated_at: '2025-01-08' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index ee520fe101..410a89a524 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: 3074 +stargazers_count: 3075 updated_at: '2024-12-04' archived: false diff --git a/software/ydl_api_ng.yml b/software/ydl_api_ng.yml index b8a6ee623c..55c256ba29 100644 --- a/software/ydl_api_ng.yml +++ b/software/ydl_api_ng.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Totonyus/ydl_api_ng -stargazers_count: 158 +stargazers_count: 159 updated_at: '2024-10-14' archived: false diff --git a/software/yopass.yml b/software/yopass.yml index d0d16e50fc..0feecffcbb 100644 --- a/software/yopass.yml +++ b/software/yopass.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/jhaals/yopass demo_url: https://yopass.se/ -stargazers_count: 1920 +stargazers_count: 1922 updated_at: '2025-01-07' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index c72a8dc270..99c8dcf16c 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: 3319 +stargazers_count: 3323 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index acfbff8802..c02bceb6af 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: 10919 +stargazers_count: 10920 updated_at: '2024-12-31' archived: false diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml index 2b4047d805..05e7b341fd 100644 --- a/software/youtubedl-material.yml +++ b/software/youtubedl-material.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2713 +stargazers_count: 2716 updated_at: '2024-01-18' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index de8898dd66..b785e2c74b 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1031 -updated_at: '2025-01-07' +stargazers_count: 1044 +updated_at: '2025-01-08' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index 84966908b6..72e747a597 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: 4567 -updated_at: '2025-01-07' +stargazers_count: 4572 +updated_at: '2025-01-09' archived: false diff --git a/software/zenko-cloudserver.yml b/software/zenko-cloudserver.yml index c891321918..75a1b5b7a3 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: 1733 -updated_at: '2025-01-02' +stargazers_count: 1734 +updated_at: '2025-01-09' archived: false diff --git a/software/zentao.yml b/software/zentao.yml index e46b321e06..34ac37eda3 100644 --- a/software/zentao.yml +++ b/software/zentao.yml @@ -9,6 +9,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/easysoft/zentaopms demo_url: https://demo15.zentao.pm/ -stargazers_count: 1348 +stargazers_count: 1350 updated_at: '2024-12-30' archived: false diff --git a/software/zero-k.yml b/software/zero-k.yml index d94f641550..b4498f5ba5 100644 --- a/software/zero-k.yml +++ b/software/zero-k.yml @@ -9,5 +9,5 @@ tags: - Games source_code_url: https://github.com/ZeroK-RTS/Zero-K stargazers_count: 701 -updated_at: '2025-01-05' +updated_at: '2025-01-08' archived: false diff --git a/software/zim.yml b/software/zim.yml index 00db975b00..6b9a1423b6 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: 1972 +stargazers_count: 1971 updated_at: '2025-01-05' archived: false diff --git a/software/zincsearch.yml b/software/zincsearch.yml index 1654177eab..a8cb6497d0 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: 17128 +stargazers_count: 17133 updated_at: '2024-10-25' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index 18b965e810..87d2ffa9bd 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: 1672 -updated_at: '2024-12-25' +stargazers_count: 1678 +updated_at: '2025-01-08' archived: false diff --git a/software/znc.yml b/software/znc.yml index 4bdab811dd..d0826ea004 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: 2023 +stargazers_count: 2024 updated_at: '2024-12-29' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index a7281b4b72..cc50ef409a 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: 5258 +stargazers_count: 5261 updated_at: '2025-01-05' archived: false diff --git a/software/zot-oci-registry.yml b/software/zot-oci-registry.yml index b28651d048..38b766f463 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: 1011 +stargazers_count: 1014 updated_at: '2025-01-04' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index 989106cee6..7d495f5d44 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: 21902 -updated_at: '2025-01-08' +stargazers_count: 21912 +updated_at: '2025-01-09' archived: false From 64e61adf45f30b77e8ae0dc5eb03abc96cc56692 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:52:59 +0000 Subject: [PATCH 09/30] Add Digirecord to File Transfer - Single Click & dragndrop upload (#1070) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/digirecord.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/digirecord.yml diff --git a/software/digirecord.yml b/software/digirecord.yml new file mode 100644 index 0000000000..ab76845eb1 --- /dev/null +++ b/software/digirecord.yml @@ -0,0 +1,11 @@ +name: Digirecord +website_url: https://ladigitale.dev/digirecord/ +description: Record and share audio files (documentation in French). +licenses: + - AGPL-3.0 +platforms: + - Nodejs + - PHP +tags: + - File Transfer - Single-click & Drag-n-drop Upload +source_code_url: https://codeberg.org/ladigitale/digirecord \ No newline at end of file From 43bc98b4113f4bf2bc42f03d4f1f8bc3494dd189 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:53:15 +0000 Subject: [PATCH 10/30] Add Digicut to Miscellaneous (#1068) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/digicut.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/digicut.yml diff --git a/software/digicut.yml b/software/digicut.yml new file mode 100644 index 0000000000..abec1ba6ed --- /dev/null +++ b/software/digicut.yml @@ -0,0 +1,10 @@ +name: Digicut +website_url: https://ladigitale.dev/digicut/ +description: Cut audio and video files using FFMPEG.wasm (documentation in French). +licenses: + - AGPL-3.0 +platforms: + - Nodejs +tags: + - Miscellaneous +source_code_url: https://codeberg.org/ladigitale/digicut \ No newline at end of file From 7d38b386274484a1ab119c3ec7e766ec5c5c4f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Faneca?= Date: Fri, 10 Jan 2025 18:53:29 +0000 Subject: [PATCH 11/30] add MyFin (#1060) Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc Co-authored-by: Rabenherz112 --- software/myfin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/myfin.yml diff --git a/software/myfin.yml b/software/myfin.yml new file mode 100644 index 0000000000..43f184817e --- /dev/null +++ b/software/myfin.yml @@ -0,0 +1,12 @@ +name: "MyFin" +website_url: "https://github.com/afaneca/myfin" +source_code_url: "https://github.com/afaneca/myfin" +description: "Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future." +licenses: + - AGPL-3.0 +platforms: + - Nodejs +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-android" From 8a7d87922e85615407e441e4a2c446d837f848c5 Mon Sep 17 00:00:00 2001 From: Decentral Date: Sat, 11 Jan 2025 02:53:42 +0800 Subject: [PATCH 12/30] add Mybucks.online (#911) --- software/mybucks.online.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/mybucks.online.yml diff --git a/software/mybucks.online.yml b/software/mybucks.online.yml new file mode 100644 index 0000000000..c46a3fced9 --- /dev/null +++ b/software/mybucks.online.yml @@ -0,0 +1,11 @@ +name: "Mybucks.online" +website_url: "https://mybucks.online" +source_code_url: "https://github.com/mybucks-online/app" +description: "A secure, browser-based, password-only self-custodial cryptocurrency wallet." +licenses: + - MIT +platforms: + - Nodejs +tags: + - Money, Budgeting & Management +demo_url: "https://app.mybucks.online" From ac06d184c6a7f5dce8341a6a5882f2babff4257e Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:53:55 -0500 Subject: [PATCH 13/30] Add Opik (#1036) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/opik.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/opik.yml diff --git a/software/opik.yml b/software/opik.yml new file mode 100644 index 0000000000..320d986cd8 --- /dev/null +++ b/software/opik.yml @@ -0,0 +1,12 @@ +name: "Opik" +website_url: "https://www.comet.com/site/products/opik/" +source_code_url: "https://github.com/comet-ml/opik" +description: "Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle." +licenses: + - Apache-2.0 +platforms: + - Docker + - Python +tags: + - Software Development - API Management +depends_3rdparty: true From d15cff7a13acf3a6017413744174d12fc4f8c487 Mon Sep 17 00:00:00 2001 From: Sheru16 <166723017+Sheru16@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:24:20 +0530 Subject: [PATCH 14/30] Added Composio (#1025) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/composio.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/composio.yml diff --git a/software/composio.yml b/software/composio.yml new file mode 100644 index 0000000000..7efb2e5072 --- /dev/null +++ b/software/composio.yml @@ -0,0 +1,11 @@ +name: Composio +website_url: https://composio.dev/ +source_code_url: https://github.com/ComposioHQ/composio +description: Integration platform for AI agents & LLMs with support for 250+ apps and custom tools. +licenses: + - Elastic-2.0 +platforms: + - Python +tags: + - Software Development - API Management +depends_3rdparty: true From 42d7693e437349bdc4510c8f12f1ace777c55458 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:54:43 +0000 Subject: [PATCH 15/30] Add Digiread to Misc (#1067) Co-authored-by: nodiscc --- software/digiread.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/digiread.yml diff --git a/software/digiread.yml b/software/digiread.yml new file mode 100644 index 0000000000..16fc0ef342 --- /dev/null +++ b/software/digiread.yml @@ -0,0 +1,12 @@ +name: Digiread +website_url: https://ladigitale.dev/digiread/ +description: Clean up online pages and articles using Mozilla's Readability (documentation in French). +licenses: + - AGPL-3.0 +platforms: + - Nodejs + - PHP +tags: + - Miscellaneous +source_code_url: https://codeberg.org/ladigitale/digiread +depends_3rdparty: true \ No newline at end of file From 4fa72383cbc89a22f7117caadafdb5c3aa012970 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:55:34 +0000 Subject: [PATCH 16/30] Add Localess (#1076) Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/localess.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/localess.yml diff --git a/software/localess.yml b/software/localess.yml new file mode 100644 index 0000000000..3ae99699ba --- /dev/null +++ b/software/localess.yml @@ -0,0 +1,12 @@ +name: "Localess" +website_url: "https://localess.org/home" +source_code_url: "https://github.com/Lessify/localess" +description: "Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster." +licenses: + - MIT +platforms: + - Docker +tags: + - Content Management Systems (CMS) + - Software Development - Localization +depends_3rdparty: true \ No newline at end of file From 9c17c70a669c1a34981453055d534f6228527cc2 Mon Sep 17 00:00:00 2001 From: Nevo David <100117126+nevo-david@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:55:53 +0700 Subject: [PATCH 17/30] Add postiz (#1071) Co-authored-by: Nevo David Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/postiz.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/postiz.yml diff --git a/software/postiz.yml b/software/postiz.yml new file mode 100644 index 0000000000..ba38ef28a1 --- /dev/null +++ b/software/postiz.yml @@ -0,0 +1,11 @@ +name: Postiz +website_url: https://postiz.com +description: Schedule posts, track the performance of your content, and manage all your social media accounts in one place (Alternative to Buffer, Hootsuite, Sprout Social). +licenses: + - Apache-2.0 +platforms: + - Docker +tags: + - Analytics +source_code_url: https://github.com/gitroomhq/postiz-app +depends_3rdparty: true From 8a5c3077241f1ead731b601af979e59d793563dd Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Sat, 11 Jan 2025 00:47:09 +0000 Subject: [PATCH 18/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/accent.yml | 2 +- software/acp-admin.yml | 4 ++-- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 2 +- software/adguard-home.yml | 4 ++-- software/adminerevo.yml | 2 +- software/adventurelog.yml | 2 +- software/aimeos.yml | 2 +- software/akaunting.yml | 4 ++-- software/alf.io.yml | 2 +- software/algernon.yml | 2 +- software/ampache.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 4 ++-- software/appflowy.yml | 4 ++-- software/apprise.yml | 2 +- software/appsmith.yml | 4 ++-- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 2 +- software/asciinema.yml | 4 ++-- software/asterisk.yml | 2 +- software/atheos.yml | 4 ++-- software/atomic-server.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/auto-mcs.yml | 2 +- software/automatisch.yml | 4 ++-- software/azuracast.yml | 2 +- software/baby-buddy.yml | 2 +- software/bagisto.yml | 2 +- software/bar-assistant.yml | 2 +- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 2 +- software/beelzebub.yml | 4 ++-- software/beets.yml | 2 +- software/bigbluebutton.yml | 4 ++-- software/bigcapital.yml | 2 +- software/bittorrent-tracker.yml | 2 +- software/bitwarden.yml | 4 ++-- software/black-candy.yml | 2 +- software/blocky.yml | 2 +- software/bludit.yml | 2 +- software/bookstack.yml | 2 +- software/bookwyrm.yml | 2 +- software/bracket.yml | 2 +- software/briefkasten.yml | 2 +- software/btcpay-server.yml | 4 ++-- software/budibase.yml | 4 ++-- software/bugzilla.yml | 2 +- software/buku.yml | 2 +- software/bunkerweb.yml | 2 +- software/bytebase.yml | 4 ++-- software/caddy.yml | 2 +- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 4 ++-- software/canvas-lms.yml | 4 ++-- software/casaos.yml | 2 +- software/centrifugo.yml | 2 +- software/cerbos.yml | 2 +- software/chamilo-lms.yml | 4 ++-- software/changedetection.io.yml | 2 +- software/chartbrew.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chevereto.yml | 2 +- software/chibisafe.yml | 2 +- software/chitchatter.yml | 2 +- software/chyrp-lite.yml | 2 +- software/ckan.yml | 2 +- software/cloudbeaver.yml | 4 ++-- software/cockpit.yml | 2 +- software/code-server.yml | 2 +- software/coder.yml | 4 ++-- software/collective-access---providence.yml | 2 +- software/commafeed.yml | 4 ++-- software/composio.yml | 3 +++ software/concrete-5-cms.yml | 2 +- software/conduwuit.yml | 2 +- software/converse.js.yml | 2 +- software/copyparty.yml | 2 +- software/coreshop.yml | 2 +- software/corteza.yml | 2 +- software/cosmos.yml | 2 +- software/craftcms.yml | 2 +- software/cryptpad.yml | 2 +- software/cstate.yml | 2 +- software/cups.yml | 2 +- software/cyberchef.yml | 2 +- software/cyrus-imap.yml | 2 +- software/dagu.yml | 2 +- software/damselfly.yml | 2 +- software/daneecloud.yml | 4 ++-- software/darkwire.io.yml | 2 +- software/dashpress.yml | 2 +- software/dashy.yml | 2 +- software/databag.yml | 2 +- software/datasette.yml | 2 +- software/diaspora.yml | 4 ++-- software/dietpi.yml | 2 +- software/dify.ai.yml | 2 +- software/directus.yml | 2 +- software/discourse.yml | 4 ++-- software/dittofeed.yml | 4 ++-- software/docker-mailserver.yml | 2 +- software/docmost.yml | 2 +- software/docspell.yml | 4 ++-- software/docuseal.yml | 2 +- software/dokuwiki.yml | 2 +- software/dolibarr.yml | 4 ++-- software/donetick.yml | 2 +- software/dovecot.yml | 2 +- software/draw.io.yml | 2 +- software/druid.yml | 2 +- software/dspace.yml | 4 ++-- software/easy!appointments.yml | 2 +- software/eclipse-che.yml | 2 +- software/eda.yml | 2 +- software/egroupware.yml | 2 +- software/ejabberd.yml | 2 +- software/elasticsearch.yml | 4 ++-- software/element.yml | 4 ++-- software/elgg.yml | 2 +- software/emailwiz.yml | 2 +- software/emqx.yml | 4 ++-- software/enclosed.yml | 2 +- "software/engity's-bifr\303\266st.yml" | 2 +- software/ente.yml | 4 ++-- software/eprints.yml | 2 +- software/ergo.yml | 2 +- software/erpnext.yml | 4 ++-- software/erxes.yml | 2 +- software/espial.yml | 2 +- software/espocrm.yml | 4 ++-- software/etebase-etesync.yml | 2 +- software/etherpad.yml | 2 +- software/evergreen.yml | 2 +- software/evershop.yml | 2 +- software/evidence.yml | 4 ++-- software/ezbookkeeping.yml | 4 ++-- software/farmos.yml | 2 +- software/fasten-health.yml | 2 +- software/feedcord.yml | 2 +- software/fider.yml | 2 +- software/filebrowser.yml | 2 +- software/filegator.yml | 2 +- software/filestash.yml | 4 ++-- software/firefly-iii.yml | 2 +- software/firefox-account-server.yml | 2 +- software/firezone.yml | 2 +- software/flagsmith.yml | 4 ++-- software/flarum.yml | 2 +- software/flashpaper.yml | 2 +- software/flatnotes.yml | 2 +- software/flatpress.yml | 2 +- software/flipt.yml | 4 ++-- software/flowforge.yml | 2 +- software/fluidd.yml | 4 ++-- software/flyimg.yml | 2 +- software/foodcoopshop.yml | 2 +- software/formbricks.yml | 4 ++-- software/freescout.yml | 2 +- software/freeswitch.yml | 4 ++-- software/freshrss.yml | 4 ++-- software/friendica.yml | 2 +- software/frigate.yml | 2 +- software/fusion.yml | 2 +- software/fusionpbx.yml | 2 +- software/galene.yml | 2 +- software/gatus.yml | 2 +- software/geneweb.yml | 4 ++-- software/gerbera.yml | 2 +- software/gerrit.yml | 2 +- software/ghost.yml | 4 ++-- software/ghostfolio.yml | 4 ++-- software/gibbon.yml | 2 +- software/gitbucket.yml | 4 ++-- software/gitea.yml | 4 ++-- software/gitit.yml | 2 +- software/glance.yml | 2 +- software/go-feature-flag.yml | 4 ++-- software/goaccess.yml | 2 +- software/gogs.yml | 2 +- software/gollum.yml | 2 +- software/gonic.yml | 2 +- software/google-webfonts-helper.yml | 2 +- software/gophish.yml | 2 +- software/gossa.yml | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 2 +- software/gramps-web.yml | 2 +- software/graphhopper.yml | 2 +- software/grimoire.yml | 2 +- software/grist.yml | 4 ++-- software/grocy.yml | 4 ++-- software/group-office.yml | 2 +- software/guacamole.yml | 2 +- software/habitica.yml | 2 +- software/hackershare.yml | 2 +- software/haraka.yml | 4 ++-- software/hasura.yml | 2 +- software/haven.yml | 2 +- software/headphones.yml | 2 +- software/healthchecks.yml | 4 ++-- software/hedgedoc.yml | 4 ++-- software/heimdall.yml | 2 +- software/hemmelig.yml | 2 +- software/heyform.yml | 2 +- software/hi.events.yml | 2 +- software/hitobito.yml | 2 +- software/hoarder-app.yml | 2 +- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 2 +- software/homegallery.yml | 2 +- software/homepage-by-gethomepage.yml | 2 +- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 2 +- software/hortusfox.yml | 2 +- software/htmly.yml | 2 +- software/huginn.yml | 2 +- software/huly.yml | 4 ++-- software/humhub.yml | 2 +- software/hyperswitch.yml | 4 ++-- software/hyphanet.yml | 2 +- software/i-librarian.yml | 2 +- software/ilias.yml | 2 +- software/imgproxy.yml | 4 ++-- software/immich.yml | 4 ++-- software/indico.yml | 2 +- software/inspircd.yml | 2 +- software/inventree.yml | 4 ++-- software/invidious.yml | 2 +- software/invoice-ninja.yml | 2 +- software/invoiceplane.yml | 2 +- software/invoiceshelf.yml | 2 +- software/iodine.yml | 2 +- software/iredmail.yml | 2 +- software/isponsorblocktv.yml | 2 +- software/isso.yml | 2 +- software/itflow.yml | 2 +- software/janus.yml | 4 ++-- software/jellyfin.yml | 2 +- software/jellyseerr.yml | 4 ++-- software/jina.yml | 2 +- software/jitsi-meet.yml | 4 ++-- software/joomla!.yml | 2 +- software/joplin.yml | 4 ++-- software/judge0-ce.yml | 2 +- software/jupyterlab.yml | 2 +- software/kamailio.yml | 4 ++-- software/kanboard.yml | 2 +- software/kavita.yml | 2 +- software/keila.yml | 2 +- software/kestra.yml | 4 ++-- software/keygen.yml | 2 +- software/keystonejs.yml | 2 +- software/kill-bill.yml | 2 +- software/kimai.yml | 4 ++-- software/kirby.yml | 2 +- software/kitchenowl.yml | 2 +- software/kiwix-serve.yml | 2 +- software/kodi.yml | 4 ++-- software/koel.yml | 2 +- software/koha.yml | 2 +- software/komga.yml | 2 +- software/kong.yml | 4 ++-- software/krayin.yml | 4 ++-- software/kresus.yml | 2 +- software/kyoo.yml | 4 ++-- software/lago.yml | 2 +- software/lama-cleaner.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/leantime.yml | 2 +- software/ledgersmb.yml | 2 +- software/lemmy.yml | 2 +- software/leon.yml | 2 +- software/libre-translate.yml | 2 +- software/libretime.yml | 2 +- software/lidarr.yml | 2 +- software/lidatube.yml | 2 +- software/lila.yml | 4 ++-- software/linkace.yml | 2 +- software/linkding.yml | 2 +- software/linkstack.yml | 2 +- software/linkwarden.yml | 4 ++-- software/listmonk.yml | 4 ++-- software/litlyx.yml | 2 +- software/littlelink.yml | 2 +- software/live-helper-chat.yml | 2 +- software/localess.yml | 13 ++++++++----- software/loomio.yml | 2 +- software/luanti.yml | 2 +- software/lubelogger.yml | 4 ++-- software/lura.yml | 2 +- software/lychee.yml | 4 ++-- software/maddy-mail-server.yml | 2 +- software/magento-open-source.yml | 4 ++-- software/mailcatcher.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 2 +- software/mainsail.yml | 2 +- software/maloja.yml | 2 +- software/manifest.yml | 4 ++-- software/manticore-search.yml | 4 ++-- software/mantisbt.yml | 2 +- software/manyfold.yml | 4 ++-- software/mastodon.yml | 4 ++-- software/mataroa.yml | 2 +- software/matchering.yml | 2 +- software/mathesar.yml | 2 +- software/matomo.yml | 2 +- software/mattermost.yml | 4 ++-- software/mautic.yml | 4 ++-- software/maybe.yml | 2 +- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusa.yml | 2 +- software/medusajs.yml | 4 ++-- software/meelo.yml | 2 +- software/meilisearch.yml | 4 ++-- software/memos.yml | 4 ++-- software/meshcentral.yml | 4 ++-- software/metabase.yml | 4 ++-- software/metube.yml | 2 +- software/microweber.yml | 2 +- software/middleware.yml | 2 +- software/mindsdb.yml | 4 ++-- software/mindustry.yml | 4 ++-- software/miniflux.yml | 2 +- software/minio.yml | 2 +- software/miniserve.yml | 4 ++-- software/mirotalk-c2c.yml | 2 +- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 2 +- software/misskey.yml | 2 +- software/modoboa.yml | 2 +- software/monica.yml | 2 +- software/moode-audio.yml | 2 +- software/mopidy.yml | 2 +- "software/motion.tools-antragsgr\303\274n.yml" | 2 +- software/mox.yml | 2 +- software/mpd.yml | 2 +- software/mstream.yml | 2 +- software/mta-sa.yml | 2 +- software/multi-scrobbler.yml | 2 +- software/mumble.yml | 2 +- software/musikcube.yml | 2 +- software/mybucks.online.yml | 13 ++++++++----- software/myfin.yml | 15 +++++++++------ software/myip.yml | 2 +- software/mylar3.yml | 2 +- software/n8n.yml | 4 ++-- software/navidrome-music-server.yml | 4 ++-- software/nefarious.yml | 2 +- software/neko.yml | 2 +- software/netron.yml | 4 ++-- software/newsblur.yml | 4 ++-- software/nextcloud-memories.yml | 2 +- software/nextcloud.yml | 4 ++-- software/nextcloudpi.yml | 2 +- software/nginx-proxy-manager.yml | 2 +- software/nocodb.yml | 4 ++-- software/node-red.yml | 2 +- software/nodebb.yml | 2 +- software/nominatim.yml | 4 ++-- software/novu.yml | 4 ++-- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/nymphcast.yml | 2 +- software/octobot.yml | 2 +- software/octobox.yml | 2 +- software/octoprint.yml | 2 +- software/ocular.yml | 2 +- software/odoo.yml | 4 ++-- software/olivetin.yml | 2 +- software/ombi.yml | 2 +- software/onlyoffice.yml | 2 +- software/open-food-network.yml | 2 +- software/open-meteo.yml | 4 ++-- software/open-quartermaster.yml | 2 +- software/open-source-pos.yml | 2 +- software/open-source-routing-machine-osrm.yml | 2 +- software/open-web-analytics.yml | 2 +- software/openbudgeteer.yml | 2 +- software/opencart.yml | 2 +- software/openfire.yml | 2 +- software/opengist.yml | 2 +- software/openhab.yml | 4 ++-- software/openmediavault.yml | 4 ++-- software/openolat.yml | 4 ++-- software/openproject.yml | 4 ++-- software/openremote.yml | 2 +- software/openrouteservice.yml | 2 +- software/opensearch.yml | 4 ++-- software/opensign.yml | 2 +- software/opensips.yml | 2 +- software/opentripplanner.yml | 2 +- software/openttd.yml | 4 ++-- software/openziti.yml | 2 +- software/opik.yml | 11 +++++++---- software/opnform.yml | 2 +- software/orangehrm.yml | 2 +- software/organizr.yml | 2 +- software/ossn.yml | 2 +- software/otobo.yml | 2 +- software/outline.yml | 4 ++-- software/ovenmediaengine.yml | 2 +- software/overleaf.yml | 4 ++-- software/overseerr.yml | 2 +- software/owncast.yml | 2 +- software/paaster.yml | 2 +- software/pairdrop.yml | 2 +- software/paperless-ngx.yml | 4 ++-- software/papermerge.yml | 2 +- software/part-db.yml | 2 +- software/password-pusher.yml | 4 ++-- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 2 +- software/peertube.yml | 4 ++-- software/pelican-panel.yml | 4 ++-- software/penpot.yml | 4 ++-- software/photofield.yml | 2 +- software/photoprism.yml | 2 +- software/photoview.yml | 2 +- software/phpbb.yml | 2 +- software/pi-hole.yml | 2 +- software/piler.yml | 4 ++-- software/pimcore.yml | 2 +- software/pingvin-share.yml | 2 +- software/piwigo.yml | 2 +- software/pixelfed.yml | 2 +- software/plane.yml | 4 ++-- software/planka.yml | 2 +- software/plausible-analytics.yml | 2 +- software/plexripper.yml | 4 ++-- software/pocketbase.yml | 4 ++-- software/pomerium.yml | 2 +- software/postal.yml | 2 +- software/posthog.yml | 4 ++-- software/postiz.yml | 3 +++ software/precis.yml | 2 +- software/prestashop.yml | 2 +- software/pretix.yml | 4 ++-- software/privatebin.yml | 2 +- software/projectsend.yml | 2 +- software/psitransfer.yml | 2 +- software/pterodactyl.yml | 2 +- software/puter.yml | 4 ++-- software/pydio.yml | 2 +- software/qbittorrent.yml | 4 ++-- software/radarr.yml | 2 +- software/radicale.yml | 4 ++-- software/rallly.yml | 2 +- software/rapidbay.yml | 2 +- software/reactive-resume.yml | 2 +- software/reader.yml | 4 ++-- software/receipt-wrangler.yml | 2 +- software/recipesage.yml | 2 +- software/redash.yml | 2 +- software/redlib.yml | 2 +- software/remark42.yml | 2 +- software/remotely.yml | 2 +- software/restreamer.yml | 2 +- software/retrom.yml | 2 +- software/retroshare.yml | 2 +- software/revealjs.yml | 2 +- software/review-board.yml | 2 +- software/revive-adserver.yml | 2 +- software/rocket.chat.yml | 4 ++-- software/romm.yml | 2 +- software/roundcube.yml | 2 +- software/rss-bridge.yml | 4 ++-- software/rss2email.yml | 2 +- software/rsshub.yml | 4 ++-- software/rstudio-server.yml | 4 ++-- software/rudderstack.yml | 4 ++-- software/rustdesk.yml | 2 +- software/rustypaste.yml | 4 ++-- software/ryot.yml | 2 +- software/sabredav.yml | 2 +- software/saleor.yml | 2 +- software/scm-manager.yml | 2 +- software/screego.yml | 2 +- software/seafile.yml | 2 +- software/searxng.yml | 4 ++-- software/seaweedfs.yml | 2 +- software/send.yml | 2 +- software/sentry-self-hosted.yml | 4 ++-- software/sftpgo.yml | 2 +- software/sharry.yml | 2 +- software/shelf.yml | 2 +- software/shellhub.yml | 2 +- software/shhh.yml | 2 +- software/shifter.yml | 2 +- software/shiori.yml | 2 +- software/shlink.yml | 2 +- software/shopware-community-edition.yml | 2 +- software/shynet.yml | 2 +- software/sickchill.yml | 2 +- software/silverbullet.yml | 2 +- software/simplelogin.yml | 2 +- software/simplex-chat.yml | 4 ++-- software/sipcapture-homer.yml | 2 +- software/siyuan.yml | 2 +- software/slash.yml | 2 +- software/slskd.yml | 2 +- software/snappymail.yml | 2 +- software/solidtime.yml | 2 +- software/sonarr.yml | 2 +- .../speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spree-commerce.yml | 4 ++-- software/sqlpage.yml | 4 ++-- software/squidex.yml | 2 +- software/srs.yml | 2 +- software/sshwifty.yml | 2 +- software/stackstorm.yml | 2 +- software/stalwart-mail-server.yml | 2 +- software/standard-notes.yml | 2 +- software/starbase-80.yml | 2 +- software/stash.yml | 2 +- software/static-web-server.yml | 4 ++-- software/stirling-pdf.yml | 4 ++-- software/strapi.yml | 4 ++-- software/streama.yml | 2 +- software/string.is.yml | 2 +- software/stringer.yml | 4 ++-- software/stump.yml | 2 +- software/suitecrm.yml | 2 +- software/sunshine.yml | 4 ++-- software/sup3rs3cretmes5age.yml | 2 +- software/superset.yml | 2 +- software/svix.yml | 4 ++-- software/swag-secure-web-application-gateway.yml | 4 ++-- software/swingmusic.yml | 2 +- software/sylius.yml | 4 ++-- software/synapse.yml | 2 +- software/syncthing.yml | 2 +- software/tagspaces.yml | 4 ++-- software/tailchat.yml | 2 +- "software/takah\304\223.yml" | 2 +- software/talkyard.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/tasmota.yml | 4 ++-- software/teammapper.yml | 2 +- software/teampass.yml | 4 ++-- software/technitium-dns-server.yml | 2 +- software/teedy.yml | 2 +- software/teleport.yml | 4 ++-- software/teslamate.yml | 2 +- software/textpattern.yml | 2 +- software/the-battle-for-wesnoth.yml | 2 +- software/thingsboard.yml | 4 ++-- software/thumbor.yml | 2 +- software/tileserver-gl.yml | 2 +- software/timetagger.yml | 2 +- software/tine.yml | 4 ++-- software/tinode.yml | 2 +- software/tiny-file-manager.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 4 ++-- software/titra.yml | 2 +- software/tolgee.yml | 4 ++-- software/tooljet.yml | 4 ++-- software/tox.yml | 4 ++-- software/tracim.yml | 2 +- software/traefik.yml | 2 +- software/traggo.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 2 +- software/trilium-notes.yml | 2 +- software/tube-archivist.yml | 2 +- software/tubesync.yml | 2 +- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/tyk.yml | 4 ++-- software/typebot.yml | 4 ++-- software/typesense.yml | 2 +- software/typo3.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 2 +- software/umbrel.yml | 2 +- software/unison.yml | 2 +- software/untrusted.yml | 2 +- software/upsnap.yml | 4 ++-- software/uptime-kuma.yml | 2 +- software/uvdesk.yml | 2 +- software/varnish.yml | 2 +- software/vaultwarden.yml | 4 ++-- software/vendure.yml | 2 +- software/viseron.yml | 4 ++-- software/vvveb-cms.yml | 2 +- software/wagtail.yml | 2 +- software/wakapi.yml | 2 +- software/wallabag.yml | 4 ++-- software/warpgate.yml | 2 +- software/wavelog.yml | 2 +- software/wayback.yml | 2 +- software/wbo.yml | 2 +- software/web-portal.yml | 2 +- software/weblate.yml | 4 ++-- software/webtrees.yml | 4 ++-- software/weechat.yml | 2 +- software/wekan.yml | 2 +- software/wetty.yml | 2 +- software/wger.yml | 4 ++-- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wikidocs.yml | 2 +- software/wildduck.yml | 2 +- software/woocommerce.yml | 4 ++-- software/wordpress.yml | 4 ++-- software/workadventure.yml | 4 ++-- software/writefreely.yml | 2 +- software/xwiki.yml | 4 ++-- software/yacy.yml | 2 +- software/yarr.yml | 2 +- software/yopass.yml | 4 ++-- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/youtubedl-material.yml | 2 +- software/yt-dlp-web-ui.yml | 2 +- software/zammad.yml | 4 ++-- software/zero-k.yml | 2 +- software/zim.yml | 2 +- software/zincsearch.yml | 2 +- software/zipline.yml | 4 ++-- software/zoneminder.yml | 2 +- software/zulip.yml | 4 ++-- "software/\302\265streamer.yml" | 2 +- 634 files changed, 847 insertions(+), 829 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index 31d48c5118..9e83987217 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: 2434 +stargazers_count: 2437 updated_at: '2024-11-27' archived: false diff --git a/software/accent.yml b/software/accent.yml index 0ebcd58b80..3a2739348a 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: 1329 +stargazers_count: 1330 updated_at: '2024-11-24' archived: false diff --git a/software/acp-admin.yml b/software/acp-admin.yml index 8b35a3c213..5ed13b5b60 100644 --- a/software/acp-admin.yml +++ b/software/acp-admin.yml @@ -8,6 +8,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/acp-admin/acp-admin/ -stargazers_count: 41 -updated_at: '2025-01-08' +stargazers_count: 42 +updated_at: '2025-01-10' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 99e6da71f9..6abe85e7fb 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: 10868 -updated_at: '2025-01-09' +stargazers_count: 10883 +updated_at: '2025-01-10' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index f9dc9b89ec..d9445653bc 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: 13004 +stargazers_count: 13015 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index d4a6ff13ad..fab37397a3 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server stargazers_count: 3343 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 0a9c75a651..4ddbdb009b 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: 26315 -updated_at: '2024-12-23' +stargazers_count: 26355 +updated_at: '2025-01-10' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index 1b1807b88c..4356af6907 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 767 +stargazers_count: 768 updated_at: '2024-11-24' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index 8d11708c7d..a55de1e264 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: 727 +stargazers_count: 750 updated_at: '2025-01-06' archived: false diff --git a/software/aimeos.yml b/software/aimeos.yml index ecf27b2cb2..919e01bd19 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: 4230 +stargazers_count: 4233 updated_at: '2025-01-01' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index eee1556abf..078c45267f 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: 8243 -updated_at: '2025-01-08' +stargazers_count: 8247 +updated_at: '2025-01-10' archived: false diff --git a/software/alf.io.yml b/software/alf.io.yml index 54a4ef94d4..e2d2c4b866 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: 1447 +stargazers_count: 1448 updated_at: '2025-01-08' archived: false diff --git a/software/algernon.yml b/software/algernon.yml index 0908f41d8c..d4332a9c0f 100644 --- a/software/algernon.yml +++ b/software/algernon.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 2860 +stargazers_count: 2861 updated_at: '2025-01-09' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index 4f4fab6c99..68d1212233 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: 3579 +stargazers_count: 3578 updated_at: '2024-12-20' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index fd21957224..6703a4f010 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: 3311 +stargazers_count: 3312 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index 5a9e6baf8a..e15a8b6199 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: 13249 +stargazers_count: 13276 updated_at: '2025-01-07' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index cbdd6a2686..89f8c3e0d4 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: 38224 -updated_at: '2025-01-09' +stargazers_count: 38240 +updated_at: '2025-01-10' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index 0b931c4f26..e6fa82d2f1 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: 1279 -updated_at: '2025-01-09' +stargazers_count: 1280 +updated_at: '2025-01-10' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index 65701702a9..2fb0c8404e 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: 59248 -updated_at: '2025-01-09' +stargazers_count: 59270 +updated_at: '2025-01-10' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index 79e65f4243..d4912921d8 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: 12378 +stargazers_count: 12381 updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index fddbc5178c..dc222f1ea6 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: 35181 -updated_at: '2025-01-09' +stargazers_count: 35188 +updated_at: '2025-01-10' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index 125c782480..21ad8266c8 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: 46352 +stargazers_count: 46363 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index e94f87ed08..a8e55c9d8b 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: 1032 +stargazers_count: 1036 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index 96dad38363..7b7a6605c0 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22899 +stargazers_count: 22910 updated_at: '2025-01-09' archived: false diff --git a/software/asciinema.yml b/software/asciinema.yml index 0a0660f0cb..d98e0f7714 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: 2330 -updated_at: '2024-11-14' +stargazers_count: 2329 +updated_at: '2025-01-10' archived: false diff --git a/software/asterisk.yml b/software/asterisk.yml index 0489afe9af..4b5e23a380 100644 --- a/software/asterisk.yml +++ b/software/asterisk.yml @@ -10,5 +10,5 @@ tags: - Communication - SIP source_code_url: https://github.com/asterisk/asterisk stargazers_count: 2342 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/atheos.yml b/software/atheos.yml index eab1f74852..09aabd9d3d 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: 503 -updated_at: '2025-01-06' +stargazers_count: 505 +updated_at: '2025-01-10' archived: false diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 6bedff0210..37b145cff9 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: 1120 +stargazers_count: 1121 updated_at: '2024-12-13' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index 88838d5106..2ced580b80 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: 7333 -updated_at: '2025-01-09' +stargazers_count: 7336 +updated_at: '2025-01-10' archived: false diff --git a/software/auto-mcs.yml b/software/auto-mcs.yml index 7074399c48..4999097b94 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: 190 +stargazers_count: 191 updated_at: '2025-01-07' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index 4172cf475f..e5c5e25e39 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: 6814 -updated_at: '2025-01-09' +stargazers_count: 6816 +updated_at: '2025-01-10' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index 7ede2e4762..8a1f351062 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: 3147 +stargazers_count: 3148 updated_at: '2025-01-09' archived: false diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index 4bb19f635f..1558fe5efa 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://demo.baby-buddy.net/login/?next=/ -stargazers_count: 2194 +stargazers_count: 2195 updated_at: '2025-01-04' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index 3a168c6334..72389c9ac1 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: 16146 +stargazers_count: 16153 updated_at: '2025-01-06' archived: false diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index 7d1a8effcb..5db9e38535 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: 673 +stargazers_count: 674 updated_at: '2025-01-06' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index 2939fe3fef..2c5c167324 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2572 +stargazers_count: 2573 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index 857c382a99..4a83d67d59 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: 568 +stargazers_count: 584 updated_at: '2025-01-04' archived: false diff --git a/software/beelzebub.yml b/software/beelzebub.yml index 06d2679f96..a96a8c0187 100644 --- a/software/beelzebub.yml +++ b/software/beelzebub.yml @@ -12,6 +12,6 @@ tags: - Miscellaneous depends_3rdparty: true demo_url: https://beelzebub-honeypot.com/docs/ -stargazers_count: 718 -updated_at: '2025-01-07' +stargazers_count: 724 +updated_at: '2025-01-10' archived: false diff --git a/software/beets.yml b/software/beets.yml index f4c9936450..e55e3a4baf 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: 13077 +stargazers_count: 13083 updated_at: '2025-01-09' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index ffe2ed35fb..7662fc66b2 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: 8619 -updated_at: '2025-01-09' +stargazers_count: 8622 +updated_at: '2025-01-10' archived: false diff --git a/software/bigcapital.yml b/software/bigcapital.yml index b0b5182e1e..ed9db3dfb6 100644 --- a/software/bigcapital.yml +++ b/software/bigcapital.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/bigcapitalhq/bigcapital -stargazers_count: 2671 +stargazers_count: 2673 updated_at: '2024-12-12' archived: false diff --git a/software/bittorrent-tracker.yml b/software/bittorrent-tracker.yml index 46f0c5a927..9e78ef31e7 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: 1802 +stargazers_count: 1803 updated_at: '2025-01-04' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 205aaa3272..55d1e26368 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: 15987 -updated_at: '2025-01-09' +stargazers_count: 15988 +updated_at: '2025-01-10' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index 47f37a9449..a039462830 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: 3225 +stargazers_count: 3237 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index fd754ffa5c..b72d936c0b 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: 4930 +stargazers_count: 4931 updated_at: '2025-01-01' archived: false diff --git a/software/bludit.yml b/software/bludit.yml index 63b4635671..debcb811e3 100644 --- a/software/bludit.yml +++ b/software/bludit.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/bludit/bludit demo_url: https://demo.bludit.com/ depends_3rdparty: true -stargazers_count: 1295 +stargazers_count: 1296 updated_at: '2024-08-25' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index 77d12cdb3c..63edc6a782 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: 15757 +stargazers_count: 15763 updated_at: '2025-01-04' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index 8ac08e7e8b..563b36e794 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: 2315 +stargazers_count: 2318 updated_at: '2024-12-07' archived: false diff --git a/software/bracket.yml b/software/bracket.yml index 7f208e510b..dd5d935179 100644 --- a/software/bracket.yml +++ b/software/bracket.yml @@ -11,5 +11,5 @@ platforms: tags: - Polls and Events stargazers_count: 260 -updated_at: '2025-01-07' +updated_at: '2025-01-10' archived: false diff --git a/software/briefkasten.yml b/software/briefkasten.yml index 3df9837d4d..b1cace5281 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: 958 +stargazers_count: 959 updated_at: '2024-10-24' archived: false diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index 442f44fc41..9a323747af 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: 6511 -updated_at: '2025-01-09' +stargazers_count: 6513 +updated_at: '2025-01-10' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index 940bf8e9e6..b063583e71 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: 23108 -updated_at: '2025-01-09' +stargazers_count: 23113 +updated_at: '2025-01-10' archived: false diff --git a/software/bugzilla.yml b/software/bugzilla.yml index 66a02d173d..698b6f5a5f 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: 704 +stargazers_count: 705 updated_at: '2024-09-24' archived: false diff --git a/software/buku.yml b/software/buku.yml index 17e46a7c43..ae3bcbe22d 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: 6575 +stargazers_count: 6577 updated_at: '2025-01-03' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 211813890f..660771b511 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: 7216 +stargazers_count: 7222 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index 72dc6dd5ab..9d5330127f 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: 11776 -updated_at: '2025-01-09' +stargazers_count: 11784 +updated_at: '2025-01-10' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 8e0a1bebf0..888e60614f 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60351 +stargazers_count: 60371 updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index b7e5a8b749..4c93089d7d 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: 33319 -updated_at: '2025-01-09' +stargazers_count: 33331 +updated_at: '2025-01-10' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index 24e2f1374b..e10fb9e767 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: 13579 +stargazers_count: 13587 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index 5761e1653d..1a4aa8a3d6 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: 20282 -updated_at: '2025-01-09' +stargazers_count: 20288 +updated_at: '2025-01-10' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index 3fb0a5e4d1..b69f5790e2 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: 5765 -updated_at: '2025-01-09' +stargazers_count: 5767 +updated_at: '2025-01-10' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index 4ef6e77baa..b8377ffb5f 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: 27885 +stargazers_count: 27908 updated_at: '2024-12-19' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index 264b976e33..dc9bc56a75 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: 8593 +stargazers_count: 8594 updated_at: '2025-01-01' archived: false diff --git a/software/cerbos.yml b/software/cerbos.yml index 4d11f94e57..f6ac65ed15 100644 --- a/software/cerbos.yml +++ b/software/cerbos.yml @@ -12,6 +12,6 @@ platforms: tags: - Miscellaneous demo_url: https://play.cerbos.dev -stargazers_count: 3537 +stargazers_count: 3538 updated_at: '2025-01-09' archived: false diff --git a/software/chamilo-lms.yml b/software/chamilo-lms.yml index 4439aea859..dca5d45e14 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: 820 -updated_at: '2025-01-09' +stargazers_count: 821 +updated_at: '2025-01-10' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index 09b51c766c..8e188ca3f5 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: 20988 +stargazers_count: 21025 updated_at: '2025-01-09' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index e2c7976014..211b286cde 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: 2709 +stargazers_count: 2710 updated_at: '2025-01-09' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index 0a4f033d22..1c54f1f815 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: 21890 -updated_at: '2025-01-09' +stargazers_count: 21902 +updated_at: '2025-01-10' archived: false diff --git a/software/chevereto.yml b/software/chevereto.yml index f75dc79937..c51643c066 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: 565 +stargazers_count: 566 updated_at: '2024-12-05' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 4bfad7f1ba..000075cdbc 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: 1983 +stargazers_count: 1984 updated_at: '2024-11-02' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index 6761fdda13..dfc213ebd5 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: 1613 +stargazers_count: 1615 updated_at: '2025-01-08' archived: false diff --git a/software/chyrp-lite.yml b/software/chyrp-lite.yml index 071d22fea9..b2e58b8c79 100644 --- a/software/chyrp-lite.yml +++ b/software/chyrp-lite.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/xenocrat/chyrp-lite stargazers_count: 418 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index 92c9d8ac56..92cd447928 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: 4527 +stargazers_count: 4528 updated_at: '2024-12-19' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index a136616faa..4b90595c7d 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: 3636 -updated_at: '2025-01-09' +stargazers_count: 3639 +updated_at: '2025-01-10' archived: false diff --git a/software/cockpit.yml b/software/cockpit.yml index 98f9e6d8b4..726dd6192b 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: 402 +stargazers_count: 403 updated_at: '2025-01-08' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index fc8c169f95..7016d33129 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: 69267 +stargazers_count: 69288 updated_at: '2024-12-20' archived: false diff --git a/software/coder.yml b/software/coder.yml index 757e088e30..dc3cc07ad1 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: 8753 -updated_at: '2025-01-09' +stargazers_count: 8762 +updated_at: '2025-01-10' archived: false diff --git a/software/collective-access---providence.yml b/software/collective-access---providence.yml index 63bf1b5b74..31a8a1d8af 100644 --- a/software/collective-access---providence.yml +++ b/software/collective-access---providence.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/collectiveaccess/providence stargazers_count: 306 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 8737e16058..a8e1bd11d1 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: 2876 -updated_at: '2025-01-09' +stargazers_count: 2879 +updated_at: '2025-01-10' archived: false diff --git a/software/composio.yml b/software/composio.yml index 7efb2e5072..15b769d8b3 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,3 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true +stargazers_count: 14036 +updated_at: '2025-01-10' +archived: false diff --git a/software/concrete-5-cms.yml b/software/concrete-5-cms.yml index 8408e08964..aefa801272 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: 781 +stargazers_count: 782 updated_at: '2025-01-09' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index afd5e1c76c..ca851276ab 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 634 +stargazers_count: 638 updated_at: '2025-01-09' archived: false diff --git a/software/converse.js.yml b/software/converse.js.yml index e64e86cc81..bf4ec96db6 100644 --- a/software/converse.js.yml +++ b/software/converse.js.yml @@ -9,5 +9,5 @@ tags: - Communication - XMPP - Web Clients source_code_url: https://github.com/conversejs/converse.js stargazers_count: 3103 -updated_at: '2025-01-03' +updated_at: '2025-01-10' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index ed05299562..48daab23f1 100644 --- a/software/copyparty.yml +++ b/software/copyparty.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/9001/copyparty demo_url: https://a.ocv.me/pub/demo/ stargazers_count: 936 -updated_at: '2025-01-07' +updated_at: '2025-01-10' archived: false diff --git a/software/coreshop.yml b/software/coreshop.yml index ba4fa07e8b..e4174d6212 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: 279 +stargazers_count: 280 updated_at: '2025-01-07' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index a3d05d2a8e..354a0c17c3 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1686 +stargazers_count: 1687 updated_at: '2025-01-09' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index cfeffe0ea9..ad739a1d1a 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: 3964 +stargazers_count: 3968 updated_at: '2024-12-20' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index 8e5c8a2d98..a8926935e4 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: 3301 +stargazers_count: 3302 updated_at: '2025-01-08' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index 4b2c7fea70..f7fee8c09f 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: 5788 +stargazers_count: 5791 updated_at: '2024-12-17' archived: false diff --git a/software/cstate.yml b/software/cstate.yml index 8c2639a616..db1ddbe3ec 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: 2592 +stargazers_count: 2593 updated_at: '2024-12-27' archived: false diff --git a/software/cups.yml b/software/cups.yml index ccc78de29b..749a870f20 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: 1139 +stargazers_count: 1140 updated_at: '2025-01-08' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 31a447b3d9..f453931751 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: 29810 +stargazers_count: 29819 updated_at: '2024-10-23' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index 8d293c514c..e51ac05816 100644 --- a/software/cyrus-imap.yml +++ b/software/cyrus-imap.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/cyrusimap/cyrus-imapd stargazers_count: 562 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index ff1dc69641..f4c7f2d917 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1725 +stargazers_count: 1752 updated_at: '2025-01-09' archived: false diff --git a/software/damselfly.yml b/software/damselfly.yml index 152a255dba..fa01dd1413 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: 1543 +stargazers_count: 1544 updated_at: '2025-01-07' archived: false diff --git a/software/daneecloud.yml b/software/daneecloud.yml index 66e10c66c7..4f240fe288 100644 --- a/software/daneecloud.yml +++ b/software/daneecloud.yml @@ -10,5 +10,5 @@ tags: - File Transfer - Object Storage & File Servers source_code_url: https://github.com/DaneeSkripter/DaneeCloud stargazers_count: 11 -updated_at: '2025-01-05' -archived: false +updated_at: '2025-01-10' +archived: true diff --git a/software/darkwire.io.yml b/software/darkwire.io.yml index 746c3e8984..bf0062583c 100644 --- a/software/darkwire.io.yml +++ b/software/darkwire.io.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/darkwire/darkwire.io -stargazers_count: 928 +stargazers_count: 929 updated_at: '2024-01-14' archived: false diff --git a/software/dashpress.yml b/software/dashpress.yml index ee5d0de295..81ce1bad15 100644 --- a/software/dashpress.yml +++ b/software/dashpress.yml @@ -10,6 +10,6 @@ tags: - Software Development - Low Code source_code_url: https://github.com/dashpresshq/dashpress demo_url: https://demo.dashpress.io/auth -stargazers_count: 1821 +stargazers_count: 1822 updated_at: '2024-12-21' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index a739c56047..4ad7d8afbc 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: 18930 +stargazers_count: 18945 updated_at: '2025-01-05' archived: false diff --git a/software/databag.yml b/software/databag.yml index 24447b1d2a..19d63438e6 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: 941 +stargazers_count: 942 updated_at: '2024-12-30' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index 16d1d44492..17413eb465 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: 9706 +stargazers_count: 9707 updated_at: '2025-01-09' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index f456942258..5a64d5a097 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: 13427 -updated_at: '2024-09-04' +stargazers_count: 13428 +updated_at: '2025-01-10' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index c62d87bd79..7a118db9e1 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: 4970 +stargazers_count: 4971 updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index b110427885..33c286c710 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 57910 +stargazers_count: 58081 updated_at: '2025-01-09' archived: false diff --git a/software/directus.yml b/software/directus.yml index d3aef15cd7..fde90f1760 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: 28666 +stargazers_count: 28694 updated_at: '2025-01-09' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 23b6d1e0b4..08b85cb5ab 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: 42824 -updated_at: '2025-01-09' +stargazers_count: 42831 +updated_at: '2025-01-10' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index 92f908ee34..1f695b2f03 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: 2010 -updated_at: '2025-01-07' +stargazers_count: 2011 +updated_at: '2025-01-10' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index 3f28537078..c5d799d434 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: 15048 +stargazers_count: 15059 updated_at: '2025-01-05' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index c2eeb4bb33..53d74fc5bc 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7735 +stargazers_count: 7773 updated_at: '2025-01-04' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index 018cdee6c7..dc30884e90 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: 1702 -updated_at: '2025-01-09' +stargazers_count: 1705 +updated_at: '2025-01-10' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index fe7ce28c17..30d8557217 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: 8279 +stargazers_count: 8284 updated_at: '2025-01-06' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index ac83bf3ce8..51bc156505 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: 4220 +stargazers_count: 4223 updated_at: '2025-01-09' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 57c2b7afa8..94cf06eea6 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5611 -updated_at: '2025-01-09' +stargazers_count: 5613 +updated_at: '2025-01-10' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 080175fc1d..acc01986a8 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: 329 +stargazers_count: 337 updated_at: '2025-01-06' archived: false diff --git a/software/dovecot.yml b/software/dovecot.yml index 80804034b5..016c6a3579 100644 --- a/software/dovecot.yml +++ b/software/dovecot.yml @@ -11,5 +11,5 @@ tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/dovecot/core stargazers_count: 1001 -updated_at: '2024-12-30' +updated_at: '2025-01-08' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 1e4f5cb717..36797d236d 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: 315 +stargazers_count: 325 updated_at: '2025-01-06' archived: false diff --git a/software/druid.yml b/software/druid.yml index 8beaf658c1..106ee76454 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -10,5 +10,5 @@ tags: - Analytics source_code_url: https://github.com/apache/druid stargazers_count: 13585 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/dspace.yml b/software/dspace.yml index a2bec978e7..3edd5210f1 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: 918 -updated_at: '2025-01-09' +stargazers_count: 919 +updated_at: '2025-01-10' archived: false diff --git a/software/easy!appointments.yml b/software/easy!appointments.yml index fc42b23efc..f8f0b2532c 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: 3425 +stargazers_count: 3427 updated_at: '2024-11-05' archived: false diff --git a/software/eclipse-che.yml b/software/eclipse-che.yml index ed5486ce1f..c2bba165da 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: 6996 +stargazers_count: 6995 updated_at: '2025-01-09' archived: false diff --git a/software/eda.yml b/software/eda.yml index 54fdfcf84d..3ab8618117 100644 --- a/software/eda.yml +++ b/software/eda.yml @@ -10,5 +10,5 @@ tags: - Analytics source_code_url: https://github.com/jortilles/EDA stargazers_count: 123 -updated_at: '2024-12-19' +updated_at: '2025-01-10' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index 4021a1fa07..7dde1dba0c 100644 --- a/software/egroupware.yml +++ b/software/egroupware.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/EGroupware/egroupware stargazers_count: 252 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index 56aff101b2..9711e911bd 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: 6149 +stargazers_count: 6151 updated_at: '2025-01-08' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index 146173924a..ec8f68a04f 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: 71247 -updated_at: '2025-01-09' +stargazers_count: 71261 +updated_at: '2025-01-10' archived: false diff --git a/software/element.yml b/software/element.yml index 9cda663ad1..9aa5d042b7 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: 11347 -updated_at: '2025-01-09' +stargazers_count: 11351 +updated_at: '2025-01-10' archived: false diff --git a/software/elgg.yml b/software/elgg.yml index 68791ac6d0..979df5d137 100644 --- a/software/elgg.yml +++ b/software/elgg.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/Elgg/Elgg stargazers_count: 1644 -updated_at: '2025-01-07' +updated_at: '2025-01-10' archived: false diff --git a/software/emailwiz.yml b/software/emailwiz.yml index 6e192d6414..4601422081 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: 1851 +stargazers_count: 1853 updated_at: '2024-07-30' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index e631eaf932..923217ae50 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: 14324 -updated_at: '2025-01-09' +stargazers_count: 14327 +updated_at: '2025-01-10' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index 108abf5460..e8ac9e54a2 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: 1123 +stargazers_count: 1130 updated_at: '2024-12-29' archived: false diff --git "a/software/engity's-bifr\303\266st.yml" "b/software/engity's-bifr\303\266st.yml" index 4926c7baf1..09d710ed79 100644 --- "a/software/engity's-bifr\303\266st.yml" +++ "b/software/engity's-bifr\303\266st.yml" @@ -10,5 +10,5 @@ tags: - Remote Access source_code_url: https://github.com/engity-com/bifroest stargazers_count: 28 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/ente.yml b/software/ente.yml index 8c40f1a338..eb921a9c00 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17112 -updated_at: '2025-01-09' +stargazers_count: 17126 +updated_at: '2025-01-10' archived: false diff --git a/software/eprints.yml b/software/eprints.yml index 9c0b5203aa..faf6b0f004 100644 --- a/software/eprints.yml +++ b/software/eprints.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/eprints/eprints3.4 demo_url: http://tryme.demo.eprints-hosting.org/ stargazers_count: 32 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index a2bf019c4a..fc2fa3a9ec 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: 2716 +stargazers_count: 2720 updated_at: '2024-12-19' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index a9aedfbd88..46835d74b4 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: 22575 -updated_at: '2025-01-09' +stargazers_count: 22589 +updated_at: '2025-01-10' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index 371fc97a7f..bc5237ff81 100644 --- a/software/erxes.yml +++ b/software/erxes.yml @@ -11,5 +11,5 @@ tags: - Ticketing source_code_url: https://github.com/erxes/erxes stargazers_count: 3568 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/espial.yml b/software/espial.yml index c3ad851780..01482b2305 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: 803 +stargazers_count: 804 updated_at: '2024-12-30' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index 40be7f3f5a..8ebe0fe760 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1930 -updated_at: '2025-01-09' +stargazers_count: 1933 +updated_at: '2025-01-10' archived: false diff --git a/software/etebase-etesync.yml b/software/etebase-etesync.yml index b0746d4df6..cb86ee8163 100644 --- a/software/etebase-etesync.yml +++ b/software/etebase-etesync.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/etesync/server -stargazers_count: 1575 +stargazers_count: 1578 updated_at: '2024-07-12' archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index 2ff53580d9..72e28f4dca 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: 16940 +stargazers_count: 16946 updated_at: '2025-01-02' archived: false diff --git a/software/evergreen.yml b/software/evergreen.yml index 0923e2956d..0674754037 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -9,5 +9,5 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen stargazers_count: 127 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index 07309e199d..69611c3df9 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: 4642 +stargazers_count: 4639 updated_at: '2025-01-03' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index 62b5ca23a9..eb84810108 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: 4719 -updated_at: '2025-01-09' +stargazers_count: 4723 +updated_at: '2025-01-10' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index 795c64971f..4bd6cdc52c 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: 127 -updated_at: '2025-01-08' +stargazers_count: 128 +updated_at: '2025-01-10' archived: false diff --git a/software/farmos.yml b/software/farmos.yml index 63dc6d92f8..66806323b8 100644 --- a/software/farmos.yml +++ b/software/farmos.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/farmOS/farmOS demo_url: https://farmos-demo.rootedsolutions.io/ stargazers_count: 1022 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/fasten-health.yml b/software/fasten-health.yml index e81652705a..5b86fdca39 100644 --- a/software/fasten-health.yml +++ b/software/fasten-health.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/fastenhealth/fasten-onprem/ depends_3rdparty: true -stargazers_count: 1673 +stargazers_count: 1674 updated_at: '2025-01-05' archived: false diff --git a/software/feedcord.yml b/software/feedcord.yml index f9f628d436..453ce40682 100644 --- a/software/feedcord.yml +++ b/software/feedcord.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers depends_3rdparty: true -stargazers_count: 157 +stargazers_count: 158 updated_at: '2024-04-25' archived: false diff --git a/software/fider.yml b/software/fider.yml index 0d4454ae6f..f68fd2d827 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: 3127 +stargazers_count: 3128 updated_at: '2025-01-08' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index 489fa16d33..c7632d24b1 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: 27459 +stargazers_count: 27469 updated_at: '2024-12-16' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index c38d79149c..3208c97800 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: 2265 +stargazers_count: 2269 updated_at: '2024-12-26' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 1ecb9640f7..6e7332768a 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: 10784 -updated_at: '2025-01-06' +stargazers_count: 10788 +updated_at: '2025-01-10' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index 72162cef80..d1a99a8dc8 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: 16959 +stargazers_count: 16967 updated_at: '2025-01-03' archived: false diff --git a/software/firefox-account-server.yml b/software/firefox-account-server.yml index ddd312372a..670025d27b 100644 --- a/software/firefox-account-server.yml +++ b/software/firefox-account-server.yml @@ -10,5 +10,5 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/mozilla/fxa stargazers_count: 611 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index d54fb333b2..81e32fffe6 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: 6965 +stargazers_count: 6966 updated_at: '2025-01-09' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index e4e1c11260..301f563906 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5140 -updated_at: '2025-01-09' +stargazers_count: 5144 +updated_at: '2025-01-10' archived: false diff --git a/software/flarum.yml b/software/flarum.yml index a856d9329e..3b55188969 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: 15496 +stargazers_count: 15494 updated_at: '2024-12-12' archived: false diff --git a/software/flashpaper.yml b/software/flashpaper.yml index dcc15f47c6..6346e0ed5e 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: 418 +stargazers_count: 419 updated_at: '2024-11-16' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index 9c36305f37..a0c38f9ee0 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: 1682 +stargazers_count: 1683 updated_at: '2025-01-03' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index 21dca1d070..79f08b78bc 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress stargazers_count: 188 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index 1f0c1d3cdc..65f72aa5ae 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3977 -updated_at: '2025-01-07' +stargazers_count: 3979 +updated_at: '2025-01-10' archived: false diff --git a/software/flowforge.yml b/software/flowforge.yml index b300c62661..efa9baa1af 100644 --- a/software/flowforge.yml +++ b/software/flowforge.yml @@ -11,5 +11,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/flowforge/flowforge stargazers_count: 294 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index a5fdd07844..d74401ea94 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: 1452 -updated_at: '2025-01-09' +stargazers_count: 1453 +updated_at: '2025-01-10' archived: false diff --git a/software/flyimg.yml b/software/flyimg.yml index b7b60d0f54..1d7f60c8d6 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.flyimg.io -stargazers_count: 1074 +stargazers_count: 1076 updated_at: '2024-12-23' archived: false diff --git a/software/foodcoopshop.yml b/software/foodcoopshop.yml index 8f16acae37..0f3117efb6 100644 --- a/software/foodcoopshop.yml +++ b/software/foodcoopshop.yml @@ -10,5 +10,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/foodcoopshop/foodcoopshop stargazers_count: 95 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index f7f876696c..da50daa84c 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: 9553 -updated_at: '2025-01-09' +stargazers_count: 9563 +updated_at: '2025-01-10' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index d200b18d11..ae8e99b940 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3159 +stargazers_count: 3163 updated_at: '2024-12-20' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 25641cb321..6d12f51edd 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: 3745 -updated_at: '2025-01-09' +stargazers_count: 3746 +updated_at: '2025-01-10' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index 42e93c3ebc..bc920542bf 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10406 -updated_at: '2025-01-08' +stargazers_count: 10411 +updated_at: '2025-01-10' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index b7b5d60369..7dc2e61408 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: 1468 +stargazers_count: 1470 updated_at: '2025-01-07' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index f52cc412ab..efe5324b35 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: 20209 +stargazers_count: 20222 updated_at: '2025-01-09' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index f5cef0f3da..3fa36fd607 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1150 +stargazers_count: 1151 updated_at: '2025-01-06' archived: false diff --git a/software/fusionpbx.yml b/software/fusionpbx.yml index bc9157ae0b..99ceb536c8 100644 --- a/software/fusionpbx.yml +++ b/software/fusionpbx.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/fusionpbx/fusionpbx stargazers_count: 811 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/galene.yml b/software/galene.yml index 6ae5d3f072..053e1fb226 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: 993 +stargazers_count: 994 updated_at: '2025-01-07' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index 564fed93f1..fb3a8f5796 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: 6845 +stargazers_count: 6853 updated_at: '2025-01-08' archived: false diff --git a/software/geneweb.yml b/software/geneweb.yml index 285ca19b53..c225e6586b 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: 324 -updated_at: '2024-12-31' +stargazers_count: 325 +updated_at: '2025-01-10' archived: false diff --git a/software/gerbera.yml b/software/gerbera.yml index 5faa4d9819..ef342c641f 100644 --- a/software/gerbera.yml +++ b/software/gerbera.yml @@ -11,5 +11,5 @@ tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/gerbera/gerbera stargazers_count: 1219 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/gerrit.yml b/software/gerrit.yml index 2d8c6042f1..617c4d80d7 100644 --- a/software/gerrit.yml +++ b/software/gerrit.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/GerritCodeReview/gerrit stargazers_count: 995 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index 28a8259212..781aee7bf4 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: 47988 -updated_at: '2025-01-09' +stargazers_count: 47999 +updated_at: '2025-01-10' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index 07db582473..c4a3c96fe2 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: 5082 -updated_at: '2025-01-09' +stargazers_count: 5092 +updated_at: '2025-01-10' archived: false diff --git a/software/gibbon.yml b/software/gibbon.yml index b5db4ca628..2e695be0a3 100644 --- a/software/gibbon.yml +++ b/software/gibbon.yml @@ -9,5 +9,5 @@ tags: - Learning and Courses source_code_url: https://github.com/GibbonEdu/core stargazers_count: 499 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index 9ddf23d49c..496c68998e 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: 9183 -updated_at: '2025-01-09' +stargazers_count: 9181 +updated_at: '2025-01-10' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index bf6802a8cb..931d4764d7 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: 46510 -updated_at: '2025-01-09' +stargazers_count: 46522 +updated_at: '2025-01-10' archived: false diff --git a/software/gitit.yml b/software/gitit.yml index 7ac9b7ff16..9aa06aa826 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: 2164 +stargazers_count: 2165 updated_at: '2024-01-28' archived: false diff --git a/software/glance.yml b/software/glance.yml index d2ce150f38..41b797eb09 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9697 +stargazers_count: 9757 updated_at: '2024-12-26' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index cf7452b42c..b4d3d3383f 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag -stargazers_count: 1526 -updated_at: '2025-01-09' +stargazers_count: 1528 +updated_at: '2025-01-10' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index df99d7ab67..ba754ea9fe 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: 18773 +stargazers_count: 18810 updated_at: '2024-11-26' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index 5602523263..2cd8e9be54 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: 45311 +stargazers_count: 45315 updated_at: '2025-01-02' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index e76f834183..89d9161bc3 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: 13897 +stargazers_count: 13896 updated_at: '2025-01-03' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index b87c14de72..4cad93927e 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: 1753 +stargazers_count: 1757 updated_at: '2025-01-05' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index 8750d775d0..8bdaa6a713 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: 12282 +stargazers_count: 12284 updated_at: '2024-08-08' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index e9097a228f..54e1292ed8 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: 11978 +stargazers_count: 11984 updated_at: '2024-09-23' archived: false diff --git a/software/gossa.yml b/software/gossa.yml index 55a07a67cc..ae4146e677 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: 931 +stargazers_count: 937 updated_at: '2024-08-30' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index 988a354737..e9f00c9158 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: 11757 +stargazers_count: 11772 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index a54ffcc2af..6cea67afcc 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: 3935 +stargazers_count: 3938 updated_at: '2025-01-09' archived: false diff --git a/software/gramps-web.yml b/software/gramps-web.yml index 35222f98aa..696a9d8f0d 100644 --- a/software/gramps-web.yml +++ b/software/gramps-web.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/gramps-project/gramps-web-api demo_url: https://gramps-project.github.io/gramps-web-api/ stargazers_count: 89 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index 69c184c9e4..09d59ccce5 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: 5551 +stargazers_count: 5556 updated_at: '2025-01-06' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index e616141e1d..e51e0adf9f 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2223 +stargazers_count: 2224 updated_at: '2024-12-09' archived: false diff --git a/software/grist.yml b/software/grist.yml index 7889d9c773..b2a3a8e9e8 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: 7483 -updated_at: '2025-01-08' +stargazers_count: 7484 +updated_at: '2025-01-10' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 1b44a5dc9d..54d6b155c9 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: 7028 -updated_at: '2025-01-08' +stargazers_count: 7032 +updated_at: '2025-01-10' archived: false diff --git a/software/group-office.yml b/software/group-office.yml index d4070bf6fd..3a0f59111c 100644 --- a/software/group-office.yml +++ b/software/group-office.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/Intermesh/groupoffice/ stargazers_count: 201 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/guacamole.yml b/software/guacamole.yml index e863bfed3c..38d6fbd8b7 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: 3193 +stargazers_count: 3194 updated_at: '2024-12-22' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index 2875903d93..1d79fa3d26 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: 12354 +stargazers_count: 12353 updated_at: '2025-01-09' archived: false diff --git a/software/hackershare.yml b/software/hackershare.yml index e28a6a565c..06726d4c1e 100644 --- a/software/hackershare.yml +++ b/software/hackershare.yml @@ -8,6 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/hackershare/hackershare -stargazers_count: 603 +stargazers_count: 604 updated_at: '2024-03-17' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 6a1b3323a3..973c178c93 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: 5143 -updated_at: '2025-01-09' +stargazers_count: 5142 +updated_at: '2025-01-10' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 8e3d337b84..5a0e0d38b9 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: 31263 +stargazers_count: 31261 updated_at: '2025-01-09' archived: false diff --git a/software/haven.yml b/software/haven.yml index b0cd935360..6b28457e3d 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: 664 +stargazers_count: 665 updated_at: '2025-01-03' archived: false diff --git a/software/headphones.yml b/software/headphones.yml index 707647b3c8..4d20afbdad 100644 --- a/software/headphones.yml +++ b/software/headphones.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/rembo10/headphones -stargazers_count: 3431 +stargazers_count: 3432 updated_at: '2024-08-16' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index 355461c549..80db311e58 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8487 -updated_at: '2025-01-02' +stargazers_count: 8489 +updated_at: '2025-01-10' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index 941c1cf8c8..bd9ccfea8a 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: 5363 -updated_at: '2025-01-04' +stargazers_count: 5365 +updated_at: '2025-01-10' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index 5623d532cd..45636a23df 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: 8035 +stargazers_count: 8040 updated_at: '2024-11-05' archived: false diff --git a/software/hemmelig.yml b/software/hemmelig.yml index 9998de9df5..367e175858 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: 797 +stargazers_count: 798 updated_at: '2024-11-28' archived: false diff --git a/software/heyform.yml b/software/heyform.yml index 195fc448e8..5a559eb40c 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: 7401 +stargazers_count: 7402 updated_at: '2025-01-01' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 973a38a1b6..1daacd6544 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: 2353 +stargazers_count: 2355 updated_at: '2024-12-20' archived: false diff --git a/software/hitobito.yml b/software/hitobito.yml index 80f4448157..4a56851863 100644 --- a/software/hitobito.yml +++ b/software/hitobito.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/hitobito/hitobito demo_url: https://demo.hitobito.com/en/users/sign_in stargazers_count: 387 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index cb8da7a2b1..a84cfb55a5 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10474 +stargazers_count: 10545 updated_at: '2025-01-07' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index 8746f00228..512c693b34 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6552 +stargazers_count: 6555 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 2a8692bfa8..11c5a98b32 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: 75617 -updated_at: '2025-01-09' +stargazers_count: 75651 +updated_at: '2025-01-10' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index 97cd3b248b..9725cbc272 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: 1574 +stargazers_count: 1585 updated_at: '2025-01-09' archived: false diff --git a/software/homegallery.yml b/software/homegallery.yml index eefedb8183..a3ee3a3e9c 100644 --- a/software/homegallery.yml +++ b/software/homegallery.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/xemle/home-gallery demo_url: https://demo.home-gallery.org stargazers_count: 866 -updated_at: '2025-01-05' +updated_at: '2025-01-10' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index 797e7638f2..9198b61a99 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: 21001 +stargazers_count: 21017 updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index e41ec6f028..4305962ca5 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9553 +stargazers_count: 9556 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index 32ff695e2b..e4f4705b69 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: 66418 +stargazers_count: 66437 updated_at: '2024-12-23' archived: false diff --git a/software/hortusfox.yml b/software/hortusfox.yml index 834d15c006..e4fde9742e 100644 --- a/software/hortusfox.yml +++ b/software/hortusfox.yml @@ -10,5 +10,5 @@ platforms: tags: - Miscellaneous stargazers_count: 712 -updated_at: '2025-01-05' +updated_at: '2025-01-10' archived: false diff --git a/software/htmly.yml b/software/htmly.yml index 3efaee2129..55225e1135 100644 --- a/software/htmly.yml +++ b/software/htmly.yml @@ -11,6 +11,6 @@ tags: - Content Management Systems (CMS) demo_url: http://demo.htmly.com/ related_software_url: https://www.htmly.com/theme/ -stargazers_count: 1117 +stargazers_count: 1118 updated_at: '2024-12-30' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index 2df6a98bfc..a3cf75bbba 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: 44245 +stargazers_count: 44254 updated_at: '2025-01-04' archived: false diff --git a/software/huly.yml b/software/huly.yml index 7ac595f207..59c489f78a 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: 18131 -updated_at: '2025-01-09' +stargazers_count: 18152 +updated_at: '2025-01-10' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 35c25658e6..32332b38a9 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: 6358 +stargazers_count: 6359 updated_at: '2024-12-23' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index 174363aa8f..fcf4a9b036 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: 12812 -updated_at: '2025-01-09' +stargazers_count: 12816 +updated_at: '2025-01-10' archived: false diff --git a/software/hyphanet.yml b/software/hyphanet.yml index 406a427287..2c5255d32d 100644 --- a/software/hyphanet.yml +++ b/software/hyphanet.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/hyphanet/fred stargazers_count: 1045 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/i-librarian.yml b/software/i-librarian.yml index db4e8cc1c6..79dcdc334e 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: 266 +stargazers_count: 267 updated_at: '2024-11-08' archived: false diff --git a/software/ilias.yml b/software/ilias.yml index 14ac60a928..d1bbac4124 100644 --- a/software/ilias.yml +++ b/software/ilias.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/ILIAS-eLearning/ILIAS demo_url: https://demo.ilias.de stargazers_count: 413 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 8d96cc9334..2518848e17 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: 9152 -updated_at: '2025-01-08' +stargazers_count: 9158 +updated_at: '2025-01-10' archived: false diff --git a/software/immich.yml b/software/immich.yml index 7f76405efc..944d884001 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 55994 -updated_at: '2025-01-09' +stargazers_count: 56060 +updated_at: '2025-01-10' archived: false diff --git a/software/indico.yml b/software/indico.yml index 1af1ad8749..23a1d4ef85 100644 --- a/software/indico.yml +++ b/software/indico.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/indico/indico demo_url: https://sandbox.getindico.io/ stargazers_count: 1805 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/inspircd.yml b/software/inspircd.yml index f702563ba3..2685a5fee4 100644 --- a/software/inspircd.yml +++ b/software/inspircd.yml @@ -10,5 +10,5 @@ tags: - Communication - IRC source_code_url: https://github.com/inspircd/inspircd stargazers_count: 1197 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index d5e0bdf4d3..550a7e4a78 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: 4575 -updated_at: '2025-01-08' +stargazers_count: 4578 +updated_at: '2025-01-10' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index 30a3433df7..aa9f9debfb 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: 16668 +stargazers_count: 16675 updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index e2daff3e84..eb787ba1b9 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: 8445 +stargazers_count: 8449 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceplane.yml b/software/invoiceplane.yml index d86b8ee00e..f8fd047a2b 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: 2607 +stargazers_count: 2608 updated_at: '2025-01-05' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index e9f320e8c8..2436ea339c 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 578 +stargazers_count: 585 updated_at: '2025-01-05' archived: false diff --git a/software/iodine.yml b/software/iodine.yml index e1897af386..cf7db98373 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: 6310 +stargazers_count: 6313 updated_at: '2024-10-30' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index 9f368ed421..0f26e53c00 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: 1530 +stargazers_count: 1531 updated_at: '2025-01-08' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index 3f3bd42fb2..44d86a0c3d 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2614 +stargazers_count: 2615 updated_at: '2025-01-09' archived: false diff --git a/software/isso.yml b/software/isso.yml index 5d98e3c699..93df91c7c2 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: 5089 +stargazers_count: 5090 updated_at: '2024-10-01' archived: false diff --git a/software/itflow.yml b/software/itflow.yml index 97b2651ec2..1d7242e089 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: 613 +stargazers_count: 614 updated_at: '2024-12-30' archived: false diff --git a/software/janus.yml b/software/janus.yml index de36b5cc26..b72c63bf3f 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: 8343 -updated_at: '2025-01-08' +stargazers_count: 8345 +updated_at: '2025-01-10' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 01abf04ede..58ec56f6ab 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: 36363 +stargazers_count: 36378 updated_at: '2025-01-09' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index 695c5727ef..5d5618bc70 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4210 -updated_at: '2025-01-09' +stargazers_count: 4223 +updated_at: '2025-01-10' archived: false diff --git a/software/jina.yml b/software/jina.yml index 93e93fb91f..d61e845781 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: 21232 +stargazers_count: 21235 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index 21170998e1..f61e8ff7e3 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: 24030 -updated_at: '2025-01-09' +stargazers_count: 24075 +updated_at: '2025-01-10' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index e081d21a76..137a8876f8 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: 4806 +stargazers_count: 4808 updated_at: '2025-01-09' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index b639b946b6..150790720a 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: 47016 -updated_at: '2025-01-09' +stargazers_count: 47053 +updated_at: '2025-01-10' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index 500a70c183..a8d715ab03 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: 2828 +stargazers_count: 2833 updated_at: '2025-01-02' archived: false diff --git a/software/jupyterlab.yml b/software/jupyterlab.yml index e31a70fcaa..18c38ad72e 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: 14307 +stargazers_count: 14310 updated_at: '2025-01-09' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index 08be1f1326..ba84f42d6d 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: 2353 -updated_at: '2025-01-09' +stargazers_count: 2354 +updated_at: '2025-01-10' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index 1ad06e5289..8536d2ec52 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: 8606 +stargazers_count: 8607 updated_at: '2024-12-20' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index 5892e708ac..312bae5e20 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: 6907 +stargazers_count: 6913 updated_at: '2025-01-03' archived: false diff --git a/software/keila.yml b/software/keila.yml index 54097fde82..7897293672 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: 1511 +stargazers_count: 1512 updated_at: '2025-01-06' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index fc18cacbe0..7b7cf19272 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: 15152 -updated_at: '2025-01-09' +stargazers_count: 15163 +updated_at: '2025-01-10' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index 383773e66f..39b74a9079 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: 903 +stargazers_count: 904 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index abf431e989..2e939d01d2 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: 9354 +stargazers_count: 9356 updated_at: '2025-01-06' archived: false diff --git a/software/kill-bill.yml b/software/kill-bill.yml index b93deaf726..56152337ed 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: 4697 +stargazers_count: 4700 updated_at: '2025-01-03' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index c682921762..39330a1b2f 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: 3436 -updated_at: '2025-01-09' +stargazers_count: 3439 +updated_at: '2025-01-10' archived: false diff --git a/software/kirby.yml b/software/kirby.yml index b7579f99be..40cf083618 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: 1332 +stargazers_count: 1333 updated_at: '2024-11-28' archived: false diff --git a/software/kitchenowl.yml b/software/kitchenowl.yml index ac3fbbe915..807feb0d97 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: 1397 +stargazers_count: 1400 updated_at: '2025-01-03' archived: false diff --git a/software/kiwix-serve.yml b/software/kiwix-serve.yml index c3f4728930..b01fe82306 100644 --- a/software/kiwix-serve.yml +++ b/software/kiwix-serve.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/kiwix/kiwix-tools -stargazers_count: 486 +stargazers_count: 487 updated_at: '2024-12-21' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index fcc3a9ca2b..8ca5f194f9 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: 18750 -updated_at: '2025-01-09' +stargazers_count: 18754 +updated_at: '2025-01-10' archived: false diff --git a/software/koel.yml b/software/koel.yml index 9569ccdabd..891cfc53da 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: 16159 +stargazers_count: 16163 updated_at: '2024-11-14' archived: false diff --git a/software/koha.yml b/software/koha.yml index 2de8d1559e..0891b7f1d8 100644 --- a/software/koha.yml +++ b/software/koha.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/Koha-Community/Koha demo_url: https://koha-community.org/demo/ stargazers_count: 497 -updated_at: '2025-01-07' +updated_at: '2025-01-10' archived: false diff --git a/software/komga.yml b/software/komga.yml index 0017f440ef..915ee9d118 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: 4305 +stargazers_count: 4308 updated_at: '2025-01-09' archived: false diff --git a/software/kong.yml b/software/kong.yml index 38ed95e017..728922b03e 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: 39721 -updated_at: '2025-01-09' +stargazers_count: 39736 +updated_at: '2025-01-10' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index 7a06bbf62f..ea6539802d 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12073 -updated_at: '2025-01-03' +stargazers_count: 12084 +updated_at: '2025-01-10' archived: false diff --git a/software/kresus.yml b/software/kresus.yml index b2c7be5e40..51886f0c57 100644 --- a/software/kresus.yml +++ b/software/kresus.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/kresusapp/kresus demo_url: https://kresus.org/en/demo.html stargazers_count: 304 -updated_at: '2025-01-07' +updated_at: '2025-01-10' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index feacd90d8a..73be3918af 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: 1841 -updated_at: '2025-01-09' +stargazers_count: 1843 +updated_at: '2025-01-10' archived: false diff --git a/software/lago.yml b/software/lago.yml index 092f489751..5529f0a46a 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: 7178 +stargazers_count: 7180 updated_at: '2025-01-06' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index be70170034..ef231371fa 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20129 +stargazers_count: 20138 updated_at: '2024-11-23' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index f48bfe6346..512034adba 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: 7702 -updated_at: '2025-01-09' +stargazers_count: 7720 +updated_at: '2025-01-10' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index 35bcd1731b..3bea1d62f8 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: 12650 -updated_at: '2025-01-09' +stargazers_count: 12653 +updated_at: '2025-01-10' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index 16debeb86e..757b79bc4e 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: 4934 +stargazers_count: 4945 updated_at: '2024-12-18' archived: false diff --git a/software/ledgersmb.yml b/software/ledgersmb.yml index 30e3a39814..74091e759b 100644 --- a/software/ledgersmb.yml +++ b/software/ledgersmb.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/ledgersmb/LedgerSMB demo_url: https://demo.cloud.efficito.com/erp/1.5/login.pl stargazers_count: 433 -updated_at: '2025-01-05' +updated_at: '2025-01-10' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index 87ea35c71f..210ae2fbc4 100644 --- a/software/lemmy.yml +++ b/software/lemmy.yml @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/LemmyNet/lemmy stargazers_count: 13401 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/leon.yml b/software/leon.yml index 5821713082..df9dcfd8af 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: 15694 +stargazers_count: 15702 updated_at: '2025-01-04' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index ad0db072d9..1d2cf3454b 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: 10207 +stargazers_count: 10213 updated_at: '2025-01-09' archived: false diff --git a/software/libretime.yml b/software/libretime.yml index 53b599d378..63cc313ce3 100644 --- a/software/libretime.yml +++ b/software/libretime.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/LibreTime/libretime stargazers_count: 824 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 38430e012d..227f20b76c 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 3814 +stargazers_count: 3815 updated_at: '2025-01-05' archived: false diff --git a/software/lidatube.yml b/software/lidatube.yml index ef36bf6a35..47d2c6b1b6 100644 --- a/software/lidatube.yml +++ b/software/lidatube.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 147 +stargazers_count: 148 updated_at: '2025-01-06' archived: false diff --git a/software/lila.yml b/software/lila.yml index deb31e3e6c..226174aecc 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: 15985 -updated_at: '2025-01-09' +stargazers_count: 15991 +updated_at: '2025-01-10' archived: false diff --git a/software/linkace.yml b/software/linkace.yml index d8eaa293f6..46d9512556 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: 2708 +stargazers_count: 2707 updated_at: '2025-01-05' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index becbb75adb..35df14ea84 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7210 +stargazers_count: 7215 updated_at: '2024-10-24' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index 0d39b1360e..3b8547b330 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: 2545 +stargazers_count: 2548 updated_at: '2024-12-10' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index dff30b23d0..6af2b88ebd 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: 9829 -updated_at: '2025-01-07' +stargazers_count: 9852 +updated_at: '2025-01-10' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index b20c79f495..de854dc7fe 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15773 -updated_at: '2025-01-06' +stargazers_count: 15779 +updated_at: '2025-01-10' archived: false diff --git a/software/litlyx.yml b/software/litlyx.yml index 76e19e9fc3..84ab1585d4 100644 --- a/software/litlyx.yml +++ b/software/litlyx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 842 +stargazers_count: 843 updated_at: '2025-01-04' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index bd40fb27e0..01644ead8e 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: 1914 +stargazers_count: 1916 updated_at: '2024-12-20' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index a5db2706f9..6c1b5df780 100644 --- a/software/live-helper-chat.yml +++ b/software/live-helper-chat.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/LiveHelperChat/livehelperchat stargazers_count: 2000 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/localess.yml b/software/localess.yml index 3ae99699ba..e21cc371b0 100644 --- a/software/localess.yml +++ b/software/localess.yml @@ -1,7 +1,7 @@ -name: "Localess" -website_url: "https://localess.org/home" -source_code_url: "https://github.com/Lessify/localess" -description: "Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster." +name: Localess +website_url: https://localess.org/home +source_code_url: https://github.com/Lessify/localess +description: Powerful translation management and content management system. Manage and translate your website or app content into multiple languages, using AI to translate faster. licenses: - MIT platforms: @@ -9,4 +9,7 @@ platforms: tags: - Content Management Systems (CMS) - Software Development - Localization -depends_3rdparty: true \ No newline at end of file +depends_3rdparty: true +stargazers_count: 45 +updated_at: '2025-01-09' +archived: false diff --git a/software/loomio.yml b/software/loomio.yml index fd04f22467..f8c7bbaaeb 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: 2385 +stargazers_count: 2386 updated_at: '2025-01-08' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index 24ecb12869..0cc136dcc1 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 10992 +stargazers_count: 10997 updated_at: '2025-01-08' diff --git a/software/lubelogger.yml b/software/lubelogger.yml index 6b5365ef79..56f9e4cf94 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: 1283 -updated_at: '2025-01-09' +stargazers_count: 1287 +updated_at: '2025-01-10' archived: false diff --git a/software/lura.yml b/software/lura.yml index ee14d1c239..48d3420e95 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: 6424 +stargazers_count: 6426 updated_at: '2024-12-12' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index c98d7efaf0..c201b82fd6 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: 3507 -updated_at: '2025-01-08' +stargazers_count: 3510 +updated_at: '2025-01-10' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index b8cee6f71a..246f5fe9f6 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: 5243 +stargazers_count: 5244 updated_at: '2024-11-24' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index d17cfd4011..2f3c5f6c60 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: 11621 -updated_at: '2025-01-09' +stargazers_count: 11624 +updated_at: '2025-01-10' archived: false diff --git a/software/mailcatcher.yml b/software/mailcatcher.yml index 19069b70a6..bdf10af276 100644 --- a/software/mailcatcher.yml +++ b/software/mailcatcher.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/sj26/mailcatcher -stargazers_count: 6528 +stargazers_count: 6529 updated_at: '2024-05-25' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index c4537ff32f..098f4bc5d4 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: 9350 +stargazers_count: 9378 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index b43f899b59..05514f6dd4 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: 6035 +stargazers_count: 6040 updated_at: '2025-01-09' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index 5e6185a2ee..e68ab4819d 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: 1776 +stargazers_count: 1780 updated_at: '2025-01-03' archived: false diff --git a/software/maloja.yml b/software/maloja.yml index e8b6e97118..a1005d22e4 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: 1230 +stargazers_count: 1231 updated_at: '2024-05-05' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index 418302fc97..c376f18a06 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: 1008 -updated_at: '2025-01-09' +stargazers_count: 1015 +updated_at: '2025-01-10' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index d3904332a7..c3ba0fe386 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9195 -updated_at: '2025-01-09' +stargazers_count: 9198 +updated_at: '2025-01-10' archived: false diff --git a/software/mantisbt.yml b/software/mantisbt.yml index df89d36b01..a1b4cbbad1 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: 1672 +stargazers_count: 1673 updated_at: '2025-01-09' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index c5cf3ca4c2..35a6be308e 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: 915 -updated_at: '2025-01-09' +stargazers_count: 923 +updated_at: '2025-01-10' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index de207696de..41d7483887 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: 47457 -updated_at: '2025-01-09' +stargazers_count: 47469 +updated_at: '2025-01-10' archived: false diff --git a/software/mataroa.yml b/software/mataroa.yml index 1fe634867f..120abf9bda 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: 273 +stargazers_count: 274 updated_at: '2024-12-05' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index 3ba57599de..3fd64bc4e8 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: 1891 +stargazers_count: 1896 updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index fa14112f50..4189d65618 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ -stargazers_count: 2451 +stargazers_count: 2452 updated_at: '2025-01-09' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 5db6bd4c64..e57af2ad28 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: 20054 +stargazers_count: 20064 updated_at: '2025-01-08' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index 12fe94e24c..ed24acb9df 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: 31291 -updated_at: '2025-01-09' +stargazers_count: 31302 +updated_at: '2025-01-10' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index 9fefeb3eec..63380a52a9 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: 7532 -updated_at: '2025-01-09' +stargazers_count: 7534 +updated_at: '2025-01-10' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index 8e40af696d..8d37fd0dee 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34825 +stargazers_count: 34838 updated_at: '2025-01-07' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 50dd7a21d1..7cf9998ac9 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: 7845 -updated_at: '2025-01-09' +stargazers_count: 7848 +updated_at: '2025-01-10' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index 6edb6280a3..a744bf580b 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3108 +stargazers_count: 3110 updated_at: '2024-11-22' archived: false diff --git a/software/medusa.yml b/software/medusa.yml index f78fea43e4..3e799577f5 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/pymedusa/Medusa related_software_url: https://github.com/medusajs/nextjs-starter-medusa -stargazers_count: 1828 +stargazers_count: 1827 updated_at: '2024-12-13' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 9c5fff3863..426c5e775e 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: 27005 -updated_at: '2025-01-09' +stargazers_count: 27016 +updated_at: '2025-01-10' archived: false diff --git a/software/meelo.yml b/software/meelo.yml index 8eb859d863..58e39d7de8 100644 --- a/software/meelo.yml +++ b/software/meelo.yml @@ -9,5 +9,5 @@ platforms: tags: - Media Streaming - Multimedia Streaming stargazers_count: 63 -updated_at: '2024-12-13' +updated_at: '2025-01-10' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index eadaab7c72..73d5b42dfb 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: 48613 -updated_at: '2025-01-09' +stargazers_count: 48625 +updated_at: '2025-01-10' archived: false diff --git a/software/memos.yml b/software/memos.yml index b7e6ed7255..730941f22d 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35834 -updated_at: '2025-01-09' +stargazers_count: 35849 +updated_at: '2025-01-10' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index 3856456ce9..d3cb285d2c 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: 4468 -updated_at: '2025-01-08' +stargazers_count: 4470 +updated_at: '2025-01-10' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index 2b769b4d57..a5775e7972 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: 39335 -updated_at: '2025-01-09' +stargazers_count: 39344 +updated_at: '2025-01-10' archived: false diff --git a/software/metube.yml b/software/metube.yml index aab1335435..45a52a5c28 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7441 +stargazers_count: 7455 updated_at: '2024-12-29' archived: false diff --git a/software/microweber.yml b/software/microweber.yml index 8fd2dcbeaa..e39e747c33 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/microweber/microweber -stargazers_count: 3171 +stargazers_count: 3172 updated_at: '2024-11-26' archived: false diff --git a/software/middleware.yml b/software/middleware.yml index 6089d9a83a..70e06c458f 100644 --- a/software/middleware.yml +++ b/software/middleware.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Analytics -stargazers_count: 1223 +stargazers_count: 1225 updated_at: '2024-12-30' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index f1e2253fce..c234b88482 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: 27061 -updated_at: '2025-01-09' +stargazers_count: 27065 +updated_at: '2025-01-10' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index 08b355d38c..518b84ef2b 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: 23059 -updated_at: '2025-01-08' +stargazers_count: 23063 +updated_at: '2025-01-10' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index a2260ce156..947f946847 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: 7118 +stargazers_count: 7122 updated_at: '2024-12-29' archived: false diff --git a/software/minio.yml b/software/minio.yml index 825750c750..234d4039ea 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: 49347 +stargazers_count: 49366 updated_at: '2025-01-08' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 2bfdd3836a..2c602578a9 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: 6283 -updated_at: '2025-01-03' +stargazers_count: 6286 +updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-c2c.yml b/software/mirotalk-c2c.yml index 11994f65d2..c33ef9277d 100644 --- a/software/mirotalk-c2c.yml +++ b/software/mirotalk-c2c.yml @@ -10,5 +10,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/miroslavpejic85/mirotalkc2c stargazers_count: 249 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index e526f908e1..9001b23e46 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: 3198 -updated_at: '2025-01-09' +stargazers_count: 3201 +updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 67be50c4d2..8d5fdad780 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: 2213 +stargazers_count: 2217 updated_at: '2025-01-09' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index cee7551e6f..b0a389acad 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: 10228 +stargazers_count: 10231 updated_at: '2025-01-08' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index a610f32452..4525d0119e 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: 3105 +stargazers_count: 3106 updated_at: '2024-12-21' archived: false diff --git a/software/monica.yml b/software/monica.yml index 479d4f1a3c..8ca07ae984 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 21987 +stargazers_count: 21992 updated_at: '2024-11-15' archived: false diff --git a/software/moode-audio.yml b/software/moode-audio.yml index 359ff47e67..adcc99d364 100644 --- a/software/moode-audio.yml +++ b/software/moode-audio.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/moode-player/moode stargazers_count: 1048 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/mopidy.yml b/software/mopidy.yml index 426cb82319..63efd1edd6 100644 --- a/software/mopidy.yml +++ b/software/mopidy.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/mopidy/mopidy -stargazers_count: 8179 +stargazers_count: 8181 updated_at: '2024-12-10' archived: false diff --git "a/software/motion.tools-antragsgr\303\274n.yml" "b/software/motion.tools-antragsgr\303\274n.yml" index f3eba09086..6c5d62efc4 100644 --- "a/software/motion.tools-antragsgr\303\274n.yml" +++ "b/software/motion.tools-antragsgr\303\274n.yml" @@ -10,6 +10,6 @@ platforms: tags: - Conference Management demo_url: https://sandbox.motion.tools/createsite -stargazers_count: 101 +stargazers_count: 102 updated_at: '2025-01-04' archived: false diff --git a/software/mox.yml b/software/mox.yml index 9439bca791..8ebe925efd 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 3783 +stargazers_count: 3784 updated_at: '2024-12-25' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index 4917f720da..36cac6b8d8 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: 2217 +stargazers_count: 2218 updated_at: '2024-12-12' archived: false diff --git a/software/mstream.yml b/software/mstream.yml index 64e21351c1..d1b149a220 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: 2226 +stargazers_count: 2227 updated_at: '2024-12-21' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index c6922fbe45..9436f4dc3c 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true stargazers_count: 1436 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml index c1f3786997..bd0cbf7217 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: 463 +stargazers_count: 464 updated_at: '2025-01-03' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index 9c4fde4c4d..88a151f59b 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: 6519 +stargazers_count: 6520 updated_at: '2025-01-08' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index 077bcd27e9..bddc63ba74 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: 4284 +stargazers_count: 4286 updated_at: '2024-07-14' archived: false diff --git a/software/mybucks.online.yml b/software/mybucks.online.yml index c46a3fced9..9e095681c6 100644 --- a/software/mybucks.online.yml +++ b/software/mybucks.online.yml @@ -1,11 +1,14 @@ -name: "Mybucks.online" -website_url: "https://mybucks.online" -source_code_url: "https://github.com/mybucks-online/app" -description: "A secure, browser-based, password-only self-custodial cryptocurrency wallet." +name: Mybucks.online +website_url: https://mybucks.online +source_code_url: https://github.com/mybucks-online/app +description: A secure, browser-based, password-only self-custodial cryptocurrency wallet. licenses: - MIT platforms: - Nodejs tags: - Money, Budgeting & Management -demo_url: "https://app.mybucks.online" +demo_url: https://app.mybucks.online +stargazers_count: 5 +updated_at: '2025-01-10' +archived: false diff --git a/software/myfin.yml b/software/myfin.yml index 43f184817e..35bd4d8c26 100644 --- a/software/myfin.yml +++ b/software/myfin.yml @@ -1,12 +1,15 @@ -name: "MyFin" -website_url: "https://github.com/afaneca/myfin" -source_code_url: "https://github.com/afaneca/myfin" -description: "Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future." +name: MyFin +website_url: https://github.com/afaneca/myfin +source_code_url: https://github.com/afaneca/myfin +description: Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future. licenses: - AGPL-3.0 platforms: - Nodejs 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-android" +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-android +stargazers_count: 41 +updated_at: '2025-01-10' +archived: false diff --git a/software/myip.yml b/software/myip.yml index 2b5de3de1f..8c855490d2 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: 7047 +stargazers_count: 7060 updated_at: '2025-01-06' archived: false diff --git a/software/mylar3.yml b/software/mylar3.yml index a120481b5f..32ecba956c 100644 --- a/software/mylar3.yml +++ b/software/mylar3.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1118 +stargazers_count: 1119 updated_at: '2024-03-14' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index 177f35227e..f6ad2ded63 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: 54386 -updated_at: '2025-01-09' +stargazers_count: 54490 +updated_at: '2025-01-10' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index 65cfc5423c..3d46854654 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: 12790 -updated_at: '2025-01-09' +stargazers_count: 12802 +updated_at: '2025-01-10' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index eb645d0bee..1f30d3962d 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -9,5 +9,5 @@ tags: - Automation source_code_url: https://github.com/lardbit/nefarious stargazers_count: 1067 -updated_at: '2024-12-16' +updated_at: '2025-01-10' archived: false diff --git a/software/neko.yml b/software/neko.yml index b87e49247e..77bbaf66f4 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: 8269 +stargazers_count: 8274 updated_at: '2024-12-30' archived: false diff --git a/software/netron.yml b/software/netron.yml index cc37a8a69b..4a0bb950e9 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: 29040 -updated_at: '2025-01-09' +stargazers_count: 29047 +updated_at: '2025-01-10' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index 7633c1f0ba..2a78d93434 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: 6955 -updated_at: '2024-12-19' +stargazers_count: 6956 +updated_at: '2025-01-10' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index d1cc241912..b6f97570d5 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: 3292 +stargazers_count: 3293 updated_at: '2025-01-07' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 90e9d8ec56..66eccfdbf5 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: 27896 -updated_at: '2025-01-09' +stargazers_count: 27912 +updated_at: '2025-01-10' archived: false diff --git a/software/nextcloudpi.yml b/software/nextcloudpi.yml index 8b668387a1..8b64d8febf 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: 2602 +stargazers_count: 2604 updated_at: '2024-11-08' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index a862246c00..8fe1d789f4 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24032 +stargazers_count: 24049 updated_at: '2025-01-07' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index 89b7aeb935..77298731b1 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: 50756 -updated_at: '2025-01-09' +stargazers_count: 50769 +updated_at: '2025-01-10' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index 8c68fd33d9..06fdbf833f 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: 20195 +stargazers_count: 20200 updated_at: '2024-12-20' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index 8821d7e172..28516d3de6 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB -stargazers_count: 14295 +stargazers_count: 14298 updated_at: '2025-01-08' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index bb0d741cc9..ffd427eab0 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: 3305 -updated_at: '2025-01-09' +stargazers_count: 3306 +updated_at: '2025-01-10' archived: false diff --git a/software/novu.yml b/software/novu.yml index 8c0d02e867..93a08a4c1b 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: 35955 -updated_at: '2025-01-09' +stargazers_count: 35957 +updated_at: '2025-01-10' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index 7deffe6c4e..23f8aacbaf 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: 19128 +stargazers_count: 19138 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index 8b1d1ef6e7..9412f8fb7c 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3907 +stargazers_count: 3909 updated_at: '2023-11-05' archived: false diff --git a/software/nymphcast.yml b/software/nymphcast.yml index 28a5cdd724..7e49db59e8 100644 --- a/software/nymphcast.yml +++ b/software/nymphcast.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/MayaPosch/NymphCast stargazers_count: 2452 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index 83162d4d9f..e261e91af7 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: 3629 +stargazers_count: 3637 updated_at: '2025-01-03' archived: false diff --git a/software/octobox.yml b/software/octobox.yml index 3a29d5cc24..b7d1581642 100644 --- a/software/octobox.yml +++ b/software/octobox.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/octobox/octobox depends_3rdparty: true stargazers_count: 4367 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 5b06ee5107..1b39da1c92 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: 8388 +stargazers_count: 8390 updated_at: '2025-01-07' archived: false diff --git a/software/ocular.yml b/software/ocular.yml index 471752d5d0..d635c1b6b6 100644 --- a/software/ocular.yml +++ b/software/ocular.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management demo_url: https://ocular.reinisch.io/#demo stargazers_count: 147 -updated_at: '2025-01-03' +updated_at: '2025-01-10' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index 3aad14407c..50ec414004 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: 39876 -updated_at: '2025-01-09' +stargazers_count: 39892 +updated_at: '2025-01-10' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index ef86e940b8..a28d1500f5 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: 2626 +stargazers_count: 2628 updated_at: '2025-01-06' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index 56e3f3776f..cafd90f78e 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3785 +stargazers_count: 3787 updated_at: '2025-01-05' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index 446b9d7d24..23ccc0a75d 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: 5023 +stargazers_count: 5031 updated_at: '2024-11-28' archived: false diff --git a/software/open-food-network.yml b/software/open-food-network.yml index 87ba0ef5c1..94f762497c 100644 --- a/software/open-food-network.yml +++ b/software/open-food-network.yml @@ -9,5 +9,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/openfoodfoundation/openfoodnetwork stargazers_count: 1141 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index ded6bd1f30..9fca658bba 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: 2800 -updated_at: '2025-01-09' +stargazers_count: 2805 +updated_at: '2025-01-10' archived: false diff --git a/software/open-quartermaster.yml b/software/open-quartermaster.yml index d2148101b1..b9c5286db4 100644 --- a/software/open-quartermaster.yml +++ b/software/open-quartermaster.yml @@ -10,5 +10,5 @@ platforms: tags: - Inventory Management stargazers_count: 21 -updated_at: '2024-12-24' +updated_at: '2025-01-10' archived: false diff --git a/software/open-source-pos.yml b/software/open-source-pos.yml index e96f996506..517bcfbd19 100644 --- a/software/open-source-pos.yml +++ b/software/open-source-pos.yml @@ -9,5 +9,5 @@ tags: - E-commerce source_code_url: https://github.com/opensourcepos/opensourcepos stargazers_count: 3516 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index dc73068329..6506697931 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: 6521 +stargazers_count: 6523 updated_at: '2024-11-03' archived: false diff --git a/software/open-web-analytics.yml b/software/open-web-analytics.yml index 9e278d657d..16f0086b46 100644 --- a/software/open-web-analytics.yml +++ b/software/open-web-analytics.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/Open-Web-Analytics/Open-Web-Analytics -stargazers_count: 2515 +stargazers_count: 2516 updated_at: '2024-03-31' archived: false diff --git a/software/openbudgeteer.yml b/software/openbudgeteer.yml index 665eebc510..6f58892c25 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: 803 +stargazers_count: 804 updated_at: '2025-01-04' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index 9c2207ead3..55ac75b3c3 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: 7541 +stargazers_count: 7542 updated_at: '2025-01-09' archived: false diff --git a/software/openfire.yml b/software/openfire.yml index 63d779a3e8..6b580f009c 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: 2889 +stargazers_count: 2890 updated_at: '2025-01-08' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index 77f54ff72d..76b553edac 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: 1975 +stargazers_count: 1982 updated_at: '2024-12-16' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index d718928878..662d431d21 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: 951 -updated_at: '2025-01-07' +stargazers_count: 953 +updated_at: '2025-01-10' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index 057d94cbb6..a2ccd33dc7 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: 5326 -updated_at: '2025-01-09' +stargazers_count: 5328 +updated_at: '2025-01-10' archived: false diff --git a/software/openolat.yml b/software/openolat.yml index c8a5942cc6..d70f783f3c 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: 339 -updated_at: '2025-01-09' +stargazers_count: 342 +updated_at: '2025-01-10' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index b3d489f92a..9526896950 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: 9685 -updated_at: '2025-01-09' +stargazers_count: 9690 +updated_at: '2025-01-10' archived: false diff --git a/software/openremote.yml b/software/openremote.yml index 5cf57a910c..56c82ca39a 100644 --- a/software/openremote.yml +++ b/software/openremote.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/openremote/openremote demo_url: https://demo.openremote.io/ stargazers_count: 1297 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/openrouteservice.yml b/software/openrouteservice.yml index 0e88b1c0ed..9475fcb413 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: 1503 +stargazers_count: 1504 updated_at: '2025-01-08' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index f9d5686a8f..3fab1c84c6 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: 10043 -updated_at: '2025-01-09' +stargazers_count: 10047 +updated_at: '2025-01-10' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index 4e5d199f1a..ce1b9e094b 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3652 +stargazers_count: 3674 updated_at: '2024-12-14' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index 361099ac78..c528376a8d 100644 --- a/software/opensips.yml +++ b/software/opensips.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/OpenSIPS/opensips stargazers_count: 1305 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index 446b23402d..cae0453277 100644 --- a/software/opentripplanner.yml +++ b/software/opentripplanner.yml @@ -10,5 +10,5 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/opentripplanner/OpenTripPlanner stargazers_count: 2261 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index adc556cc88..f5bb9ed4d7 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: 6565 -updated_at: '2025-01-09' +stargazers_count: 6576 +updated_at: '2025-01-10' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index 3cc7182fc0..6c5e33350b 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: 2969 +stargazers_count: 2974 updated_at: '2025-01-09' archived: false diff --git a/software/opik.yml b/software/opik.yml index 320d986cd8..a916e72476 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -1,7 +1,7 @@ -name: "Opik" -website_url: "https://www.comet.com/site/products/opik/" -source_code_url: "https://github.com/comet-ml/opik" -description: "Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle." +name: Opik +website_url: https://www.comet.com/site/products/opik/ +source_code_url: https://github.com/comet-ml/opik +description: Evaluate, test, and ship LLM applications with a suite of observability tools to calibrate language model outputs across your dev and production lifecycle. licenses: - Apache-2.0 platforms: @@ -10,3 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true +stargazers_count: 4135 +updated_at: '2025-01-10' +archived: false diff --git a/software/opnform.yml b/software/opnform.yml index ba2dde3dfd..02625326e7 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: 2368 +stargazers_count: 2370 updated_at: '2025-01-09' archived: false diff --git a/software/orangehrm.yml b/software/orangehrm.yml index b817838a53..25e01023bf 100644 --- a/software/orangehrm.yml +++ b/software/orangehrm.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/orangehrm/orangehrm demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 863 +stargazers_count: 864 updated_at: '2024-07-19' archived: false diff --git a/software/organizr.yml b/software/organizr.yml index 0ad34b3703..c88627d311 100644 --- a/software/organizr.yml +++ b/software/organizr.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/causefx/Organizr -stargazers_count: 5248 +stargazers_count: 5252 updated_at: '2024-04-16' archived: false diff --git a/software/ossn.yml b/software/ossn.yml index b0a5d32483..b969d9195c 100644 --- a/software/ossn.yml +++ b/software/ossn.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/opensource-socialnetwork/opensource-socialnetwork stargazers_count: 1087 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 825283f1ad..64b170088d 100644 --- a/software/otobo.yml +++ b/software/otobo.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/RotherOSS/otobo demo_url: https://otobo.io/en/service-management-plattform/otobo-demo/ stargazers_count: 266 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/outline.yml b/software/outline.yml index efa2072777..2c0a121cca 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: 29162 -updated_at: '2025-01-09' +stargazers_count: 29175 +updated_at: '2025-01-10' archived: false diff --git a/software/ovenmediaengine.yml b/software/ovenmediaengine.yml index e8bd68529e..c37591302d 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: 2631 +stargazers_count: 2632 updated_at: '2025-01-08' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index 3812da642c..eac1db5ad0 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: 14557 -updated_at: '2025-01-09' +stargazers_count: 14561 +updated_at: '2025-01-10' archived: false diff --git a/software/overseerr.yml b/software/overseerr.yml index 21101ad643..d5cea02b5e 100644 --- a/software/overseerr.yml +++ b/software/overseerr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sct/overseerr depends_3rdparty: true -stargazers_count: 4064 +stargazers_count: 4066 updated_at: '2024-10-21' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index 271cc18799..8432f48002 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: 9678 +stargazers_count: 9683 updated_at: '2025-01-09' archived: false diff --git a/software/paaster.yml b/software/paaster.yml index 2ba56ba025..e551048393 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: 457 +stargazers_count: 458 updated_at: '2025-01-02' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index fcaeeacac7..dba65fea71 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: 5209 +stargazers_count: 5213 updated_at: '2024-11-11' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index edf26f38d3..05d4f10d08 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23695 -updated_at: '2025-01-08' +stargazers_count: 23720 +updated_at: '2025-01-10' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 3d6a8ee1e5..02814333d0 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/ciur/papermerge -stargazers_count: 2573 +stargazers_count: 2575 updated_at: '2024-01-15' archived: false diff --git a/software/part-db.yml b/software/part-db.yml index b868a54f2c..f667a7a725 100644 --- a/software/part-db.yml +++ b/software/part-db.yml @@ -12,6 +12,6 @@ tags: - Inventory Management demo_url: https://demo.part-db.de/en/ -stargazers_count: 1023 +stargazers_count: 1024 updated_at: '2025-01-07' archived: false diff --git a/software/password-pusher.yml b/software/password-pusher.yml index 6f7bcdc72c..efb1061bce 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: 2175 -updated_at: '2025-01-08' +stargazers_count: 2177 +updated_at: '2025-01-10' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index bcf2b05f05..e8667b0505 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: 30992 -updated_at: '2025-01-09' +stargazers_count: 31030 +updated_at: '2025-01-10' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index 175c37a260..8873c06d18 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Document Management -stargazers_count: 302 +stargazers_count: 336 updated_at: '2025-01-09' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index 9bc4dabab4..6153dedcca 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: 13311 -updated_at: '2025-01-09' +stargazers_count: 13319 +updated_at: '2025-01-10' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index 3562a3378e..b748929df4 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: 1004 -updated_at: '2025-01-09' +stargazers_count: 1005 +updated_at: '2025-01-10' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index 0fbe1f582b..9170e82fd1 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: 34567 -updated_at: '2025-01-09' +stargazers_count: 34585 +updated_at: '2025-01-10' archived: false diff --git a/software/photofield.yml b/software/photofield.yml index dcd2ed9666..f94f9f13e0 100644 --- a/software/photofield.yml +++ b/software/photofield.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 467 +stargazers_count: 468 updated_at: '2024-11-02' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index 63386d3c09..6dafd28408 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: 36051 +stargazers_count: 36060 updated_at: '2025-01-09' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index 9a921752a5..43a949b153 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5604 +stargazers_count: 5608 updated_at: '2025-01-09' archived: false diff --git a/software/phpbb.yml b/software/phpbb.yml index 7ab8cb27ac..dedf0b4145 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: 1878 +stargazers_count: 1879 updated_at: '2025-01-08' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index 6fa0662c39..8f8dc4bc1e 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: 49834 +stargazers_count: 49838 updated_at: '2024-12-29' archived: false diff --git a/software/piler.yml b/software/piler.yml index e893dad6f0..8ba85135d4 100644 --- a/software/piler.yml +++ b/software/piler.yml @@ -8,6 +8,6 @@ platforms: - C tags: - Communication - Email - Mail Delivery Agents -stargazers_count: 94 -updated_at: '2025-01-08' +stargazers_count: 95 +updated_at: '2025-01-10' archived: false diff --git a/software/pimcore.yml b/software/pimcore.yml index 1caec2e7ed..dc2fe3e3b2 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: 3452 +stargazers_count: 3453 updated_at: '2025-01-08' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index 09a25daec7..af0ed65778 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3607 +stargazers_count: 3614 updated_at: '2025-01-08' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index 9413996add..ffe56d963c 100644 --- a/software/piwigo.yml +++ b/software/piwigo.yml @@ -9,5 +9,5 @@ tags: - Photo Galleries source_code_url: https://github.com/Piwigo/Piwigo stargazers_count: 3330 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index ee6e470f4c..6ad9edb21d 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: 5728 +stargazers_count: 5731 updated_at: '2025-01-09' archived: false diff --git a/software/plane.yml b/software/plane.yml index a9664716cb..9538e2dcf2 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: 31692 -updated_at: '2025-01-09' +stargazers_count: 31707 +updated_at: '2025-01-10' archived: false diff --git a/software/planka.yml b/software/planka.yml index 277cc3678b..76e9a88e36 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: 8340 +stargazers_count: 8342 updated_at: '2024-12-18' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index 567b760000..dbb5dad2ec 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: 21091 +stargazers_count: 21103 updated_at: '2025-01-09' archived: false diff --git a/software/plexripper.yml b/software/plexripper.yml index 2f9eeaff27..42208ff6b3 100644 --- a/software/plexripper.yml +++ b/software/plexripper.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation depends_3rdparty: true -stargazers_count: 306 -updated_at: '2025-01-09' +stargazers_count: 309 +updated_at: '2025-01-10' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index 7414364e1d..14a351ba1f 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: 42755 -updated_at: '2025-01-05' +stargazers_count: 42774 +updated_at: '2025-01-10' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index d8ba8247e2..fb6b9fead6 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4097 +stargazers_count: 4099 updated_at: '2025-01-08' archived: false diff --git a/software/postal.yml b/software/postal.yml index d393668122..826d22b372 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: 15072 +stargazers_count: 15074 updated_at: '2024-10-31' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index 0b9c421ec4..58b45efaff 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23093 -updated_at: '2025-01-09' +stargazers_count: 23128 +updated_at: '2025-01-10' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index ba38ef28a1..113ace90ce 100644 --- a/software/postiz.yml +++ b/software/postiz.yml @@ -9,3 +9,6 @@ tags: - Analytics source_code_url: https://github.com/gitroomhq/postiz-app depends_3rdparty: true +stargazers_count: 16938 +updated_at: '2025-01-09' +archived: false diff --git a/software/precis.yml b/software/precis.yml index 510124a9cf..e2d7af372d 100644 --- a/software/precis.yml +++ b/software/precis.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 44 +stargazers_count: 45 updated_at: '2024-12-15' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index c8845ed373..1770c49b45 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: 8312 +stargazers_count: 8316 updated_at: '2025-01-06' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index 8449b27646..7a6ae661dc 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: 1948 -updated_at: '2025-01-07' +stargazers_count: 1949 +updated_at: '2025-01-10' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index f5c3e3aae2..d7f29fb3c4 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: 6740 +stargazers_count: 6743 updated_at: '2025-01-09' archived: false diff --git a/software/projectsend.yml b/software/projectsend.yml index 3ee0d2a0a9..4b594c59e5 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: 1457 +stargazers_count: 1458 updated_at: '2024-12-11' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index 32d29d8707..379103f8ab 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: 1596 +stargazers_count: 1598 updated_at: '2024-11-15' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index 1b3e8fa8db..0bd879bc28 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: 7020 +stargazers_count: 7022 updated_at: '2024-11-15' archived: false diff --git a/software/puter.yml b/software/puter.yml index d44057dff8..19b4e209e5 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: 27453 -updated_at: '2025-01-09' +stargazers_count: 27472 +updated_at: '2025-01-10' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index 6fe51fc3ac..8bb80bbbf3 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: 1848 +stargazers_count: 1854 updated_at: '2025-01-09' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index 36cfcff3a7..6836a30726 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: 29337 -updated_at: '2025-01-08' +stargazers_count: 29354 +updated_at: '2025-01-10' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index 5d6ada2351..4330a46427 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10766 +stargazers_count: 10769 updated_at: '2025-01-06' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index d84768fc6c..713ce073c4 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: 3453 -updated_at: '2025-01-09' +stargazers_count: 3454 +updated_at: '2025-01-10' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index ee6b4c9b83..7bc621ae67 100644 --- a/software/rallly.yml +++ b/software/rallly.yml @@ -12,5 +12,5 @@ tags: source_code_url: https://github.com/lukevella/rallly demo_url: https://app.rallly.co stargazers_count: 3850 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/rapidbay.yml b/software/rapidbay.yml index ed8bcb23f0..a154a31f53 100644 --- a/software/rapidbay.yml +++ b/software/rapidbay.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/hauxir/rapidbay/ -stargazers_count: 756 +stargazers_count: 757 updated_at: '2024-12-13' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index 4a558c6fce..ff3d42cb97 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 26986 +stargazers_count: 26994 updated_at: '2025-01-09' archived: false diff --git a/software/reader.yml b/software/reader.yml index 562ba66439..487e23bc6c 100644 --- a/software/reader.yml +++ b/software/reader.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/lemon24/reader -stargazers_count: 463 -updated_at: '2025-01-09' +stargazers_count: 464 +updated_at: '2025-01-10' archived: false diff --git a/software/receipt-wrangler.yml b/software/receipt-wrangler.yml index 8a870fd951..ca704c92fb 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: 97 +stargazers_count: 98 updated_at: '2024-12-27' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index 8a68e8f243..6a0b19a736 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: 656 +stargazers_count: 657 updated_at: '2025-01-08' archived: false diff --git a/software/redash.yml b/software/redash.yml index 120dba5ff3..be838b8888 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: 26720 +stargazers_count: 26729 updated_at: '2025-01-01' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index e9d3729103..3bbec474c8 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: 1535 +stargazers_count: 1539 updated_at: '2024-12-02' archived: false diff --git a/software/remark42.yml b/software/remark42.yml index a621108ba4..294a3e54d5 100644 --- a/software/remark42.yml +++ b/software/remark42.yml @@ -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: 5003 +stargazers_count: 5005 updated_at: '2025-01-02' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index 0a30f6067d..f6d269fc78 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4641 +stargazers_count: 4642 updated_at: '2024-12-17' archived: false diff --git a/software/restreamer.yml b/software/restreamer.yml index 97380b6de6..5bfbfd49ee 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4134 +stargazers_count: 4138 updated_at: '2024-11-26' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index f58104848b..cf2710c3b3 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 782 +stargazers_count: 783 updated_at: '2025-01-01' archived: false diff --git a/software/retroshare.yml b/software/retroshare.yml index 72b6e191ec..afa7eb0ed7 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: 1775 +stargazers_count: 1777 updated_at: '2025-01-06' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index 052c3073c1..d9258b0e56 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: 68193 +stargazers_count: 68201 updated_at: '2024-11-28' archived: false diff --git a/software/review-board.yml b/software/review-board.yml index 7c5bb5b34e..df5579474c 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: 1580 +stargazers_count: 1581 updated_at: '2024-12-18' archived: false diff --git a/software/revive-adserver.yml b/software/revive-adserver.yml index 7c1331886a..afb865eee4 100644 --- a/software/revive-adserver.yml +++ b/software/revive-adserver.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/revive-adserver/revive-adserver -stargazers_count: 1280 +stargazers_count: 1282 updated_at: '2025-01-08' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 015890f08f..7d5aa8d246 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41588 -updated_at: '2025-01-08' +stargazers_count: 41593 +updated_at: '2025-01-10' archived: false diff --git a/software/romm.yml b/software/romm.yml index 9ab5d2f4a5..51decfc647 100644 --- a/software/romm.yml +++ b/software/romm.yml @@ -9,6 +9,6 @@ tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/zurdi15/romm depends_3rdparty: true -stargazers_count: 2839 +stargazers_count: 2854 updated_at: '2025-01-07' archived: false diff --git a/software/roundcube.yml b/software/roundcube.yml index 08b56ec834..779aded362 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: 5999 +stargazers_count: 6002 updated_at: '2025-01-08' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index 4c2556562e..a067abb1d3 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: 7507 -updated_at: '2025-01-07' +stargazers_count: 7509 +updated_at: '2025-01-10' archived: false diff --git a/software/rss2email.yml b/software/rss2email.yml index 6165c06543..67c8533747 100644 --- a/software/rss2email.yml +++ b/software/rss2email.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/rss2email/rss2email -stargazers_count: 384 +stargazers_count: 386 updated_at: '2025-01-04' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index 6e8d9302f0..f98cf8cc2e 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34690 -updated_at: '2025-01-09' +stargazers_count: 34701 +updated_at: '2025-01-10' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index 5e0f6af89f..11c575a168 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: 4721 -updated_at: '2025-01-09' +stargazers_count: 4722 +updated_at: '2025-01-10' archived: false diff --git a/software/rudderstack.yml b/software/rudderstack.yml index 77a6c181e8..d43ce79f73 100644 --- a/software/rudderstack.yml +++ b/software/rudderstack.yml @@ -11,6 +11,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/rudderlabs/rudder-server/ -stargazers_count: 4122 -updated_at: '2025-01-09' +stargazers_count: 4124 +updated_at: '2025-01-10' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index dec5035fec..0c7f408a86 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7068 +stargazers_count: 7075 updated_at: '2024-12-07' archived: false diff --git a/software/rustypaste.yml b/software/rustypaste.yml index d0f889245e..6348a4c256 100644 --- a/software/rustypaste.yml +++ b/software/rustypaste.yml @@ -8,6 +8,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/orhun/rustypaste -stargazers_count: 816 -updated_at: '2025-01-06' +stargazers_count: 817 +updated_at: '2025-01-10' archived: false diff --git a/software/ryot.yml b/software/ryot.yml index 44970ae750..5b7403d01f 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2131 +stargazers_count: 2134 updated_at: '2025-01-09' archived: false diff --git a/software/sabredav.yml b/software/sabredav.yml index ca6d40200e..c13bc572a9 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: 1558 +stargazers_count: 1560 updated_at: '2024-12-01' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index cb62fb9394..ecba81963d 100644 --- a/software/saleor.yml +++ b/software/saleor.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/saleor/saleor demo_url: https://demo.saleor.io/ stargazers_count: 20979 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/scm-manager.yml b/software/scm-manager.yml index 0c65c853e9..8d6cd20f4f 100644 --- a/software/scm-manager.yml +++ b/software/scm-manager.yml @@ -12,5 +12,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/scm-manager/scm-manager stargazers_count: 137 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/screego.yml b/software/screego.yml index be7c077e40..c597760588 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: 8186 +stargazers_count: 8191 updated_at: '2024-12-07' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index fe2ea330a5..030190eee1 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: 12579 +stargazers_count: 12584 updated_at: '2024-12-21' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index 7baed66569..8d2ea2b29c 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: 15020 -updated_at: '2025-01-06' +stargazers_count: 15042 +updated_at: '2025-01-10' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index 8a4bd30e3d..fbf260ef19 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: 23435 +stargazers_count: 23445 updated_at: '2025-01-08' archived: false diff --git a/software/send.yml b/software/send.yml index d95c958585..ff2d0913f8 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4912 +stargazers_count: 4915 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 622f26c74d..5803b3aa4e 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: 39585 -updated_at: '2025-01-09' +stargazers_count: 39593 +updated_at: '2025-01-11' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index d511dfd388..7f3d3f8cfa 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: 9779 +stargazers_count: 9781 updated_at: '2025-01-04' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index 9be0e2be28..e1d723a287 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: 938 +stargazers_count: 939 updated_at: '2025-01-08' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index 03426b59c5..a6b14af265 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: 1917 +stargazers_count: 1918 updated_at: '2025-01-09' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index 993154e100..b25d19af47 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: 1416 +stargazers_count: 1417 updated_at: '2025-01-07' archived: false diff --git a/software/shhh.yml b/software/shhh.yml index 2fa1bbcc30..81df4fa4e0 100644 --- a/software/shhh.yml +++ b/software/shhh.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/smallwat3r/shhh stargazers_count: 387 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/shifter.yml b/software/shifter.yml index 5a9164e760..0faf1c199f 100644 --- a/software/shifter.yml +++ b/software/shifter.yml @@ -9,5 +9,5 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/TobySuch/Shifter stargazers_count: 31 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index d43af1960c..32fe9521b8 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: 9826 +stargazers_count: 9829 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index b7dc5476c7..00d1e7f7a1 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: 3430 +stargazers_count: 3441 updated_at: '2024-12-27' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index 167aec8206..6d4fc8b122 100644 --- a/software/shopware-community-edition.yml +++ b/software/shopware-community-edition.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/shopware/platform demo_url: https://www.shopware.com/en/test-demo/ stargazers_count: 2890 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/shynet.yml b/software/shynet.yml index f00664faac..8be700af3c 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: 2962 +stargazers_count: 2963 updated_at: '2024-12-19' archived: false diff --git a/software/sickchill.yml b/software/sickchill.yml index 231db2990c..b0f2d56ddb 100644 --- a/software/sickchill.yml +++ b/software/sickchill.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/SickChill/SickChill -stargazers_count: 2407 +stargazers_count: 2406 updated_at: '2024-09-10' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index 6f1c33978f..a07581cb77 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: 2824 +stargazers_count: 2829 updated_at: '2025-01-09' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index ce7450a9d8..980b0b9520 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: 5309 +stargazers_count: 5311 updated_at: '2024-12-20' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 391f16570a..672426562b 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: 7668 -updated_at: '2025-01-09' +stargazers_count: 7671 +updated_at: '2025-01-10' archived: false diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index 0955be13b0..c6d01455b0 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: 1691 +stargazers_count: 1692 updated_at: '2025-01-08' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index 6d54f66bd8..7d83c1d985 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26241 +stargazers_count: 26281 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index 3052b9c0a3..c2ddf7164c 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2105 +stargazers_count: 2109 updated_at: '2025-01-04' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index 351926c3e7..c31aa131bf 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: 1226 +stargazers_count: 1227 updated_at: '2024-12-18' archived: false diff --git a/software/snappymail.yml b/software/snappymail.yml index 8e04789f00..172b606e92 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: 1085 +stargazers_count: 1086 updated_at: '2024-12-10' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index 6daa0908a2..b5692253ee 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2619 +stargazers_count: 2625 updated_at: '2024-12-21' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index 48f30f77a6..8acd47a481 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11135 +stargazers_count: 11138 updated_at: '2025-01-05' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index 0e06e54d8c..443e5b2d81 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2384 +stargazers_count: 2386 updated_at: '2024-06-04' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index 01ba49b767..107352162e 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: 13193 -updated_at: '2025-01-09' +stargazers_count: 13196 +updated_at: '2025-01-10' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index baad4c2b71..9729427092 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: 1740 -updated_at: '2025-01-06' +stargazers_count: 1745 +updated_at: '2025-01-10' archived: false diff --git a/software/squidex.yml b/software/squidex.yml index d8426dcccb..94d20fa203 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: 2293 +stargazers_count: 2294 updated_at: '2024-12-20' archived: false diff --git a/software/srs.yml b/software/srs.yml index a95e62b821..ff43c2eabd 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: 26131 +stargazers_count: 26140 updated_at: '2024-12-05' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index 53aab21974..e5208dce26 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: 2543 +stargazers_count: 2546 updated_at: '2024-12-13' archived: false diff --git a/software/stackstorm.yml b/software/stackstorm.yml index f2995003b8..b163c1793c 100644 --- a/software/stackstorm.yml +++ b/software/stackstorm.yml @@ -9,5 +9,5 @@ tags: - Automation source_code_url: https://github.com/StackStorm/st2 stargazers_count: 6140 -updated_at: '2024-12-19' +updated_at: '2025-01-10' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index c8405afe64..50a635892c 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: 5833 +stargazers_count: 5849 updated_at: '2025-01-07' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index 2a0c9447fb..6abbe61e08 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.org/ -stargazers_count: 5469 +stargazers_count: 5468 updated_at: '2025-01-09' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index e31bd80258..e3c03bbb18 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: 321 +stargazers_count: 322 updated_at: '2025-01-06' archived: false diff --git a/software/stash.yml b/software/stash.yml index f32f9c1a81..5d0543cfd3 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: 9604 +stargazers_count: 9610 updated_at: '2024-12-04' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index f7459ae241..26f78537b7 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 1612 -updated_at: '2025-01-09' +stargazers_count: 1616 +updated_at: '2025-01-10' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index d4d91de259..fe374d2ea7 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: 48711 -updated_at: '2025-01-09' +stargazers_count: 48750 +updated_at: '2025-01-10' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index b83c30abef..3712e8bc04 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: 64570 -updated_at: '2025-01-09' +stargazers_count: 64580 +updated_at: '2025-01-10' archived: false diff --git a/software/streama.yml b/software/streama.yml index 2ac70edd32..9389c09f91 100644 --- a/software/streama.yml +++ b/software/streama.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/streamaserver/streama -stargazers_count: 9714 +stargazers_count: 9715 updated_at: '2024-04-04' archived: false diff --git a/software/string.is.yml b/software/string.is.yml index 0711fe2d1a..c3fa2a9236 100644 --- a/software/string.is.yml +++ b/software/string.is.yml @@ -9,5 +9,5 @@ tags: - Miscellaneous source_code_url: https://github.com/recurser/string-is stargazers_count: 264 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/stringer.yml b/software/stringer.yml index 52309e818d..a8884c085e 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: 3965 -updated_at: '2025-01-06' +stargazers_count: 3966 +updated_at: '2025-01-10' archived: false diff --git a/software/stump.yml b/software/stump.yml index ede791067d..1f11df7c2a 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: 1099 +stargazers_count: 1100 updated_at: '2024-12-08' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index b2876d6a7b..49cbf67949 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4622 +stargazers_count: 4623 updated_at: '2025-01-03' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 11b7479389..fd701c7d8a 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: 21532 -updated_at: '2025-01-08' +stargazers_count: 21565 +updated_at: '2025-01-10' archived: false diff --git a/software/sup3rs3cretmes5age.yml b/software/sup3rs3cretmes5age.yml index 9b314d6e29..667637d410 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: 523 +stargazers_count: 524 updated_at: '2024-12-30' archived: false diff --git a/software/superset.yml b/software/superset.yml index eb3f7afeb9..7d6a0f702e 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: 63719 +stargazers_count: 63748 updated_at: '2025-01-10' archived: false diff --git a/software/svix.yml b/software/svix.yml index 67fa6697eb..2dabf510ef 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: 2488 -updated_at: '2025-01-09' +stargazers_count: 2492 +updated_at: '2025-01-10' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index 0d05790e4d..3b31838158 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: 2987 -updated_at: '2025-01-08' +stargazers_count: 2990 +updated_at: '2025-01-10' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index a47a092f52..a7cf349983 100644 --- a/software/swingmusic.yml +++ b/software/swingmusic.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/swing-opensource/swingmusic stargazers_count: 854 -updated_at: '2025-01-07' +updated_at: '2025-01-10' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index b8f30e1735..d70a6669b6 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: 8058 -updated_at: '2025-01-09' +stargazers_count: 8060 +updated_at: '2025-01-10' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index af1fa89f5c..092dd47d02 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: 1783 +stargazers_count: 1787 updated_at: '2025-01-08' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index 6cabb3dc40..cc96ede8c3 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: 66738 +stargazers_count: 66752 updated_at: '2025-01-09' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index eb0604b49f..ad0aca6a48 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: 3927 -updated_at: '2025-01-09' +stargazers_count: 3929 +updated_at: '2025-01-10' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 906c4dc509..28ef8ed3f8 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: 3054 +stargazers_count: 3057 updated_at: '2025-01-02' archived: false diff --git "a/software/takah\304\223.yml" "b/software/takah\304\223.yml" index b379c0278c..875e8f532d 100644 --- "a/software/takah\304\223.yml" +++ "b/software/takah\304\223.yml" @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/jointakahe/takahe -stargazers_count: 1134 +stargazers_count: 1135 updated_at: '2024-08-28' archived: false diff --git a/software/talkyard.yml b/software/talkyard.yml index 97013dc15c..af3d527be5 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: 1723 +stargazers_count: 1724 updated_at: '2024-12-31' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index 5937fb8aa5..b310211fb2 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: 5807 +stargazers_count: 5811 updated_at: '2025-01-05' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index 5a747ddd56..c1e3f1797a 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22531 -updated_at: '2025-01-09' +stargazers_count: 22537 +updated_at: '2025-01-10' archived: false diff --git a/software/teammapper.yml b/software/teammapper.yml index 576d2d2c07..9f88f89a01 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: 281 +stargazers_count: 280 updated_at: '2025-01-06' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index cc20790775..7f0b97372f 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: 1695 -updated_at: '2024-12-29' +stargazers_count: 1694 +updated_at: '2025-01-10' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index 57f5cd1cc3..876794e24a 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: 4764 +stargazers_count: 4773 updated_at: '2024-12-21' archived: false diff --git a/software/teedy.yml b/software/teedy.yml index 4b91dbf5c6..d1c7da9cf5 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: 2010 +stargazers_count: 2012 updated_at: '2024-09-07' archived: false diff --git a/software/teleport.yml b/software/teleport.yml index 787ceca3d5..91a1563f3b 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: 17865 -updated_at: '2025-01-09' +stargazers_count: 17867 +updated_at: '2025-01-10' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index 2e241fbcab..e4a7d14308 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: 6190 +stargazers_count: 6194 updated_at: '2025-01-07' archived: false diff --git a/software/textpattern.yml b/software/textpattern.yml index b5a775569f..9ee01ce115 100644 --- a/software/textpattern.yml +++ b/software/textpattern.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/textpattern/textpattern demo_url: https://textpattern.co/demo stargazers_count: 802 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index 453923f601..8cd738c687 100644 --- a/software/the-battle-for-wesnoth.yml +++ b/software/the-battle-for-wesnoth.yml @@ -10,5 +10,5 @@ tags: - Games source_code_url: https://github.com/wesnoth/wesnoth stargazers_count: 5676 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index 856a590f89..3111b9fa86 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: 18016 -updated_at: '2025-01-09' +stargazers_count: 18036 +updated_at: '2025-01-10' archived: false diff --git a/software/thumbor.yml b/software/thumbor.yml index 83fb503895..b80a3b9b4e 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: 10156 +stargazers_count: 10157 updated_at: '2024-11-12' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index dc61223638..b2dcdd51c1 100644 --- a/software/tileserver-gl.yml +++ b/software/tileserver-gl.yml @@ -10,5 +10,5 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/maptiler/tileserver-gl stargazers_count: 2287 -updated_at: '2025-01-02' +updated_at: '2025-01-11' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index 3e0697014c..f0a6360a49 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: 1221 +stargazers_count: 1224 updated_at: '2025-01-06' archived: false diff --git a/software/tine.yml b/software/tine.yml index 1acc2db3f8..cfe811ad7d 100644 --- a/software/tine.yml +++ b/software/tine.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/tine-groupware/tine -stargazers_count: 14 -updated_at: '2025-01-09' +stargazers_count: 15 +updated_at: '2025-01-10' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index 6b914cfe74..65e00797f4 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: 12205 +stargazers_count: 12211 updated_at: '2024-04-27' archived: false diff --git a/software/tiny-file-manager.yml b/software/tiny-file-manager.yml index f98ae26cb3..3b3d9f4456 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: 5110 +stargazers_count: 5114 updated_at: '2024-11-05' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index e384bcdc32..8a75079c35 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: 4978 +stargazers_count: 4980 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index 4accca3cdb..e6c2297fe6 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: 7684 -updated_at: '2025-01-04' +stargazers_count: 7682 +updated_at: '2025-01-10' archived: false diff --git a/software/titra.yml b/software/titra.yml index 70003ac7bc..09fb61edb4 100644 --- a/software/titra.yml +++ b/software/titra.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/kromitgmbh/titra stargazers_count: 409 -updated_at: '2024-12-18' +updated_at: '2025-01-10' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 74d40c52d9..509d6ffad3 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: 2293 -updated_at: '2025-01-09' +stargazers_count: 2298 +updated_at: '2025-01-10' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index cd06d7d29e..5dd2b3c745 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: 33645 -updated_at: '2025-01-09' +stargazers_count: 33650 +updated_at: '2025-01-10' archived: false diff --git a/software/tox.yml b/software/tox.yml index 622b460389..bb255e625f 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: 2319 -updated_at: '2025-01-05' +stargazers_count: 2320 +updated_at: '2025-01-10' archived: false diff --git a/software/tracim.yml b/software/tracim.yml index 05bf7b7073..69e565f75f 100644 --- a/software/tracim.yml +++ b/software/tracim.yml @@ -11,5 +11,5 @@ tags: - Groupware source_code_url: https://github.com/tracim/tracim stargazers_count: 220 -updated_at: '2025-01-06' +updated_at: '2025-01-10' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index 3f59f1b65a..3793535864 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52467 +stargazers_count: 52575 updated_at: '2025-01-09' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 3953de741c..215ba620d7 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: 1261 +stargazers_count: 1263 updated_at: '2025-01-02' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 0daefb9ed1..00711697a3 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: 15365 +stargazers_count: 15364 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index cb0a9e1af8..3e10d6e969 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: 12508 +stargazers_count: 12515 updated_at: '2025-01-09' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index dd38bed441..a2d22cb395 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27805 +stargazers_count: 27817 updated_at: '2024-05-30' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 74e5c7ccfb..eb03c6a2fc 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: 5478 +stargazers_count: 5489 updated_at: '2024-12-20' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index 3c035d3713..fe8d8f578c 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2066 +stargazers_count: 2068 updated_at: '2025-01-09' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index f3de4d74f3..c90f171300 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9086 +stargazers_count: 9089 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index 31b35e25b4..f5d3ddafd6 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24441 -updated_at: '2025-01-09' +stargazers_count: 24457 +updated_at: '2025-01-10' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index a3863b4e9d..7e2d97ad37 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: 9809 -updated_at: '2025-01-09' +stargazers_count: 9813 +updated_at: '2025-01-10' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index c182abd0ed..88f3cc09bd 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: 7833 -updated_at: '2025-01-09' +stargazers_count: 7835 +updated_at: '2025-01-10' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index 801a69638e..de93af4b4a 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: 21697 +stargazers_count: 21704 updated_at: '2025-01-09' archived: false diff --git a/software/typo3.yml b/software/typo3.yml index 7593c11364..a429b8ede9 100644 --- a/software/typo3.yml +++ b/software/typo3.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/TYPO3/typo3 stargazers_count: 1067 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/umami.yml b/software/umami.yml index 48e3f71094..1d36e8fad4 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: 23653 +stargazers_count: 23676 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index 5d8edf8e1f..63b1b4bd0e 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: 4649 +stargazers_count: 4651 updated_at: '2025-01-07' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index 55c19ba35d..ca9835fa09 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: 7928 +stargazers_count: 7932 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index 2f79b7fc5b..ad8cd09873 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: 4289 +stargazers_count: 4290 updated_at: '2025-01-07' archived: false diff --git a/software/untrusted.yml b/software/untrusted.yml index 5396e60147..3c50f01971 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: 4605 +stargazers_count: 4606 updated_at: '2024-11-14' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index 7b21a54eed..3f3d37c9f5 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: 2791 -updated_at: '2025-01-09' +stargazers_count: 2794 +updated_at: '2025-01-10' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index e577a1b699..6e64b629ff 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: 62335 +stargazers_count: 62379 updated_at: '2024-12-22' archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index 2380a40271..aeb23a8651 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: 9663 +stargazers_count: 9669 updated_at: '2024-12-04' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index 261e31ad26..fbe96b3ee8 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3732 +stargazers_count: 3733 updated_at: '2025-01-04' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 67ee7058ab..7773bf89ba 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: 40632 -updated_at: '2025-01-09' +stargazers_count: 40656 +updated_at: '2025-01-10' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index 8d99fe1aea..110424123c 100644 --- a/software/vendure.yml +++ b/software/vendure.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/vendure-ecommerce/vendure demo_url: https://demo.vendure.io stargazers_count: 5909 -updated_at: '2025-01-09' +updated_at: '2025-01-10' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 5805bdfd69..5e61fb2783 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1833 -updated_at: '2025-01-04' +stargazers_count: 1834 +updated_at: '2025-01-10' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index 958a0266de..2c3af18dfe 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: 443 +stargazers_count: 442 updated_at: '2024-12-10' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 70e7e9c9f7..f8c4827886 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: 18609 +stargazers_count: 18611 updated_at: '2025-01-07' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index c269d83522..ba816a260d 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: 2930 +stargazers_count: 2935 updated_at: '2024-12-22' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index 74292b4149..bf9c51a664 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: 10794 -updated_at: '2025-01-09' +stargazers_count: 10801 +updated_at: '2025-01-10' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index 29d1b3acca..d66ecc0783 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: 4093 +stargazers_count: 4095 updated_at: '2025-01-09' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index 6288ae1e24..5e7286962f 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 184 +stargazers_count: 186 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index e5d1c45cc7..3f275169b7 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: 1854 +stargazers_count: 1855 updated_at: '2025-01-09' archived: false diff --git a/software/wbo.yml b/software/wbo.yml index ac1314223f..eaadee619a 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: 2221 +stargazers_count: 2222 updated_at: '2024-10-13' archived: false diff --git a/software/web-portal.yml b/software/web-portal.yml index c0f7e47f2f..e56b628dd9 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: 209 +stargazers_count: 210 updated_at: '2024-10-16' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index a068371e5e..b2462e6ce0 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -11,6 +11,6 @@ tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org -stargazers_count: 4738 -updated_at: '2025-01-09' +stargazers_count: 4740 +updated_at: '2025-01-10' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index 2e5a7c06d0..730432582a 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: 516 -updated_at: '2025-01-09' +stargazers_count: 517 +updated_at: '2025-01-10' archived: false diff --git a/software/weechat.yml b/software/weechat.yml index 1dfd5fac13..3bdd70d1e6 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: 3011 +stargazers_count: 3010 updated_at: '2025-01-08' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 30dc1d5244..33be017401 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: 19716 +stargazers_count: 19719 updated_at: '2025-01-03' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index 934d3a7a3d..58ab707ee7 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: 4430 +stargazers_count: 4433 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index a605940709..fd8129fff1 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3358 -updated_at: '2025-01-07' +stargazers_count: 3361 +updated_at: '2025-01-10' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 5fa5eb735a..397a3863b3 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: 9712 +stargazers_count: 9733 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index f10a5cbe92..8e1b5f8876 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: 25320 +stargazers_count: 25333 updated_at: '2025-01-01' archived: false diff --git a/software/wikidocs.yml b/software/wikidocs.yml index f7bdbf65d4..634e993f8b 100644 --- a/software/wikidocs.yml +++ b/software/wikidocs.yml @@ -10,6 +10,6 @@ platforms: tags: - Wikis demo_url: https://demo.wikidocs.it -stargazers_count: 358 +stargazers_count: 361 updated_at: '2025-01-08' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 751e1f3a8c..24fc5fd999 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: 1940 +stargazers_count: 1941 updated_at: '2025-01-09' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index b3fe86cfc9..61c8a612a6 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: 9493 -updated_at: '2025-01-09' +stargazers_count: 9497 +updated_at: '2025-01-10' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index cf5a88132f..51ee51f7e1 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: 19757 -updated_at: '2025-01-09' +stargazers_count: 19761 +updated_at: '2025-01-11' archived: false diff --git a/software/workadventure.yml b/software/workadventure.yml index 901abe3eb8..a456ed5b67 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: 4230 -updated_at: '2024-12-16' +stargazers_count: 4231 +updated_at: '2025-01-10' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index 0cf248a831..bbff244d5e 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: 4601 +stargazers_count: 4603 updated_at: '2024-12-01' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index e5419744ec..82c9ba22bc 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://playground.xwiki.org -stargazers_count: 1025 -updated_at: '2025-01-09' +stargazers_count: 1026 +updated_at: '2025-01-10' archived: false diff --git a/software/yacy.yml b/software/yacy.yml index 4d8bc56597..1977b515eb 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: 3457 +stargazers_count: 3458 updated_at: '2025-01-03' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index 410a89a524..3d87c376b9 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: 3075 +stargazers_count: 3076 updated_at: '2024-12-04' archived: false diff --git a/software/yopass.yml b/software/yopass.yml index 0feecffcbb..7534609384 100644 --- a/software/yopass.yml +++ b/software/yopass.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/jhaals/yopass demo_url: https://yopass.se/ -stargazers_count: 1922 -updated_at: '2025-01-07' +stargazers_count: 1924 +updated_at: '2025-01-10' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index 99c8dcf16c..0aa5bb1103 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: 3323 +stargazers_count: 3330 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index c02bceb6af..8f2130ddd6 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: 10920 +stargazers_count: 10924 updated_at: '2024-12-31' archived: false diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml index 05e7b341fd..b67bd5bef5 100644 --- a/software/youtubedl-material.yml +++ b/software/youtubedl-material.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2716 +stargazers_count: 2717 updated_at: '2024-01-18' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index b785e2c74b..050f4552c9 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1044 +stargazers_count: 1046 updated_at: '2025-01-08' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index 72e747a597..a2f8504ea3 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: 4572 -updated_at: '2025-01-09' +stargazers_count: 4573 +updated_at: '2025-01-10' archived: false diff --git a/software/zero-k.yml b/software/zero-k.yml index b4498f5ba5..e98adde318 100644 --- a/software/zero-k.yml +++ b/software/zero-k.yml @@ -9,5 +9,5 @@ tags: - Games source_code_url: https://github.com/ZeroK-RTS/Zero-K stargazers_count: 701 -updated_at: '2025-01-08' +updated_at: '2025-01-10' archived: false diff --git a/software/zim.yml b/software/zim.yml index 6b9a1423b6..85be0db0fa 100644 --- a/software/zim.yml +++ b/software/zim.yml @@ -10,5 +10,5 @@ tags: - Wikis source_code_url: https://github.com/zim-desktop-wiki/zim-desktop-wiki stargazers_count: 1971 -updated_at: '2025-01-05' +updated_at: '2025-01-10' archived: false diff --git a/software/zincsearch.yml b/software/zincsearch.yml index a8cb6497d0..f43f8589e8 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: 17133 +stargazers_count: 17135 updated_at: '2024-10-25' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index 87d2ffa9bd..48b37e06cd 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: 1678 -updated_at: '2025-01-08' +stargazers_count: 1683 +updated_at: '2025-01-10' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index cc50ef409a..0eaf1f6313 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: 5261 +stargazers_count: 5263 updated_at: '2025-01-05' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index 7d495f5d44..bdfa1b027c 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: 21912 -updated_at: '2025-01-09' +stargazers_count: 21917 +updated_at: '2025-01-10' archived: false diff --git "a/software/\302\265streamer.yml" "b/software/\302\265streamer.yml" index 76189fbee2..02c061ad2c 100644 --- "a/software/\302\265streamer.yml" +++ "b/software/\302\265streamer.yml" @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/pikvm/ustreamer -stargazers_count: 1762 +stargazers_count: 1763 updated_at: '2024-12-27' archived: false From 777c68af2140bdc41362fdb4e811ac6e966c0cce Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 11 Jan 2025 10:37:50 +0000 Subject: [PATCH 19/30] Remove DaneeCloud (the project is archived) (#1098) - ERROR:awesome_lint.py: DaneeCloud: the project is archived - This repository has been archived by the owner on Jan 10, 2025. It is now read-only. - https://github.com/daneedev/DaneeCloud/commit/fb6e88e95449fd7fd68c012249449309e69ac106 --- software/daneecloud.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/daneecloud.yml diff --git a/software/daneecloud.yml b/software/daneecloud.yml deleted file mode 100644 index 4f240fe288..0000000000 --- a/software/daneecloud.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: DaneeCloud -website_url: https://docs.daneeskripter.dev/projects/daneecloud -description: Multi-user file storage and sharing application. -licenses: - - GPL-3.0 - - SSPL-1.0 -platforms: - - Nodejs -tags: - - File Transfer - Object Storage & File Servers -source_code_url: https://github.com/DaneeSkripter/DaneeCloud -stargazers_count: 11 -updated_at: '2025-01-10' -archived: true From 7ff0d8c24409d11d306e315fa6c98d44ecefa026 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi <3247106+gantoine@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:39:40 -0500 Subject: [PATCH 20/30] Update romm (#1097) New website, repo, description, license and demo page. --- software/romm.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/software/romm.yml b/software/romm.yml index 51decfc647..592822b881 100644 --- a/software/romm.yml +++ b/software/romm.yml @@ -1,14 +1,15 @@ -name: Romm -website_url: https://github.com/zurdi15/romm -description: RomM (Rom Manager) is a web based retro roms manager integrated with IGDB. +name: RomM +website_url: https://romm.app/ +description: ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms. licenses: - - GPL-3.0 + - AGPL-3.0 platforms: - Docker tags: - Games - Administrative Utilities & Control Panels -source_code_url: https://github.com/zurdi15/romm +source_code_url: https://github.com/rommapp/romm depends_3rdparty: true +demo_url: "https://demo.romm.app/" stargazers_count: 2854 updated_at: '2025-01-07' archived: false From 70150bfe39071bf0573aa3133e74b8b2ba576da1 Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Sun, 12 Jan 2025 00:44:44 +0000 Subject: [PATCH 21/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/a-dark-room.yml | 2 +- software/accent.yml | 2 +- software/acp-admin.yml | 2 +- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 2 +- software/adguard-home.yml | 2 +- software/adminerevo.yml | 4 ++-- software/adventurelog.yml | 4 ++-- software/aimeos.yml | 2 +- software/akaunting.yml | 4 ++-- software/ampache.yml | 2 +- software/anonaddy.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 2 +- software/anycable.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 2 +- software/apostrophe.yml | 2 +- software/appflowy.yml | 2 +- software/apprise.yml | 2 +- software/appsmith.yml | 2 +- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 2 +- software/artalk.yml | 2 +- software/asciinema.yml | 2 +- software/asterisk.yml | 2 +- software/atheos.yml | 2 +- software/atomic-server.yml | 2 +- software/atsumeru.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/audioserve.yml | 2 +- software/auto-mcs.yml | 2 +- software/automatisch.yml | 2 +- software/azimutt.yml | 2 +- software/azuracast.yml | 4 ++-- software/baby-buddy.yml | 2 +- software/backdrop-cms.yml | 2 +- software/bagisto.yml | 2 +- software/bar-assistant.yml | 2 +- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 2 +- software/beets.yml | 2 +- software/bencher.yml | 2 +- software/bewcloud.yml | 4 ++-- software/bigbluebutton.yml | 2 +- software/bigcapital.yml | 2 +- software/bin.yml | 2 +- software/bitcart.yml | 2 +- software/bitmagnet.yml | 2 +- software/bittorrent-tracker.yml | 2 +- software/bitwarden.yml | 2 +- software/black-candy.yml | 2 +- software/blocky.yml | 2 +- software/bookstack.yml | 2 +- software/bookwyrm.yml | 4 ++-- software/btcpay-server.yml | 2 +- software/budget-zen.yml | 2 +- software/budibase.yml | 2 +- software/bugsink.yml | 2 +- software/buku.yml | 2 +- software/bunkerweb.yml | 2 +- software/bytebase.yml | 4 ++-- software/caddy.yml | 2 +- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 4 ++-- software/canvas-lms.yml | 4 ++-- software/casaos.yml | 2 +- software/chamilo-lms.yml | 2 +- software/changedetection.io.yml | 2 +- software/chartbrew.yml | 2 +- software/chaskiq.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chibisafe.yml | 2 +- software/chitchatter.yml | 2 +- software/christmas-community.yml | 2 +- software/chyrp-lite.yml | 4 ++-- software/ckan.yml | 2 +- software/claper.yml | 2 +- software/clearflask.yml | 2 +- software/cloudbeaver.yml | 2 +- software/cockpit.yml | 2 +- software/code-server.yml | 2 +- software/coder.yml | 2 +- software/collective-access---providence.yml | 2 +- software/commafeed.yml | 2 +- software/composio.yml | 2 +- software/concrete-5-cms.yml | 2 +- software/conduwuit.yml | 2 +- software/convos.yml | 2 +- software/copyparty.yml | 4 ++-- software/corteza.yml | 2 +- software/cosmos.yml | 2 +- software/craftcms.yml | 4 ++-- software/cryptpad.yml | 2 +- software/cstate.yml | 2 +- software/cyberchef.yml | 2 +- software/cytube.yml | 2 +- software/dagu.yml | 4 ++-- software/dashpress.yml | 2 +- software/dashy.yml | 2 +- software/databag.yml | 2 +- software/databunker.yml | 2 +- software/datasette.yml | 2 +- software/davis.yml | 2 +- software/diaspora.yml | 2 +- software/dietpi.yml | 2 +- software/dify.ai.yml | 2 +- software/directorylister.yml | 2 +- software/directus.yml | 2 +- software/discount-bandit.yml | 2 +- software/discourse.yml | 4 ++-- software/dittofeed.yml | 4 ++-- software/django-wiki.yml | 2 +- software/dnote.yml | 2 +- software/docker-mailserver.yml | 2 +- software/docmost.yml | 4 ++-- software/docuseal.yml | 2 +- software/dokuwiki.yml | 2 +- software/dolibarr.yml | 2 +- software/domoticz.yml | 2 +- software/donetick.yml | 2 +- software/draw.io.yml | 2 +- software/druid.yml | 2 +- software/easywi.yml | 2 +- software/egroupware.yml | 2 +- software/ejabberd.yml | 2 +- software/elabftw.yml | 2 +- software/elasticsearch.yml | 4 ++-- software/element.yml | 2 +- software/emailwiz.yml | 2 +- software/emqx.yml | 2 +- software/enclosed.yml | 2 +- software/ente.yml | 4 ++-- software/erpnext.yml | 4 ++-- software/espocrm.yml | 2 +- software/etherpad.yml | 2 +- software/evergreen.yml | 2 +- software/evershop.yml | 2 +- software/evidence.yml | 2 +- software/ezbookkeeping.yml | 4 ++-- software/family-accounting-tool.yml | 2 +- software/fasten-health.yml | 2 +- software/fava.yml | 2 +- software/filebrowser.yml | 2 +- software/filegator.yml | 2 +- software/filestash.yml | 2 +- software/firefly-iii.yml | 4 ++-- software/firezone.yml | 2 +- software/flagsmith.yml | 2 +- software/flatnotes.yml | 2 +- software/flatpress.yml | 2 +- software/flexisip.yml | 2 +- software/flipt.yml | 4 ++-- software/fluidd.yml | 2 +- software/flyimg.yml | 2 +- software/focalboard.yml | 2 +- software/formbricks.yml | 2 +- software/fossbilling.yml | 2 +- software/freescout.yml | 2 +- software/freeswitch.yml | 4 ++-- software/freshrss.yml | 4 ++-- software/friendica.yml | 4 ++-- software/frigate.yml | 4 ++-- software/fusion.yml | 2 +- software/galene.yml | 2 +- software/ganymede.yml | 2 +- software/gatus.yml | 2 +- software/genea.app.yml | 2 +- software/geneweb.yml | 2 +- software/gerbera.yml | 2 +- software/ghost.yml | 2 +- software/ghostfolio.yml | 4 ++-- software/gitbucket.yml | 2 +- software/gitea.yml | 4 ++-- software/gladys.yml | 2 +- software/glance.yml | 2 +- software/globaleaks.yml | 2 +- software/go-feature-flag.yml | 2 +- software/goaccess.yml | 2 +- software/gogs.yml | 2 +- software/gokapi.yml | 4 ++-- software/gollum.yml | 2 +- software/google-webfonts-helper.yml | 2 +- software/gophish.yml | 2 +- software/gossa.yml | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 2 +- software/graphhopper.yml | 2 +- software/grimoire.yml | 2 +- software/grist.yml | 2 +- software/grocy.yml | 4 ++-- software/guacamole.yml | 4 ++-- software/habitica.yml | 2 +- software/handbrake-web.yml | 2 +- software/haraka.yml | 2 +- software/hasura.yml | 2 +- software/hatsu.yml | 2 +- software/headphones.yml | 2 +- software/healthchecks.yml | 2 +- software/hedgedoc.yml | 2 +- software/heimdall.yml | 2 +- software/hemmelig.yml | 2 +- software/hi.events.yml | 2 +- software/hoarder-app.yml | 4 ++-- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 4 ++-- software/homepage-by-gethomepage.yml | 2 +- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 2 +- software/htmly.yml | 2 +- software/huginn.yml | 4 ++-- software/huly.yml | 4 ++-- software/humhub.yml | 2 +- software/hyperswitch.yml | 2 +- software/hyphanet.yml | 2 +- software/imgproxy.yml | 2 +- software/immich-kiosk.yml | 2 +- software/immich.yml | 4 ++-- software/inspircd.yml | 2 +- software/inventree.yml | 4 ++-- software/invidious.yml | 2 +- software/invoice-ninja.yml | 2 +- software/invoiceshelf.yml | 2 +- software/isponsorblocktv.yml | 4 ++-- software/isso.yml | 2 +- software/itflow.yml | 2 +- software/janus.yml | 2 +- software/jellyfin.yml | 4 ++-- software/jellyseerr.yml | 4 ++-- software/jelu.yml | 2 +- software/jina.yml | 2 +- software/jitsi-meet.yml | 2 +- software/joomla!.yml | 2 +- software/joplin.yml | 4 ++-- software/judge0-ce.yml | 2 +- software/juntagrico.yml | 2 +- software/jupyterlab.yml | 2 +- software/kamailio.yml | 4 ++-- software/kavita.yml | 2 +- software/keila.yml | 2 +- software/kestra.yml | 2 +- software/keygen.yml | 2 +- software/keystonejs.yml | 2 +- software/kill-bill.yml | 2 +- software/kimai.yml | 2 +- software/known.yml | 2 +- software/kodi.yml | 2 +- software/koel.yml | 2 +- software/koillection.yml | 2 +- software/komga.yml | 2 +- software/kong.yml | 2 +- software/krayin.yml | 2 +- software/kyoo.yml | 2 +- software/lago.yml | 2 +- software/lama-cleaner.yml | 2 +- software/lancache.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/leantime.yml | 2 +- software/ledgersmb.yml | 2 +- software/lemmy.yml | 2 +- software/leon.yml | 2 +- software/lha.yml | 2 +- software/libre-translate.yml | 2 +- software/librephotos.yml | 2 +- software/librum.yml | 2 +- software/lidarr.yml | 2 +- software/lila.yml | 2 +- software/limesurvey.yml | 2 +- software/linkace.yml | 2 +- software/linkding.yml | 4 ++-- software/linkstack.yml | 2 +- software/linkwarden.yml | 2 +- software/linuxgsm.yml | 2 +- software/listmonk.yml | 2 +- software/litecart.yml | 2 +- software/litlyx.yml | 2 +- software/littlelink.yml | 2 +- software/live-helper-chat.yml | 4 ++-- software/livebook.yml | 2 +- software/lms.yml | 2 +- software/lodestone.yml | 2 +- software/loomio.yml | 2 +- software/luanti.yml | 4 ++-- software/lubelogger.yml | 4 ++-- software/lura.yml | 2 +- software/lychee.yml | 2 +- software/maddy-mail-server.yml | 2 +- software/mafl.yml | 2 +- software/magento-open-source.yml | 2 +- software/mail-in-a-box.yml | 2 +- software/mailcatcher.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 2 +- software/maloja.yml | 2 +- software/manifest.yml | 2 +- software/manticore-search.yml | 4 ++-- software/mantisbt.yml | 4 ++-- software/manyfold.yml | 2 +- software/mastodon.yml | 2 +- software/matchering.yml | 2 +- software/mathesar.yml | 2 +- software/matomo.yml | 2 +- software/mattermost.yml | 4 ++-- software/mautic.yml | 2 +- software/maybe.yml | 2 +- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusajs.yml | 2 +- software/meelo.yml | 2 +- software/meilisearch.yml | 2 +- software/memos.yml | 4 ++-- software/meshcentral.yml | 2 +- software/metabase.yml | 4 ++-- software/metube.yml | 2 +- software/miaou.yml | 2 +- software/middleware.yml | 2 +- software/mikochi.yml | 2 +- software/mindsdb.yml | 2 +- software/mindustry.yml | 4 ++-- software/miniflux.yml | 2 +- software/minio.yml | 2 +- software/miniserve.yml | 2 +- software/mirotalk-c2c.yml | 2 +- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 4 ++-- software/misskey.yml | 4 ++-- software/modoboa.yml | 2 +- software/monica.yml | 2 +- software/moode-audio.yml | 4 ++-- "software/motion.tools-antragsgr\303\274n.yml" | 2 +- software/movim.yml | 2 +- software/mox.yml | 2 +- software/mpd.yml | 2 +- software/mta-sa.yml | 2 +- software/multi-scrobbler.yml | 2 +- software/mumble.yml | 4 ++-- software/mybb.yml | 2 +- software/mybucks.online.yml | 2 +- software/myfin.yml | 4 ++-- software/myip.yml | 2 +- software/n8n.yml | 2 +- software/navidrome-music-server.yml | 2 +- software/neko.yml | 2 +- software/netron.yml | 4 ++-- software/newsblur.yml | 2 +- software/nextcloud-memories.yml | 2 +- software/nextcloud.yml | 4 ++-- software/nginx-proxy-manager.yml | 2 +- software/nocodb.yml | 4 ++-- software/node-red.yml | 2 +- software/nodebb.yml | 2 +- software/nominatim.yml | 2 +- software/novu.yml | 2 +- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/nymphcast.yml | 2 +- software/octobot.yml | 2 +- software/octobox.yml | 2 +- software/octoprint.yml | 2 +- software/odoo.yml | 4 ++-- software/olivetin.yml | 2 +- software/ombi.yml | 2 +- software/onionshare.yml | 2 +- software/onlyoffice.yml | 2 +- software/open-meteo.yml | 4 ++-- software/open-quartermaster.yml | 2 +- software/open-source-routing-machine-osrm.yml | 2 +- software/openbudgeteer.yml | 2 +- software/opencart.yml | 4 ++-- software/opengist.yml | 2 +- software/openhab.yml | 2 +- software/openmediavault.yml | 2 +- software/openproject.yml | 4 ++-- software/opensearch.yml | 4 ++-- software/opensign.yml | 2 +- software/openstreetmap.yml | 2 +- software/opentripplanner.yml | 4 ++-- software/openttd.yml | 4 ++-- software/opik.yml | 2 +- software/opnform.yml | 2 +- software/otobo.yml | 2 +- software/ots.yml | 2 +- software/otter-wiki.yml | 4 ++-- software/outline.yml | 4 ++-- software/ovenmediaengine.yml | 2 +- software/overleaf.yml | 2 +- software/owncast.yml | 2 +- software/owncloud.yml | 4 ++-- software/owntracks-recorder.yml | 2 +- software/paaster.yml | 4 ++-- software/pairdrop.yml | 2 +- software/paperless-ngx.yml | 2 +- software/papermerge.yml | 2 +- software/pastefy.yml | 2 +- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 2 +- software/peertube.yml | 2 +- software/pelican-panel.yml | 2 +- software/penpot.yml | 2 +- software/photoprism.yml | 2 +- software/photoview.yml | 2 +- software/phpbb.yml | 2 +- software/pi-hole.yml | 2 +- software/picoshare.yml | 4 ++-- software/pinepods.yml | 2 +- software/pingvin-share.yml | 2 +- software/piwigo.yml | 2 +- software/pixelfed.yml | 2 +- software/plane.yml | 4 ++-- software/planka.yml | 2 +- software/plausible-analytics.yml | 2 +- software/pocketbase.yml | 4 ++-- software/podfetch.yml | 4 ++-- software/pomerium.yml | 2 +- software/postal.yml | 2 +- software/posthog.yml | 4 ++-- software/postiz.yml | 2 +- software/privatebin.yml | 4 ++-- software/psitransfer.yml | 2 +- software/pterodactyl.yml | 2 +- software/pufferpanel.yml | 2 +- software/puter.yml | 4 ++-- software/pydio.yml | 2 +- software/pyload.yml | 2 +- software/qbittorrent.yml | 4 ++-- software/qloapps.yml | 2 +- software/qpixel.yml | 2 +- software/quickshare.yml | 2 +- software/radarr.yml | 4 ++-- software/rallly.yml | 4 ++-- software/raneto.yml | 2 +- software/rapidbay.yml | 2 +- software/reactive-resume.yml | 4 ++-- software/recipesage.yml | 2 +- software/recipya.yml | 2 +- software/red-eclipse-2.yml | 2 +- software/redash.yml | 2 +- software/redlib.yml | 2 +- software/relate.yml | 2 +- software/remark42.yml | 2 +- software/request-tracker.yml | 2 +- software/restreamer.yml | 2 +- software/retrom.yml | 2 +- software/revealjs.yml | 2 +- software/rocket.chat.yml | 2 +- software/romm.yml | 6 +++--- software/rss-bridge.yml | 2 +- software/rss2email.yml | 2 +- software/rsshub.yml | 4 ++-- software/rstudio-server.yml | 2 +- software/rustdesk.yml | 2 +- software/ryot.yml | 2 +- software/saleor.yml | 2 +- software/scoold.yml | 4 ++-- software/screego.yml | 2 +- software/seafile.yml | 2 +- software/searxng.yml | 2 +- software/seatsurfing.yml | 2 +- software/seaweedfs.yml | 2 +- software/send.yml | 2 +- software/sentry-self-hosted.yml | 2 +- software/servas.yml | 2 +- software/sftpgo.yml | 4 ++-- software/shaarli.yml | 2 +- software/sharetribe.yml | 2 +- software/sharry.yml | 4 ++-- software/shelf.yml | 2 +- software/shellhub.yml | 2 +- software/shiori.yml | 2 +- software/shlink.yml | 2 +- software/shopware-community-edition.yml | 2 +- software/shynet.yml | 2 +- software/silverbullet.yml | 2 +- software/simplelogin.yml | 2 +- software/simplex-chat.yml | 2 +- software/sist2.yml | 2 +- software/siyuan.yml | 2 +- software/slash.yml | 2 +- software/slskd.yml | 2 +- software/socioboard.yml | 2 +- software/soketi.yml | 2 +- software/solidinvoice.yml | 2 +- software/solidtime.yml | 2 +- software/solidus.yml | 2 +- software/sonarr.yml | 4 ++-- software/sourcebans++.yml | 2 +- "software/speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spree-commerce.yml | 2 +- software/sqlpage.yml | 4 ++-- software/srs.yml | 2 +- software/stalwart-mail-server.yml | 4 ++-- software/standard-notes.yml | 2 +- software/starbase-80.yml | 4 ++-- software/startos.yml | 2 +- software/stash.yml | 2 +- software/static-web-server.yml | 2 +- software/stirling-pdf.yml | 4 ++-- software/strapi.yml | 2 +- software/string.is.yml | 2 +- software/stringer.yml | 2 +- software/stump.yml | 2 +- software/sunshine.yml | 2 +- software/superset.yml | 4 ++-- software/suroi.yml | 2 +- software/svix.yml | 2 +- software/swag-secure-web-application-gateway.yml | 4 ++-- software/swingmusic.yml | 2 +- software/sylius.yml | 2 +- software/synapse.yml | 2 +- software/syncthing.yml | 4 ++-- software/synctube.yml | 2 +- software/tagspaces.yml | 2 +- software/tailchat.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/tasks.md.yml | 2 +- software/tasmota.yml | 2 +- software/technitium-dns-server.yml | 2 +- software/teleport.yml | 2 +- software/teslamate.yml | 2 +- software/textpattern.yml | 2 +- software/the-battle-for-wesnoth.yml | 4 ++-- software/the-lounge.yml | 2 +- software/thingsboard.yml | 2 +- software/this-week-in-past.yml | 2 +- software/thumbor.yml | 2 +- software/tiddlywiki.yml | 2 +- software/tigase.yml | 2 +- software/tiledesk.yml | 2 +- software/tileserver-gl.yml | 2 +- software/timeoff.management.yml | 2 +- software/timetagger.yml | 2 +- software/tinode.yml | 2 +- software/tiny-file-manager.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 2 +- software/tolgee.yml | 2 +- software/tooljet.yml | 2 +- software/tox.yml | 4 ++-- software/traefik.yml | 2 +- software/traggo.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 2 +- software/trilium-notes.yml | 2 +- software/tube-archivist.yml | 2 +- software/tubesync.yml | 2 +- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/typebot.yml | 2 +- software/typesense.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 2 +- software/umbrel.yml | 2 +- software/unison.yml | 2 +- software/upsnap.yml | 2 +- software/uptime-kuma.yml | 2 +- software/uvdesk.yml | 2 +- software/varnish.yml | 2 +- software/vaultwarden.yml | 4 ++-- software/vendure.yml | 2 +- software/viseron.yml | 2 +- software/vvveb-cms.yml | 4 ++-- software/wagtail.yml | 2 +- software/wakapi.yml | 2 +- software/wallabag.yml | 2 +- software/warpgate.yml | 2 +- software/wastebin.yml | 2 +- software/watcharr.yml | 2 +- software/wavelog.yml | 2 +- software/wayback.yml | 2 +- software/weblate.yml | 4 ++-- software/websurfx.yml | 2 +- software/webtrees.yml | 2 +- software/weechat.yml | 2 +- software/wekan.yml | 4 ++-- software/wetty.yml | 2 +- software/wger.yml | 2 +- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wildduck.yml | 2 +- software/woocommerce.yml | 4 ++-- software/wordpress.yml | 2 +- software/workadventure.yml | 2 +- software/writefreely.yml | 2 +- software/xandikos.yml | 2 +- software/xbackbone.yml | 2 +- software/xsrv.yml | 2 +- software/xwiki.yml | 2 +- software/yaade.yml | 2 +- software/yacy.yml | 2 +- software/yaffa.yml | 2 +- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/youtubedl-material.yml | 2 +- software/yt-dlp-web-ui.yml | 2 +- software/zenphoto.yml | 2 +- software/zero-k.yml | 2 +- software/zincsearch.yml | 2 +- software/zipline.yml | 2 +- software/zulip.yml | 2 +- "software/\316\274logger.yml" | 2 +- 606 files changed, 721 insertions(+), 721 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index 9e83987217..beda7458bc 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: 2437 +stargazers_count: 2439 updated_at: '2024-11-27' archived: false diff --git a/software/a-dark-room.yml b/software/a-dark-room.yml index 97d9d2d42a..d6c4c21636 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: 7375 +stargazers_count: 7374 updated_at: '2024-04-02' archived: false diff --git a/software/accent.yml b/software/accent.yml index 3a2739348a..f8e5b418eb 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: 1330 +stargazers_count: 1332 updated_at: '2024-11-24' archived: false diff --git a/software/acp-admin.yml b/software/acp-admin.yml index 5ed13b5b60..7911a0e557 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: 42 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 6abe85e7fb..7c766effba 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: 10883 -updated_at: '2025-01-10' +stargazers_count: 10892 +updated_at: '2025-01-11' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index d9445653bc..d8ab57d1ae 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: 13015 +stargazers_count: 13023 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index fab37397a3..6f9bc33f33 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server -stargazers_count: 3343 +stargazers_count: 3347 updated_at: '2025-01-10' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 4ddbdb009b..00804261ec 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: 26355 +stargazers_count: 26388 updated_at: '2025-01-10' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index 4356af6907..0ac5cfe029 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 768 -updated_at: '2024-11-24' +stargazers_count: 770 +updated_at: '2025-01-11' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index a55de1e264..5aeb780378 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: 750 -updated_at: '2025-01-06' +stargazers_count: 761 +updated_at: '2025-01-11' archived: false diff --git a/software/aimeos.yml b/software/aimeos.yml index 919e01bd19..2b5f63d6dc 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: 4233 +stargazers_count: 4237 updated_at: '2025-01-01' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index 078c45267f..7c89e53cef 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: 8247 -updated_at: '2025-01-10' +stargazers_count: 8249 +updated_at: '2025-01-11' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index 68d1212233..4f4fab6c99 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: 3578 +stargazers_count: 3579 updated_at: '2024-12-20' archived: false diff --git a/software/anonaddy.yml b/software/anonaddy.yml index 140c53c24b..4376643556 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: 3524 +stargazers_count: 3527 updated_at: '2025-01-07' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index 6703a4f010..195ae80499 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: 3312 +stargazers_count: 3313 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index e15a8b6199..7a8b0e9878 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: 13276 +stargazers_count: 13303 updated_at: '2025-01-07' archived: false diff --git a/software/anycable.yml b/software/anycable.yml index a12a733b05..5defbc08d8 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: 1964 +stargazers_count: 1966 updated_at: '2025-01-04' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index 89f8c3e0d4..027f528f82 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: 38240 -updated_at: '2025-01-10' +stargazers_count: 38245 +updated_at: '2025-01-11' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index e6fa82d2f1..60e25b6085 100644 --- a/software/apache-solr.yml +++ b/software/apache-solr.yml @@ -11,5 +11,5 @@ tags: - Search Engines source_code_url: https://github.com/apache/solr stargazers_count: 1280 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/apostrophe.yml b/software/apostrophe.yml index 1bf9f18c16..d7a1a68b45 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: 4376 +stargazers_count: 4377 updated_at: '2025-01-09' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index 2fb0c8404e..2b6106bf10 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: 59270 +stargazers_count: 59285 updated_at: '2025-01-10' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index d4912921d8..40f89cf7a8 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: 12381 +stargazers_count: 12387 updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index dc222f1ea6..5cee31f38d 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: 35188 +stargazers_count: 35192 updated_at: '2025-01-10' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index 21ad8266c8..4c12157bbe 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: 46363 +stargazers_count: 46378 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index a8e55c9d8b..e7d4f60de1 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: 1036 +stargazers_count: 1038 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index 7b7a6605c0..65ace9a4f0 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22910 +stargazers_count: 22920 updated_at: '2025-01-09' archived: false diff --git a/software/artalk.yml b/software/artalk.yml index ee129fa456..266ef34cee 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Social Networks and Forums -stargazers_count: 1741 +stargazers_count: 1743 updated_at: '2024-12-13' archived: false diff --git a/software/asciinema.yml b/software/asciinema.yml index d98e0f7714..e06b465351 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: 2329 +stargazers_count: 2330 updated_at: '2025-01-10' archived: false diff --git a/software/asterisk.yml b/software/asterisk.yml index 4b5e23a380..43ab67414b 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: 2342 +stargazers_count: 2344 updated_at: '2025-01-10' archived: false diff --git a/software/atheos.yml b/software/atheos.yml index 09aabd9d3d..d3c5ed4301 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: 505 +stargazers_count: 506 updated_at: '2025-01-10' archived: false diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 37b145cff9..06088cd8f5 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: 1121 +stargazers_count: 1123 updated_at: '2024-12-13' archived: false diff --git a/software/atsumeru.yml b/software/atsumeru.yml index 0b76e8927b..d1e69d4e0e 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: 95 +stargazers_count: 97 updated_at: '2024-09-09' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index 2ced580b80..e2c7c0b5e5 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: 7336 -updated_at: '2025-01-10' +stargazers_count: 7352 +updated_at: '2025-01-11' archived: false diff --git a/software/audioserve.yml b/software/audioserve.yml index 2ea0d5b7eb..34992b4457 100644 --- a/software/audioserve.yml +++ b/software/audioserve.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/izderadicka/audioserve stargazers_count: 740 -updated_at: '2025-01-09' +updated_at: '2025-01-11' archived: false diff --git a/software/auto-mcs.yml b/software/auto-mcs.yml index 4999097b94..0ccb02d40d 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: 191 +stargazers_count: 192 updated_at: '2025-01-07' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index e5c5e25e39..43c0dc8b97 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: 6816 +stargazers_count: 6820 updated_at: '2025-01-10' archived: false diff --git a/software/azimutt.yml b/software/azimutt.yml index 255d70c5d5..949cce4ba2 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: 1521 +stargazers_count: 1522 updated_at: '2024-12-09' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index 8a1f351062..5fc3b562c5 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: 3148 -updated_at: '2025-01-09' +stargazers_count: 3149 +updated_at: '2025-01-10' archived: false diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index 1558fe5efa..e7fe2e7733 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://demo.baby-buddy.net/login/?next=/ -stargazers_count: 2195 +stargazers_count: 2197 updated_at: '2025-01-04' archived: false diff --git a/software/backdrop-cms.yml b/software/backdrop-cms.yml index 53502b2323..5852347b1f 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: 992 +stargazers_count: 991 updated_at: '2025-01-08' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index 72389c9ac1..2e3f7169cf 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: 16153 +stargazers_count: 16158 updated_at: '2025-01-06' archived: false diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index 5db9e38535..df7baf2eee 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: 674 +stargazers_count: 677 updated_at: '2025-01-06' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index 2c5c167324..bf55d2789a 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2573 +stargazers_count: 2575 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index 4a83d67d59..5083f50467 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: 584 +stargazers_count: 589 updated_at: '2025-01-04' archived: false diff --git a/software/beets.yml b/software/beets.yml index e55e3a4baf..5fd2f6f0df 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: 13083 +stargazers_count: 13088 updated_at: '2025-01-09' archived: false diff --git a/software/bencher.yml b/software/bencher.yml index e0908d3069..9a46dedc9f 100644 --- a/software/bencher.yml +++ b/software/bencher.yml @@ -10,5 +10,5 @@ tags: - Software Development - Testing source_code_url: https://github.com/bencherdev/bencher stargazers_count: 602 -updated_at: '2024-12-26' +updated_at: '2025-01-11' archived: false diff --git a/software/bewcloud.yml b/software/bewcloud.yml index 7a4e07e2fd..e939b9e0f6 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: 326 -updated_at: '2024-12-26' +stargazers_count: 330 +updated_at: '2025-01-11' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index 7662fc66b2..87c83ebd73 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: 8622 +stargazers_count: 8623 updated_at: '2025-01-10' archived: false diff --git a/software/bigcapital.yml b/software/bigcapital.yml index ed9db3dfb6..b66a79066b 100644 --- a/software/bigcapital.yml +++ b/software/bigcapital.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/bigcapitalhq/bigcapital -stargazers_count: 2673 +stargazers_count: 2675 updated_at: '2024-12-12' archived: false diff --git a/software/bin.yml b/software/bin.yml index 5ca7275d72..95fa796fe6 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: 468 +stargazers_count: 469 updated_at: '2024-10-29' archived: false diff --git a/software/bitcart.yml b/software/bitcart.yml index a60618d13f..84b8eabc38 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: 580 +stargazers_count: 581 updated_at: '2025-01-06' archived: false diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index 587242e17c..1f463ff278 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: 2613 +stargazers_count: 2614 updated_at: '2025-01-08' archived: false diff --git a/software/bittorrent-tracker.yml b/software/bittorrent-tracker.yml index 9e78ef31e7..31933ea289 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: 1803 +stargazers_count: 1805 updated_at: '2025-01-04' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 55d1e26368..5b37e2ba2c 100644 --- a/software/bitwarden.yml +++ b/software/bitwarden.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/bitwarden/server depends_3rdparty: true stargazers_count: 15988 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index a039462830..ed0ba44048 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: 3237 +stargazers_count: 3253 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index b72d936c0b..6990c65a27 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: 4931 +stargazers_count: 4932 updated_at: '2025-01-01' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index 63edc6a782..236fd55227 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: 15763 +stargazers_count: 15768 updated_at: '2025-01-04' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index 563b36e794..d2bbbc2f5b 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: 2318 -updated_at: '2024-12-07' +stargazers_count: 2319 +updated_at: '2025-01-11' archived: false diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index 9a323747af..d908b9a720 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: 6513 +stargazers_count: 6515 updated_at: '2025-01-10' archived: false diff --git a/software/budget-zen.yml b/software/budget-zen.yml index f1076682f6..42b534b220 100644 --- a/software/budget-zen.yml +++ b/software/budget-zen.yml @@ -9,6 +9,6 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/BrunoBernardino/budgetzen-web demo_url: https://app.budgetzen.net -stargazers_count: 102 +stargazers_count: 103 updated_at: '2024-12-04' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index b063583e71..db97c27b84 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: 23113 +stargazers_count: 23117 updated_at: '2025-01-10' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index 42043d5688..21b46f7a19 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 92 +stargazers_count: 93 updated_at: '2024-12-22' archived: false diff --git a/software/buku.yml b/software/buku.yml index ae3bcbe22d..6dcc8f106a 100644 --- a/software/buku.yml +++ b/software/buku.yml @@ -10,5 +10,5 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/jarun/Buku stargazers_count: 6577 -updated_at: '2025-01-03' +updated_at: '2025-01-11' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 660771b511..05bdd1ed49 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: 7222 +stargazers_count: 7228 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index 9d5330127f..ae5dd731f6 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: 11784 -updated_at: '2025-01-10' +stargazers_count: 11793 +updated_at: '2025-01-11' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 888e60614f..3fcfc2606c 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60371 +stargazers_count: 60397 updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index 4c93089d7d..bf26015331 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: 33331 -updated_at: '2025-01-10' +stargazers_count: 33342 +updated_at: '2025-01-11' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index e10fb9e767..1495ab8ef4 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: 13587 +stargazers_count: 13592 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index 1a4aa8a3d6..0a3dbcaebd 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: 20288 -updated_at: '2025-01-10' +stargazers_count: 20300 +updated_at: '2025-01-11' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index b69f5790e2..1f31c47745 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: 5767 -updated_at: '2025-01-10' +stargazers_count: 5769 +updated_at: '2025-01-11' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index b8377ffb5f..9283db7651 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: 27908 +stargazers_count: 27931 updated_at: '2024-12-19' archived: false diff --git a/software/chamilo-lms.yml b/software/chamilo-lms.yml index dca5d45e14..6dee603a01 100644 --- a/software/chamilo-lms.yml +++ b/software/chamilo-lms.yml @@ -9,5 +9,5 @@ tags: - Learning and Courses source_code_url: https://github.com/chamilo/chamilo-lms stargazers_count: 821 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index 8e188ca3f5..ebec4a8405 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: 21025 +stargazers_count: 21046 updated_at: '2025-01-09' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index 211b286cde..d60057d834 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: 2710 +stargazers_count: 2711 updated_at: '2025-01-09' archived: false diff --git a/software/chaskiq.yml b/software/chaskiq.yml index db6a0d2499..8e4fb5d3a4 100644 --- a/software/chaskiq.yml +++ b/software/chaskiq.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/chaskiq/chaskiq -stargazers_count: 3201 +stargazers_count: 3202 updated_at: '2024-10-17' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index 1c54f1f815..32c51db900 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: 21902 -updated_at: '2025-01-10' +stargazers_count: 21912 +updated_at: '2025-01-11' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 000075cdbc..7642724616 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: 1984 +stargazers_count: 1986 updated_at: '2024-11-02' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index dfc213ebd5..7080a233aa 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: 1615 +stargazers_count: 1616 updated_at: '2025-01-08' archived: false diff --git a/software/christmas-community.yml b/software/christmas-community.yml index 82dd4a959c..f8b26b9d27 100644 --- a/software/christmas-community.yml +++ b/software/christmas-community.yml @@ -10,5 +10,5 @@ tags: - Polls and Events source_code_url: https://github.com/Wingysam/Christmas-Community stargazers_count: 325 -updated_at: '2024-12-31' +updated_at: '2025-01-11' archived: false diff --git a/software/chyrp-lite.yml b/software/chyrp-lite.yml index b2e58b8c79..11af475f90 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: 418 -updated_at: '2025-01-10' +stargazers_count: 419 +updated_at: '2025-01-11' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index 92cd447928..92c9d8ac56 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: 4528 +stargazers_count: 4527 updated_at: '2024-12-19' archived: false diff --git a/software/claper.yml b/software/claper.yml index 2657f7fb38..330a2709c5 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: 487 +stargazers_count: 488 updated_at: '2025-01-03' archived: false diff --git a/software/clearflask.yml b/software/clearflask.yml index 440f0fdda0..5100030e85 100644 --- a/software/clearflask.yml +++ b/software/clearflask.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/clearflask/clearflask demo_url: https://product.clearflask.com stargazers_count: 319 -updated_at: '2025-01-07' +updated_at: '2025-01-11' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index 4b90595c7d..0e3e863564 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: 3639 +stargazers_count: 3640 updated_at: '2025-01-10' archived: false diff --git a/software/cockpit.yml b/software/cockpit.yml index 726dd6192b..0c3bc138e7 100644 --- a/software/cockpit.yml +++ b/software/cockpit.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Cockpit-HQ/Cockpit stargazers_count: 403 -updated_at: '2025-01-08' +updated_at: '2025-01-11' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index 7016d33129..39a06b1244 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: 69288 +stargazers_count: 69309 updated_at: '2024-12-20' archived: false diff --git a/software/coder.yml b/software/coder.yml index dc3cc07ad1..aa601d27b1 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: 8762 +stargazers_count: 8770 updated_at: '2025-01-10' archived: false diff --git a/software/collective-access---providence.yml b/software/collective-access---providence.yml index 31a8a1d8af..af44634729 100644 --- a/software/collective-access---providence.yml +++ b/software/collective-access---providence.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/collectiveaccess/providence stargazers_count: 306 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index a8e1bd11d1..72bd768609 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: 2879 +stargazers_count: 2880 updated_at: '2025-01-10' archived: false diff --git a/software/composio.yml b/software/composio.yml index 15b769d8b3..02852551d5 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 14036 +stargazers_count: 14053 updated_at: '2025-01-10' archived: false diff --git a/software/concrete-5-cms.yml b/software/concrete-5-cms.yml index aefa801272..b6ad76be08 100644 --- a/software/concrete-5-cms.yml +++ b/software/concrete-5-cms.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/concretecms/concretecms stargazers_count: 782 -updated_at: '2025-01-09' +updated_at: '2025-01-11' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index ca851276ab..aeb1e78279 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 638 +stargazers_count: 640 updated_at: '2025-01-09' archived: false diff --git a/software/convos.yml b/software/convos.yml index 916964b96e..b7ec454fe7 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: 1049 +stargazers_count: 1050 updated_at: '2024-09-13' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index 48daab23f1..6ebcdce0f2 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: 936 -updated_at: '2025-01-10' +stargazers_count: 938 +updated_at: '2025-01-11' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index 354a0c17c3..d60ffd53ba 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1687 +stargazers_count: 1688 updated_at: '2025-01-09' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index ad739a1d1a..753184ab96 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: 3968 +stargazers_count: 3971 updated_at: '2024-12-20' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index a8926935e4..9b8046cc69 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: 3302 -updated_at: '2025-01-08' +stargazers_count: 3303 +updated_at: '2025-01-11' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index f7fee8c09f..a659b01708 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: 5791 +stargazers_count: 5793 updated_at: '2024-12-17' archived: false diff --git a/software/cstate.yml b/software/cstate.yml index db1ddbe3ec..f4ce5e249b 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: 2593 +stargazers_count: 2594 updated_at: '2024-12-27' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index f453931751..2079c07383 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: 29819 +stargazers_count: 29826 updated_at: '2024-10-23' archived: false diff --git a/software/cytube.yml b/software/cytube.yml index 9bf837a574..b53d73d89a 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: 1483 +stargazers_count: 1485 updated_at: '2024-09-20' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index f4c7f2d917..f3962518ca 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1752 -updated_at: '2025-01-09' +stargazers_count: 1768 +updated_at: '2025-01-11' archived: false diff --git a/software/dashpress.yml b/software/dashpress.yml index 81ce1bad15..d42f97f8a5 100644 --- a/software/dashpress.yml +++ b/software/dashpress.yml @@ -10,6 +10,6 @@ tags: - Software Development - Low Code source_code_url: https://github.com/dashpresshq/dashpress demo_url: https://demo.dashpress.io/auth -stargazers_count: 1822 +stargazers_count: 1823 updated_at: '2024-12-21' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index 4ad7d8afbc..aed18c000c 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: 18945 +stargazers_count: 18953 updated_at: '2025-01-05' archived: false diff --git a/software/databag.yml b/software/databag.yml index 19d63438e6..318e372e58 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: 942 +stargazers_count: 943 updated_at: '2024-12-30' archived: false diff --git a/software/databunker.yml b/software/databunker.yml index df56e0e2b6..f4885d6a41 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: 1266 +stargazers_count: 1269 updated_at: '2024-12-28' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index 17413eb465..56ff9b8127 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: 9707 +stargazers_count: 9708 updated_at: '2025-01-09' archived: false diff --git a/software/davis.yml b/software/davis.yml index fbb71de949..a6399cd8cd 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: 414 +stargazers_count: 415 updated_at: '2024-12-01' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index 5a64d5a097..38d15b8ce9 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: 13428 +stargazers_count: 13429 updated_at: '2025-01-10' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index 7a118db9e1..6f36a8910b 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: 4971 +stargazers_count: 4972 updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index 33c286c710..d2aec59329 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 58081 +stargazers_count: 58155 updated_at: '2025-01-09' archived: false diff --git a/software/directorylister.yml b/software/directorylister.yml index 60fa94dd48..3a07484ff1 100644 --- a/software/directorylister.yml +++ b/software/directorylister.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/DirectoryLister/DirectoryLister -stargazers_count: 2261 +stargazers_count: 2262 updated_at: '2024-12-03' archived: false diff --git a/software/directus.yml b/software/directus.yml index fde90f1760..66ee26ae07 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: 28694 +stargazers_count: 28701 updated_at: '2025-01-09' archived: false diff --git a/software/discount-bandit.yml b/software/discount-bandit.yml index 931c35970e..8fa1cc857b 100644 --- a/software/discount-bandit.yml +++ b/software/discount-bandit.yml @@ -12,6 +12,6 @@ tags: - E-commerce depends_3rdparty: true demo_url: https://discount-bandit.cybrarist.com/screenshots.html -stargazers_count: 332 +stargazers_count: 333 updated_at: '2024-11-15' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 08b85cb5ab..195d57dd63 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: 42831 -updated_at: '2025-01-10' +stargazers_count: 42839 +updated_at: '2025-01-11' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index 1f695b2f03..a408dcff86 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: 2011 -updated_at: '2025-01-10' +stargazers_count: 2014 +updated_at: '2025-01-11' archived: false diff --git a/software/django-wiki.yml b/software/django-wiki.yml index 1dd41c6b68..f4d43cef50 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: 1842 +stargazers_count: 1843 updated_at: '2024-11-18' archived: false diff --git a/software/dnote.yml b/software/dnote.yml index 5ede16d1b4..9d93687f64 100644 --- a/software/dnote.yml +++ b/software/dnote.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/dnote/dnote -stargazers_count: 2814 +stargazers_count: 2815 updated_at: '2024-06-30' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index c5d799d434..b674418ce9 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: 15059 +stargazers_count: 15066 updated_at: '2025-01-05' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index 53d74fc5bc..888f02a27a 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7773 -updated_at: '2025-01-04' +stargazers_count: 7794 +updated_at: '2025-01-11' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index 30d8557217..cec44cc40d 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: 8284 +stargazers_count: 8287 updated_at: '2025-01-06' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index 51bc156505..e96039a217 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: 4223 +stargazers_count: 4224 updated_at: '2025-01-09' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 94cf06eea6..7b0d82758e 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5613 +stargazers_count: 5619 updated_at: '2025-01-10' archived: false diff --git a/software/domoticz.yml b/software/domoticz.yml index b057289889..435b126c91 100644 --- a/software/domoticz.yml +++ b/software/domoticz.yml @@ -13,5 +13,5 @@ tags: source_code_url: https://github.com/domoticz/domoticz related_software_url: https://github.com/domoticz/domoticz-android stargazers_count: 3537 -updated_at: '2025-01-09' +updated_at: '2025-01-11' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index acc01986a8..45c0f772d5 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: 337 +stargazers_count: 339 updated_at: '2025-01-06' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 36797d236d..46be3cd6f2 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: 325 +stargazers_count: 328 updated_at: '2025-01-06' archived: false diff --git a/software/druid.yml b/software/druid.yml index 106ee76454..534786e945 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/druid -stargazers_count: 13585 +stargazers_count: 13587 updated_at: '2025-01-10' archived: false diff --git a/software/easywi.yml b/software/easywi.yml index f9a30c169c..9e89464ea3 100644 --- a/software/easywi.yml +++ b/software/easywi.yml @@ -9,6 +9,6 @@ platforms: tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/easy-wi/developer/ -stargazers_count: 230 +stargazers_count: 231 updated_at: '2024-10-31' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index 7dde1dba0c..b73a485401 100644 --- a/software/egroupware.yml +++ b/software/egroupware.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/EGroupware/egroupware stargazers_count: 252 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index 9711e911bd..d41d683680 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: 6151 +stargazers_count: 6153 updated_at: '2025-01-08' archived: false diff --git a/software/elabftw.yml b/software/elabftw.yml index 7f458bb6c2..c2e874b309 100644 --- a/software/elabftw.yml +++ b/software/elabftw.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/elabftw/elabftw demo_url: https://demo.elabftw.net stargazers_count: 1037 -updated_at: '2024-12-17' +updated_at: '2025-01-11' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index ec8f68a04f..d08fdf0eda 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: 71261 -updated_at: '2025-01-10' +stargazers_count: 71264 +updated_at: '2025-01-11' archived: false diff --git a/software/element.yml b/software/element.yml index 9aa5d042b7..874bdb318b 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: 11351 +stargazers_count: 11353 updated_at: '2025-01-10' archived: false diff --git a/software/emailwiz.yml b/software/emailwiz.yml index 4601422081..a9a0ad2dec 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: 1853 +stargazers_count: 1854 updated_at: '2024-07-30' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index 923217ae50..fa38b43d2c 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: 14327 +stargazers_count: 14328 updated_at: '2025-01-10' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index e8ac9e54a2..07f02538e7 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: 1130 +stargazers_count: 1132 updated_at: '2024-12-29' archived: false diff --git a/software/ente.yml b/software/ente.yml index eb921a9c00..9ccfc4dcb8 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17126 -updated_at: '2025-01-10' +stargazers_count: 17148 +updated_at: '2025-01-11' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index 46835d74b4..3f3e461e6e 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: 22589 -updated_at: '2025-01-10' +stargazers_count: 22605 +updated_at: '2025-01-11' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index 8ebe0fe760..21e9df5aee 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1933 +stargazers_count: 1934 updated_at: '2025-01-10' archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index 72e28f4dca..9d1b44511f 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: 16946 +stargazers_count: 16949 updated_at: '2025-01-02' archived: false diff --git a/software/evergreen.yml b/software/evergreen.yml index 0674754037..0c0041de62 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -9,5 +9,5 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen stargazers_count: 127 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index 69611c3df9..be07185b8c 100644 --- a/software/evershop.yml +++ b/software/evershop.yml @@ -12,5 +12,5 @@ source_code_url: https://github.com/evershopcommerce/evershop demo_url: https://demo.evershop.io/ depends_3rdparty: true stargazers_count: 4639 -updated_at: '2025-01-03' +updated_at: '2025-01-11' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index eb84810108..7c094a0182 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: 4723 +stargazers_count: 4727 updated_at: '2025-01-10' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index 4bd6cdc52c..d3f6cd3f1a 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: 128 -updated_at: '2025-01-10' +stargazers_count: 131 +updated_at: '2025-01-11' archived: false diff --git a/software/family-accounting-tool.yml b/software/family-accounting-tool.yml index 65403672ea..0888367681 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: 237 +stargazers_count: 236 updated_at: '2025-01-04' archived: false diff --git a/software/fasten-health.yml b/software/fasten-health.yml index 5b86fdca39..aab56a9fb9 100644 --- a/software/fasten-health.yml +++ b/software/fasten-health.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/fastenhealth/fasten-onprem/ depends_3rdparty: true -stargazers_count: 1674 +stargazers_count: 1677 updated_at: '2025-01-05' archived: false diff --git a/software/fava.yml b/software/fava.yml index 07d8aa5ba7..a464bcbdc9 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: 2024 +stargazers_count: 2023 updated_at: '2025-01-06' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index c7632d24b1..ffbe99fa6d 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: 27469 +stargazers_count: 27477 updated_at: '2024-12-16' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index 3208c97800..5000a87538 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: 2269 +stargazers_count: 2272 updated_at: '2024-12-26' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 6e7332768a..71c11feed2 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: 10788 +stargazers_count: 10791 updated_at: '2025-01-10' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index d1a99a8dc8..03c755f831 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: 16967 -updated_at: '2025-01-03' +stargazers_count: 16982 +updated_at: '2025-01-11' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index 81e32fffe6..d54fb333b2 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: 6966 +stargazers_count: 6965 updated_at: '2025-01-09' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index 301f563906..16fb37d3d5 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5144 +stargazers_count: 5157 updated_at: '2025-01-10' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index a0c38f9ee0..5b3451444c 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: 1683 +stargazers_count: 1687 updated_at: '2025-01-03' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index 79f08b78bc..4c5866a3f2 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress stargazers_count: 188 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/flexisip.yml b/software/flexisip.yml index 3972d777db..cdecccd3bb 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: 154 +stargazers_count: 155 updated_at: '2024-12-19' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index 65f72aa5ae..b1b2433810 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3979 -updated_at: '2025-01-10' +stargazers_count: 3980 +updated_at: '2025-01-11' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index d74401ea94..c78eb4a402 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: 1453 +stargazers_count: 1455 updated_at: '2025-01-10' archived: false diff --git a/software/flyimg.yml b/software/flyimg.yml index 1d7f60c8d6..b10193ac4e 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.flyimg.io -stargazers_count: 1076 +stargazers_count: 1077 updated_at: '2024-12-23' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index 9bdc1c3095..cf8aa45ba1 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: 22365 +stargazers_count: 22377 updated_at: '2024-09-27' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index da50daa84c..9cd243369c 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: 9563 +stargazers_count: 9569 updated_at: '2025-01-10' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index b8bbd142ef..f9da59182f 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: 910 +stargazers_count: 912 updated_at: '2025-01-09' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index ae8e99b940..886a2f98cb 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3163 +stargazers_count: 3164 updated_at: '2024-12-20' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 6d12f51edd..5c71f71afc 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: 3746 -updated_at: '2025-01-10' +stargazers_count: 3750 +updated_at: '2025-01-11' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index bc920542bf..272264fb30 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10411 -updated_at: '2025-01-10' +stargazers_count: 10421 +updated_at: '2025-01-11' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index 7dc2e61408..f889664f23 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: 1470 -updated_at: '2025-01-07' +stargazers_count: 1471 +updated_at: '2025-01-11' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index efe5324b35..7526c96968 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: 20222 -updated_at: '2025-01-09' +stargazers_count: 20226 +updated_at: '2025-01-11' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index 3fa36fd607..f5cef0f3da 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1151 +stargazers_count: 1150 updated_at: '2025-01-06' archived: false diff --git a/software/galene.yml b/software/galene.yml index 053e1fb226..10c8b39d3a 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: 994 +stargazers_count: 995 updated_at: '2025-01-07' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index b22cec7408..833d34a310 100644 --- a/software/ganymede.yml +++ b/software/ganymede.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/Zibbp/ganymede depends_3rdparty: true stargazers_count: 593 -updated_at: '2025-01-09' +updated_at: '2025-01-11' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index fb3a8f5796..01c9fc5ece 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: 6853 +stargazers_count: 6855 updated_at: '2025-01-08' archived: false diff --git a/software/genea.app.yml b/software/genea.app.yml index c19bdb76cb..884383a088 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: 209 +stargazers_count: 210 updated_at: '2022-03-23' archived: false diff --git a/software/geneweb.yml b/software/geneweb.yml index c225e6586b..2e8f513205 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: 325 +stargazers_count: 326 updated_at: '2025-01-10' archived: false diff --git a/software/gerbera.yml b/software/gerbera.yml index ef342c641f..4a206c3332 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: 1219 +stargazers_count: 1220 updated_at: '2025-01-10' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index 781aee7bf4..d81dc85731 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: 47999 +stargazers_count: 48004 updated_at: '2025-01-10' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index c4a3c96fe2..7d255dcdf5 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: 5092 -updated_at: '2025-01-10' +stargazers_count: 5105 +updated_at: '2025-01-11' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index 496c68998e..de96afeaed 100644 --- a/software/gitbucket.yml +++ b/software/gitbucket.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/gitbucket/gitbucket stargazers_count: 9181 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index 931d4764d7..53d9bab9b8 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: 46522 -updated_at: '2025-01-10' +stargazers_count: 46546 +updated_at: '2025-01-11' archived: false diff --git a/software/gladys.yml b/software/gladys.yml index 771183a20b..ba759105f9 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: 2741 +stargazers_count: 2742 updated_at: '2025-01-09' archived: false diff --git a/software/glance.yml b/software/glance.yml index 41b797eb09..b4a29943c0 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9757 +stargazers_count: 9786 updated_at: '2024-12-26' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index 4e595860ec..fe991de06e 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -11,6 +11,6 @@ platforms: - Docker tags: - Communication - Custom Communication Systems -stargazers_count: 1280 +stargazers_count: 1284 updated_at: '2025-01-08' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index b4d3d3383f..9c21bf2c89 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag -stargazers_count: 1528 +stargazers_count: 1529 updated_at: '2025-01-10' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index ba754ea9fe..32317d99d3 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: 18810 +stargazers_count: 18829 updated_at: '2024-11-26' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index 2cd8e9be54..45251cdbf8 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: 45315 +stargazers_count: 45320 updated_at: '2025-01-02' archived: false diff --git a/software/gokapi.yml b/software/gokapi.yml index 166236d547..b14b2a8286 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: 1756 -updated_at: '2024-12-18' +stargazers_count: 1757 +updated_at: '2025-01-11' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index 89d9161bc3..e76f834183 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: 13896 +stargazers_count: 13897 updated_at: '2025-01-03' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index 8bdaa6a713..4fd0f08db1 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: 12284 +stargazers_count: 12286 updated_at: '2024-08-08' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index 54e1292ed8..94b62108da 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: 11984 +stargazers_count: 11991 updated_at: '2024-09-23' archived: false diff --git a/software/gossa.yml b/software/gossa.yml index ae4146e677..839820a724 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: 937 +stargazers_count: 938 updated_at: '2024-08-30' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index e9f00c9158..20f2d40aff 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: 11772 +stargazers_count: 11807 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index 6cea67afcc..a1d5af0130 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: 3938 +stargazers_count: 3939 updated_at: '2025-01-09' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index 09d59ccce5..51784b25e8 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: 5556 +stargazers_count: 5558 updated_at: '2025-01-06' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index e51e0adf9f..94ab52da96 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2224 +stargazers_count: 2226 updated_at: '2024-12-09' archived: false diff --git a/software/grist.yml b/software/grist.yml index b2a3a8e9e8..764f98fee9 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: 7484 +stargazers_count: 7489 updated_at: '2025-01-10' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 54d6b155c9..8aec314d1f 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: 7032 -updated_at: '2025-01-10' +stargazers_count: 7038 +updated_at: '2025-01-11' archived: false diff --git a/software/guacamole.yml b/software/guacamole.yml index 38d6fbd8b7..96553bc5bf 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: 3194 -updated_at: '2024-12-22' +stargazers_count: 3195 +updated_at: '2025-01-11' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index 1d79fa3d26..7ab4947d2e 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: 12353 +stargazers_count: 12360 updated_at: '2025-01-09' archived: false diff --git a/software/handbrake-web.yml b/software/handbrake-web.yml index e7ec1d5389..66843e9036 100644 --- a/software/handbrake-web.yml +++ b/software/handbrake-web.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 318 +stargazers_count: 322 updated_at: '2024-12-02' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 973c178c93..8d9fa9f661 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: 5142 +stargazers_count: 5143 updated_at: '2025-01-10' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 5a0e0d38b9..8e3d337b84 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: 31261 +stargazers_count: 31263 updated_at: '2025-01-09' archived: false diff --git a/software/hatsu.yml b/software/hatsu.yml index 93b1c5aa37..ac70866057 100644 --- a/software/hatsu.yml +++ b/software/hatsu.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Communication - Social Networks and Forums -stargazers_count: 166 +stargazers_count: 167 updated_at: '2025-01-03' archived: false diff --git a/software/headphones.yml b/software/headphones.yml index 4d20afbdad..fefda949aa 100644 --- a/software/headphones.yml +++ b/software/headphones.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/rembo10/headphones -stargazers_count: 3432 +stargazers_count: 3433 updated_at: '2024-08-16' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index 80db311e58..a5f3717e21 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8489 +stargazers_count: 8493 updated_at: '2025-01-10' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index bd9ccfea8a..ae00887983 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: 5365 +stargazers_count: 5368 updated_at: '2025-01-10' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index 45636a23df..6a7ef3dd11 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: 8040 +stargazers_count: 8043 updated_at: '2024-11-05' archived: false diff --git a/software/hemmelig.yml b/software/hemmelig.yml index 367e175858..7befebbd28 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: 798 +stargazers_count: 800 updated_at: '2024-11-28' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 1daacd6544..465f0e5b91 100644 --- a/software/hi.events.yml +++ b/software/hi.events.yml @@ -11,5 +11,5 @@ tags: - E-commerce demo_url: https://demo.hi.events/event/1/dog-conf-2030 stargazers_count: 2355 -updated_at: '2024-12-20' +updated_at: '2025-01-11' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index a84cfb55a5..77178306b7 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10545 -updated_at: '2025-01-07' +stargazers_count: 10601 +updated_at: '2025-01-11' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index 512c693b34..91238555d4 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6555 +stargazers_count: 6564 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 11c5a98b32..7cfb36ca53 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: 75651 -updated_at: '2025-01-10' +stargazers_count: 75680 +updated_at: '2025-01-11' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index 9725cbc272..b92ac99ae8 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: 1585 -updated_at: '2025-01-09' +stargazers_count: 1595 +updated_at: '2025-01-11' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index 9198b61a99..b8ad707017 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: 21017 +stargazers_count: 21032 updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index 4305962ca5..6ed06332a6 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9556 +stargazers_count: 9557 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index e4f4705b69..dd45ba681c 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: 66437 +stargazers_count: 66448 updated_at: '2024-12-23' archived: false diff --git a/software/htmly.yml b/software/htmly.yml index 55225e1135..3efaee2129 100644 --- a/software/htmly.yml +++ b/software/htmly.yml @@ -11,6 +11,6 @@ tags: - Content Management Systems (CMS) demo_url: http://demo.htmly.com/ related_software_url: https://www.htmly.com/theme/ -stargazers_count: 1118 +stargazers_count: 1117 updated_at: '2024-12-30' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index a3cf75bbba..e92d862e61 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: 44254 -updated_at: '2025-01-04' +stargazers_count: 44269 +updated_at: '2025-01-11' archived: false diff --git a/software/huly.yml b/software/huly.yml index 59c489f78a..72e461bdbe 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: 18152 -updated_at: '2025-01-10' +stargazers_count: 18167 +updated_at: '2025-01-11' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 32332b38a9..b5c113fecd 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: 6359 +stargazers_count: 6360 updated_at: '2024-12-23' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index fcf4a9b036..14cd3cb9f4 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: 12816 +stargazers_count: 12823 updated_at: '2025-01-10' archived: false diff --git a/software/hyphanet.yml b/software/hyphanet.yml index 2c5255d32d..663aabff0d 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: 1045 +stargazers_count: 1046 updated_at: '2025-01-10' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 2518848e17..42c15a8e3d 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: 9158 +stargazers_count: 9161 updated_at: '2025-01-10' archived: false diff --git a/software/immich-kiosk.yml b/software/immich-kiosk.yml index c917b8ba58..bd14f07bd2 100644 --- a/software/immich-kiosk.yml +++ b/software/immich-kiosk.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 613 +stargazers_count: 615 updated_at: '2025-01-09' archived: false diff --git a/software/immich.yml b/software/immich.yml index 944d884001..1ea11c252b 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 56060 -updated_at: '2025-01-10' +stargazers_count: 56133 +updated_at: '2025-01-11' archived: false diff --git a/software/inspircd.yml b/software/inspircd.yml index 2685a5fee4..8bb7b6ce7b 100644 --- a/software/inspircd.yml +++ b/software/inspircd.yml @@ -10,5 +10,5 @@ tags: - Communication - IRC source_code_url: https://github.com/inspircd/inspircd stargazers_count: 1197 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index 550a7e4a78..d4c592721f 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: 4578 -updated_at: '2025-01-10' +stargazers_count: 4580 +updated_at: '2025-01-11' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index aa9f9debfb..ec4741ed80 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: 16675 +stargazers_count: 16676 updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index eb787ba1b9..1f2e390c9f 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: 8449 +stargazers_count: 8450 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index 2436ea339c..1f3c4d22c2 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 585 +stargazers_count: 588 updated_at: '2025-01-05' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index 44d86a0c3d..b50d29c768 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2615 -updated_at: '2025-01-09' +stargazers_count: 2617 +updated_at: '2025-01-11' archived: false diff --git a/software/isso.yml b/software/isso.yml index 93df91c7c2..b08c9f1708 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: 5090 +stargazers_count: 5093 updated_at: '2024-10-01' archived: false diff --git a/software/itflow.yml b/software/itflow.yml index 1d7242e089..b2bd2337a7 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: 614 +stargazers_count: 615 updated_at: '2024-12-30' archived: false diff --git a/software/janus.yml b/software/janus.yml index b72c63bf3f..c65c0b39a2 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: 8345 +stargazers_count: 8347 updated_at: '2025-01-10' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 58ec56f6ab..89815dd74b 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: 36378 -updated_at: '2025-01-09' +stargazers_count: 36398 +updated_at: '2025-01-11' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index 5d5618bc70..cd43310c76 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4223 -updated_at: '2025-01-10' +stargazers_count: 4228 +updated_at: '2025-01-11' archived: false diff --git a/software/jelu.yml b/software/jelu.yml index 0308daee29..c83a51d6a0 100644 --- a/software/jelu.yml +++ b/software/jelu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 402 +stargazers_count: 403 updated_at: '2025-01-09' archived: false diff --git a/software/jina.yml b/software/jina.yml index d61e845781..2ad6d78481 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: 21235 +stargazers_count: 21237 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index f61e8ff7e3..893051d67f 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: 24075 +stargazers_count: 24082 updated_at: '2025-01-10' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index 137a8876f8..9107a4ee83 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: 4808 +stargazers_count: 4807 updated_at: '2025-01-09' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index 150790720a..3226d4895c 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: 47053 -updated_at: '2025-01-10' +stargazers_count: 47098 +updated_at: '2025-01-11' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index a8d715ab03..f2620c7c33 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: 2833 +stargazers_count: 2834 updated_at: '2025-01-02' archived: false diff --git a/software/juntagrico.yml b/software/juntagrico.yml index 90c90eed97..8be07bba6a 100644 --- a/software/juntagrico.yml +++ b/software/juntagrico.yml @@ -9,5 +9,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/juntagrico/juntagrico stargazers_count: 47 -updated_at: '2025-01-01' +updated_at: '2025-01-11' archived: false diff --git a/software/jupyterlab.yml b/software/jupyterlab.yml index 18c38ad72e..eebce12806 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: 14310 +stargazers_count: 14312 updated_at: '2025-01-09' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index ba84f42d6d..8d99ec4662 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: 2354 -updated_at: '2025-01-10' +stargazers_count: 2355 +updated_at: '2025-01-11' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index 312bae5e20..c9eaed10e5 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: 6913 +stargazers_count: 6914 updated_at: '2025-01-03' archived: false diff --git a/software/keila.yml b/software/keila.yml index 7897293672..54097fde82 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: 1512 +stargazers_count: 1511 updated_at: '2025-01-06' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index 7b7cf19272..f491fa1615 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: 15163 +stargazers_count: 15172 updated_at: '2025-01-10' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index 39b74a9079..752c902059 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: 904 +stargazers_count: 905 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index 2e939d01d2..33046ba169 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: 9356 +stargazers_count: 9358 updated_at: '2025-01-06' archived: false diff --git a/software/kill-bill.yml b/software/kill-bill.yml index 56152337ed..972aa33733 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: 4700 +stargazers_count: 4701 updated_at: '2025-01-03' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index 39330a1b2f..d87db77cad 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: 3439 +stargazers_count: 3442 updated_at: '2025-01-10' archived: false diff --git a/software/known.yml b/software/known.yml index a5ad264d87..5bc2abbdc8 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: 1075 +stargazers_count: 1076 updated_at: '2025-01-07' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index 8ca5f194f9..856634b267 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: 18754 +stargazers_count: 18758 updated_at: '2025-01-10' archived: false diff --git a/software/koel.yml b/software/koel.yml index 891cfc53da..61e142984b 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: 16163 +stargazers_count: 16162 updated_at: '2024-11-14' archived: false diff --git a/software/koillection.yml b/software/koillection.yml index 2b50796bad..e316f5c8de 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: 729 +stargazers_count: 730 updated_at: '2024-12-30' archived: false diff --git a/software/komga.yml b/software/komga.yml index 915ee9d118..e04e61f0fa 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: 4308 +stargazers_count: 4312 updated_at: '2025-01-09' archived: false diff --git a/software/kong.yml b/software/kong.yml index 728922b03e..35526c643a 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: 39736 +stargazers_count: 39742 updated_at: '2025-01-10' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index ea6539802d..9bba8b3ee7 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12084 +stargazers_count: 12091 updated_at: '2025-01-10' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index 73be3918af..7ee59fa0b9 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: 1843 +stargazers_count: 1846 updated_at: '2025-01-10' archived: false diff --git a/software/lago.yml b/software/lago.yml index 5529f0a46a..54102bd3b6 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: 7180 +stargazers_count: 7182 updated_at: '2025-01-06' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index ef231371fa..0f60b85dee 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20138 +stargazers_count: 20144 updated_at: '2024-11-23' archived: false diff --git a/software/lancache.yml b/software/lancache.yml index 2ba54b7fd0..9bb1e32a30 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: 762 +stargazers_count: 763 updated_at: '2024-12-20' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index 512034adba..9aadb40520 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: 7720 -updated_at: '2025-01-10' +stargazers_count: 7732 +updated_at: '2025-01-11' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index 3bea1d62f8..e6fa34148e 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: 12653 -updated_at: '2025-01-10' +stargazers_count: 12655 +updated_at: '2025-01-11' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index 757b79bc4e..2638d6a974 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: 4945 +stargazers_count: 4947 updated_at: '2024-12-18' archived: false diff --git a/software/ledgersmb.yml b/software/ledgersmb.yml index 74091e759b..0c97f2c90b 100644 --- a/software/ledgersmb.yml +++ b/software/ledgersmb.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/ledgersmb/LedgerSMB demo_url: https://demo.cloud.efficito.com/erp/1.5/login.pl stargazers_count: 433 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index 210ae2fbc4..270f837297 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: 13401 +stargazers_count: 13400 updated_at: '2025-01-10' archived: false diff --git a/software/leon.yml b/software/leon.yml index df9dcfd8af..47419f41d3 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: 15702 +stargazers_count: 15707 updated_at: '2025-01-04' archived: false diff --git a/software/lha.yml b/software/lha.yml index b2122d869a..5ae0051b96 100644 --- a/software/lha.yml +++ b/software/lha.yml @@ -9,5 +9,5 @@ platforms: tags: - Internet of Things (IoT) stargazers_count: 6 -updated_at: '2025-01-05' +updated_at: '2025-01-11' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index 1d2cf3454b..de487e7489 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: 10213 +stargazers_count: 10218 updated_at: '2025-01-09' archived: false diff --git a/software/librephotos.yml b/software/librephotos.yml index 693f4e58e2..f94fe7b7f7 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: 7086 +stargazers_count: 7089 updated_at: '2024-12-30' archived: false related_software_url: https://docs.librephotos.com/docs/user-guide/mobile/ diff --git a/software/librum.yml b/software/librum.yml index 7ed36c050f..dcbb813918 100644 --- a/software/librum.yml +++ b/software/librum.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/Librum-Reader/Librum -stargazers_count: 4309 +stargazers_count: 4311 updated_at: '2024-07-01' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 227f20b76c..220836b2cc 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 3815 +stargazers_count: 3817 updated_at: '2025-01-05' archived: false diff --git a/software/lila.yml b/software/lila.yml index 226174aecc..a50b1913a6 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: 15991 +stargazers_count: 16004 updated_at: '2025-01-10' archived: false diff --git a/software/limesurvey.yml b/software/limesurvey.yml index 659211f81b..eb3f14493c 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: 2831 +stargazers_count: 2833 updated_at: '2025-01-08' archived: false diff --git a/software/linkace.yml b/software/linkace.yml index 46d9512556..d8eaa293f6 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: 2707 +stargazers_count: 2708 updated_at: '2025-01-05' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index 35df14ea84..9474d3c7fe 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7215 -updated_at: '2024-10-24' +stargazers_count: 7222 +updated_at: '2025-01-11' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index 3b8547b330..9c21814575 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: 2548 +stargazers_count: 2551 updated_at: '2024-12-10' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index 6af2b88ebd..89d05b560b 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: 9852 +stargazers_count: 9860 updated_at: '2025-01-10' archived: false diff --git a/software/linuxgsm.yml b/software/linuxgsm.yml index ea6c8c0893..16ea7f3c8a 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: 4379 +stargazers_count: 4383 updated_at: '2025-01-08' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index de854dc7fe..fa96b11c8a 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15779 +stargazers_count: 15784 updated_at: '2025-01-10' archived: false diff --git a/software/litecart.yml b/software/litecart.yml index 27ac190ed2..1d679494bc 100644 --- a/software/litecart.yml +++ b/software/litecart.yml @@ -11,5 +11,5 @@ tags: - E-commerce depends_3rdparty: true stargazers_count: 198 -updated_at: '2025-01-08' +updated_at: '2025-01-11' archived: false diff --git a/software/litlyx.yml b/software/litlyx.yml index 84ab1585d4..da11c1dfad 100644 --- a/software/litlyx.yml +++ b/software/litlyx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 843 +stargazers_count: 844 updated_at: '2025-01-04' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index 01644ead8e..6ade3f6e84 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: 1916 +stargazers_count: 1917 updated_at: '2024-12-20' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index 6c1b5df780..f04f1803fe 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: 2000 -updated_at: '2025-01-10' +stargazers_count: 2001 +updated_at: '2025-01-11' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index 4d0f97b3e7..d4b082b8d4 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: 5106 +stargazers_count: 5107 updated_at: '2025-01-08' archived: false diff --git a/software/lms.yml b/software/lms.yml index 89da302467..4f5b76e9bf 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: 1190 +stargazers_count: 1191 updated_at: '2024-12-20' archived: false diff --git a/software/lodestone.yml b/software/lodestone.yml index e7679af190..253578a08a 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: 878 +stargazers_count: 880 updated_at: '2024-09-09' archived: false diff --git a/software/loomio.yml b/software/loomio.yml index f8c7bbaaeb..ad7de27fda 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: 2386 +stargazers_count: 2388 updated_at: '2025-01-08' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index 0cc136dcc1..22d0f6fd21 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 10997 -updated_at: '2025-01-08' +stargazers_count: 11004 +updated_at: '2025-01-11' diff --git a/software/lubelogger.yml b/software/lubelogger.yml index 56f9e4cf94..748aee15f0 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: 1287 -updated_at: '2025-01-10' +stargazers_count: 1290 +updated_at: '2025-01-11' archived: false diff --git a/software/lura.yml b/software/lura.yml index 48d3420e95..a34e5624d2 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: 6426 +stargazers_count: 6429 updated_at: '2024-12-12' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index c201b82fd6..4db9fbce6e 100644 --- a/software/lychee.yml +++ b/software/lychee.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/LycheeOrg/Lychee stargazers_count: 3510 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index 246f5fe9f6..26ae80d78a 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: 5244 +stargazers_count: 5245 updated_at: '2024-11-24' archived: false diff --git a/software/mafl.yml b/software/mafl.yml index 26d83e9543..7ea52da35d 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: 402 +stargazers_count: 403 updated_at: '2024-12-01' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index 2f3c5f6c60..bcaf59ecc1 100644 --- a/software/magento-open-source.yml +++ b/software/magento-open-source.yml @@ -9,5 +9,5 @@ tags: - E-commerce source_code_url: https://github.com/magento/magento2 stargazers_count: 11624 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index 2daeef3eed..86d22eed25 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: 14149 +stargazers_count: 14151 updated_at: '2025-01-06' archived: false diff --git a/software/mailcatcher.yml b/software/mailcatcher.yml index bdf10af276..19069b70a6 100644 --- a/software/mailcatcher.yml +++ b/software/mailcatcher.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/sj26/mailcatcher -stargazers_count: 6529 +stargazers_count: 6528 updated_at: '2024-05-25' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index 098f4bc5d4..c6686e764b 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: 9378 +stargazers_count: 9403 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index 05514f6dd4..999f6d20fa 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: 6040 +stargazers_count: 6043 updated_at: '2025-01-09' archived: false diff --git a/software/maloja.yml b/software/maloja.yml index a1005d22e4..9622870c82 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: 1231 +stargazers_count: 1232 updated_at: '2024-05-05' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index c376f18a06..5b963b9950 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: 1015 +stargazers_count: 1019 updated_at: '2025-01-10' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index c3ba0fe386..f90dbaf499 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9198 -updated_at: '2025-01-10' +stargazers_count: 9200 +updated_at: '2025-01-11' archived: false diff --git a/software/mantisbt.yml b/software/mantisbt.yml index a1b4cbbad1..c18219ae5c 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: 1673 -updated_at: '2025-01-09' +stargazers_count: 1674 +updated_at: '2025-01-11' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index 35a6be308e..5caa0e039d 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: 923 +stargazers_count: 927 updated_at: '2025-01-10' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index 41d7483887..8729617a17 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: 47469 +stargazers_count: 47488 updated_at: '2025-01-10' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index 3fd64bc4e8..beae85f11a 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: 1896 +stargazers_count: 1901 updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index 4189d65618..002b16a12c 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ -stargazers_count: 2452 +stargazers_count: 2455 updated_at: '2025-01-09' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index e57af2ad28..5721b9a62b 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: 20064 +stargazers_count: 20068 updated_at: '2025-01-08' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index ed24acb9df..dff493f340 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: 31302 -updated_at: '2025-01-10' +stargazers_count: 31305 +updated_at: '2025-01-11' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index 63380a52a9..737226f18a 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: 7534 +stargazers_count: 7536 updated_at: '2025-01-10' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index 8d37fd0dee..819b87a27a 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34838 +stargazers_count: 34846 updated_at: '2025-01-07' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 7cf9998ac9..674100ed55 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: 7848 -updated_at: '2025-01-10' +stargazers_count: 7854 +updated_at: '2025-01-11' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index a744bf580b..bec3afbd27 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3110 +stargazers_count: 3114 updated_at: '2024-11-22' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 426c5e775e..15065fd033 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: 27016 +stargazers_count: 27032 updated_at: '2025-01-10' archived: false diff --git a/software/meelo.yml b/software/meelo.yml index 58e39d7de8..03b73e36e6 100644 --- a/software/meelo.yml +++ b/software/meelo.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Media Streaming - Multimedia Streaming -stargazers_count: 63 +stargazers_count: 64 updated_at: '2025-01-10' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index 73d5b42dfb..aadcd1fa26 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: 48625 +stargazers_count: 48634 updated_at: '2025-01-10' archived: false diff --git a/software/memos.yml b/software/memos.yml index 730941f22d..8dc4784395 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35849 -updated_at: '2025-01-10' +stargazers_count: 35860 +updated_at: '2025-01-11' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index d3cb285d2c..10506bf462 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: 4470 +stargazers_count: 4472 updated_at: '2025-01-10' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index a5775e7972..09b7630722 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: 39344 -updated_at: '2025-01-10' +stargazers_count: 39346 +updated_at: '2025-01-11' archived: false diff --git a/software/metube.yml b/software/metube.yml index 45a52a5c28..dd446416b2 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7455 +stargazers_count: 7459 updated_at: '2024-12-29' archived: false diff --git a/software/miaou.yml b/software/miaou.yml index 335dc2c114..48249f0f77 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: 544 +stargazers_count: 543 updated_at: '2024-11-10' archived: false diff --git a/software/middleware.yml b/software/middleware.yml index 70e06c458f..2582a4ee27 100644 --- a/software/middleware.yml +++ b/software/middleware.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Analytics -stargazers_count: 1225 +stargazers_count: 1227 updated_at: '2024-12-30' archived: false diff --git a/software/mikochi.yml b/software/mikochi.yml index 7df5e18b46..35e5fe4abb 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: 286 +stargazers_count: 287 updated_at: '2024-12-10' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index c234b88482..a7a2df4809 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: 27065 +stargazers_count: 27067 updated_at: '2025-01-10' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index 518b84ef2b..7b182e8da8 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: 23063 -updated_at: '2025-01-10' +stargazers_count: 23064 +updated_at: '2025-01-11' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index 947f946847..ecccc279d6 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: 7122 +stargazers_count: 7123 updated_at: '2024-12-29' archived: false diff --git a/software/minio.yml b/software/minio.yml index 234d4039ea..c7cd895d1e 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: 49366 +stargazers_count: 49389 updated_at: '2025-01-08' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 2c602578a9..067912703f 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: 6286 +stargazers_count: 6288 updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-c2c.yml b/software/mirotalk-c2c.yml index c33ef9277d..54ef42b5a7 100644 --- a/software/mirotalk-c2c.yml +++ b/software/mirotalk-c2c.yml @@ -10,5 +10,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/miroslavpejic85/mirotalkc2c stargazers_count: 249 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index 9001b23e46..3ca58b5dff 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: 3201 -updated_at: '2025-01-10' +stargazers_count: 3203 +updated_at: '2025-01-11' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 8d5fdad780..04ce9feb6b 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: 2217 -updated_at: '2025-01-09' +stargazers_count: 2218 +updated_at: '2025-01-11' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index b0a389acad..73b6262979 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: 10231 -updated_at: '2025-01-08' +stargazers_count: 10234 +updated_at: '2025-01-11' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index 4525d0119e..3ba554c29e 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: 3106 +stargazers_count: 3107 updated_at: '2024-12-21' archived: false diff --git a/software/monica.yml b/software/monica.yml index 8ca07ae984..f99f4500af 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 21992 +stargazers_count: 21999 updated_at: '2024-11-15' archived: false diff --git a/software/moode-audio.yml b/software/moode-audio.yml index adcc99d364..01f797155e 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: 1048 -updated_at: '2025-01-10' +stargazers_count: 1051 +updated_at: '2025-01-11' archived: false diff --git "a/software/motion.tools-antragsgr\303\274n.yml" "b/software/motion.tools-antragsgr\303\274n.yml" index 6c5d62efc4..2bf2df35b9 100644 --- "a/software/motion.tools-antragsgr\303\274n.yml" +++ "b/software/motion.tools-antragsgr\303\274n.yml" @@ -10,6 +10,6 @@ platforms: tags: - Conference Management demo_url: https://sandbox.motion.tools/createsite -stargazers_count: 102 +stargazers_count: 103 updated_at: '2025-01-04' archived: false diff --git a/software/movim.yml b/software/movim.yml index 5575514739..9abba4462c 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: 1760 +stargazers_count: 1761 updated_at: '2025-01-09' archived: false diff --git a/software/mox.yml b/software/mox.yml index 8ebe925efd..28f40d4f4f 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 3784 +stargazers_count: 3786 updated_at: '2024-12-25' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index 36cac6b8d8..6b96bc4250 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: 2218 +stargazers_count: 2220 updated_at: '2024-12-12' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index 9436f4dc3c..0c5b4edaef 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true stargazers_count: 1436 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml index bd0cbf7217..e663805979 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: 464 +stargazers_count: 465 updated_at: '2025-01-03' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index 88a151f59b..cbfb21e9d7 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: 6520 -updated_at: '2025-01-08' +stargazers_count: 6521 +updated_at: '2025-01-11' archived: false diff --git a/software/mybb.yml b/software/mybb.yml index faf66fc3dc..126dee32ef 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: 1098 +stargazers_count: 1099 updated_at: '2024-12-23' archived: false diff --git a/software/mybucks.online.yml b/software/mybucks.online.yml index 9e095681c6..cb31c6a5d1 100644 --- a/software/mybucks.online.yml +++ b/software/mybucks.online.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management demo_url: https://app.mybucks.online stargazers_count: 5 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/myfin.yml b/software/myfin.yml index 35bd4d8c26..36acd13f12 100644 --- a/software/myfin.yml +++ b/software/myfin.yml @@ -10,6 +10,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-android -stargazers_count: 41 -updated_at: '2025-01-10' +stargazers_count: 43 +updated_at: '2025-01-11' archived: false diff --git a/software/myip.yml b/software/myip.yml index 8c855490d2..e5f7241b16 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: 7060 +stargazers_count: 7064 updated_at: '2025-01-06' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index f6ad2ded63..a2b99c20b6 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: 54490 +stargazers_count: 54570 updated_at: '2025-01-10' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index 3d46854654..a7e95aa9f9 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: 12802 +stargazers_count: 12822 updated_at: '2025-01-10' archived: false diff --git a/software/neko.yml b/software/neko.yml index 77bbaf66f4..a6b2f25ed5 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: 8274 +stargazers_count: 8282 updated_at: '2024-12-30' archived: false diff --git a/software/netron.yml b/software/netron.yml index 4a0bb950e9..2db981b622 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: 29047 -updated_at: '2025-01-10' +stargazers_count: 29058 +updated_at: '2025-01-11' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index 2a78d93434..eae623b14e 100644 --- a/software/newsblur.yml +++ b/software/newsblur.yml @@ -9,5 +9,5 @@ tags: - Feed Readers source_code_url: https://github.com/samuelclay/NewsBlur stargazers_count: 6956 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index b6f97570d5..ebe0922f5a 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: 3293 +stargazers_count: 3296 updated_at: '2025-01-07' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 66eccfdbf5..9096825d27 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: 27912 -updated_at: '2025-01-10' +stargazers_count: 27916 +updated_at: '2025-01-11' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index 8fe1d789f4..ba1f84e1b6 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24049 +stargazers_count: 24059 updated_at: '2025-01-07' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index 77298731b1..e07daadef1 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: 50769 -updated_at: '2025-01-10' +stargazers_count: 50783 +updated_at: '2025-01-11' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index 06fdbf833f..d38556b996 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: 20200 +stargazers_count: 20204 updated_at: '2024-12-20' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index 28516d3de6..6e36b5de09 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB -stargazers_count: 14298 +stargazers_count: 14300 updated_at: '2025-01-08' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index ffd427eab0..baa67ea9dd 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: 3306 +stargazers_count: 3308 updated_at: '2025-01-10' archived: false diff --git a/software/novu.yml b/software/novu.yml index 93a08a4c1b..630355e549 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: 35957 +stargazers_count: 35956 updated_at: '2025-01-10' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index 23f8aacbaf..a0614359ba 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: 19138 +stargazers_count: 19141 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index 9412f8fb7c..b5244ab552 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3909 +stargazers_count: 3912 updated_at: '2023-11-05' archived: false diff --git a/software/nymphcast.yml b/software/nymphcast.yml index 7e49db59e8..bc7262a74e 100644 --- a/software/nymphcast.yml +++ b/software/nymphcast.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/MayaPosch/NymphCast stargazers_count: 2452 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index e261e91af7..f97c9ebc94 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: 3637 +stargazers_count: 3640 updated_at: '2025-01-03' archived: false diff --git a/software/octobox.yml b/software/octobox.yml index b7d1581642..d56a681b26 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: 4367 +stargazers_count: 4369 updated_at: '2025-01-10' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 1b39da1c92..93d711b0c1 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: 8390 +stargazers_count: 8391 updated_at: '2025-01-07' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index 50ec414004..32cd7e448d 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: 39892 -updated_at: '2025-01-10' +stargazers_count: 39913 +updated_at: '2025-01-11' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index a28d1500f5..e6e4f00186 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: 2628 +stargazers_count: 2633 updated_at: '2025-01-06' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index cafd90f78e..7b2bf752d2 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3787 +stargazers_count: 3790 updated_at: '2025-01-05' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index b9dc7f0e35..e9e5ad6338 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: 6371 +stargazers_count: 6372 updated_at: '2024-11-10' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index 23ccc0a75d..fb8ad96e31 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: 5031 +stargazers_count: 5033 updated_at: '2024-11-28' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index 9fca658bba..79c08a29ab 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: 2805 -updated_at: '2025-01-10' +stargazers_count: 2809 +updated_at: '2025-01-11' archived: false diff --git a/software/open-quartermaster.yml b/software/open-quartermaster.yml index b9c5286db4..91ff3b5b30 100644 --- a/software/open-quartermaster.yml +++ b/software/open-quartermaster.yml @@ -10,5 +10,5 @@ platforms: tags: - Inventory Management stargazers_count: 21 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index 6506697931..5942c27b15 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: 6523 +stargazers_count: 6524 updated_at: '2024-11-03' archived: false diff --git a/software/openbudgeteer.yml b/software/openbudgeteer.yml index 6f58892c25..294fa65866 100644 --- a/software/openbudgeteer.yml +++ b/software/openbudgeteer.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/TheAxelander/OpenBudgeteer stargazers_count: 804 -updated_at: '2025-01-04' +updated_at: '2025-01-11' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index 55ac75b3c3..48566a8caa 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: 7542 -updated_at: '2025-01-09' +stargazers_count: 7543 +updated_at: '2025-01-11' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index 76b553edac..e9e26bb11c 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: 1982 +stargazers_count: 1984 updated_at: '2024-12-16' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index 662d431d21..0cae9a8c88 100644 --- a/software/openhab.yml +++ b/software/openhab.yml @@ -9,5 +9,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/openhab/openhab-core stargazers_count: 953 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index a2ccd33dc7..c6271affca 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: 5328 +stargazers_count: 5331 updated_at: '2025-01-10' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index 9526896950..0aaeb90377 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: 9690 -updated_at: '2025-01-10' +stargazers_count: 9695 +updated_at: '2025-01-11' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index 3fab1c84c6..02e68ce9f8 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: 10047 -updated_at: '2025-01-10' +stargazers_count: 10050 +updated_at: '2025-01-11' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index ce1b9e094b..85b1f7e96b 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3674 +stargazers_count: 3684 updated_at: '2024-12-14' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index 7e040b7f7f..ab478dd61d 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: 2259 +stargazers_count: 2260 updated_at: '2025-01-09' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index cae0453277..fab3c19014 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: 2261 -updated_at: '2025-01-10' +stargazers_count: 2262 +updated_at: '2025-01-11' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index f5bb9ed4d7..4f894fc84c 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: 6576 -updated_at: '2025-01-10' +stargazers_count: 6580 +updated_at: '2025-01-11' archived: false diff --git a/software/opik.yml b/software/opik.yml index a916e72476..e602b9437e 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 4135 +stargazers_count: 4236 updated_at: '2025-01-10' archived: false diff --git a/software/opnform.yml b/software/opnform.yml index 02625326e7..ac01e93993 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: 2370 +stargazers_count: 2371 updated_at: '2025-01-09' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 64b170088d..0c0dfc3884 100644 --- a/software/otobo.yml +++ b/software/otobo.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/RotherOSS/otobo demo_url: https://otobo.io/en/service-management-plattform/otobo-demo/ stargazers_count: 266 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/ots.yml b/software/ots.yml index 48c0648de5..352735b05e 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: 485 +stargazers_count: 486 updated_at: '2024-12-12' archived: false diff --git a/software/otter-wiki.yml b/software/otter-wiki.yml index df9f28671e..01a3aa042d 100644 --- a/software/otter-wiki.yml +++ b/software/otter-wiki.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Wikis -stargazers_count: 688 -updated_at: '2024-12-20' +stargazers_count: 689 +updated_at: '2025-01-11' archived: false diff --git a/software/outline.yml b/software/outline.yml index 2c0a121cca..befc0ee8f5 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: 29175 -updated_at: '2025-01-10' +stargazers_count: 29188 +updated_at: '2025-01-11' archived: false diff --git a/software/ovenmediaengine.yml b/software/ovenmediaengine.yml index c37591302d..0a44daac06 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: 2632 +stargazers_count: 2633 updated_at: '2025-01-08' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index eac1db5ad0..0f7ba850de 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: 14561 +stargazers_count: 14566 updated_at: '2025-01-10' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index 8432f48002..09f47faafa 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: 9683 +stargazers_count: 9685 updated_at: '2025-01-09' archived: false diff --git a/software/owncloud.yml b/software/owncloud.yml index b275d09655..e28c0a2e37 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: 8434 -updated_at: '2025-01-08' +stargazers_count: 8436 +updated_at: '2025-01-11' archived: false diff --git a/software/owntracks-recorder.yml b/software/owntracks-recorder.yml index ae71ce1e12..1865287fc4 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: 924 +stargazers_count: 925 updated_at: '2025-01-02' archived: false diff --git a/software/paaster.yml b/software/paaster.yml index e551048393..1b9041f812 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: 458 -updated_at: '2025-01-02' +stargazers_count: 459 +updated_at: '2025-01-11' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index dba65fea71..1a39c77711 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: 5213 +stargazers_count: 5219 updated_at: '2024-11-11' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 05d4f10d08..4498f60132 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23720 +stargazers_count: 23740 updated_at: '2025-01-10' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 02814333d0..43b051e683 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/ciur/papermerge -stargazers_count: 2575 +stargazers_count: 2576 updated_at: '2024-01-15' archived: false diff --git a/software/pastefy.yml b/software/pastefy.yml index f4360e6656..9f4d06f345 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: 266 +stargazers_count: 267 updated_at: '2024-03-12' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index e8667b0505..cb382ea627 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: 31030 -updated_at: '2025-01-10' +stargazers_count: 31060 +updated_at: '2025-01-11' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index 8873c06d18..278f6488d8 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Document Management -stargazers_count: 336 +stargazers_count: 351 updated_at: '2025-01-09' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index 6153dedcca..aa9fdcb212 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: 13319 +stargazers_count: 13320 updated_at: '2025-01-10' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index b748929df4..cfdb6aff8a 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: 1005 +stargazers_count: 1010 updated_at: '2025-01-10' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index 9170e82fd1..fe1000caa6 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: 34585 +stargazers_count: 34599 updated_at: '2025-01-10' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index 6dafd28408..ad1fa71dd8 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: 36060 +stargazers_count: 36075 updated_at: '2025-01-09' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index 43a949b153..42f5cd7fe8 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5608 +stargazers_count: 5610 updated_at: '2025-01-09' archived: false diff --git a/software/phpbb.yml b/software/phpbb.yml index dedf0b4145..7ab8cb27ac 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: 1879 +stargazers_count: 1878 updated_at: '2025-01-08' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index 8f8dc4bc1e..73785c67bc 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: 49838 +stargazers_count: 49854 updated_at: '2024-12-29' archived: false diff --git a/software/picoshare.yml b/software/picoshare.yml index db6d631f8d..c108120804 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: 2390 -updated_at: '2025-01-09' +stargazers_count: 2391 +updated_at: '2025-01-11' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index f2cba9012a..d55d13a6e3 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: 313 +stargazers_count: 312 updated_at: '2024-12-22' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index af0ed65778..25a3bc30f1 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3614 +stargazers_count: 3616 updated_at: '2025-01-08' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index ffe56d963c..cea347b932 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: 3330 +stargazers_count: 3331 updated_at: '2025-01-10' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index 6ad9edb21d..f7296a498c 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: 5731 +stargazers_count: 5736 updated_at: '2025-01-09' archived: false diff --git a/software/plane.yml b/software/plane.yml index 9538e2dcf2..850daf742f 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: 31707 -updated_at: '2025-01-10' +stargazers_count: 31720 +updated_at: '2025-01-11' archived: false diff --git a/software/planka.yml b/software/planka.yml index 76e9a88e36..9bc2efe4ad 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: 8342 +stargazers_count: 8353 updated_at: '2024-12-18' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index dbb5dad2ec..509d027981 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: 21103 +stargazers_count: 21108 updated_at: '2025-01-09' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index 14a351ba1f..d196168c48 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: 42774 -updated_at: '2025-01-10' +stargazers_count: 42798 +updated_at: '2025-01-11' archived: false diff --git a/software/podfetch.yml b/software/podfetch.yml index e5014e247a..a9c4c3932e 100644 --- a/software/podfetch.yml +++ b/software/podfetch.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Audio Streaming - Automation -stargazers_count: 368 -updated_at: '2025-01-09' +stargazers_count: 369 +updated_at: '2025-01-11' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index fb6b9fead6..91e070eac6 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4099 +stargazers_count: 4101 updated_at: '2025-01-08' archived: false diff --git a/software/postal.yml b/software/postal.yml index 826d22b372..99c2326377 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: 15074 +stargazers_count: 15076 updated_at: '2024-10-31' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index 58b45efaff..9f85b8dac4 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23128 -updated_at: '2025-01-10' +stargazers_count: 23146 +updated_at: '2025-01-11' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index 113ace90ce..bdb8aa01c0 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: 16938 +stargazers_count: 16952 updated_at: '2025-01-09' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index d7f29fb3c4..2daea2fc4b 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: 6743 -updated_at: '2025-01-09' +stargazers_count: 6749 +updated_at: '2025-01-11' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index 379103f8ab..3138b5a5e5 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: 1598 +stargazers_count: 1600 updated_at: '2024-11-15' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index 0bd879bc28..92c42f3353 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: 7022 +stargazers_count: 7024 updated_at: '2024-11-15' archived: false diff --git a/software/pufferpanel.yml b/software/pufferpanel.yml index be8ac30bc0..bbd7399bda 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: 1391 +stargazers_count: 1394 updated_at: '2025-01-06' archived: false diff --git a/software/puter.yml b/software/puter.yml index 19b4e209e5..64dbc88a29 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: 27472 -updated_at: '2025-01-10' +stargazers_count: 27492 +updated_at: '2025-01-11' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index 8bb80bbbf3..660128891e 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: 1854 +stargazers_count: 1858 updated_at: '2025-01-09' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index fe39cb6aa8..b37fdab7be 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: 3382 +stargazers_count: 3385 updated_at: '2025-01-07' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index 6836a30726..1730d2a5c3 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: 29354 -updated_at: '2025-01-10' +stargazers_count: 29370 +updated_at: '2025-01-11' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index c19a965c93..a02e1fe240 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: 4614 +stargazers_count: 4615 updated_at: '2024-10-10' archived: false diff --git a/software/qpixel.yml b/software/qpixel.yml index ca55f1aed6..de1f09e42d 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: 398 +stargazers_count: 399 updated_at: '2025-01-09' archived: false diff --git a/software/quickshare.yml b/software/quickshare.yml index 3c03aa73f9..226a9b8af2 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: 515 +stargazers_count: 516 updated_at: '2024-09-03' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index 4330a46427..602b09b308 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10769 -updated_at: '2025-01-06' +stargazers_count: 10777 +updated_at: '2025-01-11' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index 7bc621ae67..0c8bb120da 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: 3850 -updated_at: '2025-01-10' +stargazers_count: 3860 +updated_at: '2025-01-11' archived: false diff --git a/software/raneto.yml b/software/raneto.yml index f108ff2e41..0bfad24399 100644 --- a/software/raneto.yml +++ b/software/raneto.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/ryanlelek/Raneto -stargazers_count: 2796 +stargazers_count: 2797 updated_at: '2025-01-03' archived: false diff --git a/software/rapidbay.yml b/software/rapidbay.yml index a154a31f53..d6d75aa017 100644 --- a/software/rapidbay.yml +++ b/software/rapidbay.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/hauxir/rapidbay/ -stargazers_count: 757 +stargazers_count: 758 updated_at: '2024-12-13' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index ff3d42cb97..975166a95f 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 26994 -updated_at: '2025-01-09' +stargazers_count: 27001 +updated_at: '2025-01-11' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index 6a0b19a736..19e6084db4 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: 657 +stargazers_count: 659 updated_at: '2025-01-08' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 643a97994b..8f2691068a 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -11,5 +11,5 @@ tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login stargazers_count: 245 -updated_at: '2025-01-09' +updated_at: '2025-01-11' archived: false diff --git a/software/red-eclipse-2.yml b/software/red-eclipse-2.yml index b98a9e0300..62767f30e6 100644 --- a/software/red-eclipse-2.yml +++ b/software/red-eclipse-2.yml @@ -12,6 +12,6 @@ platforms: tags: - Games source_code_url: https://github.com/redeclipse/base -stargazers_count: 451 +stargazers_count: 452 updated_at: '2024-12-22' archived: false diff --git a/software/redash.yml b/software/redash.yml index be838b8888..095228c4d8 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: 26729 +stargazers_count: 26730 updated_at: '2025-01-01' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index 3bbec474c8..f92e81f292 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: 1539 +stargazers_count: 1544 updated_at: '2024-12-02' archived: false diff --git a/software/relate.yml b/software/relate.yml index 728072a0a6..419d3d00c9 100644 --- a/software/relate.yml +++ b/software/relate.yml @@ -9,5 +9,5 @@ tags: - Learning and Courses source_code_url: https://github.com/inducer/relate stargazers_count: 387 -updated_at: '2025-01-02' +updated_at: '2025-01-11' archived: false diff --git a/software/remark42.yml b/software/remark42.yml index 294a3e54d5..124c9ce424 100644 --- a/software/remark42.yml +++ b/software/remark42.yml @@ -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: 5005 +stargazers_count: 5006 updated_at: '2025-01-02' archived: false diff --git a/software/request-tracker.yml b/software/request-tracker.yml index aa220ae6fe..45a502fd50 100644 --- a/software/request-tracker.yml +++ b/software/request-tracker.yml @@ -8,6 +8,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/bestpractical/rt -stargazers_count: 970 +stargazers_count: 971 updated_at: '2024-12-30' archived: false diff --git a/software/restreamer.yml b/software/restreamer.yml index 5bfbfd49ee..fef91ec373 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4138 +stargazers_count: 4139 updated_at: '2024-11-26' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index cf2710c3b3..6611d498d2 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 783 +stargazers_count: 784 updated_at: '2025-01-01' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index d9258b0e56..fa7a8c89fe 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: 68201 +stargazers_count: 68204 updated_at: '2024-11-28' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 7d5aa8d246..6109138654 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41593 +stargazers_count: 41603 updated_at: '2025-01-10' archived: false diff --git a/software/romm.yml b/software/romm.yml index 592822b881..68349e5eac 100644 --- a/software/romm.yml +++ b/software/romm.yml @@ -9,7 +9,7 @@ tags: - Games - Administrative Utilities & Control Panels source_code_url: https://github.com/rommapp/romm depends_3rdparty: true -demo_url: "https://demo.romm.app/" -stargazers_count: 2854 -updated_at: '2025-01-07' +demo_url: https://demo.romm.app/ +stargazers_count: 2872 +updated_at: '2025-01-11' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index a067abb1d3..cccc9fd9c9 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: 7509 +stargazers_count: 7508 updated_at: '2025-01-10' archived: false diff --git a/software/rss2email.yml b/software/rss2email.yml index 67c8533747..ebd2796d68 100644 --- a/software/rss2email.yml +++ b/software/rss2email.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/rss2email/rss2email -stargazers_count: 386 +stargazers_count: 387 updated_at: '2025-01-04' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index f98cf8cc2e..d76c46613d 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34701 -updated_at: '2025-01-10' +stargazers_count: 34719 +updated_at: '2025-01-11' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index 11c575a168..89c2a331af 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: 4722 +stargazers_count: 4723 updated_at: '2025-01-10' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index 0c7f408a86..90d8589859 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7075 +stargazers_count: 7080 updated_at: '2024-12-07' archived: false diff --git a/software/ryot.yml b/software/ryot.yml index 5b7403d01f..5847ccdc7c 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2134 +stargazers_count: 2136 updated_at: '2025-01-09' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index ecba81963d..f75e89f262 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: 20979 +stargazers_count: 20981 updated_at: '2025-01-10' archived: false diff --git a/software/scoold.yml b/software/scoold.yml index 2ec464a0e4..d64414ed3a 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: 875 -updated_at: '2025-01-07' +stargazers_count: 874 +updated_at: '2025-01-11' archived: false diff --git a/software/screego.yml b/software/screego.yml index c597760588..2ebe92f300 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: 8191 +stargazers_count: 8194 updated_at: '2024-12-07' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index 030190eee1..d652aae04c 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: 12584 +stargazers_count: 12586 updated_at: '2024-12-21' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index 8d2ea2b29c..4515700f06 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: 15042 +stargazers_count: 15059 updated_at: '2025-01-10' archived: false diff --git a/software/seatsurfing.yml b/software/seatsurfing.yml index f1628939b4..ee6a846aa7 100644 --- a/software/seatsurfing.yml +++ b/software/seatsurfing.yml @@ -9,5 +9,5 @@ tags: - Booking and Scheduling source_code_url: https://github.com/seatsurfing/backend stargazers_count: 158 -updated_at: '2025-01-06' +updated_at: '2025-01-11' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index fbf260ef19..dd8f8dd2b3 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: 23445 +stargazers_count: 23448 updated_at: '2025-01-08' archived: false diff --git a/software/send.yml b/software/send.yml index ff2d0913f8..b63eef0400 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4915 +stargazers_count: 4923 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 5803b3aa4e..7c19189360 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: 39593 +stargazers_count: 39597 updated_at: '2025-01-11' archived: false diff --git a/software/servas.yml b/software/servas.yml index 7b8f2e4e7b..c41078f56a 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: 597 +stargazers_count: 598 updated_at: '2024-12-19' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index 7f3d3f8cfa..3daeba83ab 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: 9781 -updated_at: '2025-01-04' +stargazers_count: 9783 +updated_at: '2025-01-11' archived: false diff --git a/software/shaarli.yml b/software/shaarli.yml index c25b392c67..3f9b8db1f2 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: 3492 +stargazers_count: 3494 updated_at: '2025-01-01' archived: false diff --git a/software/sharetribe.yml b/software/sharetribe.yml index 218ed2a9d9..f80fabbc78 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: 2376 +stargazers_count: 2377 updated_at: '2024-11-18' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index e1d723a287..913cb75e6f 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: 939 -updated_at: '2025-01-08' +stargazers_count: 940 +updated_at: '2025-01-11' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index a6b14af265..aa9d07f1a3 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: 1918 +stargazers_count: 1920 updated_at: '2025-01-09' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index b25d19af47..191d2f4a2b 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: 1417 +stargazers_count: 1419 updated_at: '2025-01-07' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 32fe9521b8..218398ad2d 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: 9829 +stargazers_count: 9833 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index 00d1e7f7a1..0acd64eae0 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: 3441 +stargazers_count: 3445 updated_at: '2024-12-27' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index 6d4fc8b122..fa14539cc1 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: 2890 +stargazers_count: 2891 updated_at: '2025-01-10' archived: false diff --git a/software/shynet.yml b/software/shynet.yml index 8be700af3c..ba8b00a61a 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: 2963 +stargazers_count: 2966 updated_at: '2024-12-19' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index a07581cb77..ea18b85fd4 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: 2829 +stargazers_count: 2831 updated_at: '2025-01-09' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index 980b0b9520..29efdc08c3 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: 5311 +stargazers_count: 5315 updated_at: '2024-12-20' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 672426562b..f000d85273 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: 7671 +stargazers_count: 7678 updated_at: '2025-01-10' archived: false diff --git a/software/sist2.yml b/software/sist2.yml index 0cdd77851c..ae390068e6 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: 913 +stargazers_count: 916 updated_at: '2024-04-26' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index 7d83c1d985..ef68163659 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26281 +stargazers_count: 26315 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index c2ddf7164c..b91e2f0042 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2109 +stargazers_count: 2113 updated_at: '2025-01-04' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index c31aa131bf..4c2eb71bc5 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: 1227 +stargazers_count: 1228 updated_at: '2024-12-18' archived: false diff --git a/software/socioboard.yml b/software/socioboard.yml index d917a7fa75..4b580d6cae 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: 1195 +stargazers_count: 1196 updated_at: '2024-10-15' archived: false diff --git a/software/soketi.yml b/software/soketi.yml index e092f59473..21749cd104 100644 --- a/software/soketi.yml +++ b/software/soketi.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/soketi/soketi -stargazers_count: 5038 +stargazers_count: 5039 updated_at: '2024-03-25' archived: false diff --git a/software/solidinvoice.yml b/software/solidinvoice.yml index a085fdfd75..0c31a5daab 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: 600 +stargazers_count: 601 updated_at: '2025-01-09' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index b5692253ee..a8c2afffc3 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2625 +stargazers_count: 2629 updated_at: '2024-12-21' archived: false diff --git a/software/solidus.yml b/software/solidus.yml index 97f915a2c6..55713a5337 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: 5067 +stargazers_count: 5068 updated_at: '2025-01-09' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index 8acd47a481..2fc1ab0867 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11138 -updated_at: '2025-01-05' +stargazers_count: 11147 +updated_at: '2025-01-11' archived: false diff --git a/software/sourcebans++.yml b/software/sourcebans++.yml index 0f8d462c55..6f6b74cbef 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: 340 +stargazers_count: 339 updated_at: '2025-01-02' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index 443e5b2d81..74ae738cec 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2386 +stargazers_count: 2389 updated_at: '2024-06-04' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index 107352162e..1ad761c252 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: 13196 +stargazers_count: 13198 updated_at: '2025-01-10' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index 9729427092..c2cdbf0fc6 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: 1745 -updated_at: '2025-01-10' +stargazers_count: 1749 +updated_at: '2025-01-12' archived: false diff --git a/software/srs.yml b/software/srs.yml index ff43c2eabd..a0216d9069 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: 26140 +stargazers_count: 26142 updated_at: '2024-12-05' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index 50a635892c..e21ec830fe 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: 5849 -updated_at: '2025-01-07' +stargazers_count: 5868 +updated_at: '2025-01-11' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index 6abbe61e08..2a0c9447fb 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.org/ -stargazers_count: 5468 +stargazers_count: 5469 updated_at: '2025-01-09' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index e3c03bbb18..6089773760 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: 322 -updated_at: '2025-01-06' +stargazers_count: 323 +updated_at: '2025-01-11' archived: false diff --git a/software/startos.yml b/software/startos.yml index 4aa81f502b..bb437dd0ab 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: 1066 +stargazers_count: 1069 updated_at: '2024-09-26' archived: false diff --git a/software/stash.yml b/software/stash.yml index 5d0543cfd3..2286ced5cd 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: 9610 +stargazers_count: 9616 updated_at: '2024-12-04' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index 26f78537b7..1841a95f0c 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 1616 +stargazers_count: 1620 updated_at: '2025-01-10' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index fe374d2ea7..26c887da9d 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: 48750 -updated_at: '2025-01-10' +stargazers_count: 48776 +updated_at: '2025-01-12' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index 3712e8bc04..aae72a44db 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: 64580 +stargazers_count: 64592 updated_at: '2025-01-10' archived: false diff --git a/software/string.is.yml b/software/string.is.yml index c3fa2a9236..4c2306ba75 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: 264 +stargazers_count: 265 updated_at: '2025-01-10' archived: false diff --git a/software/stringer.yml b/software/stringer.yml index a8884c085e..55900eb77f 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: 3966 +stargazers_count: 3967 updated_at: '2025-01-10' archived: false diff --git a/software/stump.yml b/software/stump.yml index 1f11df7c2a..35cdaf0795 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: 1100 +stargazers_count: 1101 updated_at: '2024-12-08' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index fd701c7d8a..89fb0ab721 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: 21565 +stargazers_count: 21586 updated_at: '2025-01-10' archived: false diff --git a/software/superset.yml b/software/superset.yml index 7d6a0f702e..a420c3a59e 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: 63748 -updated_at: '2025-01-10' +stargazers_count: 63757 +updated_at: '2025-01-11' archived: false diff --git a/software/suroi.yml b/software/suroi.yml index 364311eba3..a2b9253dac 100644 --- a/software/suroi.yml +++ b/software/suroi.yml @@ -9,6 +9,6 @@ platforms: tags: - Games demo_url: https://suroi.io/ -stargazers_count: 313 +stargazers_count: 315 updated_at: '2025-01-03' archived: false diff --git a/software/svix.yml b/software/svix.yml index 2dabf510ef..91f9bb747d 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: 2492 +stargazers_count: 2493 updated_at: '2025-01-10' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index 3b31838158..35eb7804f8 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: 2990 -updated_at: '2025-01-10' +stargazers_count: 2993 +updated_at: '2025-01-11' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index a7cf349983..84a3e9c586 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: 854 +stargazers_count: 853 updated_at: '2025-01-10' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index d70a6669b6..140957ce30 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: 8060 +stargazers_count: 8059 updated_at: '2025-01-10' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index 092dd47d02..c7fe0159a6 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: 1787 +stargazers_count: 1790 updated_at: '2025-01-08' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index cc96ede8c3..80ef6e42e3 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: 66752 -updated_at: '2025-01-09' +stargazers_count: 66776 +updated_at: '2025-01-11' archived: false diff --git a/software/synctube.yml b/software/synctube.yml index 2135dd13a6..a45bf59ad6 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: 274 +stargazers_count: 275 updated_at: '2024-12-14' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index ad0aca6a48..6a25d7160b 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: 3929 +stargazers_count: 3932 updated_at: '2025-01-10' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 28ef8ed3f8..6bf82b76c9 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: 3057 +stargazers_count: 3059 updated_at: '2025-01-02' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index b310211fb2..04d0bb5ad2 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: 5811 +stargazers_count: 5815 updated_at: '2025-01-05' archived: false diff --git a/software/tasks.md.yml b/software/tasks.md.yml index c3615c40bd..119557468c 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: 967 +stargazers_count: 968 updated_at: '2024-12-02' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index c1e3f1797a..a3d1c00784 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22537 +stargazers_count: 22542 updated_at: '2025-01-10' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index 876794e24a..14caf8dc66 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: 4773 +stargazers_count: 4781 updated_at: '2024-12-21' archived: false diff --git a/software/teleport.yml b/software/teleport.yml index 91a1563f3b..2a2e4943d6 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: 17867 +stargazers_count: 17871 updated_at: '2025-01-10' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index e4a7d14308..4a59c6d576 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: 6194 +stargazers_count: 6203 updated_at: '2025-01-07' archived: false diff --git a/software/textpattern.yml b/software/textpattern.yml index 9ee01ce115..928d14c4e0 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: 802 +stargazers_count: 804 updated_at: '2025-01-10' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index 8cd738c687..7276c7cc6c 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: 5676 -updated_at: '2025-01-10' +stargazers_count: 5677 +updated_at: '2025-01-11' archived: false diff --git a/software/the-lounge.yml b/software/the-lounge.yml index 3d0ec4966b..f3f5be3638 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: 5747 +stargazers_count: 5748 updated_at: '2024-11-07' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index 3111b9fa86..49206930f1 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: 18036 +stargazers_count: 18041 updated_at: '2025-01-10' archived: false diff --git a/software/this-week-in-past.yml b/software/this-week-in-past.yml index 768a400d55..fb678893ca 100644 --- a/software/this-week-in-past.yml +++ b/software/this-week-in-past.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/RouHim/this-week-in-past stargazers_count: 75 -updated_at: '2025-01-08' +updated_at: '2025-01-11' archived: false diff --git a/software/thumbor.yml b/software/thumbor.yml index b80a3b9b4e..33f704bf0e 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: 10157 +stargazers_count: 10158 updated_at: '2024-11-12' archived: false diff --git a/software/tiddlywiki.yml b/software/tiddlywiki.yml index 5bb416482a..254bd8bdec 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: 8152 +stargazers_count: 8154 updated_at: '2025-01-07' archived: false diff --git a/software/tigase.yml b/software/tigase.yml index 7f8c823e99..b08b6808b6 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: 328 +stargazers_count: 327 updated_at: '2024-12-21' archived: false diff --git a/software/tiledesk.yml b/software/tiledesk.yml index 8482708026..4e9d2b39c2 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: 186 +stargazers_count: 187 updated_at: '2024-12-23' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index b2dcdd51c1..3c92ab8c88 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: 2287 +stargazers_count: 2289 updated_at: '2025-01-11' archived: false diff --git a/software/timeoff.management.yml b/software/timeoff.management.yml index bca53f7cf1..5eb3deb25b 100644 --- a/software/timeoff.management.yml +++ b/software/timeoff.management.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/timeoff-management/timeoff-management-application demo_url: https://app.timeoff.management -stargazers_count: 971 +stargazers_count: 972 updated_at: '2024-01-30' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index f0a6360a49..535e039b59 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: 1224 +stargazers_count: 1226 updated_at: '2025-01-06' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index 65e00797f4..7c1a89b4f9 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: 12211 +stargazers_count: 12214 updated_at: '2024-04-27' archived: false diff --git a/software/tiny-file-manager.yml b/software/tiny-file-manager.yml index 3b3d9f4456..2248801dd3 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: 5114 +stargazers_count: 5118 updated_at: '2024-11-05' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index 8a75079c35..312634ab22 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: 4980 +stargazers_count: 4981 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index e6c2297fe6..cef0e5f085 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: 7682 +stargazers_count: 7684 updated_at: '2025-01-10' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 509d6ffad3..83382b0e70 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: 2298 +stargazers_count: 2301 updated_at: '2025-01-10' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index 5dd2b3c745..f0f966f687 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: 33650 +stargazers_count: 33653 updated_at: '2025-01-10' archived: false diff --git a/software/tox.yml b/software/tox.yml index bb255e625f..a1c2c6e261 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: 2320 -updated_at: '2025-01-10' +stargazers_count: 2321 +updated_at: '2025-01-11' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index 3793535864..1a09fff403 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52575 +stargazers_count: 52635 updated_at: '2025-01-09' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 215ba620d7..60ab7991a9 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: 1263 +stargazers_count: 1265 updated_at: '2025-01-02' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 00711697a3..0daefb9ed1 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: 15364 +stargazers_count: 15365 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index 3e10d6e969..7ee53046bd 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: 12515 +stargazers_count: 12521 updated_at: '2025-01-09' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index a2d22cb395..2a777b73fd 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27817 +stargazers_count: 27823 updated_at: '2024-05-30' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index eb03c6a2fc..650c866980 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: 5489 +stargazers_count: 5495 updated_at: '2024-12-20' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index fe8d8f578c..95a09039a5 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2068 +stargazers_count: 2070 updated_at: '2025-01-09' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index c90f171300..3443005266 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9089 +stargazers_count: 9091 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index f5d3ddafd6..c01b7f17ea 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24457 -updated_at: '2025-01-10' +stargazers_count: 24466 +updated_at: '2025-01-11' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index 88f3cc09bd..08d71d94f7 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: 7835 +stargazers_count: 7836 updated_at: '2025-01-10' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index de93af4b4a..3dfc88cbe4 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: 21704 +stargazers_count: 21709 updated_at: '2025-01-09' archived: false diff --git a/software/umami.yml b/software/umami.yml index 1d36e8fad4..bb46b4885f 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: 23676 +stargazers_count: 23685 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index 63b1b4bd0e..f894a3b85e 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: 4651 +stargazers_count: 4653 updated_at: '2025-01-07' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index ca9835fa09..f72ab1f72e 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: 7932 +stargazers_count: 7935 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index ad8cd09873..092cbc007e 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: 4290 +stargazers_count: 4294 updated_at: '2025-01-07' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index 3f3d37c9f5..f47de10a4d 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: 2794 +stargazers_count: 2796 updated_at: '2025-01-10' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index 6e64b629ff..9783f4d625 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: 62379 +stargazers_count: 62416 updated_at: '2024-12-22' archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index aeb23a8651..a23e59d76e 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: 9669 +stargazers_count: 9674 updated_at: '2024-12-04' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index fbe96b3ee8..1485265eb4 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3733 +stargazers_count: 3736 updated_at: '2025-01-04' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 7773bf89ba..46816ee78a 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: 40656 -updated_at: '2025-01-10' +stargazers_count: 40685 +updated_at: '2025-01-11' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index 110424123c..c351307861 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: 5909 +stargazers_count: 5910 updated_at: '2025-01-10' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 5e61fb2783..4eba60ed7d 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1834 +stargazers_count: 1835 updated_at: '2025-01-10' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index 2c3af18dfe..ed9706ecf3 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: 442 -updated_at: '2024-12-10' +stargazers_count: 443 +updated_at: '2025-01-11' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index f8c4827886..4a8ff6b2f3 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: 18611 +stargazers_count: 18612 updated_at: '2025-01-07' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index ba816a260d..6a06778054 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: 2935 +stargazers_count: 2941 updated_at: '2024-12-22' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index bf9c51a664..73f38925b8 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: 10801 +stargazers_count: 10800 updated_at: '2025-01-10' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index d66ecc0783..999b9e6977 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: 4095 +stargazers_count: 4102 updated_at: '2025-01-09' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index cd1add9606..67e270f48a 100644 --- a/software/wastebin.yml +++ b/software/wastebin.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/matze/wastebin demo_url: https://bin.bloerg.net stargazers_count: 366 -updated_at: '2025-01-09' +updated_at: '2025-01-11' archived: false diff --git a/software/watcharr.yml b/software/watcharr.yml index 36a044d168..fdd833be78 100644 --- a/software/watcharr.yml +++ b/software/watcharr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sbondCo/Watcharr demo_url: https://beta.watcharr.app/ -stargazers_count: 573 +stargazers_count: 574 updated_at: '2025-01-01' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index 5e7286962f..163578d5c6 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 186 +stargazers_count: 188 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index 3f275169b7..90fa59e0bc 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: 1855 +stargazers_count: 1858 updated_at: '2025-01-09' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index b2462e6ce0..354ecac376 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -11,6 +11,6 @@ tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org -stargazers_count: 4740 -updated_at: '2025-01-10' +stargazers_count: 4751 +updated_at: '2025-01-11' archived: false diff --git a/software/websurfx.yml b/software/websurfx.yml index 78dcf99a8a..df4981decf 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines depends_3rdparty: true -stargazers_count: 787 +stargazers_count: 788 updated_at: '2024-12-24' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index 730432582a..7f272082de 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: 517 +stargazers_count: 520 updated_at: '2025-01-10' archived: false diff --git a/software/weechat.yml b/software/weechat.yml index 3bdd70d1e6..1dfd5fac13 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: 3010 +stargazers_count: 3011 updated_at: '2025-01-08' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 33be017401..99dcdb459d 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: 19719 -updated_at: '2025-01-03' +stargazers_count: 19721 +updated_at: '2025-01-11' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index 58ab707ee7..dc235f38ee 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: 4433 +stargazers_count: 4434 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index fd8129fff1..fba19623b9 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3361 +stargazers_count: 3364 updated_at: '2025-01-10' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 397a3863b3..6a14d35061 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: 9733 +stargazers_count: 9739 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index 8e1b5f8876..32874ef2a5 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: 25333 +stargazers_count: 25347 updated_at: '2025-01-01' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 24fc5fd999..8a691d82b5 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: 1941 +stargazers_count: 1942 updated_at: '2025-01-09' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index 61c8a612a6..fb14601f3a 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: 9497 -updated_at: '2025-01-10' +stargazers_count: 9500 +updated_at: '2025-01-11' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index 51ee51f7e1..857ca7940b 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: 19761 +stargazers_count: 19764 updated_at: '2025-01-11' archived: false diff --git a/software/workadventure.yml b/software/workadventure.yml index a456ed5b67..c9186bb633 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: 4231 +stargazers_count: 4233 updated_at: '2025-01-10' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index bbff244d5e..bb3df1de4c 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: 4603 +stargazers_count: 4604 updated_at: '2024-12-01' archived: false diff --git a/software/xandikos.yml b/software/xandikos.yml index 1de329e2d4..08611488bd 100644 --- a/software/xandikos.yml +++ b/software/xandikos.yml @@ -10,5 +10,5 @@ tags: - Calendar & Contacts source_code_url: https://github.com/jelmer/xandikos stargazers_count: 441 -updated_at: '2024-12-10' +updated_at: '2025-01-11' archived: false diff --git a/software/xbackbone.yml b/software/xbackbone.yml index 1f05ce73c9..e73f583e0c 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: 1034 +stargazers_count: 1036 updated_at: '2024-12-01' archived: false diff --git a/software/xsrv.yml b/software/xsrv.yml index f3ed4fc831..0429d11334 100644 --- a/software/xsrv.yml +++ b/software/xsrv.yml @@ -10,5 +10,5 @@ tags: - Self-hosting Solutions source_code_url: https://github.com/nodiscc/xsrv stargazers_count: 342 -updated_at: '2025-01-06' +updated_at: '2025-01-11' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index 82c9ba22bc..6f255b798c 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://playground.xwiki.org -stargazers_count: 1026 +stargazers_count: 1027 updated_at: '2025-01-10' archived: false diff --git a/software/yaade.yml b/software/yaade.yml index 5c5e635c3d..1a6f7fdb6a 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: 1626 +stargazers_count: 1627 updated_at: '2024-12-24' archived: false diff --git a/software/yacy.yml b/software/yacy.yml index 1977b515eb..7265a829a8 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: 3458 +stargazers_count: 3461 updated_at: '2025-01-03' archived: false diff --git a/software/yaffa.yml b/software/yaffa.yml index b1652323dd..6931bb86dc 100644 --- a/software/yaffa.yml +++ b/software/yaffa.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management demo_url: https://sandbox.yaffa.cc stargazers_count: 5 -updated_at: '2025-01-08' +updated_at: '2025-01-11' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index 0aa5bb1103..0a42be51ef 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: 3330 +stargazers_count: 3335 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index 8f2130ddd6..eb511cbec7 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: 10924 +stargazers_count: 10928 updated_at: '2024-12-31' archived: false diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml index b67bd5bef5..85577421f9 100644 --- a/software/youtubedl-material.yml +++ b/software/youtubedl-material.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2717 +stargazers_count: 2720 updated_at: '2024-01-18' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index 050f4552c9..54dd162ac8 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1046 +stargazers_count: 1049 updated_at: '2025-01-08' archived: false diff --git a/software/zenphoto.yml b/software/zenphoto.yml index b9f8c05bc8..87ccdebff4 100644 --- a/software/zenphoto.yml +++ b/software/zenphoto.yml @@ -9,5 +9,5 @@ tags: - Photo Galleries source_code_url: https://github.com/zenphoto/zenphoto stargazers_count: 302 -updated_at: '2024-12-10' +updated_at: '2025-01-11' archived: false diff --git a/software/zero-k.yml b/software/zero-k.yml index e98adde318..846fc6afe8 100644 --- a/software/zero-k.yml +++ b/software/zero-k.yml @@ -9,5 +9,5 @@ tags: - Games source_code_url: https://github.com/ZeroK-RTS/Zero-K stargazers_count: 701 -updated_at: '2025-01-10' +updated_at: '2025-01-11' archived: false diff --git a/software/zincsearch.yml b/software/zincsearch.yml index f43f8589e8..bfcbc36261 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: 17135 +stargazers_count: 17138 updated_at: '2024-10-25' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index 48b37e06cd..d1348e6394 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: 1683 +stargazers_count: 1684 updated_at: '2025-01-10' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index bdfa1b027c..636a6da2d3 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: 21917 +stargazers_count: 21922 updated_at: '2025-01-10' archived: false diff --git "a/software/\316\274logger.yml" "b/software/\316\274logger.yml" index 9ae60bb660..c120ddda57 100644 --- "a/software/\316\274logger.yml" +++ "b/software/\316\274logger.yml" @@ -9,6 +9,6 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/bfabiszewski/ulogger-server demo_url: http://ulogger.fabiszewski.net/ -stargazers_count: 556 +stargazers_count: 557 updated_at: '2024-04-25' archived: false From 477615af9cd52feb9d49355c21b1cfb8189c8500 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:44:39 +0000 Subject: [PATCH 22/30] Remove OTs-Share (Unmaintained since Jan 2024) (#1100) - ERROR:awesome_lint.py: OTS-Share: last updated -367 days, 1:27:49.280751 ago, older than 365 days - No commits since Jan 2024 - No releases since March 2023 - Open dependency PR since March 2023 --- software/ots-share.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/ots-share.yml diff --git a/software/ots-share.yml b/software/ots-share.yml deleted file mode 100644 index 2f4d6601f6..0000000000 --- a/software/ots-share.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: OTS-Share -website_url: https://github.com/rpgeeganage/ots-share-app -description: A self-hosting app to share secrets with file support up to 1MB. -licenses: - - MIT -platforms: - - Docker -tags: - - Miscellaneous -source_code_url: https://github.com/rpgeeganage/ots-share-app -stargazers_count: 62 -updated_at: '2024-01-11' -archived: false From 3d3b197d517e3c936531ee68a241ad694c1d26a0 Mon Sep 17 00:00:00 2001 From: mrmn Date: Sun, 12 Jan 2025 12:45:13 +0000 Subject: [PATCH 23/30] Update pdfding.yml - Add demo url and update description (#1102) --- software/pdfding.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/pdfding.yml b/software/pdfding.yml index 278f6488d8..a2005956fb 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -1,13 +1,14 @@ name: PdfDing website_url: https://github.com/mrmn2/PdfDing source_code_url: https://github.com/mrmn2/PdfDing -description: PDF manager and viewer offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker. +description: PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker. licenses: - GPL-3.0 platforms: - Docker tags: - Document Management +demo_url: https://demo.pdfding.com stargazers_count: 351 updated_at: '2025-01-09' archived: false From d4eb462db4bdb36578e47bc2c71207080ee1c846 Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Mon, 13 Jan 2025 00:45:18 +0000 Subject: [PATCH 24/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/acp-admin.yml | 4 ++-- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 2 +- software/adguard-home.yml | 2 +- software/adminerevo.yml | 4 ++-- software/adventurelog.yml | 4 ++-- software/aimeos.yml | 2 +- software/akaunting.yml | 4 ++-- software/alfresco-community-edition.yml | 2 +- software/ampache.yml | 2 +- software/amusewiki.yml | 2 +- software/anonaddy.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 2 +- software/apostrophe.yml | 2 +- software/appflowy.yml | 4 ++-- software/apprise.yml | 2 +- software/appsmith.yml | 4 ++-- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 2 +- software/artalk.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/automatisch.yml | 2 +- software/azuracast.yml | 4 ++-- software/baby-buddy.yml | 2 +- software/bagisto.yml | 2 +- software/bar-assistant.yml | 2 +- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 4 ++-- software/beelzebub.yml | 2 +- software/beets.yml | 2 +- software/bewcloud.yml | 2 +- software/bigbluebutton.yml | 4 ++-- software/bin.yml | 2 +- software/bitmagnet.yml | 2 +- software/bitwarden.yml | 2 +- software/black-candy.yml | 2 +- software/blocky.yml | 2 +- software/bludit.yml | 2 +- software/booklogr.yml | 2 +- software/bookstack.yml | 2 +- software/bookwyrm.yml | 2 +- software/bubo-reader.yml | 2 +- software/budibase.yml | 2 +- software/bugsink.yml | 2 +- software/buku.yml | 4 ++-- software/bunkerweb.yml | 2 +- software/bytebase.yml | 2 +- software/caddy.yml | 2 +- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 4 ++-- software/canvas-lms.yml | 2 +- software/casaos.yml | 2 +- software/centrifugo.yml | 2 +- software/cerbos.yml | 2 +- software/changedetection.io.yml | 2 +- software/chartbrew.yml | 2 +- software/chaskiq.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chevereto.yml | 2 +- software/chibisafe.yml | 2 +- software/chitchatter.yml | 2 +- software/clearflask.yml | 4 ++-- software/cloudbeaver.yml | 2 +- software/cockpit.yml | 2 +- software/code-server.yml | 2 +- software/coder.yml | 2 +- software/collective-access---providence.yml | 2 +- software/commafeed.yml | 2 +- software/composio.yml | 2 +- software/conduwuit.yml | 2 +- software/converse.js.yml | 2 +- software/copyparty.yml | 2 +- software/coreshop.yml | 2 +- software/corteza.yml | 2 +- software/cosmos.yml | 2 +- software/cryptpad.yml | 2 +- software/cstate.yml | 2 +- software/cups.yml | 2 +- software/cyberchef.yml | 2 +- software/cyrus-imap.yml | 2 +- software/dagu.yml | 2 +- software/dailytxt.yml | 2 +- software/damselfly.yml | 2 +- software/dashy.yml | 4 ++-- software/databag.yml | 2 +- software/datasette.yml | 2 +- software/diaspora.yml | 2 +- software/dietpi.yml | 2 +- software/dify.ai.yml | 4 ++-- software/directus.yml | 2 +- software/discount-bandit.yml | 2 +- software/discourse.yml | 2 +- software/dittofeed.yml | 4 ++-- software/docat.yml | 2 +- software/docker-mailserver.yml | 2 +- software/docking.yml | 2 +- software/docmost.yml | 2 +- software/docspell.yml | 2 +- software/docuseal.yml | 2 +- software/dokuwiki.yml | 2 +- software/dolibarr.yml | 2 +- software/donetick.yml | 2 +- software/draw.io.yml | 2 +- software/dreamfactory.yml | 2 +- software/e-label.yml | 2 +- software/easy!appointments.yml | 2 +- software/eclipse-che.yml | 2 +- software/egroupware.yml | 4 ++-- software/ejabberd.yml | 2 +- software/elabftw.yml | 2 +- software/elasticsearch.yml | 4 ++-- software/emqx.yml | 2 +- software/enclosed.yml | 2 +- software/ente.yml | 4 ++-- software/ergo.yml | 4 ++-- software/erpnext.yml | 4 ++-- software/erxes.yml | 2 +- software/espocrm.yml | 4 ++-- software/etherpad.yml | 4 ++-- software/evergreen.yml | 2 +- software/evershop.yml | 2 +- software/everydocs.yml | 2 +- software/evidence.yml | 2 +- software/ezbookkeeping.yml | 4 ++-- software/fasten-health.yml | 2 +- software/fess.yml | 2 +- software/fider.yml | 2 +- software/filebrowser.yml | 2 +- software/firefly-iii.yml | 2 +- software/firezone.yml | 4 ++-- software/flagsmith.yml | 2 +- software/flarum.yml | 4 ++-- software/flatnotes.yml | 2 +- software/flatpress.yml | 2 +- software/flipt.yml | 2 +- software/fluidd.yml | 2 +- software/focalboard.yml | 2 +- software/formbricks.yml | 2 +- software/fossbilling.yml | 4 ++-- software/freescout.yml | 2 +- software/freeswitch.yml | 4 ++-- software/freshrss.yml | 4 ++-- software/friendica.yml | 4 ++-- software/frigate.yml | 2 +- software/fusion.yml | 4 ++-- software/galene.yml | 2 +- software/gamevault.yml | 2 +- software/ganymede.yml | 4 ++-- software/gatus.yml | 2 +- software/geneweb.yml | 2 +- software/ghost.yml | 2 +- software/ghostfolio.yml | 4 ++-- software/gitbucket.yml | 2 +- software/gitea.yml | 4 ++-- software/gitit.yml | 2 +- software/glance.yml | 2 +- software/globaleaks.yml | 2 +- software/go-feature-flag.yml | 2 +- software/goaccess.yml | 4 ++-- software/goatcounter.yml | 2 +- software/gogs.yml | 2 +- software/gonic.yml | 2 +- software/gophish.yml | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 2 +- software/graphhopper.yml | 2 +- software/grist.yml | 2 +- software/grocy.yml | 4 ++-- software/group-office.yml | 2 +- software/habitica.yml | 2 +- software/hackershare.yml | 2 +- software/haraka.yml | 2 +- software/hasura.yml | 2 +- software/healthchecks.yml | 2 +- software/hedgedoc.yml | 2 +- software/heimdall.yml | 2 +- software/hemmelig.yml | 2 +- software/hi.events.yml | 2 +- software/hoarder-app.yml | 4 ++-- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 2 +- software/homegallery.yml | 2 +- software/homepage-by-gethomepage.yml | 2 +- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 2 +- software/hortusfox.yml | 2 +- software/hrconvert2.yml | 2 +- software/huginn.yml | 2 +- software/huly.yml | 4 ++-- software/humhub.yml | 2 +- software/hyperswitch.yml | 2 +- software/hyphanet.yml | 2 +- software/imgproxy.yml | 2 +- software/immich-kiosk.yml | 2 +- software/immich.yml | 4 ++-- software/indico.yml | 2 +- software/inlets.yml | 2 +- software/inventaire.yml | 2 +- software/inventree.yml | 4 ++-- software/invidious.yml | 2 +- software/invoice-ninja.yml | 2 +- software/invoiceplane.yml | 2 +- software/invoiceshelf.yml | 4 ++-- software/iodine.yml | 2 +- software/iredmail.yml | 2 +- software/isponsorblocktv.yml | 2 +- software/janus.yml | 2 +- software/jellyfin.yml | 2 +- software/jellyseerr.yml | 4 ++-- software/jelu.yml | 2 +- software/jina.yml | 2 +- software/jitsi-meet.yml | 2 +- software/joomla!.yml | 2 +- software/joplin.yml | 4 ++-- software/judge0-ce.yml | 2 +- software/jupyterlab.yml | 2 +- software/kamailio.yml | 2 +- software/kanboard.yml | 2 +- software/kavita.yml | 2 +- software/keila.yml | 2 +- software/kestra.yml | 2 +- software/keygen.yml | 2 +- software/keystonejs.yml | 4 ++-- software/kill-bill.yml | 2 +- software/kimai.yml | 2 +- software/kitchenowl.yml | 2 +- software/known.yml | 2 +- software/kodi.yml | 4 ++-- software/koel.yml | 2 +- software/komga.yml | 2 +- software/kong.yml | 4 ++-- software/krayin.yml | 2 +- software/kresus.yml | 2 +- software/kyoo.yml | 2 +- software/lago.yml | 2 +- software/lama-cleaner.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/leantime.yml | 2 +- software/ledgersmb.yml | 2 +- software/lemmy.yml | 2 +- software/leon.yml | 2 +- software/lha.yml | 2 +- software/libre-translate.yml | 4 ++-- software/libreddit.yml | 2 +- software/librum.yml | 2 +- software/lidarr.yml | 4 ++-- software/lidatube.yml | 2 +- software/lila.yml | 4 ++-- software/linkding.yml | 4 ++-- software/linkwarden.yml | 2 +- software/linuxgsm.yml | 2 +- software/listmonk.yml | 2 +- software/litlyx.yml | 2 +- software/littlelink.yml | 2 +- software/livebook.yml | 2 +- software/lms.yml | 2 +- software/loomio.yml | 2 +- software/lowdefy.yml | 2 +- software/luanti.yml | 4 ++-- software/lubelogger.yml | 2 +- software/lura.yml | 2 +- software/lychee.yml | 4 ++-- software/maddy-mail-server.yml | 2 +- software/mafl.yml | 2 +- software/magento-open-source.yml | 2 +- software/mail-in-a-box.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 2 +- software/mainsail.yml | 2 +- software/maloja.yml | 2 +- software/manifest.yml | 2 +- software/manticore-search.yml | 4 ++-- software/manyfold.yml | 2 +- software/mastodon.yml | 2 +- software/matchering.yml | 2 +- software/mathesar.yml | 2 +- software/matomo.yml | 2 +- software/mattermost.yml | 4 ++-- software/mautic.yml | 2 +- software/maybe.yml | 2 +- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusa.yml | 2 +- software/medusajs.yml | 2 +- software/meilisearch.yml | 2 +- software/memos.yml | 2 +- software/meshcentral.yml | 2 +- software/metabase.yml | 2 +- software/metube.yml | 4 ++-- software/mindsdb.yml | 2 +- software/mindustry.yml | 4 ++-- software/miniflux.yml | 2 +- software/minio.yml | 2 +- software/miniserve.yml | 2 +- software/minus-games.yml | 2 +- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 4 ++-- software/misago.yml | 2 +- software/misskey.yml | 2 +- software/mistserver.yml | 2 +- software/mixpost.yml | 2 +- software/modoboa.yml | 2 +- software/monica.yml | 2 +- software/moode-audio.yml | 2 +- software/mopidy.yml | 2 +- software/motor-admin.yml | 2 +- software/movim.yml | 2 +- software/mox.yml | 2 +- software/mpd.yml | 2 +- software/mta-sa.yml | 4 ++-- software/mumble.yml | 4 ++-- software/musikcube.yml | 2 +- software/myip.yml | 4 ++-- software/mylar3.yml | 2 +- software/n8n.yml | 2 +- software/navidrome-music-server.yml | 4 ++-- software/nefarious.yml | 2 +- software/neko.yml | 2 +- software/netron.yml | 4 ++-- software/newsblur.yml | 2 +- software/nextcloud-memories.yml | 2 +- software/nextcloud.yml | 4 ++-- software/nextcloudpi.yml | 2 +- software/nginx-proxy-manager.yml | 2 +- software/nocodb.yml | 2 +- software/node-red.yml | 2 +- software/nominatim.yml | 2 +- software/notifo.yml | 2 +- software/novu.yml | 4 ++-- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/nymphcast.yml | 2 +- software/october.yml | 2 +- software/octobot.yml | 2 +- software/octobox.yml | 2 +- software/octoprint.yml | 2 +- software/ocular.yml | 2 +- software/odoo.yml | 4 ++-- software/olivetin.yml | 4 ++-- software/ombi.yml | 2 +- software/onionshare.yml | 2 +- software/onlyoffice.yml | 2 +- software/open-eclass.yml | 2 +- software/open-meteo.yml | 4 ++-- software/open-quartermaster.yml | 2 +- software/open-source-pos.yml | 2 +- software/open-source-routing-machine-osrm.yml | 4 ++-- software/open-web-analytics.yml | 2 +- software/opencart.yml | 4 ++-- software/opengist.yml | 2 +- software/openhab.yml | 2 +- software/openmediavault.yml | 4 ++-- software/openproject.yml | 4 ++-- software/opensearch.yml | 2 +- software/opensign.yml | 2 +- software/opensips.yml | 2 +- software/openstreetmap.yml | 4 ++-- software/opentrashmail.yml | 2 +- software/openttd.yml | 4 ++-- software/openziti.yml | 2 +- software/opik.yml | 4 ++-- software/opnform.yml | 2 +- software/orangehrm.yml | 2 +- software/ossn.yml | 4 ++-- software/otobo.yml | 2 +- software/ots.yml | 2 +- software/otter-wiki.yml | 2 +- software/outline-server.yml | 2 +- software/outline.yml | 2 +- software/ovenmediaengine.yml | 2 +- software/overleaf.yml | 2 +- software/overseerr.yml | 2 +- software/owncast.yml | 2 +- software/owncloud.yml | 2 +- software/owntracks-recorder.yml | 2 +- software/pairdrop.yml | 2 +- software/paperless-ngx.yml | 4 ++-- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 2 +- software/peertube.yml | 2 +- software/pelican-panel.yml | 2 +- software/penpot.yml | 2 +- software/photoprism.yml | 4 ++-- software/photoview.yml | 2 +- software/phpbb.yml | 2 +- software/pi-hole.yml | 2 +- software/picsur.yml | 2 +- software/pictshare.yml | 2 +- software/pigallery-2.yml | 2 +- software/pinepods.yml | 2 +- software/pingvin-share.yml | 2 +- software/piqueserver.yml | 2 +- software/piwigo.yml | 2 +- software/pixelfed.yml | 2 +- software/plane.yml | 2 +- software/planka.yml | 2 +- software/plausible-analytics.yml | 2 +- software/plexripper.yml | 2 +- software/plik.yml | 2 +- software/plugnmeet.yml | 2 +- software/pluxml.yml | 2 +- software/pocketbase.yml | 4 ++-- software/podfetch.yml | 4 ++-- software/pomerium.yml | 2 +- software/posio.yml | 2 +- software/postal.yml | 2 +- software/posthog.yml | 4 ++-- software/postiz.yml | 4 ++-- software/prestashop.yml | 2 +- software/pretix.yml | 2 +- software/privatebin.yml | 2 +- software/projectsend.yml | 2 +- software/psitransfer.yml | 2 +- software/psychic.yml | 2 +- software/pterodactyl.yml | 4 ++-- software/publify.yml | 2 +- software/pufferpanel.yml | 4 ++-- software/puter.yml | 2 +- software/pyload.yml | 4 ++-- software/qbittorrent.yml | 4 ++-- software/qloapps.yml | 2 +- software/radarr.yml | 4 ++-- software/radicale.yml | 4 ++-- software/rallly.yml | 2 +- software/rconcli.yml | 2 +- software/reactive-resume.yml | 4 ++-- software/recipesage.yml | 4 ++-- software/recipya.yml | 4 ++-- software/redash.yml | 2 +- software/redlib.yml | 2 +- software/remark42.yml | 2 +- software/remotely.yml | 2 +- software/request-tracker.yml | 2 +- software/restreamer.yml | 2 +- software/retroshare.yml | 2 +- software/revolt.yml | 2 +- software/rgit.yml | 2 +- software/rocket.chat.yml | 2 +- software/romm.yml | 4 ++-- software/roundcube.yml | 2 +- software/rss-bridge.yml | 4 ++-- software/rsshub.yml | 4 ++-- software/rustdesk.yml | 2 +- software/ryot.yml | 4 ++-- software/saleor.yml | 2 +- software/sandstorm.yml | 2 +- software/scholarsome.yml | 2 +- software/scoold.yml | 2 +- software/screego.yml | 2 +- software/searxng.yml | 2 +- software/seaweedfs.yml | 2 +- software/send.yml | 2 +- software/sentry-self-hosted.yml | 2 +- software/sftpgo.yml | 2 +- software/shaarli.yml | 2 +- software/shellhub.yml | 2 +- software/shiori.yml | 2 +- software/shlink.yml | 2 +- software/silverbullet.yml | 4 ++-- software/simple-machines-forum.yml | 4 ++-- software/simplelogin.yml | 2 +- software/simplex-chat.yml | 4 ++-- software/sish.yml | 2 +- software/sist2.yml | 4 ++-- software/siyuan.yml | 2 +- software/slash.yml | 2 +- software/slskd.yml | 2 +- software/snapcast.yml | 4 ++-- software/socioboard.yml | 2 +- software/solidtime.yml | 2 +- software/sonarr.yml | 2 +- software/spacebin.yml | 2 +- "software/speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spree-commerce.yml | 4 ++-- software/sqlpage.yml | 2 +- software/squidex.yml | 2 +- software/srs.yml | 2 +- software/sshwifty.yml | 2 +- software/stackstorm.yml | 2 +- software/stalwart-mail-server.yml | 4 ++-- software/standard-notes.yml | 2 +- software/starbase-80.yml | 2 +- software/startos.yml | 2 +- software/stash.yml | 2 +- software/static-web-server.yml | 2 +- software/stirling-pdf.yml | 2 +- software/strapi.yml | 2 +- software/streama.yml | 2 +- software/stump.yml | 2 +- software/suitecrm.yml | 2 +- software/sunshine.yml | 4 ++-- software/superset.yml | 2 +- software/svix.yml | 2 +- software/swag-secure-web-application-gateway.yml | 2 +- software/swingmusic.yml | 2 +- software/sylius.yml | 2 +- software/synapse.yml | 2 +- software/syncthing.yml | 2 +- software/synctube.yml | 2 +- software/tagspaces.yml | 4 ++-- software/tailchat.yml | 2 +- software/tamari.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/tasks.md.yml | 2 +- software/tasmota.yml | 4 ++-- software/teampass.yml | 2 +- software/technitium-dns-server.yml | 2 +- software/teedy.yml | 2 +- software/teslamate.yml | 2 +- software/textpattern.yml | 2 +- software/the-battle-for-wesnoth.yml | 4 ++-- software/thelia.yml | 2 +- software/thingsboard.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 4 ++-- software/tolgee.yml | 2 +- software/tooljet.yml | 2 +- software/tox.yml | 4 ++-- software/traefik.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 2 +- software/trilium-notes.yml | 2 +- software/tube-archivist.yml | 2 +- software/tubesync.yml | 2 +- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/tyk.yml | 2 +- software/typebot.yml | 2 +- software/typesense.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 2 +- software/umbrel.yml | 2 +- software/unison.yml | 2 +- software/unrealircd.yml | 2 +- software/upsnap.yml | 2 +- software/uptime-kuma.yml | 2 +- software/uvdesk.yml | 2 +- software/varnish.yml | 2 +- software/vaultwarden.yml | 2 +- software/vendure.yml | 2 +- software/viseron.yml | 4 ++-- software/vvveb-cms.yml | 4 ++-- software/wackowiki.yml | 2 +- software/wagtail.yml | 2 +- software/wakapi.yml | 2 +- software/wallabag.yml | 2 +- software/warpgate.yml | 2 +- software/wastebin.yml | 4 ++-- software/wavelog.yml | 2 +- software/wayback.yml | 2 +- software/wbo.yml | 2 +- software/weblate.yml | 4 ++-- software/webtrees.yml | 4 ++-- software/wekan.yml | 2 +- software/wetty.yml | 2 +- software/wger.yml | 2 +- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wikidocs.yml | 2 +- software/wildduck.yml | 2 +- software/woocommerce.yml | 2 +- software/word-mastermind.yml | 2 +- software/wordpress.yml | 4 ++-- software/writefreely.yml | 2 +- software/xwiki.yml | 2 +- software/yaade.yml | 2 +- software/yacy.yml | 2 +- software/yarr.yml | 2 +- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/youtubedl-material.yml | 2 +- software/yt-dlp-web-ui.yml | 2 +- software/zammad.yml | 2 +- software/zenko-cloudserver.yml | 2 +- software/zipline.yml | 2 +- software/zoneminder.yml | 2 +- software/zot-oci-registry.yml | 2 +- software/zulip.yml | 4 ++-- "software/\302\265streamer.yml" | 2 +- "software/\302\265task.yml" | 2 +- 589 files changed, 714 insertions(+), 714 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index beda7458bc..db9e1f9375 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: 2439 +stargazers_count: 2441 updated_at: '2024-11-27' archived: false diff --git a/software/acp-admin.yml b/software/acp-admin.yml index 7911a0e557..c25ce6da9b 100644 --- a/software/acp-admin.yml +++ b/software/acp-admin.yml @@ -8,6 +8,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/acp-admin/acp-admin/ -stargazers_count: 42 -updated_at: '2025-01-11' +stargazers_count: 43 +updated_at: '2025-01-12' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 7c766effba..0581a54c74 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: 10892 -updated_at: '2025-01-11' +stargazers_count: 10904 +updated_at: '2025-01-12' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index d8ab57d1ae..0a54424fbb 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: 13023 +stargazers_count: 13031 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index 6f9bc33f33..2a5394c270 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server -stargazers_count: 3347 +stargazers_count: 3348 updated_at: '2025-01-10' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 00804261ec..704f783c7f 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: 26388 +stargazers_count: 26412 updated_at: '2025-01-10' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index 0ac5cfe029..f5658bdce0 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 770 -updated_at: '2025-01-11' +stargazers_count: 773 +updated_at: '2025-01-12' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index 5aeb780378..4986d59261 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: 761 -updated_at: '2025-01-11' +stargazers_count: 767 +updated_at: '2025-01-12' archived: false diff --git a/software/aimeos.yml b/software/aimeos.yml index 2b5f63d6dc..0fb043899e 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: 4237 +stargazers_count: 4238 updated_at: '2025-01-01' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index 7c89e53cef..bd4c0a256a 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: 8249 -updated_at: '2025-01-11' +stargazers_count: 8251 +updated_at: '2025-01-12' archived: false diff --git a/software/alfresco-community-edition.yml b/software/alfresco-community-edition.yml index 022ad2cd71..33578baef8 100644 --- a/software/alfresco-community-edition.yml +++ b/software/alfresco-community-edition.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Alfresco/alfresco-community-repo stargazers_count: 151 -updated_at: '2025-01-09' +updated_at: '2025-01-12' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index 4f4fab6c99..c0512b90a2 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: 3579 +stargazers_count: 3580 updated_at: '2024-12-20' archived: false diff --git a/software/amusewiki.yml b/software/amusewiki.yml index 073dd04fff..8ddc8ad16f 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: 184 +stargazers_count: 185 updated_at: '2024-11-20' archived: false diff --git a/software/anonaddy.yml b/software/anonaddy.yml index 4376643556..196f6979fa 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: 3527 +stargazers_count: 3528 updated_at: '2025-01-07' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index 195ae80499..fb02084766 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: 3313 +stargazers_count: 3314 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index 7a8b0e9878..4deab2294e 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: 13303 +stargazers_count: 13361 updated_at: '2025-01-07' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index 027f528f82..aa1b7e5279 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: 38245 -updated_at: '2025-01-11' +stargazers_count: 38255 +updated_at: '2025-01-12' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index 60e25b6085..fb436126ba 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: 1280 +stargazers_count: 1281 updated_at: '2025-01-11' archived: false diff --git a/software/apostrophe.yml b/software/apostrophe.yml index d7a1a68b45..b1fa578b4f 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: 4377 +stargazers_count: 4378 updated_at: '2025-01-09' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index 2b6106bf10..27beea51ac 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: 59285 -updated_at: '2025-01-10' +stargazers_count: 59303 +updated_at: '2025-01-12' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index 40f89cf7a8..f8655d19bb 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: 12387 +stargazers_count: 12395 updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index 5cee31f38d..8ddc3d5525 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: 35192 -updated_at: '2025-01-10' +stargazers_count: 35201 +updated_at: '2025-01-12' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index 4c12157bbe..4123eaa2fe 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: 46378 +stargazers_count: 46393 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index e7d4f60de1..906f1cc8eb 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: 1038 +stargazers_count: 1037 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index 65ace9a4f0..fc32c0943b 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22920 +stargazers_count: 22925 updated_at: '2025-01-09' archived: false diff --git a/software/artalk.yml b/software/artalk.yml index 266ef34cee..031c8ba1bd 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Social Networks and Forums -stargazers_count: 1743 +stargazers_count: 1744 updated_at: '2024-12-13' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index e2c7c0b5e5..5cdb654127 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: 7352 -updated_at: '2025-01-11' +stargazers_count: 7361 +updated_at: '2025-01-12' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index 43c0dc8b97..621b919596 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: 6820 +stargazers_count: 6842 updated_at: '2025-01-10' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index 5fc3b562c5..e9ed572af6 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: 3149 -updated_at: '2025-01-10' +stargazers_count: 3151 +updated_at: '2025-01-12' archived: false diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index e7fe2e7733..de8c74a904 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://demo.baby-buddy.net/login/?next=/ -stargazers_count: 2197 +stargazers_count: 2199 updated_at: '2025-01-04' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index 2e3f7169cf..688bb926f7 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: 16158 +stargazers_count: 16168 updated_at: '2025-01-06' archived: false diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index df7baf2eee..c422f0f226 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: 677 +stargazers_count: 679 updated_at: '2025-01-06' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index bf55d2789a..3403e1c32b 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2575 +stargazers_count: 2577 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index 5083f50467..6b3d805800 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: 589 -updated_at: '2025-01-04' +stargazers_count: 598 +updated_at: '2025-01-12' archived: false diff --git a/software/beelzebub.yml b/software/beelzebub.yml index a96a8c0187..441f04b447 100644 --- a/software/beelzebub.yml +++ b/software/beelzebub.yml @@ -12,6 +12,6 @@ tags: - Miscellaneous depends_3rdparty: true demo_url: https://beelzebub-honeypot.com/docs/ -stargazers_count: 724 +stargazers_count: 726 updated_at: '2025-01-10' archived: false diff --git a/software/beets.yml b/software/beets.yml index 5fd2f6f0df..50041da6dc 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: 13088 +stargazers_count: 13097 updated_at: '2025-01-09' archived: false diff --git a/software/bewcloud.yml b/software/bewcloud.yml index e939b9e0f6..9afabf938f 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: 330 +stargazers_count: 334 updated_at: '2025-01-11' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index 87c83ebd73..14f3045c55 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: 8623 -updated_at: '2025-01-10' +stargazers_count: 8625 +updated_at: '2025-01-12' archived: false diff --git a/software/bin.yml b/software/bin.yml index 95fa796fe6..00df46fe49 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: 469 +stargazers_count: 470 updated_at: '2024-10-29' archived: false diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index 1f463ff278..7d5007eb52 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: 2614 +stargazers_count: 2615 updated_at: '2025-01-08' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 5b37e2ba2c..7d81c41f6f 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: 15988 +stargazers_count: 15993 updated_at: '2025-01-11' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index ed0ba44048..dd9121c477 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: 3253 +stargazers_count: 3264 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index 6990c65a27..a055d2b739 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: 4932 +stargazers_count: 4933 updated_at: '2025-01-01' archived: false diff --git a/software/bludit.yml b/software/bludit.yml index debcb811e3..67046d6f2b 100644 --- a/software/bludit.yml +++ b/software/bludit.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/bludit/bludit demo_url: https://demo.bludit.com/ depends_3rdparty: true -stargazers_count: 1296 +stargazers_count: 1297 updated_at: '2024-08-25' archived: false diff --git a/software/booklogr.yml b/software/booklogr.yml index 77a8149856..e019d4ec93 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: 251 +stargazers_count: 252 updated_at: '2025-01-02' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index 236fd55227..c1d7615d70 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: 15768 +stargazers_count: 15774 updated_at: '2025-01-04' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index d2bbbc2f5b..e614ffe94e 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: 2319 +stargazers_count: 2321 updated_at: '2025-01-11' archived: false diff --git a/software/bubo-reader.yml b/software/bubo-reader.yml index cdaa91fc55..d89445ff78 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: 197 +stargazers_count: 198 updated_at: '2024-02-11' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index db97c27b84..20d2eb1448 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: 23117 +stargazers_count: 23125 updated_at: '2025-01-10' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index 21b46f7a19..d890bf07ae 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 93 +stargazers_count: 95 updated_at: '2024-12-22' archived: false diff --git a/software/buku.yml b/software/buku.yml index 6dcc8f106a..b733a5f61d 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: 6577 -updated_at: '2025-01-11' +stargazers_count: 6579 +updated_at: '2025-01-12' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 05bdd1ed49..6d90f62486 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: 7228 +stargazers_count: 7246 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index ae5dd731f6..5be3ed3854 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: 11793 +stargazers_count: 11800 updated_at: '2025-01-11' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 3fcfc2606c..51bedd9f7f 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60397 +stargazers_count: 60420 updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index bf26015331..0a53b3635d 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: 33342 -updated_at: '2025-01-11' +stargazers_count: 33351 +updated_at: '2025-01-12' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index 1495ab8ef4..9ab34e081a 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: 13592 +stargazers_count: 13600 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index 0a3dbcaebd..e76d59481d 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: 20300 -updated_at: '2025-01-11' +stargazers_count: 20308 +updated_at: '2025-01-12' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index 1f31c47745..452fb97a7f 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: 5769 +stargazers_count: 5771 updated_at: '2025-01-11' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index 9283db7651..dab0f7282f 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: 27931 +stargazers_count: 27953 updated_at: '2024-12-19' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index dc9bc56a75..75f208757a 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: 8594 +stargazers_count: 8595 updated_at: '2025-01-01' archived: false diff --git a/software/cerbos.yml b/software/cerbos.yml index f6ac65ed15..f86a0f0364 100644 --- a/software/cerbos.yml +++ b/software/cerbos.yml @@ -12,6 +12,6 @@ platforms: tags: - Miscellaneous demo_url: https://play.cerbos.dev -stargazers_count: 3538 +stargazers_count: 3539 updated_at: '2025-01-09' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index ebec4a8405..9044202bad 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: 21046 +stargazers_count: 21068 updated_at: '2025-01-09' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index d60057d834..211b286cde 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: 2711 +stargazers_count: 2710 updated_at: '2025-01-09' archived: false diff --git a/software/chaskiq.yml b/software/chaskiq.yml index 8e4fb5d3a4..b5f993e89c 100644 --- a/software/chaskiq.yml +++ b/software/chaskiq.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/chaskiq/chaskiq -stargazers_count: 3202 +stargazers_count: 3204 updated_at: '2024-10-17' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index 32c51db900..44c1a3ed94 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: 21912 -updated_at: '2025-01-11' +stargazers_count: 21918 +updated_at: '2025-01-12' archived: false diff --git a/software/chevereto.yml b/software/chevereto.yml index c51643c066..7f1391c718 100644 --- a/software/chevereto.yml +++ b/software/chevereto.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/chevereto/chevereto stargazers_count: 566 -updated_at: '2024-12-05' +updated_at: '2025-01-12' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 7642724616..74dafef1e3 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: 1986 +stargazers_count: 1988 updated_at: '2024-11-02' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index 7080a233aa..05faacf6cd 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: 1616 +stargazers_count: 1617 updated_at: '2025-01-08' archived: false diff --git a/software/clearflask.yml b/software/clearflask.yml index 5100030e85..052afa0063 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: 319 -updated_at: '2025-01-11' +stargazers_count: 320 +updated_at: '2025-01-12' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index 0e3e863564..cb9146e79b 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: 3640 +stargazers_count: 3642 updated_at: '2025-01-10' archived: false diff --git a/software/cockpit.yml b/software/cockpit.yml index 0c3bc138e7..a441c719eb 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: 403 +stargazers_count: 404 updated_at: '2025-01-11' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index 39a06b1244..83944c9227 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: 69309 +stargazers_count: 69324 updated_at: '2024-12-20' archived: false diff --git a/software/coder.yml b/software/coder.yml index aa601d27b1..1fa7453b3e 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: 8770 +stargazers_count: 8773 updated_at: '2025-01-10' archived: false diff --git a/software/collective-access---providence.yml b/software/collective-access---providence.yml index af44634729..390ec68eb1 100644 --- a/software/collective-access---providence.yml +++ b/software/collective-access---providence.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/collectiveaccess/providence stargazers_count: 306 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 72bd768609..8e151a326d 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: 2880 +stargazers_count: 2882 updated_at: '2025-01-10' archived: false diff --git a/software/composio.yml b/software/composio.yml index 02852551d5..f33fccc80f 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 14053 +stargazers_count: 14075 updated_at: '2025-01-10' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index aeb1e78279..44199b3df1 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 640 +stargazers_count: 644 updated_at: '2025-01-09' archived: false diff --git a/software/converse.js.yml b/software/converse.js.yml index bf4ec96db6..a51e969b5f 100644 --- a/software/converse.js.yml +++ b/software/converse.js.yml @@ -9,5 +9,5 @@ tags: - Communication - XMPP - Web Clients source_code_url: https://github.com/conversejs/converse.js stargazers_count: 3103 -updated_at: '2025-01-10' +updated_at: '2025-01-12' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index 6ebcdce0f2..a6b9b08202 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: 938 +stargazers_count: 939 updated_at: '2025-01-11' archived: false diff --git a/software/coreshop.yml b/software/coreshop.yml index e4174d6212..197f7e4fa2 100644 --- a/software/coreshop.yml +++ b/software/coreshop.yml @@ -9,5 +9,5 @@ tags: - E-commerce source_code_url: https://github.com/coreshop/CoreShop stargazers_count: 280 -updated_at: '2025-01-07' +updated_at: '2025-01-12' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index d60ffd53ba..dd9ccce5e2 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1688 +stargazers_count: 1689 updated_at: '2025-01-09' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index 753184ab96..ba4feb3e56 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: 3971 +stargazers_count: 3975 updated_at: '2024-12-20' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index a659b01708..472e1907c4 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: 5793 +stargazers_count: 5794 updated_at: '2024-12-17' archived: false diff --git a/software/cstate.yml b/software/cstate.yml index f4ce5e249b..ae63000f1a 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: 2594 +stargazers_count: 2595 updated_at: '2024-12-27' archived: false diff --git a/software/cups.yml b/software/cups.yml index 749a870f20..5a6c6d5e79 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: 1140 +stargazers_count: 1141 updated_at: '2025-01-08' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 2079c07383..8e270966b5 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: 29826 +stargazers_count: 29836 updated_at: '2024-10-23' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index e51ac05816..c979bd6071 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: 562 +stargazers_count: 564 updated_at: '2025-01-10' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index f3962518ca..43ab145348 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1768 +stargazers_count: 1771 updated_at: '2025-01-11' archived: false diff --git a/software/dailytxt.yml b/software/dailytxt.yml index 7323ec4f13..44481fb8ba 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: 236 +stargazers_count: 237 updated_at: '2024-11-27' archived: false diff --git a/software/damselfly.yml b/software/damselfly.yml index fa01dd1413..2ef6a33a67 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: 1544 +stargazers_count: 1545 updated_at: '2025-01-07' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index aed18c000c..a28f4eca23 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: 18953 -updated_at: '2025-01-05' +stargazers_count: 18964 +updated_at: '2025-01-12' archived: false diff --git a/software/databag.yml b/software/databag.yml index 318e372e58..707fa16e92 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: 943 +stargazers_count: 946 updated_at: '2024-12-30' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index 56ff9b8127..1cca9f9d49 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: 9708 +stargazers_count: 9713 updated_at: '2025-01-09' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index 38d15b8ce9..0509dc2442 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: 13429 +stargazers_count: 13430 updated_at: '2025-01-10' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index 6f36a8910b..75edf272e3 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: 4972 +stargazers_count: 4975 updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index d2aec59329..bc790d4100 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 58155 -updated_at: '2025-01-09' +stargazers_count: 58242 +updated_at: '2025-01-12' archived: false diff --git a/software/directus.yml b/software/directus.yml index 66ee26ae07..17183e93e0 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: 28701 +stargazers_count: 28705 updated_at: '2025-01-09' archived: false diff --git a/software/discount-bandit.yml b/software/discount-bandit.yml index 8fa1cc857b..4b36c4f082 100644 --- a/software/discount-bandit.yml +++ b/software/discount-bandit.yml @@ -12,6 +12,6 @@ tags: - E-commerce depends_3rdparty: true demo_url: https://discount-bandit.cybrarist.com/screenshots.html -stargazers_count: 333 +stargazers_count: 334 updated_at: '2024-11-15' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 195d57dd63..3a0139eaf5 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: 42839 +stargazers_count: 42851 updated_at: '2025-01-11' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index a408dcff86..4c522a007c 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: 2014 -updated_at: '2025-01-11' +stargazers_count: 2018 +updated_at: '2025-01-12' archived: false diff --git a/software/docat.yml b/software/docat.yml index aff12becd7..386eb847a2 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: 817 +stargazers_count: 816 updated_at: '2024-10-30' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index b674418ce9..eabe05751d 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: 15066 +stargazers_count: 15073 updated_at: '2025-01-05' archived: false diff --git a/software/docking.yml b/software/docking.yml index d8650d3e9d..f8ed883cbe 100644 --- a/software/docking.yml +++ b/software/docking.yml @@ -11,6 +11,6 @@ tags: - Document Management source_code_url: https://github.com/shipsaas/docking demo_url: https://docking-demo.shipsaas.tech/console -stargazers_count: 232 +stargazers_count: 233 updated_at: '2024-05-23' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index 888f02a27a..7b6b22fca3 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7794 +stargazers_count: 7812 updated_at: '2025-01-11' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index dc30884e90..d1649395e5 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: 1705 +stargazers_count: 1706 updated_at: '2025-01-10' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index cec44cc40d..f1c84ca646 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: 8287 +stargazers_count: 8292 updated_at: '2025-01-06' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index e96039a217..5c338e4eca 100644 --- a/software/dokuwiki.yml +++ b/software/dokuwiki.yml @@ -9,5 +9,5 @@ tags: - Wikis source_code_url: https://github.com/dokuwiki/dokuwiki stargazers_count: 4224 -updated_at: '2025-01-09' +updated_at: '2025-01-12' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 7b0d82758e..7b4d94eddb 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5619 +stargazers_count: 5624 updated_at: '2025-01-10' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 45c0f772d5..833ccb61e3 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: 339 +stargazers_count: 341 updated_at: '2025-01-06' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 46be3cd6f2..1c58541872 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: 328 +stargazers_count: 332 updated_at: '2025-01-06' archived: false diff --git a/software/dreamfactory.yml b/software/dreamfactory.yml index 913ee04626..accca8c021 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: 1573 +stargazers_count: 1574 updated_at: '2024-05-16' archived: false diff --git a/software/e-label.yml b/software/e-label.yml index c91e2eb6e4..8b1ea4a63c 100644 --- a/software/e-label.yml +++ b/software/e-label.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Community-Supported Agriculture (CSA) -stargazers_count: 18 +stargazers_count: 19 updated_at: '2024-12-09' archived: false diff --git a/software/easy!appointments.yml b/software/easy!appointments.yml index f8f0b2532c..37e06483fc 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: 3427 +stargazers_count: 3428 updated_at: '2024-11-05' archived: false diff --git a/software/eclipse-che.yml b/software/eclipse-che.yml index c2bba165da..ed5486ce1f 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: 6995 +stargazers_count: 6996 updated_at: '2025-01-09' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index b73a485401..e3a460a2d7 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: 252 -updated_at: '2025-01-11' +stargazers_count: 253 +updated_at: '2025-01-12' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index d41d683680..73db7be876 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: 6153 +stargazers_count: 6154 updated_at: '2025-01-08' archived: false diff --git a/software/elabftw.yml b/software/elabftw.yml index c2e874b309..d3a76d0e8c 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: 1037 +stargazers_count: 1038 updated_at: '2025-01-11' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index d08fdf0eda..201ec79309 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: 71264 -updated_at: '2025-01-11' +stargazers_count: 71273 +updated_at: '2025-01-12' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index fa38b43d2c..dc108b181c 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: 14328 +stargazers_count: 14329 updated_at: '2025-01-10' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index 07f02538e7..a9d722bba9 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: 1132 +stargazers_count: 1135 updated_at: '2024-12-29' archived: false diff --git a/software/ente.yml b/software/ente.yml index 9ccfc4dcb8..615980c369 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17148 -updated_at: '2025-01-11' +stargazers_count: 17160 +updated_at: '2025-01-12' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index fc2fa3a9ec..d07e309ae2 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: 2720 -updated_at: '2024-12-19' +stargazers_count: 2722 +updated_at: '2025-01-12' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index 3f3e461e6e..3fd71235af 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: 22605 -updated_at: '2025-01-11' +stargazers_count: 22619 +updated_at: '2025-01-12' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index bc5237ff81..aebadf1604 100644 --- a/software/erxes.yml +++ b/software/erxes.yml @@ -11,5 +11,5 @@ tags: - Ticketing source_code_url: https://github.com/erxes/erxes stargazers_count: 3568 -updated_at: '2025-01-10' +updated_at: '2025-01-12' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index 21e9df5aee..f87b79c5e5 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1934 -updated_at: '2025-01-10' +stargazers_count: 1937 +updated_at: '2025-01-12' archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index 9d1b44511f..1d302bdc4d 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: 16949 -updated_at: '2025-01-02' +stargazers_count: 16950 +updated_at: '2025-01-12' archived: false diff --git a/software/evergreen.yml b/software/evergreen.yml index 0c0041de62..dbd737ab03 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -9,5 +9,5 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen stargazers_count: 127 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index be07185b8c..68bfef898f 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: 4639 +stargazers_count: 4642 updated_at: '2025-01-11' archived: false diff --git a/software/everydocs.yml b/software/everydocs.yml index 7b9edd3e58..ac8a813907 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: 229 +stargazers_count: 230 updated_at: '2024-12-12' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index 7c094a0182..77c146bc10 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: 4727 +stargazers_count: 4728 updated_at: '2025-01-10' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index d3f6cd3f1a..8cf4baab3d 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: 131 -updated_at: '2025-01-11' +stargazers_count: 132 +updated_at: '2025-01-12' archived: false diff --git a/software/fasten-health.yml b/software/fasten-health.yml index aab56a9fb9..8453fa2d96 100644 --- a/software/fasten-health.yml +++ b/software/fasten-health.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/fastenhealth/fasten-onprem/ depends_3rdparty: true -stargazers_count: 1677 +stargazers_count: 1678 updated_at: '2025-01-05' archived: false diff --git a/software/fess.yml b/software/fess.yml index 2cc2f3b1f5..2164ef2492 100644 --- a/software/fess.yml +++ b/software/fess.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/codelibs/fess demo_url: https://search.n2sm.co.jp/ stargazers_count: 1010 -updated_at: '2025-01-09' +updated_at: '2025-01-12' archived: false diff --git a/software/fider.yml b/software/fider.yml index f68fd2d827..e90e097999 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: 3128 +stargazers_count: 3130 updated_at: '2025-01-08' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index ffbe99fa6d..3436cce99c 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: 27477 +stargazers_count: 27485 updated_at: '2024-12-16' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index 03c755f831..c05d5e5568 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: 16982 +stargazers_count: 16994 updated_at: '2025-01-11' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index d54fb333b2..88042a94dc 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: 6965 -updated_at: '2025-01-09' +stargazers_count: 6967 +updated_at: '2025-01-12' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index 16fb37d3d5..402f49ff16 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5157 +stargazers_count: 5161 updated_at: '2025-01-10' archived: false diff --git a/software/flarum.yml b/software/flarum.yml index 3b55188969..bd3554d802 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: 15494 -updated_at: '2024-12-12' +stargazers_count: 15498 +updated_at: '2025-01-12' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index 5b3451444c..1c8ab44e1a 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: 1687 +stargazers_count: 1689 updated_at: '2025-01-03' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index 4c5866a3f2..343f706b7d 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress stargazers_count: 188 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index b1b2433810..1478f5032d 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3980 +stargazers_count: 3982 updated_at: '2025-01-11' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index c78eb4a402..6306357b9c 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: 1455 +stargazers_count: 1456 updated_at: '2025-01-10' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index cf8aa45ba1..a827d6f897 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: 22377 +stargazers_count: 22382 updated_at: '2024-09-27' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index 9cd243369c..7f17574504 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: 9569 +stargazers_count: 9574 updated_at: '2025-01-10' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index f9da59182f..1b6224ebe7 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: 912 -updated_at: '2025-01-09' +stargazers_count: 913 +updated_at: '2025-01-12' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index 886a2f98cb..e75d8f5421 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3164 +stargazers_count: 3167 updated_at: '2024-12-20' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 5c71f71afc..f51d9e995a 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: 3750 -updated_at: '2025-01-11' +stargazers_count: 3752 +updated_at: '2025-01-12' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index 272264fb30..b0564f1e42 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10421 -updated_at: '2025-01-11' +stargazers_count: 10432 +updated_at: '2025-01-12' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index f889664f23..bb50522aa2 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: 1471 -updated_at: '2025-01-11' +stargazers_count: 1472 +updated_at: '2025-01-12' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index 7526c96968..220e04d863 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: 20226 +stargazers_count: 20243 updated_at: '2025-01-11' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index f5cef0f3da..a0c3b333cd 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1150 -updated_at: '2025-01-06' +stargazers_count: 1151 +updated_at: '2025-01-12' archived: false diff --git a/software/galene.yml b/software/galene.yml index 10c8b39d3a..e47b03b513 100644 --- a/software/galene.yml +++ b/software/galene.yml @@ -9,5 +9,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/jech/galene stargazers_count: 995 -updated_at: '2025-01-07' +updated_at: '2025-01-11' archived: false diff --git a/software/gamevault.yml b/software/gamevault.yml index 04fcc5ab7f..229927fdc6 100644 --- a/software/gamevault.yml +++ b/software/gamevault.yml @@ -11,5 +11,5 @@ tags: - Miscellaneous demo_url: https://demo.gamevau.lt stargazers_count: 230 -updated_at: '2024-12-21' +updated_at: '2025-01-12' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index 833d34a310..69b30df5aa 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: 593 -updated_at: '2025-01-11' +stargazers_count: 594 +updated_at: '2025-01-12' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index 01c9fc5ece..bceb6dcaf0 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: 6855 +stargazers_count: 6857 updated_at: '2025-01-08' archived: false diff --git a/software/geneweb.yml b/software/geneweb.yml index 2e8f513205..862fd09d1e 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: 326 +stargazers_count: 327 updated_at: '2025-01-10' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index d81dc85731..6f4abe7e55 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: 48004 +stargazers_count: 48012 updated_at: '2025-01-10' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index 7d255dcdf5..f39a278304 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: 5105 -updated_at: '2025-01-11' +stargazers_count: 5120 +updated_at: '2025-01-12' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index de96afeaed..c161a36361 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: 9181 +stargazers_count: 9183 updated_at: '2025-01-11' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index 53d9bab9b8..aa901f98c0 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: 46546 -updated_at: '2025-01-11' +stargazers_count: 46561 +updated_at: '2025-01-12' archived: false diff --git a/software/gitit.yml b/software/gitit.yml index 9aa06aa826..8a4b3b9028 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: 2165 +stargazers_count: 2166 updated_at: '2024-01-28' archived: false diff --git a/software/glance.yml b/software/glance.yml index b4a29943c0..a012aa1587 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9786 +stargazers_count: 9806 updated_at: '2024-12-26' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index fe991de06e..76cc01e33a 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -11,6 +11,6 @@ platforms: - Docker tags: - Communication - Custom Communication Systems -stargazers_count: 1284 +stargazers_count: 1286 updated_at: '2025-01-08' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index 9c21bf2c89..cde60a50fe 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag -stargazers_count: 1529 +stargazers_count: 1530 updated_at: '2025-01-10' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index 32317d99d3..d34837784a 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: 18829 -updated_at: '2024-11-26' +stargazers_count: 18847 +updated_at: '2025-01-12' archived: false diff --git a/software/goatcounter.yml b/software/goatcounter.yml index 2a2b1a1192..d25fb88e2a 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: 4667 +stargazers_count: 4668 updated_at: '2024-11-18' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index 45251cdbf8..0c94f95960 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: 45320 +stargazers_count: 45323 updated_at: '2025-01-02' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index 4cad93927e..1b42ac392d 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: 1757 +stargazers_count: 1760 updated_at: '2025-01-05' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index 94b62108da..fedbb5e47a 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: 11991 +stargazers_count: 11993 updated_at: '2024-09-23' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index 20f2d40aff..8db680a90f 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: 11807 +stargazers_count: 11825 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index a1d5af0130..4b724b747c 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: 3939 +stargazers_count: 3941 updated_at: '2025-01-09' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index 51784b25e8..469b92ced5 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: 5558 +stargazers_count: 5559 updated_at: '2025-01-06' archived: false diff --git a/software/grist.yml b/software/grist.yml index 764f98fee9..25b54fa740 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: 7489 +stargazers_count: 7490 updated_at: '2025-01-10' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 8aec314d1f..4dd9ee9ca2 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: 7038 -updated_at: '2025-01-11' +stargazers_count: 7042 +updated_at: '2025-01-12' archived: false diff --git a/software/group-office.yml b/software/group-office.yml index 3a0f59111c..f7f4f0ed02 100644 --- a/software/group-office.yml +++ b/software/group-office.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/Intermesh/groupoffice/ -stargazers_count: 201 +stargazers_count: 202 updated_at: '2025-01-10' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index 7ab4947d2e..0e1328042b 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: 12360 +stargazers_count: 12366 updated_at: '2025-01-09' archived: false diff --git a/software/hackershare.yml b/software/hackershare.yml index 06726d4c1e..e28a6a565c 100644 --- a/software/hackershare.yml +++ b/software/hackershare.yml @@ -8,6 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/hackershare/hackershare -stargazers_count: 604 +stargazers_count: 603 updated_at: '2024-03-17' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 8d9fa9f661..ed8c2ef17a 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: 5143 +stargazers_count: 5146 updated_at: '2025-01-10' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 8e3d337b84..85fcad6a7e 100644 --- a/software/hasura.yml +++ b/software/hasura.yml @@ -11,5 +11,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/hasura/graphql-engine stargazers_count: 31263 -updated_at: '2025-01-09' +updated_at: '2025-01-12' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index a5f3717e21..a5bf2f0372 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8493 +stargazers_count: 8496 updated_at: '2025-01-10' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index ae00887983..92cc8f43bc 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: 5368 +stargazers_count: 5369 updated_at: '2025-01-10' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index 6a7ef3dd11..d3f7d147f8 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: 8043 +stargazers_count: 8046 updated_at: '2024-11-05' archived: false diff --git a/software/hemmelig.yml b/software/hemmelig.yml index 7befebbd28..e15100ead6 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: 800 +stargazers_count: 801 updated_at: '2024-11-28' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 465f0e5b91..418b14acf7 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: 2355 +stargazers_count: 2356 updated_at: '2025-01-11' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index 77178306b7..c677eb1176 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10601 -updated_at: '2025-01-11' +stargazers_count: 10642 +updated_at: '2025-01-12' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index 91238555d4..5e446d0da3 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6564 +stargazers_count: 6567 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 7cfb36ca53..267e2ecf2f 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: 75680 -updated_at: '2025-01-11' +stargazers_count: 75705 +updated_at: '2025-01-12' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index b92ac99ae8..b9b6fbd617 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: 1595 +stargazers_count: 1600 updated_at: '2025-01-11' archived: false diff --git a/software/homegallery.yml b/software/homegallery.yml index a3ee3a3e9c..64e644d4fc 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: 866 +stargazers_count: 867 updated_at: '2025-01-10' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index b8ad707017..24c44442d5 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: 21032 +stargazers_count: 21052 updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index 6ed06332a6..05a3b2be2a 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9557 +stargazers_count: 9568 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index dd45ba681c..6a9ab7a9aa 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: 66448 +stargazers_count: 66456 updated_at: '2024-12-23' archived: false diff --git a/software/hortusfox.yml b/software/hortusfox.yml index e4fde9742e..4aac0bfdf1 100644 --- a/software/hortusfox.yml +++ b/software/hortusfox.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 712 +stargazers_count: 714 updated_at: '2025-01-10' archived: false diff --git a/software/hrconvert2.yml b/software/hrconvert2.yml index 84ffe02c3d..1f17c923f5 100644 --- a/software/hrconvert2.yml +++ b/software/hrconvert2.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/zelon88/HRConvert2 -stargazers_count: 1165 +stargazers_count: 1166 updated_at: '2024-06-10' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index e92d862e61..98b240f02f 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: 44269 +stargazers_count: 44274 updated_at: '2025-01-11' archived: false diff --git a/software/huly.yml b/software/huly.yml index 72e461bdbe..165277095b 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: 18167 -updated_at: '2025-01-11' +stargazers_count: 18179 +updated_at: '2025-01-12' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index b5c113fecd..6bf31bc14f 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: 6360 +stargazers_count: 6361 updated_at: '2024-12-23' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index 14cd3cb9f4..cb3fcbef0a 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: 12823 +stargazers_count: 12831 updated_at: '2025-01-10' archived: false diff --git a/software/hyphanet.yml b/software/hyphanet.yml index 663aabff0d..b64566d2d0 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: 1046 +stargazers_count: 1047 updated_at: '2025-01-10' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 42c15a8e3d..0758891cb9 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: 9161 +stargazers_count: 9166 updated_at: '2025-01-10' archived: false diff --git a/software/immich-kiosk.yml b/software/immich-kiosk.yml index bd14f07bd2..b8b180cb17 100644 --- a/software/immich-kiosk.yml +++ b/software/immich-kiosk.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 615 +stargazers_count: 616 updated_at: '2025-01-09' archived: false diff --git a/software/immich.yml b/software/immich.yml index 1ea11c252b..3137285c02 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 56133 -updated_at: '2025-01-11' +stargazers_count: 56192 +updated_at: '2025-01-12' archived: false diff --git a/software/indico.yml b/software/indico.yml index 23a1d4ef85..e0736acfa4 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: 1805 +stargazers_count: 1806 updated_at: '2025-01-10' archived: false diff --git a/software/inlets.yml b/software/inlets.yml index 5b871bf704..4cc214309f 100644 --- a/software/inlets.yml +++ b/software/inlets.yml @@ -9,6 +9,6 @@ platforms: tags: - Proxy source_code_url: https://github.com/inlets/inlets-pro -stargazers_count: 538 +stargazers_count: 539 updated_at: '2024-01-29' archived: false diff --git a/software/inventaire.yml b/software/inventaire.yml index bf762fc387..87f585c600 100644 --- a/software/inventaire.yml +++ b/software/inventaire.yml @@ -9,5 +9,5 @@ tags: - Inventory Management source_code_url: https://github.com/inventaire/inventaire stargazers_count: 450 -updated_at: '2025-01-08' +updated_at: '2025-01-12' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index d4c592721f..da38108411 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: 4580 -updated_at: '2025-01-11' +stargazers_count: 4586 +updated_at: '2025-01-12' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index ec4741ed80..63f293f34e 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: 16676 +stargazers_count: 16678 updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index 1f2e390c9f..3a51bb40b8 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: 8450 +stargazers_count: 8454 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceplane.yml b/software/invoiceplane.yml index f8fd047a2b..a8164cfe2e 100644 --- a/software/invoiceplane.yml +++ b/software/invoiceplane.yml @@ -9,5 +9,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/InvoicePlane/InvoicePlane stargazers_count: 2608 -updated_at: '2025-01-05' +updated_at: '2025-01-12' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index 1f3c4d22c2..04b4226d76 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 588 -updated_at: '2025-01-05' +stargazers_count: 590 +updated_at: '2025-01-12' archived: false diff --git a/software/iodine.yml b/software/iodine.yml index cf7db98373..a6d2a431c9 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: 6313 +stargazers_count: 6314 updated_at: '2024-10-30' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index 0f26e53c00..d7d1db5a27 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: 1531 +stargazers_count: 1532 updated_at: '2025-01-08' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index b50d29c768..8fa8d8bb95 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2617 +stargazers_count: 2619 updated_at: '2025-01-11' archived: false diff --git a/software/janus.yml b/software/janus.yml index c65c0b39a2..6c4701bc66 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: 8347 +stargazers_count: 8351 updated_at: '2025-01-10' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 89815dd74b..d6e14e69e5 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: 36398 +stargazers_count: 36418 updated_at: '2025-01-11' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index cd43310c76..8db07d3b93 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4228 -updated_at: '2025-01-11' +stargazers_count: 4236 +updated_at: '2025-01-12' archived: false diff --git a/software/jelu.yml b/software/jelu.yml index c83a51d6a0..5611ef6802 100644 --- a/software/jelu.yml +++ b/software/jelu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 403 +stargazers_count: 405 updated_at: '2025-01-09' archived: false diff --git a/software/jina.yml b/software/jina.yml index 2ad6d78481..d61e845781 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: 21237 +stargazers_count: 21235 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index 893051d67f..161220de0d 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: 24082 +stargazers_count: 24090 updated_at: '2025-01-10' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index 9107a4ee83..ec9261730f 100644 --- a/software/joomla!.yml +++ b/software/joomla!.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/joomla/joomla-cms stargazers_count: 4807 -updated_at: '2025-01-09' +updated_at: '2025-01-12' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index 3226d4895c..44dde15856 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: 47098 -updated_at: '2025-01-11' +stargazers_count: 47125 +updated_at: '2025-01-12' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index f2620c7c33..c51ae43e1a 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: 2834 +stargazers_count: 2837 updated_at: '2025-01-02' archived: false diff --git a/software/jupyterlab.yml b/software/jupyterlab.yml index eebce12806..4c94933309 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: 14312 +stargazers_count: 14314 updated_at: '2025-01-09' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index 8d99ec4662..9cc79ec37b 100644 --- a/software/kamailio.yml +++ b/software/kamailio.yml @@ -10,5 +10,5 @@ tags: - Communication - SIP source_code_url: https://github.com/kamailio/kamailio stargazers_count: 2355 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index 8536d2ec52..3d6304e20f 100644 --- a/software/kanboard.yml +++ b/software/kanboard.yml @@ -9,5 +9,5 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/kanboard/kanboard stargazers_count: 8607 -updated_at: '2024-12-20' +updated_at: '2025-01-12' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index c9eaed10e5..fa7098cd8e 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: 6914 +stargazers_count: 6923 updated_at: '2025-01-03' archived: false diff --git a/software/keila.yml b/software/keila.yml index 54097fde82..7897293672 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: 1511 +stargazers_count: 1512 updated_at: '2025-01-06' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index f491fa1615..2c26e9e9d6 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: 15172 +stargazers_count: 15178 updated_at: '2025-01-10' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index 752c902059..40b178a4ed 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: 905 +stargazers_count: 906 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index 33046ba169..b841f44a8e 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: 9358 -updated_at: '2025-01-06' +stargazers_count: 9360 +updated_at: '2025-01-12' archived: false diff --git a/software/kill-bill.yml b/software/kill-bill.yml index 972aa33733..028dc5ef8e 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: 4701 +stargazers_count: 4703 updated_at: '2025-01-03' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index d87db77cad..7e27757a6c 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: 3442 +stargazers_count: 3444 updated_at: '2025-01-10' archived: false diff --git a/software/kitchenowl.yml b/software/kitchenowl.yml index 807feb0d97..36393506aa 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: 1400 +stargazers_count: 1401 updated_at: '2025-01-03' archived: false diff --git a/software/known.yml b/software/known.yml index 5bc2abbdc8..4e49616aad 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: 1076 +stargazers_count: 1077 updated_at: '2025-01-07' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index 856634b267..cf9c1babbc 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: 18758 -updated_at: '2025-01-10' +stargazers_count: 18765 +updated_at: '2025-01-12' archived: false diff --git a/software/koel.yml b/software/koel.yml index 61e142984b..76f0e39732 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: 16162 +stargazers_count: 16166 updated_at: '2024-11-14' archived: false diff --git a/software/komga.yml b/software/komga.yml index e04e61f0fa..0e7ec8c419 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: 4312 +stargazers_count: 4318 updated_at: '2025-01-09' archived: false diff --git a/software/kong.yml b/software/kong.yml index 35526c643a..856eb083f1 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: 39742 -updated_at: '2025-01-10' +stargazers_count: 39746 +updated_at: '2025-01-12' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index 9bba8b3ee7..4ca4069c1d 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12091 +stargazers_count: 12096 updated_at: '2025-01-10' archived: false diff --git a/software/kresus.yml b/software/kresus.yml index 51886f0c57..d9c19e84a8 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: 304 +stargazers_count: 306 updated_at: '2025-01-10' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index 7ee59fa0b9..a08f08964f 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: 1846 +stargazers_count: 1847 updated_at: '2025-01-10' archived: false diff --git a/software/lago.yml b/software/lago.yml index 54102bd3b6..857e3df3cf 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: 7182 +stargazers_count: 7188 updated_at: '2025-01-06' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index 0f60b85dee..cdf778775d 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20144 +stargazers_count: 20149 updated_at: '2024-11-23' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index 9aadb40520..030ed3b659 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: 7732 -updated_at: '2025-01-11' +stargazers_count: 7743 +updated_at: '2025-01-12' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index e6fa34148e..738f5774b0 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: 12655 -updated_at: '2025-01-11' +stargazers_count: 12663 +updated_at: '2025-01-12' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index 2638d6a974..9933957710 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: 4947 +stargazers_count: 4948 updated_at: '2024-12-18' archived: false diff --git a/software/ledgersmb.yml b/software/ledgersmb.yml index 0c97f2c90b..1d260d86fb 100644 --- a/software/ledgersmb.yml +++ b/software/ledgersmb.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/ledgersmb/LedgerSMB demo_url: https://demo.cloud.efficito.com/erp/1.5/login.pl stargazers_count: 433 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index 270f837297..cdf66a77fb 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: 13400 +stargazers_count: 13406 updated_at: '2025-01-10' archived: false diff --git a/software/leon.yml b/software/leon.yml index 47419f41d3..8df32b81a4 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: 15707 +stargazers_count: 15712 updated_at: '2025-01-04' archived: false diff --git a/software/lha.yml b/software/lha.yml index 5ae0051b96..f43d11ad65 100644 --- a/software/lha.yml +++ b/software/lha.yml @@ -9,5 +9,5 @@ platforms: tags: - Internet of Things (IoT) stargazers_count: 6 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index de487e7489..9a9e9089eb 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: 10218 -updated_at: '2025-01-09' +stargazers_count: 10231 +updated_at: '2025-01-12' archived: false diff --git a/software/libreddit.yml b/software/libreddit.yml index a8db945ad8..f588754f9a 100644 --- a/software/libreddit.yml +++ b/software/libreddit.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/libreddit/libreddit depends_3rdparty: true -stargazers_count: 5056 +stargazers_count: 5058 updated_at: '2024-05-02' archived: false diff --git a/software/librum.yml b/software/librum.yml index dcbb813918..7a7f372cac 100644 --- a/software/librum.yml +++ b/software/librum.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/Librum-Reader/Librum -stargazers_count: 4311 +stargazers_count: 4314 updated_at: '2024-07-01' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 220836b2cc..b80132d8cb 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 3817 -updated_at: '2025-01-05' +stargazers_count: 3821 +updated_at: '2025-01-12' archived: false diff --git a/software/lidatube.yml b/software/lidatube.yml index 47d2c6b1b6..04476e7d29 100644 --- a/software/lidatube.yml +++ b/software/lidatube.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 148 +stargazers_count: 150 updated_at: '2025-01-06' archived: false diff --git a/software/lila.yml b/software/lila.yml index a50b1913a6..c4f8b1cf23 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: 16004 -updated_at: '2025-01-10' +stargazers_count: 16008 +updated_at: '2025-01-12' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index 9474d3c7fe..683de485bd 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7222 -updated_at: '2025-01-11' +stargazers_count: 7229 +updated_at: '2025-01-12' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index 89d05b560b..ceda9c8854 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: 9860 +stargazers_count: 9878 updated_at: '2025-01-10' archived: false diff --git a/software/linuxgsm.yml b/software/linuxgsm.yml index 16ea7f3c8a..97635201e0 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: 4383 +stargazers_count: 4384 updated_at: '2025-01-08' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index fa96b11c8a..68aa4a5a78 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15784 +stargazers_count: 15790 updated_at: '2025-01-10' archived: false diff --git a/software/litlyx.yml b/software/litlyx.yml index da11c1dfad..31790c3a06 100644 --- a/software/litlyx.yml +++ b/software/litlyx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 844 +stargazers_count: 848 updated_at: '2025-01-04' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index 6ade3f6e84..373daed4b8 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: 1917 +stargazers_count: 1918 updated_at: '2024-12-20' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index d4b082b8d4..606960e477 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: 5107 +stargazers_count: 5109 updated_at: '2025-01-08' archived: false diff --git a/software/lms.yml b/software/lms.yml index 4f5b76e9bf..9b8de200fa 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: 1191 +stargazers_count: 1192 updated_at: '2024-12-20' archived: false diff --git a/software/loomio.yml b/software/loomio.yml index ad7de27fda..0c57151603 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: 2388 +stargazers_count: 2390 updated_at: '2025-01-08' archived: false diff --git a/software/lowdefy.yml b/software/lowdefy.yml index 86cd8ccb92..6281afdaae 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: 2717 +stargazers_count: 2720 updated_at: '2024-12-06' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index 22d0f6fd21..bda22cefb9 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 11004 -updated_at: '2025-01-11' +stargazers_count: 11012 +updated_at: '2025-01-12' diff --git a/software/lubelogger.yml b/software/lubelogger.yml index 748aee15f0..3bc0c7211e 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: 1290 +stargazers_count: 1294 updated_at: '2025-01-11' archived: false diff --git a/software/lura.yml b/software/lura.yml index a34e5624d2..03073aca88 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: 6429 +stargazers_count: 6431 updated_at: '2024-12-12' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index 4db9fbce6e..5776c38feb 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: 3510 -updated_at: '2025-01-11' +stargazers_count: 3509 +updated_at: '2025-01-12' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index 26ae80d78a..b75dd241b6 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: 5245 +stargazers_count: 5247 updated_at: '2024-11-24' archived: false diff --git a/software/mafl.yml b/software/mafl.yml index 7ea52da35d..8ddc312880 100644 --- a/software/mafl.yml +++ b/software/mafl.yml @@ -10,5 +10,5 @@ tags: - Personal Dashboards source_code_url: https://github.com/hywax/mafl stargazers_count: 403 -updated_at: '2024-12-01' +updated_at: '2025-01-12' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index bcaf59ecc1..dc8b46f2f1 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: 11624 +stargazers_count: 11627 updated_at: '2025-01-11' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index 86d22eed25..33bebe0b0d 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: 14151 +stargazers_count: 14155 updated_at: '2025-01-06' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index c6686e764b..cc9a7a18cd 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: 9403 +stargazers_count: 9420 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index 999f6d20fa..b681ee137b 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: 6043 +stargazers_count: 6045 updated_at: '2025-01-09' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index e68ab4819d..71d467c556 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: 1780 +stargazers_count: 1781 updated_at: '2025-01-03' archived: false diff --git a/software/maloja.yml b/software/maloja.yml index 9622870c82..5ef4f3fd5f 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: 1232 +stargazers_count: 1233 updated_at: '2024-05-05' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index 5b963b9950..34c5ba5718 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: 1019 +stargazers_count: 1026 updated_at: '2025-01-10' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index f90dbaf499..ab49675968 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9200 -updated_at: '2025-01-11' +stargazers_count: 9202 +updated_at: '2025-01-12' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index 5caa0e039d..493b9c1b06 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: 927 +stargazers_count: 928 updated_at: '2025-01-10' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index 8729617a17..c02d08bf05 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: 47488 +stargazers_count: 47496 updated_at: '2025-01-10' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index beae85f11a..31d2a183a2 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: 1901 +stargazers_count: 1902 updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index 002b16a12c..45f0e79b69 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ -stargazers_count: 2455 +stargazers_count: 2454 updated_at: '2025-01-09' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 5721b9a62b..66481168bf 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: 20068 +stargazers_count: 20078 updated_at: '2025-01-08' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index dff493f340..99304feba6 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: 31305 -updated_at: '2025-01-11' +stargazers_count: 31309 +updated_at: '2025-01-12' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index 737226f18a..de793df3ef 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: 7536 +stargazers_count: 7537 updated_at: '2025-01-10' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index 819b87a27a..771ee1b4de 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34846 +stargazers_count: 34855 updated_at: '2025-01-07' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 674100ed55..2ebe3a954a 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: 7854 -updated_at: '2025-01-11' +stargazers_count: 7863 +updated_at: '2025-01-12' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index bec3afbd27..673653ede4 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3114 +stargazers_count: 3115 updated_at: '2024-11-22' archived: false diff --git a/software/medusa.yml b/software/medusa.yml index 3e799577f5..8829285131 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/pymedusa/Medusa related_software_url: https://github.com/medusajs/nextjs-starter-medusa -stargazers_count: 1827 +stargazers_count: 1826 updated_at: '2024-12-13' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 15065fd033..275d5b5a14 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: 27032 +stargazers_count: 27042 updated_at: '2025-01-10' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index aadcd1fa26..284cfbb3c6 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: 48634 +stargazers_count: 48645 updated_at: '2025-01-10' archived: false diff --git a/software/memos.yml b/software/memos.yml index 8dc4784395..312175ed4a 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35860 +stargazers_count: 35876 updated_at: '2025-01-11' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index 10506bf462..9a6ebb1d9d 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: 4472 +stargazers_count: 4476 updated_at: '2025-01-10' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index 09b7630722..e160d899da 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: 39346 +stargazers_count: 39354 updated_at: '2025-01-11' archived: false diff --git a/software/metube.yml b/software/metube.yml index dd446416b2..d3d1b5cc8c 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7459 -updated_at: '2024-12-29' +stargazers_count: 7473 +updated_at: '2025-01-12' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index a7a2df4809..90094ede8c 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: 27067 +stargazers_count: 27073 updated_at: '2025-01-10' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index 7b182e8da8..e348959e77 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: 23064 -updated_at: '2025-01-11' +stargazers_count: 23063 +updated_at: '2025-01-12' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index ecccc279d6..aa58599758 100644 --- a/software/miniflux.yml +++ b/software/miniflux.yml @@ -11,5 +11,5 @@ tags: - Feed Readers source_code_url: https://github.com/miniflux/v2 stargazers_count: 7123 -updated_at: '2024-12-29' +updated_at: '2025-01-12' archived: false diff --git a/software/minio.yml b/software/minio.yml index c7cd895d1e..6bfcd78009 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: 49389 +stargazers_count: 49407 updated_at: '2025-01-08' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 067912703f..9eb5ec7cdb 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: 6288 +stargazers_count: 6289 updated_at: '2025-01-10' archived: false diff --git a/software/minus-games.yml b/software/minus-games.yml index 73edfc851a..e442c10d02 100644 --- a/software/minus-games.yml +++ b/software/minus-games.yml @@ -9,5 +9,5 @@ platforms: tags: - Games - Administrative Utilities & Control Panels stargazers_count: 9 -updated_at: '2024-12-22' +updated_at: '2025-01-12' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index 3ca58b5dff..d2570e99c5 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: 3203 -updated_at: '2025-01-11' +stargazers_count: 3205 +updated_at: '2025-01-12' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 04ce9feb6b..459b78afac 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: 2218 -updated_at: '2025-01-11' +stargazers_count: 2221 +updated_at: '2025-01-12' archived: false diff --git a/software/misago.yml b/software/misago.yml index 7b3d27de91..d9596eab9f 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: 2570 +stargazers_count: 2572 updated_at: '2025-01-05' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index 73b6262979..99430ade6b 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: 10234 +stargazers_count: 10238 updated_at: '2025-01-11' archived: false diff --git a/software/mistserver.yml b/software/mistserver.yml index 5b2a41f00b..eefeb8ead4 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: 395 +stargazers_count: 396 updated_at: '2024-07-29' archived: false diff --git a/software/mixpost.yml b/software/mixpost.yml index 75ade7997b..5aa7f0be7f 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: 85 +stargazers_count: 86 updated_at: '2024-05-14' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index 3ba554c29e..9ff3a4ae27 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: 3107 +stargazers_count: 3109 updated_at: '2024-12-21' archived: false diff --git a/software/monica.yml b/software/monica.yml index f99f4500af..7bd4f15559 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 21999 +stargazers_count: 22002 updated_at: '2024-11-15' archived: false diff --git a/software/moode-audio.yml b/software/moode-audio.yml index 01f797155e..f5b0aca6aa 100644 --- a/software/moode-audio.yml +++ b/software/moode-audio.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/moode-player/moode stargazers_count: 1051 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/mopidy.yml b/software/mopidy.yml index 63efd1edd6..4d5d0716d6 100644 --- a/software/mopidy.yml +++ b/software/mopidy.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/mopidy/mopidy -stargazers_count: 8181 +stargazers_count: 8182 updated_at: '2024-12-10' archived: false diff --git a/software/motor-admin.yml b/software/motor-admin.yml index 213f31e113..119bfe102d 100644 --- a/software/motor-admin.yml +++ b/software/motor-admin.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/motor-admin/motor-admin -stargazers_count: 2079 +stargazers_count: 2080 updated_at: '2024-05-30' archived: false diff --git a/software/movim.yml b/software/movim.yml index 9abba4462c..b32f897e95 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: 1761 +stargazers_count: 1763 updated_at: '2025-01-09' archived: false diff --git a/software/mox.yml b/software/mox.yml index 28f40d4f4f..e7d303d5eb 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 3786 +stargazers_count: 3787 updated_at: '2024-12-25' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index 6b96bc4250..0064f19dac 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: 2220 +stargazers_count: 2222 updated_at: '2024-12-12' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index 0c5b4edaef..f9b143aedc 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: 1436 -updated_at: '2025-01-11' +stargazers_count: 1437 +updated_at: '2025-01-12' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index cbfb21e9d7..e455eb65ec 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: 6521 -updated_at: '2025-01-11' +stargazers_count: 6525 +updated_at: '2025-01-12' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index bddc63ba74..d888559ecb 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: 4286 +stargazers_count: 4288 updated_at: '2024-07-14' archived: false diff --git a/software/myip.yml b/software/myip.yml index e5f7241b16..bb7dd57e9c 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: 7064 -updated_at: '2025-01-06' +stargazers_count: 7069 +updated_at: '2025-01-12' archived: false diff --git a/software/mylar3.yml b/software/mylar3.yml index 32ecba956c..e24c921d6f 100644 --- a/software/mylar3.yml +++ b/software/mylar3.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1119 +stargazers_count: 1122 updated_at: '2024-03-14' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index a2b99c20b6..575b17315e 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: 54570 +stargazers_count: 54658 updated_at: '2025-01-10' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index a7e95aa9f9..97d4f13fd7 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: 12822 -updated_at: '2025-01-10' +stargazers_count: 12832 +updated_at: '2025-01-12' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index 1f30d3962d..29a1e22b9f 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/lardbit/nefarious -stargazers_count: 1067 +stargazers_count: 1068 updated_at: '2025-01-10' archived: false diff --git a/software/neko.yml b/software/neko.yml index a6b2f25ed5..a169cd9d15 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: 8282 +stargazers_count: 8287 updated_at: '2024-12-30' archived: false diff --git a/software/netron.yml b/software/netron.yml index 2db981b622..1b40c44625 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: 29058 -updated_at: '2025-01-11' +stargazers_count: 29061 +updated_at: '2025-01-12' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index eae623b14e..067eb173a1 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: 6956 +stargazers_count: 6957 updated_at: '2025-01-11' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index ebe0922f5a..80cdac1d51 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: 3296 +stargazers_count: 3295 updated_at: '2025-01-07' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 9096825d27..7d93e1fff4 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: 27916 -updated_at: '2025-01-11' +stargazers_count: 27927 +updated_at: '2025-01-12' archived: false diff --git a/software/nextcloudpi.yml b/software/nextcloudpi.yml index 8b64d8febf..7b7f69a587 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: 2604 +stargazers_count: 2606 updated_at: '2024-11-08' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index ba1f84e1b6..456a04c41f 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24059 +stargazers_count: 24072 updated_at: '2025-01-07' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index e07daadef1..949d8d84e4 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: 50783 +stargazers_count: 50797 updated_at: '2025-01-11' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index d38556b996..00b3d2682e 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: 20204 +stargazers_count: 20208 updated_at: '2024-12-20' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index baa67ea9dd..e3a80eef6d 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: 3308 +stargazers_count: 3309 updated_at: '2025-01-10' archived: false diff --git a/software/notifo.yml b/software/notifo.yml index 29253b4fb2..c7b0f4442b 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: 774 +stargazers_count: 775 updated_at: '2024-11-11' archived: false diff --git a/software/novu.yml b/software/novu.yml index 630355e549..6a7874c4a3 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: 35956 -updated_at: '2025-01-10' +stargazers_count: 35961 +updated_at: '2025-01-12' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index a0614359ba..77c6b9486d 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: 19141 +stargazers_count: 19189 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index b5244ab552..e219fe7fe6 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3912 +stargazers_count: 3913 updated_at: '2023-11-05' archived: false diff --git a/software/nymphcast.yml b/software/nymphcast.yml index bc7262a74e..d0373be65e 100644 --- a/software/nymphcast.yml +++ b/software/nymphcast.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/MayaPosch/NymphCast stargazers_count: 2452 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/october.yml b/software/october.yml index 654e2a2758..b4ff5d98dd 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: 11056 +stargazers_count: 11057 updated_at: '2024-11-25' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index f97c9ebc94..4e969a67db 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: 3640 +stargazers_count: 3645 updated_at: '2025-01-03' archived: false diff --git a/software/octobox.yml b/software/octobox.yml index d56a681b26..9b9e8e3063 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: 4369 +stargazers_count: 4371 updated_at: '2025-01-10' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 93d711b0c1..94e7f2552d 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: 8391 +stargazers_count: 8396 updated_at: '2025-01-07' archived: false diff --git a/software/ocular.yml b/software/ocular.yml index d635c1b6b6..bb89043352 100644 --- a/software/ocular.yml +++ b/software/ocular.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management demo_url: https://ocular.reinisch.io/#demo stargazers_count: 147 -updated_at: '2025-01-10' +updated_at: '2025-01-12' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index 32cd7e448d..bdebb3bceb 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: 39913 -updated_at: '2025-01-11' +stargazers_count: 39931 +updated_at: '2024-11-11' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index e6e4f00186..7f662e486b 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: 2633 -updated_at: '2025-01-06' +stargazers_count: 2635 +updated_at: '2025-01-12' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index 7b2bf752d2..1b4bdf5c96 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3790 +stargazers_count: 3789 updated_at: '2025-01-05' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index e9e5ad6338..304fed7844 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: 6372 +stargazers_count: 6375 updated_at: '2024-11-10' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index fb8ad96e31..de84b44061 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: 5033 +stargazers_count: 5034 updated_at: '2024-11-28' archived: false diff --git a/software/open-eclass.yml b/software/open-eclass.yml index 59712b2ee0..6d7c3fe443 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: 135 +stargazers_count: 136 updated_at: '2025-01-09' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index 79c08a29ab..e255e492ba 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: 2809 -updated_at: '2025-01-11' +stargazers_count: 2814 +updated_at: '2025-01-12' archived: false diff --git a/software/open-quartermaster.yml b/software/open-quartermaster.yml index 91ff3b5b30..11001554ba 100644 --- a/software/open-quartermaster.yml +++ b/software/open-quartermaster.yml @@ -10,5 +10,5 @@ platforms: tags: - Inventory Management stargazers_count: 21 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/open-source-pos.yml b/software/open-source-pos.yml index 517bcfbd19..d693a5bd5a 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: 3516 +stargazers_count: 3517 updated_at: '2025-01-10' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index 5942c27b15..ba89b113fe 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: 6524 -updated_at: '2024-11-03' +stargazers_count: 6526 +updated_at: '2025-01-12' archived: false diff --git a/software/open-web-analytics.yml b/software/open-web-analytics.yml index 16f0086b46..2cab0de498 100644 --- a/software/open-web-analytics.yml +++ b/software/open-web-analytics.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/Open-Web-Analytics/Open-Web-Analytics -stargazers_count: 2516 +stargazers_count: 2517 updated_at: '2024-03-31' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index 48566a8caa..4d33f483be 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: 7543 -updated_at: '2025-01-11' +stargazers_count: 7544 +updated_at: '2025-01-12' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index e9e26bb11c..1813b31bb7 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: 1984 +stargazers_count: 1985 updated_at: '2024-12-16' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index 0cae9a8c88..6a4cfe467f 100644 --- a/software/openhab.yml +++ b/software/openhab.yml @@ -9,5 +9,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/openhab/openhab-core stargazers_count: 953 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index c6271affca..58b805465c 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: 5331 -updated_at: '2025-01-10' +stargazers_count: 5334 +updated_at: '2025-01-12' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index 0aaeb90377..aece120052 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: 9695 -updated_at: '2025-01-11' +stargazers_count: 9699 +updated_at: '2025-01-12' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index 02e68ce9f8..0679d967d1 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: 10050 +stargazers_count: 10051 updated_at: '2025-01-11' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index 85b1f7e96b..f48fe31d30 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3684 +stargazers_count: 3690 updated_at: '2024-12-14' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index c528376a8d..322f163b1d 100644 --- a/software/opensips.yml +++ b/software/opensips.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/OpenSIPS/opensips stargazers_count: 1305 -updated_at: '2025-01-10' +updated_at: '2025-01-12' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index ab478dd61d..e3e901dd16 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: 2260 -updated_at: '2025-01-09' +stargazers_count: 2261 +updated_at: '2025-01-12' archived: false diff --git a/software/opentrashmail.yml b/software/opentrashmail.yml index 626561eec4..8e858bab6f 100644 --- a/software/opentrashmail.yml +++ b/software/opentrashmail.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Communication - Email - Mail Transfer Agents -stargazers_count: 649 +stargazers_count: 652 updated_at: '2024-05-27' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index 4f894fc84c..ba3ebe9572 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: 6580 -updated_at: '2025-01-11' +stargazers_count: 6581 +updated_at: '2025-01-12' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index 6c5e33350b..6d4369f3e7 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: 2974 +stargazers_count: 2975 updated_at: '2025-01-09' archived: false diff --git a/software/opik.yml b/software/opik.yml index e602b9437e..37c5315794 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 4236 -updated_at: '2025-01-10' +stargazers_count: 4326 +updated_at: '2025-01-12' archived: false diff --git a/software/opnform.yml b/software/opnform.yml index ac01e93993..921875f97a 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: 2371 +stargazers_count: 2372 updated_at: '2025-01-09' archived: false diff --git a/software/orangehrm.yml b/software/orangehrm.yml index 25e01023bf..2b9885e468 100644 --- a/software/orangehrm.yml +++ b/software/orangehrm.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/orangehrm/orangehrm demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 864 +stargazers_count: 865 updated_at: '2024-07-19' archived: false diff --git a/software/ossn.yml b/software/ossn.yml index b969d9195c..ee99db5e76 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: 1087 -updated_at: '2025-01-10' +stargazers_count: 1086 +updated_at: '2025-01-12' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 0c0dfc3884..0510187859 100644 --- a/software/otobo.yml +++ b/software/otobo.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/RotherOSS/otobo demo_url: https://otobo.io/en/service-management-plattform/otobo-demo/ stargazers_count: 266 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/ots.yml b/software/ots.yml index 352735b05e..e2c606fbbc 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: 486 +stargazers_count: 487 updated_at: '2024-12-12' archived: false diff --git a/software/otter-wiki.yml b/software/otter-wiki.yml index 01a3aa042d..b52ebd3537 100644 --- a/software/otter-wiki.yml +++ b/software/otter-wiki.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Wikis -stargazers_count: 689 +stargazers_count: 690 updated_at: '2025-01-11' archived: false diff --git a/software/outline-server.yml b/software/outline-server.yml index 0802b943be..3109628259 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: 5882 +stargazers_count: 5884 updated_at: '2025-01-07' archived: false diff --git a/software/outline.yml b/software/outline.yml index befc0ee8f5..e8fc67e783 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: 29188 +stargazers_count: 29197 updated_at: '2025-01-11' archived: false diff --git a/software/ovenmediaengine.yml b/software/ovenmediaengine.yml index 0a44daac06..6c45d1cf56 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: 2633 +stargazers_count: 2635 updated_at: '2025-01-08' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index 0f7ba850de..c3ffb0c7f7 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: 14566 +stargazers_count: 14567 updated_at: '2025-01-10' archived: false diff --git a/software/overseerr.yml b/software/overseerr.yml index d5cea02b5e..c450d813f3 100644 --- a/software/overseerr.yml +++ b/software/overseerr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sct/overseerr depends_3rdparty: true -stargazers_count: 4066 +stargazers_count: 4071 updated_at: '2024-10-21' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index 09f47faafa..5e8456be3b 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: 9685 +stargazers_count: 9687 updated_at: '2025-01-09' archived: false diff --git a/software/owncloud.yml b/software/owncloud.yml index e28c0a2e37..0195afea25 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: 8436 +stargazers_count: 8437 updated_at: '2025-01-11' archived: false diff --git a/software/owntracks-recorder.yml b/software/owntracks-recorder.yml index 1865287fc4..6af7bf7135 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: 925 +stargazers_count: 926 updated_at: '2025-01-02' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index 1a39c77711..dd3a2d1cce 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: 5219 +stargazers_count: 5226 updated_at: '2024-11-11' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 4498f60132..3a6ecf9256 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23740 -updated_at: '2025-01-10' +stargazers_count: 23762 +updated_at: '2025-01-12' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index cb382ea627..7188e5ba19 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: 31060 -updated_at: '2025-01-11' +stargazers_count: 31092 +updated_at: '2025-01-12' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index a2005956fb..1b269aba2f 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management demo_url: https://demo.pdfding.com -stargazers_count: 351 +stargazers_count: 353 updated_at: '2025-01-09' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index aa9fdcb212..b0c62cf19e 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: 13320 +stargazers_count: 13321 updated_at: '2025-01-10' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index cfdb6aff8a..ff35ce5988 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: 1010 +stargazers_count: 1013 updated_at: '2025-01-10' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index fe1000caa6..10d2798d7d 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: 34599 +stargazers_count: 34616 updated_at: '2025-01-10' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index ad1fa71dd8..9d152887d2 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: 36075 -updated_at: '2025-01-09' +stargazers_count: 36082 +updated_at: '2025-01-12' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index 42f5cd7fe8..fb5b6621a6 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5610 +stargazers_count: 5611 updated_at: '2025-01-09' archived: false diff --git a/software/phpbb.yml b/software/phpbb.yml index 7ab8cb27ac..57b378629b 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: 1878 +stargazers_count: 1881 updated_at: '2025-01-08' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index 73785c67bc..daf5a962e3 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: 49854 +stargazers_count: 49864 updated_at: '2024-12-29' archived: false diff --git a/software/picsur.yml b/software/picsur.yml index 9ee1a78e8e..2cd7b8bdae 100644 --- a/software/picsur.yml +++ b/software/picsur.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/CaramelFur/Picsur -stargazers_count: 908 +stargazers_count: 909 updated_at: '2024-11-13' archived: false diff --git a/software/pictshare.yml b/software/pictshare.yml index 3a07de003e..9cdd7f6740 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: 850 +stargazers_count: 851 updated_at: '2024-11-10' archived: false diff --git a/software/pigallery-2.yml b/software/pigallery-2.yml index 7fdabed8d4..87b8fa1661 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: 1843 +stargazers_count: 1844 updated_at: '2025-01-05' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index d55d13a6e3..6ae3a11907 100644 --- a/software/pinepods.yml +++ b/software/pinepods.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Audio Streaming demo_url: https://try.pinepods.online stargazers_count: 312 -updated_at: '2024-12-22' +updated_at: '2025-01-12' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index 25a3bc30f1..f4f0c1ae67 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3616 +stargazers_count: 3626 updated_at: '2025-01-08' archived: false diff --git a/software/piqueserver.yml b/software/piqueserver.yml index 7702c5cbed..c078da03d5 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: 217 +stargazers_count: 218 updated_at: '2025-01-07' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index cea347b932..ffe56d963c 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: 3331 +stargazers_count: 3330 updated_at: '2025-01-10' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index f7296a498c..877319eccd 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: 5736 +stargazers_count: 5743 updated_at: '2025-01-09' archived: false diff --git a/software/plane.yml b/software/plane.yml index 850daf742f..f1d37a176e 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: 31720 +stargazers_count: 31748 updated_at: '2025-01-11' archived: false diff --git a/software/planka.yml b/software/planka.yml index 9bc2efe4ad..e82f2f4958 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: 8353 +stargazers_count: 8361 updated_at: '2024-12-18' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index 509d027981..fd4998cda5 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: 21108 +stargazers_count: 21116 updated_at: '2025-01-09' archived: false diff --git a/software/plexripper.yml b/software/plexripper.yml index 42208ff6b3..4ef847b8aa 100644 --- a/software/plexripper.yml +++ b/software/plexripper.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation depends_3rdparty: true -stargazers_count: 309 +stargazers_count: 310 updated_at: '2025-01-10' archived: false diff --git a/software/plik.yml b/software/plik.yml index de91a3ea9e..04f9c66b12 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: 1504 +stargazers_count: 1505 updated_at: '2024-06-19' archived: false diff --git a/software/plugnmeet.yml b/software/plugnmeet.yml index 41a955e93a..e4855860d0 100644 --- a/software/plugnmeet.yml +++ b/software/plugnmeet.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/mynaparrot/plugNmeet-server demo_url: https://demo.plugnmeet.com/login.html stargazers_count: 322 -updated_at: '2025-01-04' +updated_at: '2025-01-12' archived: false diff --git a/software/pluxml.yml b/software/pluxml.yml index c658454173..64206d20dc 100644 --- a/software/pluxml.yml +++ b/software/pluxml.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/pluxml/PluXml stargazers_count: 222 -updated_at: '2025-01-08' +updated_at: '2025-01-12' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index d196168c48..156a0e69b5 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: 42798 -updated_at: '2025-01-11' +stargazers_count: 42822 +updated_at: '2025-01-12' archived: false diff --git a/software/podfetch.yml b/software/podfetch.yml index a9c4c3932e..a1c5205ba2 100644 --- a/software/podfetch.yml +++ b/software/podfetch.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Audio Streaming - Automation -stargazers_count: 369 -updated_at: '2025-01-11' +stargazers_count: 368 +updated_at: '2025-01-12' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index 91e070eac6..847e6c138c 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4101 +stargazers_count: 4103 updated_at: '2025-01-08' archived: false diff --git a/software/posio.yml b/software/posio.yml index 52f2b8ab18..5ce2973967 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: 615 +stargazers_count: 616 updated_at: '2024-07-29' archived: false diff --git a/software/postal.yml b/software/postal.yml index 99c2326377..02d555ce5a 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: 15076 +stargazers_count: 15079 updated_at: '2024-10-31' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index 9f85b8dac4..433d48422a 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23146 -updated_at: '2025-01-11' +stargazers_count: 23160 +updated_at: '2025-01-12' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index bdb8aa01c0..a522fe0348 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: 16952 -updated_at: '2025-01-09' +stargazers_count: 16996 +updated_at: '2025-01-12' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index 1770c49b45..49a35c4d11 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: 8316 +stargazers_count: 8317 updated_at: '2025-01-06' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index 7a6ae661dc..ba7ab1a6d2 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: 1949 +stargazers_count: 1950 updated_at: '2025-01-10' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index 2daea2fc4b..15b5055d28 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: 6749 +stargazers_count: 6755 updated_at: '2025-01-11' archived: false diff --git a/software/projectsend.yml b/software/projectsend.yml index 4b594c59e5..8fa99db181 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: 1458 +stargazers_count: 1459 updated_at: '2024-12-11' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index 3138b5a5e5..20553d7a62 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: 1600 +stargazers_count: 1601 updated_at: '2024-11-15' archived: false diff --git a/software/psychic.yml b/software/psychic.yml index ff097ccaa3..3c1e6788b5 100644 --- a/software/psychic.yml +++ b/software/psychic.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/psychic-api/psychic -stargazers_count: 2323 +stargazers_count: 2324 updated_at: '2024-10-20' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index 92c42f3353..30d342f4a7 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: 7024 -updated_at: '2024-11-15' +stargazers_count: 7030 +updated_at: '2025-01-12' archived: false diff --git a/software/publify.yml b/software/publify.yml index 42165b8558..aafbb2e2ac 100644 --- a/software/publify.yml +++ b/software/publify.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/publify/publify stargazers_count: 1828 -updated_at: '2024-12-28' +updated_at: '2025-01-12' archived: false diff --git a/software/pufferpanel.yml b/software/pufferpanel.yml index bbd7399bda..6852040844 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: 1394 -updated_at: '2025-01-06' +stargazers_count: 1397 +updated_at: '2025-01-12' archived: false diff --git a/software/puter.yml b/software/puter.yml index 64dbc88a29..b075d01ac1 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: 27492 +stargazers_count: 27514 updated_at: '2025-01-11' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index b37fdab7be..e3c4be3c97 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: 3385 -updated_at: '2025-01-07' +stargazers_count: 3387 +updated_at: '2025-01-12' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index 1730d2a5c3..44f68699c8 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: 29370 -updated_at: '2025-01-11' +stargazers_count: 29393 +updated_at: '2025-01-12' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index a02e1fe240..634da842a0 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: 4615 +stargazers_count: 4617 updated_at: '2024-10-10' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index 602b09b308..c40291e424 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10777 -updated_at: '2025-01-11' +stargazers_count: 10787 +updated_at: '2025-01-12' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index 713ce073c4..596f8ffb98 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: 3454 -updated_at: '2025-01-10' +stargazers_count: 3455 +updated_at: '2025-01-12' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index 0c8bb120da..a780b5db53 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: 3860 +stargazers_count: 3864 updated_at: '2025-01-11' archived: false diff --git a/software/rconcli.yml b/software/rconcli.yml index 3d18c2f2bc..d07ae202e2 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: 515 +stargazers_count: 516 updated_at: '2024-12-12' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index 975166a95f..ea4f52cda5 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 27001 -updated_at: '2025-01-11' +stargazers_count: 27005 +updated_at: '2025-01-12' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index 19e6084db4..954a1e2b20 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: 659 -updated_at: '2025-01-08' +stargazers_count: 662 +updated_at: '2025-01-12' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 8f2691068a..4438bababb 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login -stargazers_count: 245 -updated_at: '2025-01-11' +stargazers_count: 246 +updated_at: '2025-01-12' archived: false diff --git a/software/redash.yml b/software/redash.yml index 095228c4d8..d069f621aa 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: 26730 +stargazers_count: 26733 updated_at: '2025-01-01' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index f92e81f292..5b7e7e6cbd 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: 1544 +stargazers_count: 1549 updated_at: '2024-12-02' archived: false diff --git a/software/remark42.yml b/software/remark42.yml index 124c9ce424..d149d2cba5 100644 --- a/software/remark42.yml +++ b/software/remark42.yml @@ -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: 5006 +stargazers_count: 5009 updated_at: '2025-01-02' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index f6d269fc78..d4e817e26e 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4642 +stargazers_count: 4644 updated_at: '2024-12-17' archived: false diff --git a/software/request-tracker.yml b/software/request-tracker.yml index 45a502fd50..db3953b168 100644 --- a/software/request-tracker.yml +++ b/software/request-tracker.yml @@ -8,6 +8,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/bestpractical/rt -stargazers_count: 971 +stargazers_count: 972 updated_at: '2024-12-30' archived: false diff --git a/software/restreamer.yml b/software/restreamer.yml index fef91ec373..580310a5eb 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4139 +stargazers_count: 4143 updated_at: '2024-11-26' archived: false diff --git a/software/retroshare.yml b/software/retroshare.yml index afa7eb0ed7..3b0b3eae12 100644 --- a/software/retroshare.yml +++ b/software/retroshare.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RetroShare/RetroShare stargazers_count: 1777 -updated_at: '2025-01-06' +updated_at: '2025-01-12' archived: false diff --git a/software/revolt.yml b/software/revolt.yml index 236b689b1a..45ae3b9729 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: 1070 +stargazers_count: 1074 updated_at: '2024-12-23' archived: false diff --git a/software/rgit.yml b/software/rgit.yml index 87c27f6115..b4cff0a9a3 100644 --- a/software/rgit.yml +++ b/software/rgit.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/w4/rgit -stargazers_count: 136 +stargazers_count: 137 updated_at: '2025-01-08' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 6109138654..5ba0ff295e 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41603 +stargazers_count: 41612 updated_at: '2025-01-10' archived: false diff --git a/software/romm.yml b/software/romm.yml index 68349e5eac..1ffa9f311c 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: 2872 -updated_at: '2025-01-11' +stargazers_count: 2876 +updated_at: '2025-01-12' archived: false diff --git a/software/roundcube.yml b/software/roundcube.yml index 779aded362..acf387b7fb 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: 6002 +stargazers_count: 6003 updated_at: '2025-01-08' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index cccc9fd9c9..22b8f83644 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: 7508 -updated_at: '2025-01-10' +stargazers_count: 7511 +updated_at: '2025-01-12' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index d76c46613d..1ce619da03 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34719 -updated_at: '2025-01-11' +stargazers_count: 34730 +updated_at: '2025-01-12' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index 90d8589859..b98fb5a662 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7080 +stargazers_count: 7084 updated_at: '2024-12-07' archived: false diff --git a/software/ryot.yml b/software/ryot.yml index 5847ccdc7c..18bdbe835a 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2136 -updated_at: '2025-01-09' +stargazers_count: 2137 +updated_at: '2025-01-12' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index f75e89f262..2a6dc2039f 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: 20981 +stargazers_count: 20985 updated_at: '2025-01-10' archived: false diff --git a/software/sandstorm.yml b/software/sandstorm.yml index b3a432ba40..b2494597fd 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: 6787 +stargazers_count: 6788 updated_at: '2024-12-17' archived: false diff --git a/software/scholarsome.yml b/software/scholarsome.yml index e99e512459..e0bf355565 100644 --- a/software/scholarsome.yml +++ b/software/scholarsome.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/hwgilbert16/scholarsome demo_url: https://scholarsome.com/ -stargazers_count: 552 +stargazers_count: 554 updated_at: '2024-07-23' archived: false diff --git a/software/scoold.yml b/software/scoold.yml index d64414ed3a..1c57e1fe10 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: 874 +stargazers_count: 873 updated_at: '2025-01-11' archived: false diff --git a/software/screego.yml b/software/screego.yml index 2ebe92f300..645f0bb873 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: 8194 +stargazers_count: 8198 updated_at: '2024-12-07' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index 4515700f06..a9888a4e67 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: 15059 +stargazers_count: 15079 updated_at: '2025-01-10' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index dd8f8dd2b3..1c121e177d 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: 23448 +stargazers_count: 23452 updated_at: '2025-01-08' archived: false diff --git a/software/send.yml b/software/send.yml index b63eef0400..dab021f892 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4923 +stargazers_count: 4925 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 7c19189360..ab64376642 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: 39597 +stargazers_count: 39605 updated_at: '2025-01-11' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index 3daeba83ab..dd29773ad7 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: 9783 +stargazers_count: 9789 updated_at: '2025-01-11' archived: false diff --git a/software/shaarli.yml b/software/shaarli.yml index 3f9b8db1f2..7a09da77a8 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: 3494 +stargazers_count: 3496 updated_at: '2025-01-01' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index 191d2f4a2b..04bb972327 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: 1419 +stargazers_count: 1421 updated_at: '2025-01-07' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 218398ad2d..3ade86a621 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: 9833 +stargazers_count: 9834 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index 0acd64eae0..f193c61f73 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: 3445 +stargazers_count: 3449 updated_at: '2024-12-27' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index ea18b85fd4..affa71712f 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: 2831 -updated_at: '2025-01-09' +stargazers_count: 2833 +updated_at: '2025-01-12' archived: false diff --git a/software/simple-machines-forum.yml b/software/simple-machines-forum.yml index 526e7b582e..e5060e95f6 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: 609 -updated_at: '2025-01-06' +stargazers_count: 610 +updated_at: '2025-01-12' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index 29efdc08c3..50bb08f4e6 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: 5315 +stargazers_count: 5317 updated_at: '2024-12-20' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index f000d85273..59b96f1a6a 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: 7678 -updated_at: '2025-01-10' +stargazers_count: 7690 +updated_at: '2025-01-12' archived: false diff --git a/software/sish.yml b/software/sish.yml index 07da2a4d97..7ce08fe03c 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: 4077 +stargazers_count: 4078 updated_at: '2025-01-08' archived: false diff --git a/software/sist2.yml b/software/sist2.yml index ae390068e6..0b8748c1b8 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: 916 -updated_at: '2024-04-26' +stargazers_count: 919 +updated_at: '2025-01-12' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index ef68163659..415734045a 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26315 +stargazers_count: 26346 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index b91e2f0042..bcf66aa532 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2113 +stargazers_count: 2117 updated_at: '2025-01-04' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index 4c2eb71bc5..a708cff193 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: 1228 +stargazers_count: 1230 updated_at: '2024-12-18' archived: false diff --git a/software/snapcast.yml b/software/snapcast.yml index ef27330bed..e5eb894555 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: 6336 -updated_at: '2025-01-09' +stargazers_count: 6337 +updated_at: '2025-01-12' archived: false diff --git a/software/socioboard.yml b/software/socioboard.yml index 4b580d6cae..a757e2e6fe 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: 1196 +stargazers_count: 1197 updated_at: '2024-10-15' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index a8c2afffc3..9541d2f4c4 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2629 +stargazers_count: 2631 updated_at: '2024-12-21' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index 2fc1ab0867..0ac157c414 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11147 +stargazers_count: 11157 updated_at: '2025-01-11' archived: false diff --git a/software/spacebin.yml b/software/spacebin.yml index 895b726787..321ba64942 100644 --- a/software/spacebin.yml +++ b/software/spacebin.yml @@ -10,6 +10,6 @@ platforms: tags: - Pastebins demo_url: https://spaceb.in -stargazers_count: 96 +stargazers_count: 97 updated_at: '2024-09-06' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index 74ae738cec..022b239519 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2389 +stargazers_count: 2390 updated_at: '2024-06-04' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index 1ad761c252..1494c227c4 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: 13198 -updated_at: '2025-01-10' +stargazers_count: 13199 +updated_at: '2025-01-12' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index c2cdbf0fc6..e3cb761088 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: 1749 +stargazers_count: 1774 updated_at: '2025-01-12' archived: false diff --git a/software/squidex.yml b/software/squidex.yml index 94d20fa203..3cb2fe1220 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: 2294 +stargazers_count: 2295 updated_at: '2024-12-20' archived: false diff --git a/software/srs.yml b/software/srs.yml index a0216d9069..e8cce4824b 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: 26142 +stargazers_count: 26145 updated_at: '2024-12-05' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index e5208dce26..20ed756166 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: 2546 +stargazers_count: 2549 updated_at: '2024-12-13' archived: false diff --git a/software/stackstorm.yml b/software/stackstorm.yml index b163c1793c..b01bac7385 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: 6140 +stargazers_count: 6141 updated_at: '2025-01-10' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index e21ec830fe..5f848606f5 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: 5868 -updated_at: '2025-01-11' +stargazers_count: 5884 +updated_at: '2025-01-12' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index 2a0c9447fb..2935878edd 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.org/ -stargazers_count: 5469 +stargazers_count: 5472 updated_at: '2025-01-09' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index 6089773760..fc9e7844e0 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: 323 +stargazers_count: 324 updated_at: '2025-01-11' archived: false diff --git a/software/startos.yml b/software/startos.yml index bb437dd0ab..1f0ff3eb63 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: 1069 +stargazers_count: 1070 updated_at: '2024-09-26' archived: false diff --git a/software/stash.yml b/software/stash.yml index 2286ced5cd..ef5b93b991 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: 9616 +stargazers_count: 9620 updated_at: '2024-12-04' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index 1841a95f0c..3057c7896b 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 1620 +stargazers_count: 1621 updated_at: '2025-01-10' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index 26c887da9d..98021aa6a1 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: 48776 +stargazers_count: 48793 updated_at: '2025-01-12' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index aae72a44db..d73f98e911 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: 64592 +stargazers_count: 64604 updated_at: '2025-01-10' archived: false diff --git a/software/streama.yml b/software/streama.yml index 9389c09f91..1cc2c227bc 100644 --- a/software/streama.yml +++ b/software/streama.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/streamaserver/streama -stargazers_count: 9715 +stargazers_count: 9717 updated_at: '2024-04-04' archived: false diff --git a/software/stump.yml b/software/stump.yml index 35cdaf0795..57cb858d5b 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: 1101 +stargazers_count: 1102 updated_at: '2024-12-08' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index 49cbf67949..2d23b5fb53 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4623 +stargazers_count: 4626 updated_at: '2025-01-03' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 89fb0ab721..9e6258f4e5 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: 21586 -updated_at: '2025-01-10' +stargazers_count: 21618 +updated_at: '2025-01-12' archived: false diff --git a/software/superset.yml b/software/superset.yml index a420c3a59e..52df9e4067 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: 63757 +stargazers_count: 63764 updated_at: '2025-01-11' archived: false diff --git a/software/svix.yml b/software/svix.yml index 91f9bb747d..848294c042 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: 2493 +stargazers_count: 2495 updated_at: '2025-01-10' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index 35eb7804f8..6526122d6e 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: 2993 +stargazers_count: 2999 updated_at: '2025-01-11' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index 84a3e9c586..2811f47b1f 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: 853 +stargazers_count: 856 updated_at: '2025-01-10' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index 140957ce30..d70a6669b6 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: 8059 +stargazers_count: 8060 updated_at: '2025-01-10' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index c7fe0159a6..b0d660c0e7 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: 1790 +stargazers_count: 1795 updated_at: '2025-01-08' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index 80ef6e42e3..ea01476ed4 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: 66776 +stargazers_count: 66795 updated_at: '2025-01-11' archived: false diff --git a/software/synctube.yml b/software/synctube.yml index a45bf59ad6..1395312c80 100644 --- a/software/synctube.yml +++ b/software/synctube.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Video Streaming source_code_url: https://github.com/RblSb/SyncTube stargazers_count: 275 -updated_at: '2024-12-14' +updated_at: '2025-01-12' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index 6a25d7160b..7d82599711 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: 3932 -updated_at: '2025-01-10' +stargazers_count: 3934 +updated_at: '2025-01-12' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 6bf82b76c9..5cce23b0a2 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: 3059 +stargazers_count: 3061 updated_at: '2025-01-02' archived: false diff --git a/software/tamari.yml b/software/tamari.yml index 549aeb66d6..5a2855760d 100644 --- a/software/tamari.yml +++ b/software/tamari.yml @@ -11,5 +11,5 @@ tags: - Recipe Management demo_url: https://app.tamariapp.com stargazers_count: 78 -updated_at: '2024-12-31' +updated_at: '2025-01-12' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index 04d0bb5ad2..64b9247ece 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: 5815 +stargazers_count: 5820 updated_at: '2025-01-05' archived: false diff --git a/software/tasks.md.yml b/software/tasks.md.yml index 119557468c..953fa02958 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: 968 +stargazers_count: 970 updated_at: '2024-12-02' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index a3d1c00784..441ff0ce16 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22542 -updated_at: '2025-01-10' +stargazers_count: 22544 +updated_at: '2025-01-12' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index 7f0b97372f..e1e3b43f26 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: 1694 +stargazers_count: 1693 updated_at: '2025-01-10' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index 14caf8dc66..b4f9769ac2 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: 4781 +stargazers_count: 4785 updated_at: '2024-12-21' archived: false diff --git a/software/teedy.yml b/software/teedy.yml index d1c7da9cf5..0df5b59c65 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: 2012 +stargazers_count: 2011 updated_at: '2024-09-07' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index 4a59c6d576..31872f8d91 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: 6203 +stargazers_count: 6207 updated_at: '2025-01-07' archived: false diff --git a/software/textpattern.yml b/software/textpattern.yml index 928d14c4e0..2023a3cb7b 100644 --- a/software/textpattern.yml +++ b/software/textpattern.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/textpattern/textpattern demo_url: https://textpattern.co/demo stargazers_count: 804 -updated_at: '2025-01-10' +updated_at: '2025-01-12' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index 7276c7cc6c..7ee632be63 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: 5677 -updated_at: '2025-01-11' +stargazers_count: 5678 +updated_at: '2025-01-12' archived: false diff --git a/software/thelia.yml b/software/thelia.yml index f9e3b1bb58..fd1d55dde0 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: 858 +stargazers_count: 859 updated_at: '2024-12-06' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index 49206930f1..194dcac84c 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: 18041 +stargazers_count: 18044 updated_at: '2025-01-10' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index 312634ab22..64f23018fd 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: 4981 +stargazers_count: 4983 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index cef0e5f085..affaef6ef4 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: 7684 -updated_at: '2025-01-10' +stargazers_count: 7811 +updated_at: '2025-01-12' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 83382b0e70..7143cf091c 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: 2301 +stargazers_count: 2304 updated_at: '2025-01-10' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index f0f966f687..e0ace0712a 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: 33653 +stargazers_count: 33658 updated_at: '2025-01-10' archived: false diff --git a/software/tox.yml b/software/tox.yml index a1c2c6e261..783818d5c4 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: 2321 -updated_at: '2025-01-11' +stargazers_count: 2322 +updated_at: '2025-01-12' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index 1a09fff403..6233c6af30 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52635 +stargazers_count: 52658 updated_at: '2025-01-09' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 0daefb9ed1..37fd7f5c7b 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: 15365 +stargazers_count: 15366 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index 7ee53046bd..648be05513 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: 12521 +stargazers_count: 12526 updated_at: '2025-01-09' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index 2a777b73fd..d9fbd69930 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27823 +stargazers_count: 27828 updated_at: '2024-05-30' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 650c866980..2c3cb3ece4 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: 5495 +stargazers_count: 5501 updated_at: '2024-12-20' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index 95a09039a5..baf349b112 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2070 +stargazers_count: 2071 updated_at: '2025-01-09' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index 3443005266..859a2cc3b3 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9091 +stargazers_count: 9094 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index c01b7f17ea..1c5d5338de 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24466 -updated_at: '2025-01-11' +stargazers_count: 24477 +updated_at: '2025-01-12' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index 7e2d97ad37..0603dd2d0c 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: 9813 +stargazers_count: 9814 updated_at: '2025-01-10' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index 08d71d94f7..e26250aba3 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: 7836 +stargazers_count: 7838 updated_at: '2025-01-10' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index 3dfc88cbe4..396d769633 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: 21709 +stargazers_count: 21712 updated_at: '2025-01-09' archived: false diff --git a/software/umami.yml b/software/umami.yml index bb46b4885f..0ef12d7e6d 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: 23685 +stargazers_count: 23702 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index f894a3b85e..d08c48501c 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: 4653 +stargazers_count: 4655 updated_at: '2025-01-07' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index f72ab1f72e..9d26f70e5d 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: 7935 +stargazers_count: 7946 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index 092cbc007e..0784cc1208 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: 4294 +stargazers_count: 4299 updated_at: '2025-01-07' archived: false diff --git a/software/unrealircd.yml b/software/unrealircd.yml index 8a57cc5f74..39c6499f9d 100644 --- a/software/unrealircd.yml +++ b/software/unrealircd.yml @@ -9,5 +9,5 @@ tags: - Communication - IRC source_code_url: https://github.com/unrealircd/unrealircd stargazers_count: 439 -updated_at: '2025-01-03' +updated_at: '2025-01-12' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index f47de10a4d..2b28f50237 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: 2796 +stargazers_count: 2798 updated_at: '2025-01-10' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index 9783f4d625..ab2f1f8a32 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: 62416 +stargazers_count: 62452 updated_at: '2024-12-22' archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index a23e59d76e..7b9b6c2aa2 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: 9674 +stargazers_count: 9679 updated_at: '2024-12-04' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index 1485265eb4..cda9988703 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3736 +stargazers_count: 3737 updated_at: '2025-01-04' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 46816ee78a..442ec9eb36 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: 40685 +stargazers_count: 40718 updated_at: '2025-01-11' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index c351307861..c7469da039 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: 5910 +stargazers_count: 5913 updated_at: '2025-01-10' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 4eba60ed7d..41d2004173 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1835 -updated_at: '2025-01-10' +stargazers_count: 1836 +updated_at: '2025-01-12' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index ed9706ecf3..c255955852 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: 443 -updated_at: '2025-01-11' +stargazers_count: 444 +updated_at: '2025-01-13' archived: false diff --git a/software/wackowiki.yml b/software/wackowiki.yml index 4e364b192b..3d094ab030 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: 45 +stargazers_count: 46 updated_at: '2025-01-04' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 4a8ff6b2f3..3e5ef8eb22 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: 18612 +stargazers_count: 18614 updated_at: '2025-01-07' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index 6a06778054..24afa574b0 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: 2941 +stargazers_count: 2946 updated_at: '2024-12-22' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index 73f38925b8..51d2f1fa1e 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: 10800 +stargazers_count: 10806 updated_at: '2025-01-10' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index 999b9e6977..57a83ea8d0 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: 4102 +stargazers_count: 4103 updated_at: '2025-01-09' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index 67e270f48a..00c77f48dd 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: 366 -updated_at: '2025-01-11' +stargazers_count: 365 +updated_at: '2025-01-12' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index 163578d5c6..f4e32e9474 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 188 +stargazers_count: 189 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index 90fa59e0bc..162292b69e 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: 1858 +stargazers_count: 1859 updated_at: '2025-01-09' archived: false diff --git a/software/wbo.yml b/software/wbo.yml index eaadee619a..1cd38bf30e 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: 2222 +stargazers_count: 2224 updated_at: '2024-10-13' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index 354ecac376..21c8364160 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -11,6 +11,6 @@ tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org -stargazers_count: 4751 -updated_at: '2025-01-11' +stargazers_count: 4759 +updated_at: '2025-01-12' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index 7f272082de..115c835c4e 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: 520 -updated_at: '2025-01-10' +stargazers_count: 519 +updated_at: '2025-01-12' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 99dcdb459d..fda55f2511 100644 --- a/software/wekan.yml +++ b/software/wekan.yml @@ -9,5 +9,5 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/wekan/wekan stargazers_count: 19721 -updated_at: '2025-01-11' +updated_at: '2025-01-12' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index dc235f38ee..528c92a891 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: 4434 +stargazers_count: 4435 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index fba19623b9..43a00bdfcb 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3364 +stargazers_count: 3368 updated_at: '2025-01-10' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 6a14d35061..0c580a9720 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: 9739 +stargazers_count: 9742 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index 32874ef2a5..a7230e33ba 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: 25347 +stargazers_count: 25357 updated_at: '2025-01-01' archived: false diff --git a/software/wikidocs.yml b/software/wikidocs.yml index 634e993f8b..15e0d7b56b 100644 --- a/software/wikidocs.yml +++ b/software/wikidocs.yml @@ -10,6 +10,6 @@ platforms: tags: - Wikis demo_url: https://demo.wikidocs.it -stargazers_count: 361 +stargazers_count: 363 updated_at: '2025-01-08' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 8a691d82b5..6807bfb4e1 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: 1942 +stargazers_count: 1943 updated_at: '2025-01-09' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index fb14601f3a..1dafe74537 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: 9500 +stargazers_count: 9503 updated_at: '2025-01-11' archived: false diff --git a/software/word-mastermind.yml b/software/word-mastermind.yml index 066af14493..44ad7c4a6a 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: 165 +stargazers_count: 167 updated_at: '2024-04-01' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index 857ca7940b..8961cedc58 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: 19764 -updated_at: '2025-01-11' +stargazers_count: 19767 +updated_at: '2025-01-12' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index bb3df1de4c..377292c6e0 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: 4604 +stargazers_count: 4606 updated_at: '2024-12-01' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index 6f255b798c..5d7ff16af9 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://playground.xwiki.org -stargazers_count: 1027 +stargazers_count: 1030 updated_at: '2025-01-10' archived: false diff --git a/software/yaade.yml b/software/yaade.yml index 1a6f7fdb6a..a9ccecd196 100644 --- a/software/yaade.yml +++ b/software/yaade.yml @@ -9,5 +9,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/EsperoTech/yaade stargazers_count: 1627 -updated_at: '2024-12-24' +updated_at: '2025-01-12' archived: false diff --git a/software/yacy.yml b/software/yacy.yml index 7265a829a8..ed66a6257e 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: 3461 +stargazers_count: 3462 updated_at: '2025-01-03' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index 3d87c376b9..d55977e5ec 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: 3076 +stargazers_count: 3082 updated_at: '2024-12-04' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index 0a42be51ef..02b8d38c76 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: 3335 +stargazers_count: 3336 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index eb511cbec7..f30fabb543 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: 10928 +stargazers_count: 10927 updated_at: '2024-12-31' archived: false diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml index 85577421f9..aeaf0b20a5 100644 --- a/software/youtubedl-material.yml +++ b/software/youtubedl-material.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2720 +stargazers_count: 2723 updated_at: '2024-01-18' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index 54dd162ac8..328232c685 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1049 +stargazers_count: 1050 updated_at: '2025-01-08' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index a2f8504ea3..6f0a3e7670 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: 4573 +stargazers_count: 4576 updated_at: '2025-01-10' archived: false diff --git a/software/zenko-cloudserver.yml b/software/zenko-cloudserver.yml index 75a1b5b7a3..71771c698d 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: 1734 +stargazers_count: 1735 updated_at: '2025-01-09' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index d1348e6394..87c7060c48 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: 1684 +stargazers_count: 1687 updated_at: '2025-01-10' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index 0eaf1f6313..76d998b94d 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: 5263 +stargazers_count: 5264 updated_at: '2025-01-05' archived: false diff --git a/software/zot-oci-registry.yml b/software/zot-oci-registry.yml index 38b766f463..d2e028109f 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: 1014 +stargazers_count: 1017 updated_at: '2025-01-04' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index 636a6da2d3..3f74c07027 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: 21922 -updated_at: '2025-01-10' +stargazers_count: 21925 +updated_at: '2025-01-12' archived: false diff --git "a/software/\302\265streamer.yml" "b/software/\302\265streamer.yml" index 02c061ad2c..7f0e7510c6 100644 --- "a/software/\302\265streamer.yml" +++ "b/software/\302\265streamer.yml" @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/pikvm/ustreamer -stargazers_count: 1763 +stargazers_count: 1764 updated_at: '2024-12-27' archived: false diff --git "a/software/\302\265task.yml" "b/software/\302\265task.yml" index e2f4c28901..8a31d33ac6 100644 --- "a/software/\302\265task.yml" +++ "b/software/\302\265task.yml" @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/ovh/utask -stargazers_count: 1226 +stargazers_count: 1227 updated_at: '2024-12-13' archived: false From 9dd3f5e038c94156f4a5893a9b2625fb56fff3f7 Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Tue, 14 Jan 2025 00:43:21 +0000 Subject: [PATCH 25/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/a-dark-room.yml | 2 +- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 4 ++-- software/adguard-home.yml | 2 +- software/adminerevo.yml | 2 +- software/adventurelog.yml | 4 ++-- software/akaunting.yml | 2 +- software/alfresco-community-edition.yml | 2 +- software/ampache.yml | 4 ++-- software/anonaddy.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 4 ++-- software/anycable.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 2 +- software/apaxy.yml | 2 +- software/appflowy.yml | 4 ++-- software/apprise.yml | 2 +- software/appsmith.yml | 4 ++-- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 2 +- software/archivesspace.yml | 2 +- software/artalk.yml | 2 +- software/asciinema.yml | 2 +- software/asterisk.yml | 2 +- software/atomic-server.yml | 2 +- software/atsumeru.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/automatisch.yml | 4 ++-- software/azimutt.yml | 2 +- software/azuracast.yml | 4 ++-- software/baby-buddy.yml | 2 +- software/backdrop-cms.yml | 2 +- software/bagisto.yml | 4 ++-- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 2 +- software/beets.yml | 2 +- software/bigbluebutton.yml | 4 ++-- software/bigcapital.yml | 2 +- software/bitmagnet.yml | 2 +- software/bittorrent-tracker.yml | 2 +- software/bitwarden.yml | 4 ++-- software/black-candy.yml | 2 +- software/blocky.yml | 2 +- software/bludit.yml | 2 +- software/bluecherry.yml | 2 +- software/bookstack.yml | 4 ++-- software/bookwyrm.yml | 2 +- software/briefkasten.yml | 2 +- software/btcpay-server.yml | 4 ++-- software/budibase.yml | 4 ++-- software/bugsink.yml | 2 +- software/buku.yml | 2 +- software/bunkerweb.yml | 2 +- software/bytebase.yml | 4 ++-- software/caddy.yml | 2 +- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 4 ++-- software/canvas-lms.yml | 4 ++-- software/casaos.yml | 2 +- software/centrifugo.yml | 2 +- software/cerbos.yml | 4 ++-- software/chamilo-lms.yml | 2 +- software/changedetection.io.yml | 4 ++-- software/chartbrew.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chibisafe.yml | 2 +- software/christmas-community.yml | 2 +- software/ckan.yml | 4 ++-- software/claper.yml | 2 +- software/clearflask.yml | 2 +- software/cloudbeaver.yml | 2 +- software/cockpit.yml | 2 +- software/code-server.yml | 4 ++-- software/coder.yml | 4 ++-- software/collective-access---providence.yml | 4 ++-- software/commafeed.yml | 4 ++-- software/composio.yml | 4 ++-- software/conduwuit.yml | 2 +- software/contao.yml | 2 +- software/convos.yml | 2 +- software/copyparty.yml | 4 ++-- software/coreshop.yml | 2 +- software/corteza.yml | 2 +- software/cosmos.yml | 4 ++-- software/craftcms.yml | 2 +- software/cryptpad.yml | 2 +- software/cups.yml | 2 +- software/cyberchef.yml | 2 +- software/cypht.yml | 4 ++-- software/cyrus-imap.yml | 2 +- software/dagu.yml | 2 +- software/dashy.yml | 2 +- software/datasette.yml | 2 +- software/diaspora.yml | 2 +- software/dietpi.yml | 2 +- software/dify.ai.yml | 4 ++-- software/directus.yml | 4 ++-- software/discount-bandit.yml | 2 +- software/discourse.yml | 4 ++-- software/dittofeed.yml | 2 +- software/django-wiki.yml | 2 +- software/docat.yml | 2 +- software/docker-mailserver.yml | 2 +- software/docmost.yml | 2 +- software/docspell.yml | 4 ++-- software/documize.yml | 2 +- software/docuseal.yml | 4 ++-- software/dokuwiki.yml | 4 ++-- software/dolibarr.yml | 4 ++-- software/domainmod.yml | 2 +- software/domjudge.yml | 2 +- software/donetick.yml | 2 +- software/dovecot.yml | 2 +- software/draw.io.yml | 2 +- software/dreamfactory.yml | 2 +- software/druid.yml | 2 +- software/dspace.yml | 2 +- software/eclipse-che.yml | 2 +- software/egroupware.yml | 2 +- software/ejabberd.yml | 4 ++-- software/elabftw.yml | 2 +- software/elasticsearch.yml | 4 ++-- software/element.yml | 4 ++-- software/emailwiz.yml | 2 +- software/emqx.yml | 4 ++-- software/enclosed.yml | 2 +- software/ente.yml | 4 ++-- software/ergo.yml | 2 +- software/erpnext.yml | 4 ++-- software/erxes.yml | 2 +- software/espocrm.yml | 4 ++-- software/etebase-etesync.yml | 2 +- software/evershop.yml | 2 +- software/evidence.yml | 2 +- software/ezbookkeeping.yml | 2 +- software/fasten-health.yml | 2 +- software/fava.yml | 2 +- software/fenrus.yml | 2 +- software/fider.yml | 2 +- software/filebrowser.yml | 2 +- software/filegator.yml | 2 +- software/filestash.yml | 4 ++-- software/firefly-iii.yml | 2 +- software/firefox-account-server.yml | 2 +- software/firezone.yml | 4 ++-- software/flagsmith.yml | 4 ++-- software/flarum.yml | 2 +- software/flatnotes.yml | 2 +- software/flatpress.yml | 2 +- software/flipt.yml | 4 ++-- software/flowforge.yml | 2 +- software/fluidd.yml | 2 +- software/flyimg.yml | 2 +- software/focalboard.yml | 2 +- software/foodcoopshop.yml | 2 +- software/formbricks.yml | 4 ++-- software/fossbilling.yml | 4 ++-- software/freescout.yml | 4 ++-- software/freeswitch.yml | 4 ++-- software/freshrss.yml | 4 ++-- software/friendica.yml | 4 ++-- software/frigate.yml | 4 ++-- software/fusion.yml | 4 ++-- software/fusionpbx.yml | 2 +- software/galene.yml | 2 +- software/ganymede.yml | 2 +- software/gatus.yml | 4 ++-- software/gerrit.yml | 2 +- software/ghost.yml | 4 ++-- software/ghostfolio.yml | 4 ++-- software/gibbon.yml | 2 +- software/gitbucket.yml | 2 +- software/gitea.yml | 4 ++-- software/gitit.yml | 2 +- software/gladys.yml | 2 +- software/glance.yml | 2 +- software/globaleaks.yml | 2 +- software/glowing-bear.yml | 2 +- software/go-feature-flag.yml | 4 ++-- software/goaccess.yml | 2 +- software/gogs.yml | 2 +- software/gollum.yml | 2 +- software/gonic.yml | 2 +- software/google-webfonts-helper.yml | 2 +- software/gophish.yml | 2 +- "software/gos\311\233.yml" | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 2 +- software/graphhopper.yml | 2 +- software/graphweaver.yml | 2 +- software/grimoire.yml | 2 +- software/grist.yml | 4 ++-- software/grocy.yml | 4 ++-- software/group-office.yml | 2 +- software/habitica.yml | 2 +- software/hackershare.yml | 2 +- software/handbrake-web.yml | 2 +- software/haraka.yml | 2 +- software/hasura.yml | 4 ++-- software/haven.yml | 2 +- software/headphones.yml | 2 +- software/healthchecks.yml | 4 ++-- software/hedgedoc.yml | 2 +- software/heimdall.yml | 2 +- software/hi.events.yml | 2 +- software/hiccup.yml | 2 +- software/hitobito.yml | 2 +- software/hoarder-app.yml | 4 ++-- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 4 ++-- software/homepage-by-gethomepage.yml | 2 +- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 2 +- software/hortusfox.yml | 2 +- software/htmly.yml | 4 ++-- software/hubleys.yml | 2 +- software/huginn.yml | 2 +- software/huly.yml | 4 ++-- software/humhub.yml | 4 ++-- software/hyperswitch.yml | 4 ++-- software/ihatemoney.yml | 2 +- software/ilias.yml | 2 +- software/imgproxy.yml | 4 ++-- software/immich.yml | 4 ++-- software/indico.yml | 4 ++-- software/instant.io.yml | 2 +- software/inventree.yml | 4 ++-- software/invidious.yml | 2 +- software/invoice-ninja.yml | 2 +- software/invoiceplane.yml | 2 +- software/invoiceshelf.yml | 4 ++-- software/iodine.yml | 2 +- software/iredmail.yml | 2 +- software/isponsorblocktv.yml | 2 +- software/isso.yml | 2 +- software/itflow.yml | 2 +- software/janus.yml | 2 +- software/jellyfin.yml | 4 ++-- software/jellyseerr.yml | 2 +- software/jelu.yml | 2 +- software/jina.yml | 2 +- software/jitsi-meet.yml | 4 ++-- software/jitsi-video-bridge.yml | 4 ++-- software/joomla!.yml | 4 ++-- software/joplin.yml | 4 ++-- software/judge0-ce.yml | 2 +- software/jump.yml | 2 +- software/kamailio.yml | 4 ++-- software/kanboard.yml | 2 +- software/kavita.yml | 2 +- software/kestra.yml | 4 ++-- software/keygen.yml | 2 +- software/keystonejs.yml | 2 +- software/kimai.yml | 2 +- software/kirby.yml | 2 +- software/kiwi-irc.yml | 2 +- software/kiwix-serve.yml | 2 +- software/klaus.yml | 2 +- software/kodi.yml | 2 +- software/koel.yml | 2 +- software/koillection.yml | 2 +- software/komga.yml | 4 ++-- software/kong.yml | 4 ++-- software/krayin.yml | 4 ++-- software/kriss-feed.yml | 2 +- software/kyoo.yml | 2 +- software/lago.yml | 4 ++-- software/lama-cleaner.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/lemmy.yml | 4 ++-- software/leon.yml | 2 +- software/libre-translate.yml | 4 ++-- software/librephotos.yml | 2 +- software/libreserver.yml | 2 +- software/lidarr.yml | 2 +- software/lidatube.yml | 2 +- software/lila.yml | 4 ++-- software/linkace.yml | 2 +- software/linkding.yml | 2 +- software/linkstack.yml | 2 +- software/linkwarden.yml | 4 ++-- software/linuxgsm.yml | 2 +- software/listmonk.yml | 4 ++-- software/litlyx.yml | 4 ++-- software/littlelink.yml | 2 +- software/live-helper-chat.yml | 2 +- software/livebook.yml | 2 +- software/lms.yml | 2 +- software/localess.yml | 2 +- software/loggit.yml | 2 +- software/luanti.yml | 4 ++-- software/lubelogger.yml | 2 +- software/lura.yml | 2 +- software/lychee.yml | 2 +- software/maddy-mail-server.yml | 2 +- software/mafl.yml | 2 +- software/mail-in-a-box.yml | 2 +- software/mailcatcher.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 2 +- software/mainsail.yml | 2 +- software/maloja.yml | 2 +- software/manage-my-damn-life.yml | 2 +- software/manifest.yml | 2 +- software/manticore-search.yml | 4 ++-- software/mantisbt.yml | 4 ++-- software/manyfold.yml | 4 ++-- software/mastodon.yml | 4 ++-- software/matchering.yml | 2 +- software/mathesar.yml | 2 +- software/matomo.yml | 2 +- software/mattermost.yml | 4 ++-- software/mautic.yml | 2 +- software/maybe.yml | 4 ++-- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusajs.yml | 4 ++-- software/meelo.yml | 2 +- software/meilisearch.yml | 4 ++-- software/memos.yml | 4 ++-- software/meshcentral.yml | 2 +- software/metabase.yml | 4 ++-- software/metube.yml | 4 ++-- software/microweber.yml | 2 +- software/mindsdb.yml | 4 ++-- software/mindustry.yml | 4 ++-- software/miniflux.yml | 4 ++-- software/minio.yml | 2 +- software/miniserve.yml | 2 +- software/mirotalk-c2c.yml | 2 +- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 4 ++-- software/modoboa.yml | 4 ++-- software/monica.yml | 2 +- software/mopidy.yml | 2 +- software/motor-admin.yml | 2 +- software/movim.yml | 2 +- software/mox.yml | 2 +- software/mpd.yml | 2 +- software/mstream.yml | 2 +- software/mta-sa.yml | 2 +- software/mumble.yml | 4 ++-- software/musikcube.yml | 2 +- software/mybb.yml | 2 +- software/myip.yml | 2 +- software/mylar3.yml | 4 ++-- software/n8n.yml | 4 ++-- software/navidrome-music-server.yml | 4 ++-- software/nefarious.yml | 2 +- software/neko.yml | 4 ++-- software/netron.yml | 4 ++-- software/newsblur.yml | 2 +- software/nextcloud-memories.yml | 4 ++-- software/nextcloud.yml | 4 ++-- software/nginx-proxy-manager.yml | 2 +- software/nocodb.yml | 4 ++-- software/node-red.yml | 4 ++-- software/nodebb.yml | 2 +- software/nominatim.yml | 2 +- software/novu.yml | 4 ++-- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/october.yml | 2 +- software/octobot.yml | 2 +- software/octobox.yml | 2 +- software/octoprint.yml | 2 +- software/odoo.yml | 4 ++-- software/olivetin.yml | 2 +- software/ombi.yml | 2 +- software/omeka.yml | 2 +- software/onionshare.yml | 4 ++-- software/onlyoffice.yml | 2 +- software/open-food-network.yml | 2 +- software/open-meteo.yml | 4 ++-- software/open-quartermaster.yml | 4 ++-- software/open-source-pos.yml | 4 ++-- software/open-source-routing-machine-osrm.yml | 2 +- software/opencart.yml | 4 ++-- software/openfire.yml | 2 +- software/openhab.yml | 2 +- software/openmediavault.yml | 2 +- software/openolat.yml | 4 ++-- software/openproject.yml | 4 ++-- software/openremote.yml | 2 +- software/opensearch.yml | 4 ++-- software/opensign.yml | 2 +- software/opensips.yml | 2 +- software/openstreetmap.yml | 4 ++-- software/opentripplanner.yml | 4 ++-- software/openttd.yml | 4 ++-- software/openziti.yml | 4 ++-- software/opik.yml | 4 ++-- software/orangehrm.yml | 2 +- software/organizr.yml | 2 +- software/ossn.yml | 2 +- software/otobo.yml | 2 +- software/outline.yml | 2 +- software/overleaf.yml | 4 ++-- software/overseerr.yml | 2 +- software/owncast.yml | 4 ++-- software/owncloud.yml | 2 +- software/paaster.yml | 2 +- software/pairdrop.yml | 2 +- software/paperless-ngx.yml | 4 ++-- software/papermerge.yml | 2 +- software/part-db.yml | 2 +- software/passbolt.yml | 2 +- software/passky.yml | 2 +- software/password-pusher.yml | 4 ++-- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 2 +- software/peertube.yml | 4 ++-- software/pelican-panel.yml | 4 ++-- software/penpot.yml | 4 ++-- software/photofield.yml | 2 +- software/photoprism.yml | 4 ++-- software/photoview.yml | 2 +- software/pi-hole.yml | 2 +- software/picoshare.yml | 2 +- software/pigallery-2.yml | 2 +- software/pinepods.yml | 2 +- software/pingvin-share.yml | 2 +- software/piwigo.yml | 2 +- software/pixelfed.yml | 2 +- software/plane.yml | 4 ++-- software/planka.yml | 4 ++-- software/plausible-analytics.yml | 4 ++-- software/plexripper.yml | 2 +- software/plik.yml | 2 +- software/pocketbase.yml | 2 +- software/pomerium.yml | 2 +- software/posthog.yml | 4 ++-- software/postiz.yml | 2 +- software/prestashop.yml | 4 ++-- software/pretalx.yml | 2 +- software/pretix.yml | 4 ++-- software/prisme-analytics.yml | 2 +- software/privatebin.yml | 2 +- software/projectsend.yml | 2 +- software/psychic.yml | 2 +- software/pterodactyl.yml | 2 +- software/pufferpanel.yml | 4 ++-- software/puter.yml | 4 ++-- software/pydio.yml | 4 ++-- software/pyload.yml | 2 +- software/qbittorrent.yml | 4 ++-- software/qloapps.yml | 2 +- software/qpixel.yml | 2 +- software/quassel-irc.yml | 2 +- software/radarr.yml | 2 +- software/radicale.yml | 2 +- software/rallly.yml | 4 ++-- software/rapidbay.yml | 2 +- software/rconcli.yml | 2 +- software/reactive-resume.yml | 4 ++-- software/reader.yml | 2 +- software/recipesage.yml | 2 +- software/recipya.yml | 4 ++-- software/redash.yml | 2 +- software/redlib.yml | 2 +- software/relate.yml | 2 +- software/remotely.yml | 2 +- software/restreamer.yml | 2 +- software/retrom.yml | 4 ++-- software/retroshare.yml | 2 +- software/revealjs.yml | 4 ++-- software/revolt.yml | 2 +- software/rocket.chat.yml | 4 ++-- software/romm.yml | 2 +- software/roundcube.yml | 2 +- software/routr.yml | 2 +- software/rss-bridge.yml | 2 +- software/rsshub.yml | 4 ++-- software/rstudio-server.yml | 4 ++-- software/rudderstack.yml | 4 ++-- software/rustdesk.yml | 2 +- software/rustypaste.yml | 2 +- software/ryot.yml | 2 +- software/saleor.yml | 4 ++-- software/scholarsome.yml | 2 +- software/screego.yml | 2 +- software/scribble.rs.yml | 2 +- software/seafile.yml | 2 +- software/searxng.yml | 4 ++-- software/seatsurfing.yml | 4 ++-- software/seaweedfs.yml | 2 +- software/send.yml | 2 +- software/sentry-self-hosted.yml | 4 ++-- software/servas.yml | 2 +- software/sftpgo.yml | 2 +- software/sharetribe.yml | 2 +- software/sharry.yml | 4 ++-- software/shelf.yml | 2 +- software/shellhub.yml | 4 ++-- software/shhh.yml | 4 ++-- software/shiori.yml | 2 +- software/shlink.yml | 4 ++-- software/shopware-community-edition.yml | 4 ++-- software/sigal.yml | 2 +- software/silverbullet.yml | 4 ++-- software/simple-machines-forum.yml | 2 +- software/simplelogin.yml | 2 +- software/simplex-chat.yml | 4 ++-- software/sipcapture-homer.yml | 2 +- software/sish.yml | 2 +- software/siyuan.yml | 2 +- software/slash.yml | 4 ++-- software/slskd.yml | 2 +- software/snapcast.yml | 2 +- software/snikket.yml | 2 +- software/sogo.yml | 2 +- software/soketi.yml | 2 +- software/solidinvoice.yml | 4 ++-- software/solidtime.yml | 2 +- software/sonarr.yml | 2 +- "software/speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spis.yml | 2 +- software/spree-commerce.yml | 4 ++-- software/sqlpage.yml | 2 +- software/squidex.yml | 2 +- software/srs.yml | 2 +- software/sshwifty.yml | 2 +- software/stalwart-mail-server.yml | 4 ++-- software/starbase-80.yml | 4 ++-- software/startos.yml | 2 +- software/stash.yml | 2 +- software/statping.ng.yml | 2 +- software/stirling-pdf.yml | 4 ++-- software/strapi.yml | 4 ++-- software/streama.yml | 2 +- software/stretto.yml | 2 +- software/stringer.yml | 4 ++-- software/stump.yml | 2 +- software/suitecrm.yml | 2 +- software/sunshine.yml | 4 ++-- software/superset.yml | 4 ++-- software/svix.yml | 2 +- software/swag-secure-web-application-gateway.yml | 2 +- software/swingmusic.yml | 2 +- software/sylius.yml | 2 +- software/synapse.yml | 4 ++-- software/syncthing.yml | 4 ++-- software/tagspaces.yml | 4 ++-- software/tailchat.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/tasmota.yml | 4 ++-- software/teampass.yml | 2 +- software/technitium-dns-server.yml | 2 +- software/teleport.yml | 4 ++-- software/teslamate.yml | 4 ++-- software/textbelt.yml | 2 +- software/textpattern.yml | 2 +- software/the-battle-for-wesnoth.yml | 4 ++-- software/the-lounge.yml | 2 +- software/thingsboard.yml | 2 +- software/thumbor.yml | 2 +- software/tiddlywiki.yml | 2 +- software/tileserver-gl.yml | 2 +- software/timeoff.management.yml | 2 +- software/timetagger.yml | 2 +- software/tine.yml | 2 +- software/tinode.yml | 2 +- software/tiny-file-manager.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 2 +- software/tolgee.yml | 4 ++-- software/tooljet.yml | 2 +- software/tox.yml | 2 +- software/tracim.yml | 2 +- software/tracks.yml | 2 +- software/traduora.yml | 2 +- software/traefik.yml | 2 +- software/traggo.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 2 +- software/traq.yml | 2 +- software/trilium-notes.yml | 2 +- software/tube-archivist.yml | 2 +- software/tubesync.yml | 2 +- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/tyk.yml | 4 ++-- software/typebot.yml | 2 +- software/typesense.yml | 4 ++-- software/typo3.yml | 4 ++-- software/uguu.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 2 +- software/umbrel.yml | 2 +- software/unison.yml | 2 +- software/upsnap.yml | 4 ++-- software/uptime-kuma.yml | 2 +- software/uvdesk.yml | 2 +- software/varnish.yml | 2 +- software/vaultwarden.yml | 4 ++-- software/viseron.yml | 2 +- software/vvveb-cms.yml | 2 +- software/w.yml | 2 +- software/wackowiki.yml | 2 +- software/wagtail.yml | 4 ++-- software/wakapi.yml | 2 +- software/wallabag.yml | 4 ++-- software/warpgate.yml | 2 +- software/wastebin.yml | 4 ++-- software/wavelog.yml | 2 +- software/wayback.yml | 2 +- software/weblate.yml | 4 ++-- software/websurfx.yml | 2 +- software/webtrees.yml | 4 ++-- software/wekan.yml | 2 +- software/wetty.yml | 2 +- software/wger.yml | 2 +- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wikmd.yml | 2 +- software/wildduck.yml | 2 +- software/wintercms.yml | 2 +- software/woocommerce.yml | 4 ++-- software/wordpress.yml | 4 ++-- software/workadventure.yml | 4 ++-- software/writefreely.yml | 2 +- software/xandikos.yml | 2 +- software/xwiki.yml | 2 +- software/yaade.yml | 2 +- software/yaffa.yml | 4 ++-- software/yarr.yml | 2 +- software/yopass.yml | 2 +- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/youtubedl-material.yml | 2 +- software/youtubedl-server.yml | 2 +- software/yt-dlp-web-ui.yml | 4 ++-- software/zammad.yml | 4 ++-- software/zenphoto.yml | 2 +- software/zentao.yml | 2 +- software/zipline.yml | 2 +- software/znc.yml | 2 +- software/zoneminder.yml | 2 +- software/zot-oci-registry.yml | 4 ++-- software/zulip.yml | 4 ++-- "software/\302\265streamer.yml" | 2 +- 648 files changed, 867 insertions(+), 867 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index db9e1f9375..33e46fcef3 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: 2441 +stargazers_count: 2445 updated_at: '2024-11-27' archived: false diff --git a/software/a-dark-room.yml b/software/a-dark-room.yml index d6c4c21636..97d9d2d42a 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: 7374 +stargazers_count: 7375 updated_at: '2024-04-02' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 0581a54c74..8e13dd8da6 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: 10904 -updated_at: '2025-01-12' +stargazers_count: 10912 +updated_at: '2025-01-13' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index 0a54424fbb..be9e0623bd 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: 13031 +stargazers_count: 13042 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index 2a5394c270..03ba1809fd 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server -stargazers_count: 3348 -updated_at: '2025-01-10' +stargazers_count: 3352 +updated_at: '2025-01-13' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 704f783c7f..102b67c24f 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: 26412 +stargazers_count: 26434 updated_at: '2025-01-10' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index f5658bdce0..7170e7a2e8 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 773 +stargazers_count: 776 updated_at: '2025-01-12' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index 4986d59261..72e6f87ce6 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: 767 -updated_at: '2025-01-12' +stargazers_count: 775 +updated_at: '2025-01-13' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index bd4c0a256a..fda6df5ebb 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: 8251 +stargazers_count: 8252 updated_at: '2025-01-12' archived: false diff --git a/software/alfresco-community-edition.yml b/software/alfresco-community-edition.yml index 33578baef8..86febe2d9c 100644 --- a/software/alfresco-community-edition.yml +++ b/software/alfresco-community-edition.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Alfresco/alfresco-community-repo stargazers_count: 151 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index c0512b90a2..a99087bd9a 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: 3580 -updated_at: '2024-12-20' +stargazers_count: 3581 +updated_at: '2025-01-13' archived: false diff --git a/software/anonaddy.yml b/software/anonaddy.yml index 196f6979fa..a730b79838 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: 3528 +stargazers_count: 3529 updated_at: '2025-01-07' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index fb02084766..b0802328a0 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: 3314 +stargazers_count: 3315 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index 4deab2294e..4466df4cc0 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: 13361 -updated_at: '2025-01-07' +stargazers_count: 13490 +updated_at: '2025-01-13' archived: false diff --git a/software/anycable.yml b/software/anycable.yml index 5defbc08d8..92c147620a 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: 1966 +stargazers_count: 1970 updated_at: '2025-01-04' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index aa1b7e5279..4e0323e3f8 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: 38255 -updated_at: '2025-01-12' +stargazers_count: 38270 +updated_at: '2025-01-13' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index fb436126ba..e1013bd67b 100644 --- a/software/apache-solr.yml +++ b/software/apache-solr.yml @@ -11,5 +11,5 @@ tags: - Search Engines source_code_url: https://github.com/apache/solr stargazers_count: 1281 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/apaxy.yml b/software/apaxy.yml index 97d18aea70..ae2e83cd70 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: 1876 +stargazers_count: 1877 updated_at: '2024-10-09' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index 27beea51ac..bbd68dc66e 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: 59303 -updated_at: '2025-01-12' +stargazers_count: 59492 +updated_at: '2025-01-13' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index f8655d19bb..aa33b27926 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: 12395 +stargazers_count: 12412 updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index 8ddc3d5525..13fd1c899d 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: 35201 -updated_at: '2025-01-12' +stargazers_count: 35212 +updated_at: '2025-01-13' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index 4123eaa2fe..ef017ded8e 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: 46393 +stargazers_count: 46410 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index 906f1cc8eb..83f2345004 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: 1037 +stargazers_count: 1039 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index fc32c0943b..01a76590ab 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22925 +stargazers_count: 22930 updated_at: '2025-01-09' archived: false diff --git a/software/archivesspace.yml b/software/archivesspace.yml index c5eee36724..21a842fa1b 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: 357 +stargazers_count: 359 updated_at: '2025-01-09' archived: false diff --git a/software/artalk.yml b/software/artalk.yml index 031c8ba1bd..266ef34cee 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Social Networks and Forums -stargazers_count: 1744 +stargazers_count: 1743 updated_at: '2024-12-13' archived: false diff --git a/software/asciinema.yml b/software/asciinema.yml index e06b465351..eaea6535e6 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: 2330 +stargazers_count: 2331 updated_at: '2025-01-10' archived: false diff --git a/software/asterisk.yml b/software/asterisk.yml index 43ab67414b..a5fdba8b54 100644 --- a/software/asterisk.yml +++ b/software/asterisk.yml @@ -10,5 +10,5 @@ tags: - Communication - SIP source_code_url: https://github.com/asterisk/asterisk stargazers_count: 2344 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 06088cd8f5..6d35ab2f41 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: 1123 +stargazers_count: 1125 updated_at: '2024-12-13' archived: false diff --git a/software/atsumeru.yml b/software/atsumeru.yml index d1e69d4e0e..e067e60d37 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: 97 +stargazers_count: 98 updated_at: '2024-09-09' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index 5cdb654127..6641009294 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: 7361 -updated_at: '2025-01-12' +stargazers_count: 7375 +updated_at: '2025-01-13' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index 621b919596..f552a0b8f3 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: 6842 -updated_at: '2025-01-10' +stargazers_count: 7008 +updated_at: '2025-01-13' archived: false diff --git a/software/azimutt.yml b/software/azimutt.yml index 949cce4ba2..3b19d46035 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: 1522 +stargazers_count: 1606 updated_at: '2024-12-09' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index e9ed572af6..1b41cd146c 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: 3151 -updated_at: '2025-01-12' +stargazers_count: 3150 +updated_at: '2025-01-13' archived: false diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index de8c74a904..e2218eb57a 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://demo.baby-buddy.net/login/?next=/ -stargazers_count: 2199 +stargazers_count: 2201 updated_at: '2025-01-04' archived: false diff --git a/software/backdrop-cms.yml b/software/backdrop-cms.yml index 5852347b1f..742be2734a 100644 --- a/software/backdrop-cms.yml +++ b/software/backdrop-cms.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/backdrop/backdrop stargazers_count: 991 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index 688bb926f7..452562a2e1 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: 16168 -updated_at: '2025-01-06' +stargazers_count: 16174 +updated_at: '2025-01-13' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index 3403e1c32b..a5fd994972 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2577 +stargazers_count: 2578 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index 6b3d805800..dbed5f458a 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: 598 +stargazers_count: 606 updated_at: '2025-01-12' archived: false diff --git a/software/beets.yml b/software/beets.yml index 50041da6dc..cd3f432641 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: 13097 +stargazers_count: 13106 updated_at: '2025-01-09' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index 14f3045c55..549ea28bd6 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: 8625 -updated_at: '2025-01-12' +stargazers_count: 8626 +updated_at: '2025-01-13' archived: false diff --git a/software/bigcapital.yml b/software/bigcapital.yml index b66a79066b..e459dd59e8 100644 --- a/software/bigcapital.yml +++ b/software/bigcapital.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/bigcapitalhq/bigcapital -stargazers_count: 2675 +stargazers_count: 2676 updated_at: '2024-12-12' archived: false diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index 7d5007eb52..379c8c0f26 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: 2615 +stargazers_count: 2619 updated_at: '2025-01-08' archived: false diff --git a/software/bittorrent-tracker.yml b/software/bittorrent-tracker.yml index 31933ea289..315467db71 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: 1805 +stargazers_count: 1804 updated_at: '2025-01-04' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 7d81c41f6f..40466d575f 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: 15993 -updated_at: '2025-01-11' +stargazers_count: 15997 +updated_at: '2025-01-13' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index dd9121c477..f9833c2bb1 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: 3264 +stargazers_count: 3274 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index a055d2b739..fceb841a7d 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: 4933 +stargazers_count: 4935 updated_at: '2025-01-01' archived: false diff --git a/software/bludit.yml b/software/bludit.yml index 67046d6f2b..63b4635671 100644 --- a/software/bludit.yml +++ b/software/bludit.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/bludit/bludit demo_url: https://demo.bludit.com/ depends_3rdparty: true -stargazers_count: 1297 +stargazers_count: 1295 updated_at: '2024-08-25' archived: false diff --git a/software/bluecherry.yml b/software/bluecherry.yml index ce334113cf..05c2a5e20b 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: 220 +stargazers_count: 221 updated_at: '2025-01-08' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index c1d7615d70..75f037a8c7 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: 15774 -updated_at: '2025-01-04' +stargazers_count: 15780 +updated_at: '2025-01-13' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index e614ffe94e..d0cf78b296 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: 2321 +stargazers_count: 2322 updated_at: '2025-01-11' archived: false diff --git a/software/briefkasten.yml b/software/briefkasten.yml index b1cace5281..448572e1fe 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: 959 +stargazers_count: 961 updated_at: '2024-10-24' archived: false diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index d908b9a720..aa3192b777 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: 6515 -updated_at: '2025-01-10' +stargazers_count: 6521 +updated_at: '2025-01-13' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index 20d2eb1448..ecc428391b 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: 23125 -updated_at: '2025-01-10' +stargazers_count: 23134 +updated_at: '2025-01-13' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index d890bf07ae..a461b60031 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 95 +stargazers_count: 96 updated_at: '2024-12-22' archived: false diff --git a/software/buku.yml b/software/buku.yml index b733a5f61d..f073a30e55 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: 6579 +stargazers_count: 6578 updated_at: '2025-01-12' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 6d90f62486..0b29a3596a 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: 7246 +stargazers_count: 7252 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index 5be3ed3854..ddf7e69909 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: 11800 -updated_at: '2025-01-11' +stargazers_count: 11803 +updated_at: '2025-01-13' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 51bedd9f7f..1dc1e6d7e8 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60420 +stargazers_count: 60440 updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index 0a53b3635d..35d07ba163 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: 33351 -updated_at: '2025-01-12' +stargazers_count: 33360 +updated_at: '2025-01-13' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index 9ab34e081a..36303ad05c 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: 13600 +stargazers_count: 13609 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index e76d59481d..2824b90f8f 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: 20308 -updated_at: '2025-01-12' +stargazers_count: 20322 +updated_at: '2025-01-13' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index 452fb97a7f..eadfd0caf6 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: 5771 -updated_at: '2025-01-11' +stargazers_count: 5778 +updated_at: '2025-01-13' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index dab0f7282f..6f99626672 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: 27953 +stargazers_count: 27977 updated_at: '2024-12-19' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index 75f208757a..5a822919bf 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: 8595 +stargazers_count: 8598 updated_at: '2025-01-01' archived: false diff --git a/software/cerbos.yml b/software/cerbos.yml index f86a0f0364..bd9c1805f0 100644 --- a/software/cerbos.yml +++ b/software/cerbos.yml @@ -12,6 +12,6 @@ platforms: tags: - Miscellaneous demo_url: https://play.cerbos.dev -stargazers_count: 3539 -updated_at: '2025-01-09' +stargazers_count: 3540 +updated_at: '2025-01-13' archived: false diff --git a/software/chamilo-lms.yml b/software/chamilo-lms.yml index 6dee603a01..13529434cf 100644 --- a/software/chamilo-lms.yml +++ b/software/chamilo-lms.yml @@ -9,5 +9,5 @@ tags: - Learning and Courses source_code_url: https://github.com/chamilo/chamilo-lms stargazers_count: 821 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index 9044202bad..9231a543ec 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: 21068 -updated_at: '2025-01-09' +stargazers_count: 21097 +updated_at: '2025-01-13' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index 211b286cde..584525d0af 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: 2710 +stargazers_count: 2712 updated_at: '2025-01-09' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index 44c1a3ed94..6723d6f2b5 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: 21918 -updated_at: '2025-01-12' +stargazers_count: 21929 +updated_at: '2025-01-13' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 74dafef1e3..58691fb589 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: 1988 +stargazers_count: 1989 updated_at: '2024-11-02' archived: false diff --git a/software/christmas-community.yml b/software/christmas-community.yml index f8b26b9d27..2f19ff1831 100644 --- a/software/christmas-community.yml +++ b/software/christmas-community.yml @@ -10,5 +10,5 @@ tags: - Polls and Events source_code_url: https://github.com/Wingysam/Christmas-Community stargazers_count: 325 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index 92c9d8ac56..10c35220ec 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: 4527 -updated_at: '2024-12-19' +stargazers_count: 4529 +updated_at: '2025-01-13' archived: false diff --git a/software/claper.yml b/software/claper.yml index 330a2709c5..a0c5b90c62 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: 488 +stargazers_count: 489 updated_at: '2025-01-03' archived: false diff --git a/software/clearflask.yml b/software/clearflask.yml index 052afa0063..2ed7cb157a 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: 320 +stargazers_count: 322 updated_at: '2025-01-12' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index cb9146e79b..22512b3754 100644 --- a/software/cloudbeaver.yml +++ b/software/cloudbeaver.yml @@ -9,5 +9,5 @@ tags: - Database Management source_code_url: https://github.com/dbeaver/cloudbeaver stargazers_count: 3642 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/cockpit.yml b/software/cockpit.yml index a441c719eb..2404e00523 100644 --- a/software/cockpit.yml +++ b/software/cockpit.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Cockpit-HQ/Cockpit stargazers_count: 404 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index 83944c9227..43184b22d6 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: 69324 -updated_at: '2024-12-20' +stargazers_count: 69344 +updated_at: '2025-01-13' archived: false diff --git a/software/coder.yml b/software/coder.yml index 1fa7453b3e..d156322461 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: 8773 -updated_at: '2025-01-10' +stargazers_count: 8776 +updated_at: '2025-01-13' archived: false diff --git a/software/collective-access---providence.yml b/software/collective-access---providence.yml index 390ec68eb1..7c16616f9d 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: 306 -updated_at: '2025-01-12' +stargazers_count: 307 +updated_at: '2025-01-13' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 8e151a326d..138b4db8d7 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: 2882 -updated_at: '2025-01-10' +stargazers_count: 2886 +updated_at: '2025-01-13' archived: false diff --git a/software/composio.yml b/software/composio.yml index f33fccc80f..3d55b12a84 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 14075 -updated_at: '2025-01-10' +stargazers_count: 14095 +updated_at: '2025-01-13' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index 44199b3df1..61be3948e1 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 644 +stargazers_count: 646 updated_at: '2025-01-09' archived: false diff --git a/software/contao.yml b/software/contao.yml index 39afccd592..1737de189a 100644 --- a/software/contao.yml +++ b/software/contao.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/contao/contao/ stargazers_count: 359 -updated_at: '2025-01-07' +updated_at: '2025-01-13' archived: false diff --git a/software/convos.yml b/software/convos.yml index b7ec454fe7..fd5aad63f2 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: 1050 +stargazers_count: 1051 updated_at: '2024-09-13' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index a6b9b08202..9d14ec2f8d 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: 939 -updated_at: '2025-01-11' +stargazers_count: 941 +updated_at: '2025-01-13' archived: false diff --git a/software/coreshop.yml b/software/coreshop.yml index 197f7e4fa2..0e73e1b7f3 100644 --- a/software/coreshop.yml +++ b/software/coreshop.yml @@ -9,5 +9,5 @@ tags: - E-commerce source_code_url: https://github.com/coreshop/CoreShop stargazers_count: 280 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index dd9ccce5e2..d60ffd53ba 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1689 +stargazers_count: 1688 updated_at: '2025-01-09' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index ba4feb3e56..5ae78891e9 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: 3975 -updated_at: '2024-12-20' +stargazers_count: 3974 +updated_at: '2025-01-13' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index 9b8046cc69..0faeafe71e 100644 --- a/software/craftcms.yml +++ b/software/craftcms.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/craftcms/cms demo_url: https://craftcms.com/demo stargazers_count: 3303 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index 472e1907c4..ae6a0f3f3c 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: 5794 +stargazers_count: 5797 updated_at: '2024-12-17' archived: false diff --git a/software/cups.yml b/software/cups.yml index 5a6c6d5e79..452f690506 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: 1141 +stargazers_count: 1143 updated_at: '2025-01-08' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 8e270966b5..88fa7b1540 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: 29836 +stargazers_count: 29844 updated_at: '2024-10-23' archived: false diff --git a/software/cypht.yml b/software/cypht.yml index 92d11afbab..ea31fc10ec 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: 1033 -updated_at: '2025-01-07' +stargazers_count: 1032 +updated_at: '2025-01-13' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index c979bd6071..daa040e701 100644 --- a/software/cyrus-imap.yml +++ b/software/cyrus-imap.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/cyrusimap/cyrus-imapd stargazers_count: 564 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index 43ab145348..d17114b4d7 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1771 +stargazers_count: 1778 updated_at: '2025-01-11' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index a28f4eca23..c0dd46645d 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: 18964 +stargazers_count: 18980 updated_at: '2025-01-12' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index 1cca9f9d49..f8a1c821ee 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: 9713 +stargazers_count: 9717 updated_at: '2025-01-09' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index 0509dc2442..5615600452 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: 13430 +stargazers_count: 13433 updated_at: '2025-01-10' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index 75edf272e3..0fe417da27 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: 4975 +stargazers_count: 4977 updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index bc790d4100..86a3271f0c 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 58242 -updated_at: '2025-01-12' +stargazers_count: 58387 +updated_at: '2025-01-13' archived: false diff --git a/software/directus.yml b/software/directus.yml index 17183e93e0..71e6b5dc13 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: 28705 -updated_at: '2025-01-09' +stargazers_count: 28713 +updated_at: '2025-01-13' archived: false diff --git a/software/discount-bandit.yml b/software/discount-bandit.yml index 4b36c4f082..bd6553c51a 100644 --- a/software/discount-bandit.yml +++ b/software/discount-bandit.yml @@ -12,6 +12,6 @@ tags: - E-commerce depends_3rdparty: true demo_url: https://discount-bandit.cybrarist.com/screenshots.html -stargazers_count: 334 +stargazers_count: 335 updated_at: '2024-11-15' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 3a0139eaf5..be5e27b687 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: 42851 -updated_at: '2025-01-11' +stargazers_count: 42882 +updated_at: '2025-01-13' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index 4c522a007c..ecb06edd18 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: 2018 +stargazers_count: 2023 updated_at: '2025-01-12' archived: false diff --git a/software/django-wiki.yml b/software/django-wiki.yml index f4d43cef50..8cfdc73abd 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: 1843 +stargazers_count: 1846 updated_at: '2024-11-18' archived: false diff --git a/software/docat.yml b/software/docat.yml index 386eb847a2..aff12becd7 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: 816 +stargazers_count: 817 updated_at: '2024-10-30' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index eabe05751d..04f825a122 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: 15073 +stargazers_count: 15083 updated_at: '2025-01-05' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index 7b6b22fca3..b23c713967 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7812 +stargazers_count: 7831 updated_at: '2025-01-11' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index d1649395e5..a542866eef 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: 1706 -updated_at: '2025-01-10' +stargazers_count: 1708 +updated_at: '2025-01-13' archived: false diff --git a/software/documize.yml b/software/documize.yml index 064f09d755..f116f984e9 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: 2183 +stargazers_count: 2184 updated_at: '2024-12-31' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index f1c84ca646..cb13d4e6e9 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: 8292 -updated_at: '2025-01-06' +stargazers_count: 8296 +updated_at: '2025-01-13' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index 5c338e4eca..98dc8783d8 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: 4224 -updated_at: '2025-01-12' +stargazers_count: 4225 +updated_at: '2025-01-13' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 7b4d94eddb..6248529d73 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5624 -updated_at: '2025-01-10' +stargazers_count: 5627 +updated_at: '2025-01-13' archived: false diff --git a/software/domainmod.yml b/software/domainmod.yml index 2d40de4b47..fdb5aefe51 100644 --- a/software/domainmod.yml +++ b/software/domainmod.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/domainmod/domainmod demo_url: https://demo.domainmod.org -stargazers_count: 496 +stargazers_count: 497 updated_at: '2025-01-04' archived: false diff --git a/software/domjudge.yml b/software/domjudge.yml index 3ace419951..081ae82053 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: 751 +stargazers_count: 752 updated_at: '2024-12-14' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 833ccb61e3..39ef7cd47a 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: 341 +stargazers_count: 345 updated_at: '2025-01-06' archived: false diff --git a/software/dovecot.yml b/software/dovecot.yml index 016c6a3579..7401e3ed01 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: 1001 +stargazers_count: 1002 updated_at: '2025-01-08' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 1c58541872..407c49a69b 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: 332 +stargazers_count: 338 updated_at: '2025-01-06' archived: false diff --git a/software/dreamfactory.yml b/software/dreamfactory.yml index accca8c021..a9aa028cb8 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: 1574 +stargazers_count: 1572 updated_at: '2024-05-16' archived: false diff --git a/software/druid.yml b/software/druid.yml index 534786e945..97bacbe799 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/druid -stargazers_count: 13587 +stargazers_count: 13590 updated_at: '2025-01-10' archived: false diff --git a/software/dspace.yml b/software/dspace.yml index 3edd5210f1..399acf33dc 100644 --- a/software/dspace.yml +++ b/software/dspace.yml @@ -9,5 +9,5 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/DSpace/DSpace stargazers_count: 919 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/eclipse-che.yml b/software/eclipse-che.yml index ed5486ce1f..c2bba165da 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: 6996 +stargazers_count: 6995 updated_at: '2025-01-09' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index e3a460a2d7..b2d9e283fb 100644 --- a/software/egroupware.yml +++ b/software/egroupware.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/EGroupware/egroupware stargazers_count: 253 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index 73db7be876..1e05de3d36 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: 6154 -updated_at: '2025-01-08' +stargazers_count: 6155 +updated_at: '2025-01-13' archived: false diff --git a/software/elabftw.yml b/software/elabftw.yml index d3a76d0e8c..91a3ee0747 100644 --- a/software/elabftw.yml +++ b/software/elabftw.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/elabftw/elabftw demo_url: https://demo.elabftw.net stargazers_count: 1038 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index 201ec79309..68206fe32d 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: 71273 -updated_at: '2025-01-12' +stargazers_count: 71276 +updated_at: '2025-01-13' archived: false diff --git a/software/element.yml b/software/element.yml index 874bdb318b..1936ebba23 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: 11353 -updated_at: '2025-01-10' +stargazers_count: 11357 +updated_at: '2025-01-13' archived: false diff --git a/software/emailwiz.yml b/software/emailwiz.yml index a9a0ad2dec..6da3aecb8a 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: 1854 +stargazers_count: 1855 updated_at: '2024-07-30' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index dc108b181c..a744574f6c 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: 14329 -updated_at: '2025-01-10' +stargazers_count: 14331 +updated_at: '2025-01-13' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index a9d722bba9..f315655d4d 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: 1135 +stargazers_count: 1136 updated_at: '2024-12-29' archived: false diff --git a/software/ente.yml b/software/ente.yml index 615980c369..6c18a6ed13 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17160 -updated_at: '2025-01-12' +stargazers_count: 17180 +updated_at: '2025-01-13' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index d07e309ae2..832091572d 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: 2722 +stargazers_count: 2720 updated_at: '2025-01-12' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index 3fd71235af..b849618ebc 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: 22619 -updated_at: '2025-01-12' +stargazers_count: 22638 +updated_at: '2025-01-13' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index aebadf1604..4d78002c10 100644 --- a/software/erxes.yml +++ b/software/erxes.yml @@ -11,5 +11,5 @@ tags: - Ticketing source_code_url: https://github.com/erxes/erxes stargazers_count: 3568 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index f87b79c5e5..e068bf6128 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1937 -updated_at: '2025-01-12' +stargazers_count: 1938 +updated_at: '2025-01-13' archived: false diff --git a/software/etebase-etesync.yml b/software/etebase-etesync.yml index cb86ee8163..1cf61c1750 100644 --- a/software/etebase-etesync.yml +++ b/software/etebase-etesync.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/etesync/server -stargazers_count: 1578 +stargazers_count: 1579 updated_at: '2024-07-12' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index 68bfef898f..f8b13e4060 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: 4642 +stargazers_count: 4649 updated_at: '2025-01-11' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index 77c146bc10..f3418fcd18 100644 --- a/software/evidence.yml +++ b/software/evidence.yml @@ -9,5 +9,5 @@ tags: - Database Management source_code_url: https://github.com/evidence-dev/evidence stargazers_count: 4728 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index 8cf4baab3d..fc5c85be4d 100644 --- a/software/ezbookkeeping.yml +++ b/software/ezbookkeeping.yml @@ -11,5 +11,5 @@ tags: - Money, Budgeting & Management demo_url: https://ezbookkeeping-demo.mayswind.net/ stargazers_count: 132 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/fasten-health.yml b/software/fasten-health.yml index 8453fa2d96..ec0e6ef9f4 100644 --- a/software/fasten-health.yml +++ b/software/fasten-health.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/fastenhealth/fasten-onprem/ depends_3rdparty: true -stargazers_count: 1678 +stargazers_count: 1680 updated_at: '2025-01-05' archived: false diff --git a/software/fava.yml b/software/fava.yml index a464bcbdc9..07d8aa5ba7 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: 2023 +stargazers_count: 2024 updated_at: '2025-01-06' archived: false diff --git a/software/fenrus.yml b/software/fenrus.yml index 491f233749..6a27114d79 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: 599 +stargazers_count: 600 updated_at: '2024-10-18' archived: false diff --git a/software/fider.yml b/software/fider.yml index e90e097999..3f485572cf 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: 3130 +stargazers_count: 3132 updated_at: '2025-01-08' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index 3436cce99c..ad968b1303 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: 27485 +stargazers_count: 27498 updated_at: '2024-12-16' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index 5000a87538..e1b5e6551d 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: 2272 +stargazers_count: 2274 updated_at: '2024-12-26' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 71c11feed2..368a6aad1c 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: 10791 -updated_at: '2025-01-10' +stargazers_count: 10797 +updated_at: '2025-01-13' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index c05d5e5568..158b55a45f 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: 16994 +stargazers_count: 16998 updated_at: '2025-01-11' archived: false diff --git a/software/firefox-account-server.yml b/software/firefox-account-server.yml index 670025d27b..364b935b6f 100644 --- a/software/firefox-account-server.yml +++ b/software/firefox-account-server.yml @@ -10,5 +10,5 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/mozilla/fxa stargazers_count: 611 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index 88042a94dc..5aa5b5bc35 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: 6967 -updated_at: '2025-01-12' +stargazers_count: 6973 +updated_at: '2025-01-13' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index 402f49ff16..beaa470074 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5161 -updated_at: '2025-01-10' +stargazers_count: 5173 +updated_at: '2025-01-13' archived: false diff --git a/software/flarum.yml b/software/flarum.yml index bd3554d802..b35efa074d 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: 15498 +stargazers_count: 15502 updated_at: '2025-01-12' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index 1c8ab44e1a..23cce01057 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: 1689 +stargazers_count: 1693 updated_at: '2025-01-03' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index 343f706b7d..a34bcf56e5 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress stargazers_count: 188 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index 1478f5032d..fc7ae3c03c 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3982 -updated_at: '2025-01-11' +stargazers_count: 3985 +updated_at: '2025-01-13' archived: false diff --git a/software/flowforge.yml b/software/flowforge.yml index efa9baa1af..c3f8dfa7d7 100644 --- a/software/flowforge.yml +++ b/software/flowforge.yml @@ -11,5 +11,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/flowforge/flowforge stargazers_count: 294 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index 6306357b9c..2516d78877 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: 1456 +stargazers_count: 1457 updated_at: '2025-01-10' archived: false diff --git a/software/flyimg.yml b/software/flyimg.yml index b10193ac4e..e12dac8a7b 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.flyimg.io -stargazers_count: 1077 +stargazers_count: 1078 updated_at: '2024-12-23' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index a827d6f897..798f28cf43 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: 22382 +stargazers_count: 22388 updated_at: '2024-09-27' archived: false diff --git a/software/foodcoopshop.yml b/software/foodcoopshop.yml index 0f3117efb6..d23cdc56c3 100644 --- a/software/foodcoopshop.yml +++ b/software/foodcoopshop.yml @@ -10,5 +10,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/foodcoopshop/foodcoopshop stargazers_count: 95 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index 7f17574504..81b1bcf35c 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: 9574 -updated_at: '2025-01-10' +stargazers_count: 9589 +updated_at: '2025-01-13' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index 1b6224ebe7..7ca9eb1752 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: 913 -updated_at: '2025-01-12' +stargazers_count: 914 +updated_at: '2025-01-13' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index e75d8f5421..8b3ad8b574 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3167 -updated_at: '2024-12-20' +stargazers_count: 3173 +updated_at: '2025-01-13' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index f51d9e995a..2736350afa 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: 3752 -updated_at: '2025-01-12' +stargazers_count: 3754 +updated_at: '2025-01-13' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index b0564f1e42..29319c5763 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10432 -updated_at: '2025-01-12' +stargazers_count: 10443 +updated_at: '2025-01-13' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index bb50522aa2..395c1cfdee 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: 1472 -updated_at: '2025-01-12' +stargazers_count: 1473 +updated_at: '2025-01-13' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index 220e04d863..e23ef70240 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: 20243 -updated_at: '2025-01-11' +stargazers_count: 20257 +updated_at: '2025-01-13' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index a0c3b333cd..48d09e1a27 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1151 -updated_at: '2025-01-12' +stargazers_count: 1153 +updated_at: '2025-01-13' archived: false diff --git a/software/fusionpbx.yml b/software/fusionpbx.yml index 99ceb536c8..1b4dfc2306 100644 --- a/software/fusionpbx.yml +++ b/software/fusionpbx.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/fusionpbx/fusionpbx stargazers_count: 811 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/galene.yml b/software/galene.yml index e47b03b513..a82f2ee5ed 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: 995 +stargazers_count: 996 updated_at: '2025-01-11' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index 69b30df5aa..130b77dea2 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: 594 +stargazers_count: 596 updated_at: '2025-01-12' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index bceb6dcaf0..8829b0cc2c 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: 6857 -updated_at: '2025-01-08' +stargazers_count: 6867 +updated_at: '2025-01-13' archived: false diff --git a/software/gerrit.yml b/software/gerrit.yml index 617c4d80d7..759d6615d7 100644 --- a/software/gerrit.yml +++ b/software/gerrit.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/GerritCodeReview/gerrit stargazers_count: 995 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index 6f4abe7e55..ac7544564a 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: 48012 -updated_at: '2025-01-10' +stargazers_count: 48024 +updated_at: '2025-01-13' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index f39a278304..217f3afd74 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: 5120 -updated_at: '2025-01-12' +stargazers_count: 5127 +updated_at: '2025-01-13' archived: false diff --git a/software/gibbon.yml b/software/gibbon.yml index 2e695be0a3..96f6836d79 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: 499 +stargazers_count: 500 updated_at: '2025-01-10' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index c161a36361..8cc1f1c91e 100644 --- a/software/gitbucket.yml +++ b/software/gitbucket.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/gitbucket/gitbucket stargazers_count: 9183 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index aa901f98c0..a7f2bf37dc 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: 46561 -updated_at: '2025-01-12' +stargazers_count: 46575 +updated_at: '2025-01-13' archived: false diff --git a/software/gitit.yml b/software/gitit.yml index 8a4b3b9028..90672c714b 100644 --- a/software/gitit.yml +++ b/software/gitit.yml @@ -9,5 +9,5 @@ tags: - Wikis source_code_url: https://github.com/jgm/gitit stargazers_count: 2166 -updated_at: '2024-01-28' +updated_at: '2025-01-13' archived: false diff --git a/software/gladys.yml b/software/gladys.yml index ba759105f9..e16d115c73 100644 --- a/software/gladys.yml +++ b/software/gladys.yml @@ -10,5 +10,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/GladysAssistant/Gladys stargazers_count: 2742 -updated_at: '2025-01-09' +updated_at: '2025-01-13' archived: false diff --git a/software/glance.yml b/software/glance.yml index a012aa1587..320fbfac6b 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9806 +stargazers_count: 9828 updated_at: '2024-12-26' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index 76cc01e33a..70724f6c29 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -11,6 +11,6 @@ platforms: - Docker tags: - Communication - Custom Communication Systems -stargazers_count: 1286 +stargazers_count: 1287 updated_at: '2025-01-08' archived: false diff --git a/software/glowing-bear.yml b/software/glowing-bear.yml index c2d2bfbe92..8c18beab70 100644 --- a/software/glowing-bear.yml +++ b/software/glowing-bear.yml @@ -9,6 +9,6 @@ tags: - Communication - IRC source_code_url: https://github.com/glowing-bear/glowing-bear demo_url: https://www.glowing-bear.org -stargazers_count: 952 +stargazers_count: 953 updated_at: '2024-07-13' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index cde60a50fe..5e44f3d9a0 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag -stargazers_count: 1530 -updated_at: '2025-01-10' +stargazers_count: 1531 +updated_at: '2025-01-13' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index d34837784a..c68cf26ef7 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: 18847 +stargazers_count: 18854 updated_at: '2025-01-12' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index 0c94f95960..cf7e76d914 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: 45323 +stargazers_count: 45324 updated_at: '2025-01-02' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index e76f834183..6b174faf8e 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: 13897 +stargazers_count: 13900 updated_at: '2025-01-03' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index 1b42ac392d..6933dbe66d 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: 1760 +stargazers_count: 1762 updated_at: '2025-01-05' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index 4fd0f08db1..573ab66ddd 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: 12286 +stargazers_count: 12289 updated_at: '2024-08-08' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index fedbb5e47a..24831b6a3e 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: 11993 +stargazers_count: 12000 updated_at: '2024-09-23' archived: false diff --git "a/software/gos\311\233.yml" "b/software/gos\311\233.yml" index e036b85616..1134516ada 100644 --- "a/software/gos\311\233.yml" +++ "b/software/gos\311\233.yml" @@ -10,5 +10,5 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/stv0g/gose stargazers_count: 213 -updated_at: '2024-12-09' +updated_at: '2025-01-13' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index 8db680a90f..c3d6fecbf8 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: 11825 +stargazers_count: 11836 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index 4b724b747c..f8191f9b74 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: 3941 +stargazers_count: 3942 updated_at: '2025-01-09' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index 469b92ced5..fc7d7bb43a 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: 5559 +stargazers_count: 5560 updated_at: '2025-01-06' archived: false diff --git a/software/graphweaver.yml b/software/graphweaver.yml index 67cc69f726..36b186c41e 100644 --- a/software/graphweaver.yml +++ b/software/graphweaver.yml @@ -9,5 +9,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/exogee-technology/graphweaver stargazers_count: 501 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index 94ab52da96..faa27fea14 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2226 +stargazers_count: 2225 updated_at: '2024-12-09' archived: false diff --git a/software/grist.yml b/software/grist.yml index 25b54fa740..3129de5467 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: 7490 -updated_at: '2025-01-10' +stargazers_count: 7492 +updated_at: '2025-01-13' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 4dd9ee9ca2..83a228283a 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: 7042 -updated_at: '2025-01-12' +stargazers_count: 7046 +updated_at: '2025-01-13' archived: false diff --git a/software/group-office.yml b/software/group-office.yml index f7f4f0ed02..c5587c194f 100644 --- a/software/group-office.yml +++ b/software/group-office.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/Intermesh/groupoffice/ stargazers_count: 202 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index 0e1328042b..c4099a33dd 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: 12366 +stargazers_count: 12372 updated_at: '2025-01-09' archived: false diff --git a/software/hackershare.yml b/software/hackershare.yml index e28a6a565c..06726d4c1e 100644 --- a/software/hackershare.yml +++ b/software/hackershare.yml @@ -8,6 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/hackershare/hackershare -stargazers_count: 603 +stargazers_count: 604 updated_at: '2024-03-17' archived: false diff --git a/software/handbrake-web.yml b/software/handbrake-web.yml index 66843e9036..47bd633fcf 100644 --- a/software/handbrake-web.yml +++ b/software/handbrake-web.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 322 +stargazers_count: 323 updated_at: '2024-12-02' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index ed8c2ef17a..67ba02b607 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: 5146 +stargazers_count: 5147 updated_at: '2025-01-10' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 85fcad6a7e..4facad5d3e 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: 31263 -updated_at: '2025-01-12' +stargazers_count: 31265 +updated_at: '2025-01-13' archived: false diff --git a/software/haven.yml b/software/haven.yml index 6b28457e3d..3d2ab7b54b 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: 665 +stargazers_count: 666 updated_at: '2025-01-03' archived: false diff --git a/software/headphones.yml b/software/headphones.yml index fefda949aa..acb203bacf 100644 --- a/software/headphones.yml +++ b/software/headphones.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/rembo10/headphones -stargazers_count: 3433 +stargazers_count: 3434 updated_at: '2024-08-16' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index a5bf2f0372..b6abb7ea36 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8496 -updated_at: '2025-01-10' +stargazers_count: 8498 +updated_at: '2025-01-13' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index 92cc8f43bc..dbbdef70f8 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: 5369 +stargazers_count: 5373 updated_at: '2025-01-10' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index d3f7d147f8..cf9cd53601 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: 8046 +stargazers_count: 8050 updated_at: '2024-11-05' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 418b14acf7..3b28138824 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: 2356 +stargazers_count: 2359 updated_at: '2025-01-11' archived: false diff --git a/software/hiccup.yml b/software/hiccup.yml index 1861c6dca6..3f6d6d8a1f 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: 157 +stargazers_count: 158 updated_at: '2024-09-30' archived: false diff --git a/software/hitobito.yml b/software/hitobito.yml index 4a56851863..bda259938b 100644 --- a/software/hitobito.yml +++ b/software/hitobito.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/hitobito/hitobito demo_url: https://demo.hitobito.com/en/users/sign_in stargazers_count: 387 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index c677eb1176..72bcadb404 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10642 -updated_at: '2025-01-12' +stargazers_count: 10683 +updated_at: '2025-01-13' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index 5e446d0da3..b13adbdffe 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6567 +stargazers_count: 6573 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 267e2ecf2f..8e7d1c7493 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: 75705 -updated_at: '2025-01-12' +stargazers_count: 75728 +updated_at: '2025-01-13' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index b9b6fbd617..fb5f712ff3 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: 1600 -updated_at: '2025-01-11' +stargazers_count: 1610 +updated_at: '2025-01-13' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index 24c44442d5..34a7120a1e 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: 21052 +stargazers_count: 21080 updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index 05a3b2be2a..b4a9e969a3 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9568 +stargazers_count: 9572 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index 6a9ab7a9aa..196a387014 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: 66456 +stargazers_count: 66468 updated_at: '2024-12-23' archived: false diff --git a/software/hortusfox.yml b/software/hortusfox.yml index 4aac0bfdf1..6be1e31365 100644 --- a/software/hortusfox.yml +++ b/software/hortusfox.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Miscellaneous -stargazers_count: 714 +stargazers_count: 715 updated_at: '2025-01-10' archived: false diff --git a/software/htmly.yml b/software/htmly.yml index 3efaee2129..defd0c066a 100644 --- a/software/htmly.yml +++ b/software/htmly.yml @@ -11,6 +11,6 @@ tags: - Content Management Systems (CMS) demo_url: http://demo.htmly.com/ related_software_url: https://www.htmly.com/theme/ -stargazers_count: 1117 -updated_at: '2024-12-30' +stargazers_count: 1118 +updated_at: '2025-01-13' archived: false diff --git a/software/hubleys.yml b/software/hubleys.yml index 37620d5367..0c7fb927a7 100644 --- a/software/hubleys.yml +++ b/software/hubleys.yml @@ -9,5 +9,5 @@ tags: - Personal Dashboards source_code_url: https://github.com/knrdl/hubleys-dashboard stargazers_count: 70 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index 98b240f02f..3c8b444504 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: 44274 +stargazers_count: 44303 updated_at: '2025-01-11' archived: false diff --git a/software/huly.yml b/software/huly.yml index 165277095b..42c0ed4232 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: 18179 -updated_at: '2025-01-12' +stargazers_count: 18208 +updated_at: '2025-01-13' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 6bf31bc14f..9a842aaded 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: 6361 -updated_at: '2024-12-23' +stargazers_count: 6359 +updated_at: '2025-01-13' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index cb3fcbef0a..f7f3c2d8bd 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: 12831 -updated_at: '2025-01-10' +stargazers_count: 12832 +updated_at: '2025-01-13' archived: false diff --git a/software/ihatemoney.yml b/software/ihatemoney.yml index 81fb3f5f8a..b786785d60 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: 1225 +stargazers_count: 1226 updated_at: '2025-01-05' archived: false diff --git a/software/ilias.yml b/software/ilias.yml index d1bbac4124..30cb8ffa86 100644 --- a/software/ilias.yml +++ b/software/ilias.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/ILIAS-eLearning/ILIAS demo_url: https://demo.ilias.de stargazers_count: 413 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 0758891cb9..4312dcf8a0 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: 9166 -updated_at: '2025-01-10' +stargazers_count: 9173 +updated_at: '2025-01-13' archived: false diff --git a/software/immich.yml b/software/immich.yml index 3137285c02..bb30af70b7 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 56192 -updated_at: '2025-01-12' +stargazers_count: 56251 +updated_at: '2025-01-13' archived: false diff --git a/software/indico.yml b/software/indico.yml index e0736acfa4..274ffdddcd 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: 1806 -updated_at: '2025-01-10' +stargazers_count: 1807 +updated_at: '2025-01-13' archived: false diff --git a/software/instant.io.yml b/software/instant.io.yml index c27820a9eb..b93996a2cb 100644 --- a/software/instant.io.yml +++ b/software/instant.io.yml @@ -9,6 +9,6 @@ tags: - File Transfer - Peer-to-peer Filesharing source_code_url: https://github.com/webtorrent/instant.io demo_url: https://instant.io -stargazers_count: 3475 +stargazers_count: 3476 updated_at: '2024-02-23' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index da38108411..277ec85526 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: 4586 -updated_at: '2025-01-12' +stargazers_count: 4594 +updated_at: '2025-01-13' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index 63f293f34e..a1560379ad 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: 16678 +stargazers_count: 16681 updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index 3a51bb40b8..94fb9a5b16 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: 8454 +stargazers_count: 8459 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceplane.yml b/software/invoiceplane.yml index a8164cfe2e..f5e31de4ab 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: 2608 +stargazers_count: 2609 updated_at: '2025-01-12' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index 04b4226d76..7e523ba7d9 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 590 -updated_at: '2025-01-12' +stargazers_count: 596 +updated_at: '2025-01-13' archived: false diff --git a/software/iodine.yml b/software/iodine.yml index a6d2a431c9..1d26c21f98 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: 6314 +stargazers_count: 6316 updated_at: '2024-10-30' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index d7d1db5a27..896c307184 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: 1532 +stargazers_count: 1534 updated_at: '2025-01-08' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index 8fa8d8bb95..2d8a122d03 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2619 +stargazers_count: 2623 updated_at: '2025-01-11' archived: false diff --git a/software/isso.yml b/software/isso.yml index b08c9f1708..d89108bc49 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: 5093 +stargazers_count: 5094 updated_at: '2024-10-01' archived: false diff --git a/software/itflow.yml b/software/itflow.yml index b2bd2337a7..d8b772591d 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: 615 +stargazers_count: 616 updated_at: '2024-12-30' archived: false diff --git a/software/janus.yml b/software/janus.yml index 6c4701bc66..63ad52b3db 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: 8351 +stargazers_count: 8356 updated_at: '2025-01-10' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index d6e14e69e5..566fb1cee3 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: 36418 -updated_at: '2025-01-11' +stargazers_count: 36440 +updated_at: '2025-01-13' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index 8db07d3b93..323465acad 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4236 +stargazers_count: 4244 updated_at: '2025-01-12' archived: false diff --git a/software/jelu.yml b/software/jelu.yml index 5611ef6802..c75efe9b92 100644 --- a/software/jelu.yml +++ b/software/jelu.yml @@ -10,5 +10,5 @@ platforms: tags: - Miscellaneous stargazers_count: 405 -updated_at: '2025-01-09' +updated_at: '2025-01-13' archived: false diff --git a/software/jina.yml b/software/jina.yml index d61e845781..ca7555c96b 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: 21235 +stargazers_count: 21236 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index 161220de0d..b726905e01 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: 24090 -updated_at: '2025-01-10' +stargazers_count: 24103 +updated_at: '2025-01-13' archived: false diff --git a/software/jitsi-video-bridge.yml b/software/jitsi-video-bridge.yml index 08bc09b95e..9614ca2e87 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: 2928 -updated_at: '2025-01-08' +stargazers_count: 2931 +updated_at: '2025-01-13' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index ec9261730f..668aa2c0c5 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: 4807 -updated_at: '2025-01-12' +stargazers_count: 4806 +updated_at: '2025-01-13' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index 44dde15856..3af2784c76 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: 47125 -updated_at: '2025-01-12' +stargazers_count: 47140 +updated_at: '2025-01-13' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index c51ae43e1a..d2c34f18cc 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: 2837 +stargazers_count: 2843 updated_at: '2025-01-02' archived: false diff --git a/software/jump.yml b/software/jump.yml index c04b995a99..92991ca04b 100644 --- a/software/jump.yml +++ b/software/jump.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/daledavies/jump -stargazers_count: 549 +stargazers_count: 551 updated_at: '2024-05-15' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index 9cc79ec37b..7075ae7175 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: 2355 -updated_at: '2025-01-12' +stargazers_count: 2356 +updated_at: '2025-01-13' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index 3d6304e20f..f84174dcbe 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: 8607 +stargazers_count: 8610 updated_at: '2025-01-12' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index fa7098cd8e..2ea0fc5eac 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: 6923 +stargazers_count: 6929 updated_at: '2025-01-03' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index 2c26e9e9d6..c57814097a 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: 15178 -updated_at: '2025-01-10' +stargazers_count: 15193 +updated_at: '2025-01-13' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index 40b178a4ed..4f84f94e04 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: 906 +stargazers_count: 907 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index b841f44a8e..cecefcdd45 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: 9360 +stargazers_count: 9361 updated_at: '2025-01-12' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index 7e27757a6c..23ae627a18 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: 3444 +stargazers_count: 3447 updated_at: '2025-01-10' archived: false diff --git a/software/kirby.yml b/software/kirby.yml index 40cf083618..f547572ca9 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: 1333 +stargazers_count: 1335 updated_at: '2024-11-28' archived: false diff --git a/software/kiwi-irc.yml b/software/kiwi-irc.yml index fb0eb8763f..513ab712d1 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: 886 +stargazers_count: 885 updated_at: '2024-11-22' archived: false diff --git a/software/kiwix-serve.yml b/software/kiwix-serve.yml index b01fe82306..ec3088b3b5 100644 --- a/software/kiwix-serve.yml +++ b/software/kiwix-serve.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/kiwix/kiwix-tools -stargazers_count: 487 +stargazers_count: 488 updated_at: '2024-12-21' archived: false diff --git a/software/klaus.yml b/software/klaus.yml index 548b4f5b57..8af5aed6a4 100644 --- a/software/klaus.yml +++ b/software/klaus.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/jonashaag/klaus -stargazers_count: 684 +stargazers_count: 685 updated_at: '2024-07-15' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index cf9c1babbc..320fa89deb 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: 18765 +stargazers_count: 18769 updated_at: '2025-01-12' archived: false diff --git a/software/koel.yml b/software/koel.yml index 76f0e39732..5c98f21aa4 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: 16166 +stargazers_count: 16168 updated_at: '2024-11-14' archived: false diff --git a/software/koillection.yml b/software/koillection.yml index e316f5c8de..2b50796bad 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: 730 +stargazers_count: 729 updated_at: '2024-12-30' archived: false diff --git a/software/komga.yml b/software/komga.yml index 0e7ec8c419..efeb2fac35 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: 4318 -updated_at: '2025-01-09' +stargazers_count: 4322 +updated_at: '2025-01-13' archived: false diff --git a/software/kong.yml b/software/kong.yml index 856eb083f1..cb1e5ca7e2 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: 39746 -updated_at: '2025-01-12' +stargazers_count: 39747 +updated_at: '2025-01-13' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index 4ca4069c1d..4d3af53579 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12096 -updated_at: '2025-01-10' +stargazers_count: 12103 +updated_at: '2025-01-13' archived: false diff --git a/software/kriss-feed.yml b/software/kriss-feed.yml index c1e42ecb08..2d790c5ea6 100644 --- a/software/kriss-feed.yml +++ b/software/kriss-feed.yml @@ -9,5 +9,5 @@ tags: - Feed Readers source_code_url: https://github.com/tontof/kriss_feed stargazers_count: 282 -updated_at: '2024-02-15' +updated_at: '2025-01-13' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index a08f08964f..e7b19a1ba2 100644 --- a/software/kyoo.yml +++ b/software/kyoo.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Multimedia Streaming demo_url: https://kyoo.zoriya.dev stargazers_count: 1847 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/lago.yml b/software/lago.yml index 857e3df3cf..c23c39255b 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: 7188 -updated_at: '2025-01-06' +stargazers_count: 7191 +updated_at: '2025-01-13' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index cdf778775d..d3d7858b44 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20149 +stargazers_count: 20160 updated_at: '2024-11-23' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index 030ed3b659..64fc84c8cd 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: 7743 -updated_at: '2025-01-12' +stargazers_count: 7772 +updated_at: '2025-01-13' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index 738f5774b0..ea0a76bb29 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: 12663 -updated_at: '2025-01-12' +stargazers_count: 12666 +updated_at: '2025-01-13' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index cdf66a77fb..234f26345a 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: 13406 -updated_at: '2025-01-10' +stargazers_count: 13407 +updated_at: '2025-01-13' archived: false diff --git a/software/leon.yml b/software/leon.yml index 8df32b81a4..dae8325f47 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: 15712 +stargazers_count: 15717 updated_at: '2025-01-04' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index 9a9e9089eb..f6b664c4f2 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: 10231 -updated_at: '2025-01-12' +stargazers_count: 10240 +updated_at: '2025-01-13' archived: false diff --git a/software/librephotos.yml b/software/librephotos.yml index f94fe7b7f7..03b5e719eb 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: 7089 +stargazers_count: 7087 updated_at: '2024-12-30' archived: false related_software_url: https://docs.librephotos.com/docs/user-guide/mobile/ diff --git a/software/libreserver.yml b/software/libreserver.yml index d9eefc6c1f..79e68fcc72 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: 34 -updated_at: '2024-12-30' +updated_at: '2025-01-13' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index b80132d8cb..49ce663d1c 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 3821 +stargazers_count: 3822 updated_at: '2025-01-12' archived: false diff --git a/software/lidatube.yml b/software/lidatube.yml index 04476e7d29..566d5c5a94 100644 --- a/software/lidatube.yml +++ b/software/lidatube.yml @@ -9,5 +9,5 @@ platforms: tags: - Automation stargazers_count: 150 -updated_at: '2025-01-06' +updated_at: '2025-01-13' archived: false diff --git a/software/lila.yml b/software/lila.yml index c4f8b1cf23..90ef9d0773 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: 16008 -updated_at: '2025-01-12' +stargazers_count: 16012 +updated_at: '2025-01-13' archived: false diff --git a/software/linkace.yml b/software/linkace.yml index d8eaa293f6..0936b8bcc9 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: 2708 +stargazers_count: 2710 updated_at: '2025-01-05' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index 683de485bd..c9a714a660 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7229 +stargazers_count: 7234 updated_at: '2025-01-12' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index 9c21814575..b8b0e00251 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: 2551 +stargazers_count: 2554 updated_at: '2024-12-10' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index ceda9c8854..b98386f483 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: 9878 -updated_at: '2025-01-10' +stargazers_count: 9889 +updated_at: '2025-01-13' archived: false diff --git a/software/linuxgsm.yml b/software/linuxgsm.yml index 97635201e0..7561e2998e 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: 4384 +stargazers_count: 4386 updated_at: '2025-01-08' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index 68aa4a5a78..8c061a87e6 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15790 -updated_at: '2025-01-10' +stargazers_count: 15797 +updated_at: '2025-01-13' archived: false diff --git a/software/litlyx.yml b/software/litlyx.yml index 31790c3a06..771399093f 100644 --- a/software/litlyx.yml +++ b/software/litlyx.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Analytics -stargazers_count: 848 -updated_at: '2025-01-04' +stargazers_count: 849 +updated_at: '2025-01-13' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index 373daed4b8..cff085f930 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: 1918 +stargazers_count: 1920 updated_at: '2024-12-20' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index f04f1803fe..40457a3f0d 100644 --- a/software/live-helper-chat.yml +++ b/software/live-helper-chat.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/LiveHelperChat/livehelperchat stargazers_count: 2001 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index 606960e477..db1b6e0216 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: 5109 +stargazers_count: 5111 updated_at: '2025-01-08' archived: false diff --git a/software/lms.yml b/software/lms.yml index 9b8de200fa..0134176cb8 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: 1192 +stargazers_count: 1193 updated_at: '2024-12-20' archived: false diff --git a/software/localess.yml b/software/localess.yml index e21cc371b0..6dc170ea2d 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: 45 +stargazers_count: 46 updated_at: '2025-01-09' archived: false diff --git a/software/loggit.yml b/software/loggit.yml index b3c2bb25aa..9005043c07 100644 --- a/software/loggit.yml +++ b/software/loggit.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/BrunoBernardino/loggit-web demo_url: https://app.loggit.net -stargazers_count: 47 +stargazers_count: 48 updated_at: '2024-12-04' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index bda22cefb9..84534b19f8 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 11012 -updated_at: '2025-01-12' +stargazers_count: 11018 +updated_at: '2025-01-13' diff --git a/software/lubelogger.yml b/software/lubelogger.yml index 3bc0c7211e..ee7ea5f63f 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: 1294 +stargazers_count: 1295 updated_at: '2025-01-11' archived: false diff --git a/software/lura.yml b/software/lura.yml index 03073aca88..7590bff825 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: 6431 +stargazers_count: 6437 updated_at: '2024-12-12' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index 5776c38feb..1fc368d059 100644 --- a/software/lychee.yml +++ b/software/lychee.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/LycheeOrg/Lychee stargazers_count: 3509 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index b75dd241b6..b6de209fb6 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: 5247 +stargazers_count: 5248 updated_at: '2024-11-24' archived: false diff --git a/software/mafl.yml b/software/mafl.yml index 8ddc312880..6015af216e 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: 403 +stargazers_count: 404 updated_at: '2025-01-12' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index 33bebe0b0d..f07cac5048 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: 14155 +stargazers_count: 14157 updated_at: '2025-01-06' archived: false diff --git a/software/mailcatcher.yml b/software/mailcatcher.yml index 19069b70a6..bdf10af276 100644 --- a/software/mailcatcher.yml +++ b/software/mailcatcher.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/sj26/mailcatcher -stargazers_count: 6528 +stargazers_count: 6529 updated_at: '2024-05-25' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index cc9a7a18cd..5e5850d902 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: 9420 +stargazers_count: 9435 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index b681ee137b..c164fd9857 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: 6045 +stargazers_count: 6044 updated_at: '2025-01-09' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index 71d467c556..2e093aac10 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: 1781 +stargazers_count: 1782 updated_at: '2025-01-03' archived: false diff --git a/software/maloja.yml b/software/maloja.yml index 5ef4f3fd5f..9622870c82 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: 1233 +stargazers_count: 1232 updated_at: '2024-05-05' archived: false diff --git a/software/manage-my-damn-life.yml b/software/manage-my-damn-life.yml index cd33561a63..bcc7a3ebeb 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: 213 +stargazers_count: 214 updated_at: '2024-04-30' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index 34c5ba5718..47eb076264 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: 1026 +stargazers_count: 1031 updated_at: '2025-01-10' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index ab49675968..645adb8e48 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9202 -updated_at: '2025-01-12' +stargazers_count: 9201 +updated_at: '2025-01-13' archived: false diff --git a/software/mantisbt.yml b/software/mantisbt.yml index c18219ae5c..ffe6b86971 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: 1674 -updated_at: '2025-01-11' +stargazers_count: 1675 +updated_at: '2025-01-13' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index 493b9c1b06..7f096b41ff 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: 928 -updated_at: '2025-01-10' +stargazers_count: 929 +updated_at: '2025-01-13' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index c02d08bf05..2f3562f0c0 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: 47496 -updated_at: '2025-01-10' +stargazers_count: 47500 +updated_at: '2025-01-13' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index 31d2a183a2..4c726d244d 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: 1902 +stargazers_count: 1904 updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index 45f0e79b69..719ef783d9 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ stargazers_count: 2454 -updated_at: '2025-01-09' +updated_at: '2025-01-13' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 66481168bf..67831abe02 100644 --- a/software/matomo.yml +++ b/software/matomo.yml @@ -9,5 +9,5 @@ tags: - Analytics source_code_url: https://github.com/matomo-org/matomo stargazers_count: 20078 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index 99304feba6..4d97cfba63 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: 31309 -updated_at: '2025-01-12' +stargazers_count: 31321 +updated_at: '2025-01-13' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index de793df3ef..a623150c20 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: 7537 +stargazers_count: 7538 updated_at: '2025-01-10' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index 771ee1b4de..043a3faf97 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34855 -updated_at: '2025-01-07' +stargazers_count: 34873 +updated_at: '2025-01-13' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 2ebe3a954a..06feca181e 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: 7863 -updated_at: '2025-01-12' +stargazers_count: 7875 +updated_at: '2025-01-13' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index 673653ede4..344ca22c09 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3115 +stargazers_count: 3117 updated_at: '2024-11-22' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 275d5b5a14..8f85aa2710 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: 27042 -updated_at: '2025-01-10' +stargazers_count: 27058 +updated_at: '2025-01-13' archived: false diff --git a/software/meelo.yml b/software/meelo.yml index 03b73e36e6..cb173e145b 100644 --- a/software/meelo.yml +++ b/software/meelo.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Media Streaming - Multimedia Streaming -stargazers_count: 64 +stargazers_count: 65 updated_at: '2025-01-10' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index 284cfbb3c6..927c96b445 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: 48645 -updated_at: '2025-01-10' +stargazers_count: 48657 +updated_at: '2025-01-13' archived: false diff --git a/software/memos.yml b/software/memos.yml index 312175ed4a..7139e0743a 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35876 -updated_at: '2025-01-11' +stargazers_count: 35904 +updated_at: '2025-01-13' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index 9a6ebb1d9d..eabfea6308 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: 4476 +stargazers_count: 4484 updated_at: '2025-01-10' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index e160d899da..013e15eee1 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: 39354 -updated_at: '2025-01-11' +stargazers_count: 39364 +updated_at: '2025-01-13' archived: false diff --git a/software/metube.yml b/software/metube.yml index d3d1b5cc8c..a6a11148e0 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7473 -updated_at: '2025-01-12' +stargazers_count: 7494 +updated_at: '2025-01-13' archived: false diff --git a/software/microweber.yml b/software/microweber.yml index e39e747c33..940064da1f 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/microweber/microweber -stargazers_count: 3172 +stargazers_count: 3170 updated_at: '2024-11-26' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index 90094ede8c..87362b27fe 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: 27073 -updated_at: '2025-01-10' +stargazers_count: 27075 +updated_at: '2025-01-13' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index e348959e77..e80e8caab0 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: 23063 -updated_at: '2025-01-12' +stargazers_count: 23067 +updated_at: '2025-01-13' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index aa58599758..bd8058992d 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: 7123 -updated_at: '2025-01-12' +stargazers_count: 7125 +updated_at: '2025-01-13' archived: false diff --git a/software/minio.yml b/software/minio.yml index 6bfcd78009..e852b4dd04 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: 49407 +stargazers_count: 49426 updated_at: '2025-01-08' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 9eb5ec7cdb..9daab54423 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: 6289 +stargazers_count: 6292 updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-c2c.yml b/software/mirotalk-c2c.yml index 54ef42b5a7..5c9247c447 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: 249 +stargazers_count: 250 updated_at: '2025-01-11' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index d2570e99c5..9da386009e 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: 3205 -updated_at: '2025-01-12' +stargazers_count: 3208 +updated_at: '2025-01-13' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 459b78afac..6e0583bae8 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: 2221 -updated_at: '2025-01-12' +stargazers_count: 2222 +updated_at: '2025-01-13' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index 9ff3a4ae27..af02665e07 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: 3109 -updated_at: '2024-12-21' +stargazers_count: 3111 +updated_at: '2025-01-13' archived: false diff --git a/software/monica.yml b/software/monica.yml index 7bd4f15559..17a45d3b74 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 22002 +stargazers_count: 22004 updated_at: '2024-11-15' archived: false diff --git a/software/mopidy.yml b/software/mopidy.yml index 4d5d0716d6..1990719509 100644 --- a/software/mopidy.yml +++ b/software/mopidy.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/mopidy/mopidy -stargazers_count: 8182 +stargazers_count: 8183 updated_at: '2024-12-10' archived: false diff --git a/software/motor-admin.yml b/software/motor-admin.yml index 119bfe102d..dab2f6059e 100644 --- a/software/motor-admin.yml +++ b/software/motor-admin.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/motor-admin/motor-admin -stargazers_count: 2080 +stargazers_count: 2081 updated_at: '2024-05-30' archived: false diff --git a/software/movim.yml b/software/movim.yml index b32f897e95..828f619955 100644 --- a/software/movim.yml +++ b/software/movim.yml @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/movim/movim stargazers_count: 1763 -updated_at: '2025-01-09' +updated_at: '2025-01-13' archived: false diff --git a/software/mox.yml b/software/mox.yml index e7d303d5eb..ee96ff0a70 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -9,5 +9,5 @@ platforms: tags: - Communication - Email - Complete Solutions stargazers_count: 3787 -updated_at: '2024-12-25' +updated_at: '2025-01-13' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index 0064f19dac..ec62111e4a 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: 2222 +stargazers_count: 2223 updated_at: '2024-12-12' archived: false diff --git a/software/mstream.yml b/software/mstream.yml index d1b149a220..74fa25d7c6 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: 2227 +stargazers_count: 2228 updated_at: '2024-12-21' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index f9b143aedc..404d1486e8 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true stargazers_count: 1437 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index e455eb65ec..ee4c36c551 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: 6525 -updated_at: '2025-01-12' +stargazers_count: 6527 +updated_at: '2025-01-13' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index d888559ecb..6c25feffc5 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: 4288 +stargazers_count: 4289 updated_at: '2024-07-14' archived: false diff --git a/software/mybb.yml b/software/mybb.yml index 126dee32ef..0ce9597f77 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: 1099 +stargazers_count: 1101 updated_at: '2024-12-23' archived: false diff --git a/software/myip.yml b/software/myip.yml index bb7dd57e9c..b4c17563d2 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: 7069 +stargazers_count: 7083 updated_at: '2025-01-12' archived: false diff --git a/software/mylar3.yml b/software/mylar3.yml index e24c921d6f..5f9ff4a976 100644 --- a/software/mylar3.yml +++ b/software/mylar3.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1122 -updated_at: '2024-03-14' +stargazers_count: 1124 +updated_at: '2025-01-13' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index 575b17315e..8cbb0436e2 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: 54658 -updated_at: '2025-01-10' +stargazers_count: 54758 +updated_at: '2025-01-13' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index 97d4f13fd7..cd3b91b2c2 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: 12832 -updated_at: '2025-01-12' +stargazers_count: 12852 +updated_at: '2025-01-13' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index 29a1e22b9f..d2fa058afd 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/lardbit/nefarious -stargazers_count: 1068 +stargazers_count: 1069 updated_at: '2025-01-10' archived: false diff --git a/software/neko.yml b/software/neko.yml index a169cd9d15..5e4c8f1f27 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: 8287 -updated_at: '2024-12-30' +stargazers_count: 8297 +updated_at: '2025-01-13' archived: false diff --git a/software/netron.yml b/software/netron.yml index 1b40c44625..59f3a72864 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: 29061 -updated_at: '2025-01-12' +stargazers_count: 29071 +updated_at: '2025-01-13' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index 067eb173a1..bfb13fc91f 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: 6957 +stargazers_count: 6958 updated_at: '2025-01-11' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index 80cdac1d51..298fcc4d95 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: 3295 -updated_at: '2025-01-07' +stargazers_count: 3297 +updated_at: '2025-01-13' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 7d93e1fff4..afec4c2b12 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: 27927 -updated_at: '2025-01-12' +stargazers_count: 27933 +updated_at: '2025-01-13' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index 456a04c41f..b7e3ba1ce8 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24072 +stargazers_count: 24083 updated_at: '2025-01-07' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index 949d8d84e4..3b439e92f9 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: 50797 -updated_at: '2025-01-11' +stargazers_count: 50820 +updated_at: '2025-01-13' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index 00b3d2682e..a267a6ad4a 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: 20208 -updated_at: '2024-12-20' +stargazers_count: 20218 +updated_at: '2025-01-13' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index 6e36b5de09..4d03397243 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB stargazers_count: 14300 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index e3a80eef6d..ab445df64e 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: 3309 +stargazers_count: 3310 updated_at: '2025-01-10' archived: false diff --git a/software/novu.yml b/software/novu.yml index 6a7874c4a3..96259449e8 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: 35961 -updated_at: '2025-01-12' +stargazers_count: 35974 +updated_at: '2025-01-13' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index 77c6b9486d..3800b23740 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: 19189 +stargazers_count: 19381 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index e219fe7fe6..d2f7d23449 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3913 +stargazers_count: 3916 updated_at: '2023-11-05' archived: false diff --git a/software/october.yml b/software/october.yml index b4ff5d98dd..654e2a2758 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: 11057 +stargazers_count: 11056 updated_at: '2024-11-25' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index 4e969a67db..6df2899597 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: 3645 +stargazers_count: 3649 updated_at: '2025-01-03' archived: false diff --git a/software/octobox.yml b/software/octobox.yml index 9b9e8e3063..9f217dbc3d 100644 --- a/software/octobox.yml +++ b/software/octobox.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/octobox/octobox depends_3rdparty: true stargazers_count: 4371 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 94e7f2552d..d6cae8f999 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: 8396 +stargazers_count: 8399 updated_at: '2025-01-07' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index bdebb3bceb..e958167e52 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: 39931 -updated_at: '2024-11-11' +stargazers_count: 39956 +updated_at: '2025-01-13' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index 7f662e486b..927a92b6ed 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: 2635 +stargazers_count: 2636 updated_at: '2025-01-12' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index 1b4bdf5c96..e86d7a558b 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3789 +stargazers_count: 3791 updated_at: '2025-01-05' archived: false diff --git a/software/omeka.yml b/software/omeka.yml index 26ad367adb..62967a9888 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: 491 +stargazers_count: 492 updated_at: '2024-12-03' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index 304fed7844..c346a4f274 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: 6375 -updated_at: '2024-11-10' +stargazers_count: 6376 +updated_at: '2025-01-13' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index de84b44061..1f55ed3c9d 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: 5034 +stargazers_count: 5039 updated_at: '2024-11-28' archived: false diff --git a/software/open-food-network.yml b/software/open-food-network.yml index 94f762497c..07c48a5500 100644 --- a/software/open-food-network.yml +++ b/software/open-food-network.yml @@ -9,5 +9,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/openfoodfoundation/openfoodnetwork stargazers_count: 1141 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index e255e492ba..2463f673c0 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: 2814 -updated_at: '2025-01-12' +stargazers_count: 2816 +updated_at: '2025-01-13' archived: false diff --git a/software/open-quartermaster.yml b/software/open-quartermaster.yml index 11001554ba..fb47d62325 100644 --- a/software/open-quartermaster.yml +++ b/software/open-quartermaster.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Inventory Management -stargazers_count: 21 -updated_at: '2025-01-12' +stargazers_count: 22 +updated_at: '2025-01-13' archived: false diff --git a/software/open-source-pos.yml b/software/open-source-pos.yml index d693a5bd5a..fb5b73dfa3 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: 3517 -updated_at: '2025-01-10' +stargazers_count: 3519 +updated_at: '2025-01-13' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index ba89b113fe..36252274ba 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: 6526 +stargazers_count: 6530 updated_at: '2025-01-12' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index 4d33f483be..d1d678d977 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: 7544 -updated_at: '2025-01-12' +stargazers_count: 7547 +updated_at: '2025-01-13' archived: false diff --git a/software/openfire.yml b/software/openfire.yml index 6b580f009c..4a270f521a 100644 --- a/software/openfire.yml +++ b/software/openfire.yml @@ -9,5 +9,5 @@ tags: - Communication - XMPP - Servers source_code_url: https://github.com/igniterealtime/Openfire stargazers_count: 2890 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index 6a4cfe467f..5a09daba26 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: 953 +stargazers_count: 954 updated_at: '2025-01-12' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index 58b805465c..d752b69dd4 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: 5334 +stargazers_count: 5339 updated_at: '2025-01-12' archived: false diff --git a/software/openolat.yml b/software/openolat.yml index d70f783f3c..da145f0691 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: 342 -updated_at: '2025-01-10' +stargazers_count: 343 +updated_at: '2025-01-13' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index aece120052..176cc8d151 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: 9699 -updated_at: '2025-01-12' +stargazers_count: 9705 +updated_at: '2025-01-13' archived: false diff --git a/software/openremote.yml b/software/openremote.yml index 56c82ca39a..1ffb9f6aeb 100644 --- a/software/openremote.yml +++ b/software/openremote.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/openremote/openremote demo_url: https://demo.openremote.io/ stargazers_count: 1297 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index 0679d967d1..c1baabfe7a 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: 10051 -updated_at: '2025-01-11' +stargazers_count: 10052 +updated_at: '2025-01-13' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index f48fe31d30..0c30b1b8b3 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3690 +stargazers_count: 3696 updated_at: '2024-12-14' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index 322f163b1d..7565afd1a2 100644 --- a/software/opensips.yml +++ b/software/opensips.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/OpenSIPS/opensips stargazers_count: 1305 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index e3e901dd16..4c6951074e 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: 2261 -updated_at: '2025-01-12' +stargazers_count: 2263 +updated_at: '2025-01-13' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index fab3c19014..20302ebb11 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: 2262 -updated_at: '2025-01-11' +stargazers_count: 2263 +updated_at: '2025-01-13' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index ba3ebe9572..d6da6f850c 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: 6581 -updated_at: '2025-01-12' +stargazers_count: 6585 +updated_at: '2025-01-13' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index 6d4369f3e7..902d907093 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: 2975 -updated_at: '2025-01-09' +stargazers_count: 2977 +updated_at: '2025-01-13' archived: false diff --git a/software/opik.yml b/software/opik.yml index 37c5315794..c93efe0f7e 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 4326 -updated_at: '2025-01-12' +stargazers_count: 4359 +updated_at: '2025-01-13' archived: false diff --git a/software/orangehrm.yml b/software/orangehrm.yml index 2b9885e468..30157fc599 100644 --- a/software/orangehrm.yml +++ b/software/orangehrm.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/orangehrm/orangehrm demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 865 +stargazers_count: 866 updated_at: '2024-07-19' archived: false diff --git a/software/organizr.yml b/software/organizr.yml index c88627d311..34f96fd47b 100644 --- a/software/organizr.yml +++ b/software/organizr.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/causefx/Organizr -stargazers_count: 5252 +stargazers_count: 5254 updated_at: '2024-04-16' archived: false diff --git a/software/ossn.yml b/software/ossn.yml index ee99db5e76..95ae3a20e4 100644 --- a/software/ossn.yml +++ b/software/ossn.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/opensource-socialnetwork/opensource-socialnetwork stargazers_count: 1086 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 0510187859..fdfb710dff 100644 --- a/software/otobo.yml +++ b/software/otobo.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/RotherOSS/otobo demo_url: https://otobo.io/en/service-management-plattform/otobo-demo/ stargazers_count: 266 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/outline.yml b/software/outline.yml index e8fc67e783..2e675ab920 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: 29197 +stargazers_count: 29211 updated_at: '2025-01-11' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index c3ffb0c7f7..16b3fff28c 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: 14567 -updated_at: '2025-01-10' +stargazers_count: 14572 +updated_at: '2025-01-13' archived: false diff --git a/software/overseerr.yml b/software/overseerr.yml index c450d813f3..401a6cc28a 100644 --- a/software/overseerr.yml +++ b/software/overseerr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sct/overseerr depends_3rdparty: true -stargazers_count: 4071 +stargazers_count: 4075 updated_at: '2024-10-21' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index 5e8456be3b..c96ae5e29c 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: 9687 -updated_at: '2025-01-09' +stargazers_count: 9693 +updated_at: '2025-01-13' archived: false diff --git a/software/owncloud.yml b/software/owncloud.yml index 0195afea25..7f3f485157 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: 8437 +stargazers_count: 8438 updated_at: '2025-01-11' archived: false diff --git a/software/paaster.yml b/software/paaster.yml index 1b9041f812..528a2d2e5e 100644 --- a/software/paaster.yml +++ b/software/paaster.yml @@ -9,5 +9,5 @@ tags: - Pastebins source_code_url: https://github.com/WardPearce/paaster stargazers_count: 459 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index dd3a2d1cce..de751f6c5c 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: 5226 +stargazers_count: 5233 updated_at: '2024-11-11' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 3a6ecf9256..8137f487b3 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23762 -updated_at: '2025-01-12' +stargazers_count: 23787 +updated_at: '2025-01-13' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 43b051e683..4f8eceb88f 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/ciur/papermerge -stargazers_count: 2576 +stargazers_count: 2577 updated_at: '2024-01-15' archived: false diff --git a/software/part-db.yml b/software/part-db.yml index f667a7a725..ef578771e2 100644 --- a/software/part-db.yml +++ b/software/part-db.yml @@ -12,6 +12,6 @@ tags: - Inventory Management demo_url: https://demo.part-db.de/en/ -stargazers_count: 1024 +stargazers_count: 1026 updated_at: '2025-01-07' archived: false diff --git a/software/passbolt.yml b/software/passbolt.yml index d2ccc7da57..6cc5f05319 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: 4796 +stargazers_count: 4798 updated_at: '2024-11-26' archived: false diff --git a/software/passky.yml b/software/passky.yml index 781bc8679a..131aa2b125 100644 --- a/software/passky.yml +++ b/software/passky.yml @@ -9,6 +9,6 @@ tags: - Password Managers source_code_url: https://github.com/Rabbit-Company/Passky-Server demo_url: https://vault.passky.org -stargazers_count: 202 +stargazers_count: 203 updated_at: '2024-11-05' archived: false diff --git a/software/password-pusher.yml b/software/password-pusher.yml index efb1061bce..2c25e4d065 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: 2177 -updated_at: '2025-01-10' +stargazers_count: 2178 +updated_at: '2025-01-13' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index 7188e5ba19..d7b4514ee5 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: 31092 -updated_at: '2025-01-12' +stargazers_count: 31130 +updated_at: '2025-01-13' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index 1b269aba2f..d512c3a2af 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management demo_url: https://demo.pdfding.com -stargazers_count: 353 +stargazers_count: 359 updated_at: '2025-01-09' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index b0c62cf19e..e89bf8361e 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: 13321 -updated_at: '2025-01-10' +stargazers_count: 13327 +updated_at: '2025-01-13' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index ff35ce5988..c79b6f48dd 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: 1013 -updated_at: '2025-01-10' +stargazers_count: 1014 +updated_at: '2025-01-13' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index 10d2798d7d..f7a359a4fa 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: 34616 -updated_at: '2025-01-10' +stargazers_count: 34628 +updated_at: '2025-01-13' archived: false diff --git a/software/photofield.yml b/software/photofield.yml index f94f9f13e0..d73d90d519 100644 --- a/software/photofield.yml +++ b/software/photofield.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 468 +stargazers_count: 469 updated_at: '2024-11-02' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index 9d152887d2..9a92d94212 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: 36082 -updated_at: '2025-01-12' +stargazers_count: 36090 +updated_at: '2025-01-13' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index fb5b6621a6..84934f6e54 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5611 +stargazers_count: 5616 updated_at: '2025-01-09' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index daf5a962e3..b4adef3c4c 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: 49864 +stargazers_count: 49874 updated_at: '2024-12-29' archived: false diff --git a/software/picoshare.yml b/software/picoshare.yml index c108120804..249d59afe2 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: 2391 +stargazers_count: 2390 updated_at: '2025-01-11' archived: false diff --git a/software/pigallery-2.yml b/software/pigallery-2.yml index 87b8fa1661..803e193d56 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: 1844 +stargazers_count: 1845 updated_at: '2025-01-05' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index 6ae3a11907..9c0f3a466a 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: 312 +stargazers_count: 314 updated_at: '2025-01-12' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index f4f0c1ae67..df9332dfaf 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3626 +stargazers_count: 3633 updated_at: '2025-01-08' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index ffe56d963c..cea347b932 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: 3330 +stargazers_count: 3331 updated_at: '2025-01-10' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index 877319eccd..1eaef8ded3 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: 5743 +stargazers_count: 5759 updated_at: '2025-01-09' archived: false diff --git a/software/plane.yml b/software/plane.yml index f1d37a176e..9dceab3d31 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: 31748 -updated_at: '2025-01-11' +stargazers_count: 31774 +updated_at: '2025-01-13' archived: false diff --git a/software/planka.yml b/software/planka.yml index e82f2f4958..42f6623bfe 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: 8361 -updated_at: '2024-12-18' +stargazers_count: 8364 +updated_at: '2025-01-13' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index fd4998cda5..9ad8763843 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: 21116 -updated_at: '2025-01-09' +stargazers_count: 21130 +updated_at: '2025-01-13' archived: false diff --git a/software/plexripper.yml b/software/plexripper.yml index 4ef847b8aa..aa4fa1dc6e 100644 --- a/software/plexripper.yml +++ b/software/plexripper.yml @@ -10,5 +10,5 @@ tags: - Automation depends_3rdparty: true stargazers_count: 310 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/plik.yml b/software/plik.yml index 04f9c66b12..cef1bea478 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: 1505 +stargazers_count: 1506 updated_at: '2024-06-19' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index 156a0e69b5..a702653d1c 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: 42822 +stargazers_count: 42830 updated_at: '2025-01-12' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index 847e6c138c..a21a3e1d7f 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4103 +stargazers_count: 4106 updated_at: '2025-01-08' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index 433d48422a..39ea335eb5 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23160 -updated_at: '2025-01-12' +stargazers_count: 23180 +updated_at: '2025-01-13' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index a522fe0348..0168a38473 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: 16996 +stargazers_count: 17037 updated_at: '2025-01-12' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index 49a35c4d11..ddfdc72f4c 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: 8317 -updated_at: '2025-01-06' +stargazers_count: 8319 +updated_at: '2025-01-13' archived: false diff --git a/software/pretalx.yml b/software/pretalx.yml index 7b9688514f..6612a39114 100644 --- a/software/pretalx.yml +++ b/software/pretalx.yml @@ -9,5 +9,5 @@ tags: - Conference Management source_code_url: https://github.com/pretalx/pretalx stargazers_count: 757 -updated_at: '2025-01-06' +updated_at: '2025-01-13' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index ba7ab1a6d2..716f0e6b3a 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: 1950 -updated_at: '2025-01-10' +stargazers_count: 1951 +updated_at: '2025-01-13' archived: false diff --git a/software/prisme-analytics.yml b/software/prisme-analytics.yml index 03cea70eaf..b1d949e8dd 100644 --- a/software/prisme-analytics.yml +++ b/software/prisme-analytics.yml @@ -11,5 +11,5 @@ tags: - Analytics demo_url: https://app.prismeanalytics.com/grafana stargazers_count: 80 -updated_at: '2024-12-17' +updated_at: '2025-01-13' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index 15b5055d28..a32f34bf51 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: 6755 +stargazers_count: 6758 updated_at: '2025-01-11' archived: false diff --git a/software/projectsend.yml b/software/projectsend.yml index 8fa99db181..0fb6c81f1b 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: 1459 +stargazers_count: 1460 updated_at: '2024-12-11' archived: false diff --git a/software/psychic.yml b/software/psychic.yml index 3c1e6788b5..f2025e67db 100644 --- a/software/psychic.yml +++ b/software/psychic.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - API Management source_code_url: https://github.com/psychic-api/psychic -stargazers_count: 2324 +stargazers_count: 2326 updated_at: '2024-10-20' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index 30d342f4a7..f70e4b448b 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: 7030 +stargazers_count: 7035 updated_at: '2025-01-12' archived: false diff --git a/software/pufferpanel.yml b/software/pufferpanel.yml index 6852040844..8e9bb9df98 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: 1397 -updated_at: '2025-01-12' +stargazers_count: 1401 +updated_at: '2025-01-13' archived: false diff --git a/software/puter.yml b/software/puter.yml index b075d01ac1..15329b1e41 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: 27514 -updated_at: '2025-01-11' +stargazers_count: 27532 +updated_at: '2025-01-13' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index 660128891e..d1d750f706 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: 1858 -updated_at: '2025-01-09' +stargazers_count: 1861 +updated_at: '2025-01-13' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index e3c4be3c97..3b4b678099 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: 3387 +stargazers_count: 3386 updated_at: '2025-01-12' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index 44f68699c8..d32342d4bc 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: 29393 -updated_at: '2025-01-12' +stargazers_count: 29408 +updated_at: '2025-01-13' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index 634da842a0..6ecc922fdd 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: 4617 +stargazers_count: 4618 updated_at: '2024-10-10' archived: false diff --git a/software/qpixel.yml b/software/qpixel.yml index de1f09e42d..ca55f1aed6 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: 399 +stargazers_count: 398 updated_at: '2025-01-09' archived: false diff --git a/software/quassel-irc.yml b/software/quassel-irc.yml index 7beb703376..44781c04e0 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: 729 +stargazers_count: 730 updated_at: '2024-09-30' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index c40291e424..d4e513374f 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10787 +stargazers_count: 10793 updated_at: '2025-01-12' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index 596f8ffb98..f41118a6de 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: 3455 +stargazers_count: 3458 updated_at: '2025-01-12' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index a780b5db53..6c137d4a77 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: 3864 -updated_at: '2025-01-11' +stargazers_count: 3866 +updated_at: '2025-01-13' archived: false diff --git a/software/rapidbay.yml b/software/rapidbay.yml index d6d75aa017..269c060dc3 100644 --- a/software/rapidbay.yml +++ b/software/rapidbay.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/hauxir/rapidbay/ -stargazers_count: 758 +stargazers_count: 759 updated_at: '2024-12-13' archived: false diff --git a/software/rconcli.yml b/software/rconcli.yml index d07ae202e2..9bec37bc54 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: 516 +stargazers_count: 517 updated_at: '2024-12-12' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index ea4f52cda5..574b5c91bb 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 27005 -updated_at: '2025-01-12' +stargazers_count: 27020 +updated_at: '2025-01-13' archived: false diff --git a/software/reader.yml b/software/reader.yml index 487e23bc6c..1a180c343b 100644 --- a/software/reader.yml +++ b/software/reader.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/lemon24/reader -stargazers_count: 464 +stargazers_count: 465 updated_at: '2025-01-10' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index 954a1e2b20..01ea4f8bfe 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: 662 +stargazers_count: 663 updated_at: '2025-01-12' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 4438bababb..4614297a99 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login -stargazers_count: 246 -updated_at: '2025-01-12' +stargazers_count: 248 +updated_at: '2025-01-13' archived: false diff --git a/software/redash.yml b/software/redash.yml index d069f621aa..3a805ee1cd 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: 26733 +stargazers_count: 26742 updated_at: '2025-01-01' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index 5b7e7e6cbd..f0ebca91c5 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: 1549 +stargazers_count: 1553 updated_at: '2024-12-02' archived: false diff --git a/software/relate.yml b/software/relate.yml index 419d3d00c9..8839e33b45 100644 --- a/software/relate.yml +++ b/software/relate.yml @@ -8,6 +8,6 @@ platforms: tags: - Learning and Courses source_code_url: https://github.com/inducer/relate -stargazers_count: 387 +stargazers_count: 388 updated_at: '2025-01-11' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index d4e817e26e..fd3f6b4476 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4644 +stargazers_count: 4645 updated_at: '2024-12-17' archived: false diff --git a/software/restreamer.yml b/software/restreamer.yml index 580310a5eb..08974539be 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4143 +stargazers_count: 4150 updated_at: '2024-11-26' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index 6611d498d2..706d596a2e 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 784 -updated_at: '2025-01-01' +stargazers_count: 786 +updated_at: '2025-01-13' archived: false diff --git a/software/retroshare.yml b/software/retroshare.yml index 3b0b3eae12..c4a1b8ff6e 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: 1777 +stargazers_count: 1778 updated_at: '2025-01-12' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index fa7a8c89fe..6b14e242ee 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: 68204 -updated_at: '2024-11-28' +stargazers_count: 68210 +updated_at: '2025-01-13' archived: false diff --git a/software/revolt.yml b/software/revolt.yml index 45ae3b9729..f858e4d730 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: 1074 +stargazers_count: 1075 updated_at: '2024-12-23' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 5ba0ff295e..5cc431a4e3 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41612 -updated_at: '2025-01-10' +stargazers_count: 41620 +updated_at: '2025-01-13' archived: false diff --git a/software/romm.yml b/software/romm.yml index 1ffa9f311c..a5b0e80b1c 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: 2876 +stargazers_count: 2890 updated_at: '2025-01-12' archived: false diff --git a/software/roundcube.yml b/software/roundcube.yml index acf387b7fb..24a43ca272 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: 6003 +stargazers_count: 6005 updated_at: '2025-01-08' archived: false diff --git a/software/routr.yml b/software/routr.yml index 5de4cddfda..15aff74139 100644 --- a/software/routr.yml +++ b/software/routr.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/fonoster/routr -stargazers_count: 1456 +stargazers_count: 1457 updated_at: '2024-12-19' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index 22b8f83644..61428618c6 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: 7511 +stargazers_count: 7513 updated_at: '2025-01-12' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index 1ce619da03..3681931f6e 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34730 -updated_at: '2025-01-12' +stargazers_count: 34741 +updated_at: '2025-01-13' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index 89c2a331af..66a8a4878c 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: 4723 -updated_at: '2025-01-10' +stargazers_count: 4724 +updated_at: '2025-01-13' archived: false diff --git a/software/rudderstack.yml b/software/rudderstack.yml index d43ce79f73..b835d27565 100644 --- a/software/rudderstack.yml +++ b/software/rudderstack.yml @@ -11,6 +11,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/rudderlabs/rudder-server/ -stargazers_count: 4124 -updated_at: '2025-01-10' +stargazers_count: 4125 +updated_at: '2025-01-13' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index b98fb5a662..010ef6f124 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7084 +stargazers_count: 7090 updated_at: '2024-12-07' archived: false diff --git a/software/rustypaste.yml b/software/rustypaste.yml index 6348a4c256..68874bd74e 100644 --- a/software/rustypaste.yml +++ b/software/rustypaste.yml @@ -9,5 +9,5 @@ tags: - Pastebins source_code_url: https://github.com/orhun/rustypaste stargazers_count: 817 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/ryot.yml b/software/ryot.yml index 18bdbe835a..c246f29f4f 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2137 +stargazers_count: 2140 updated_at: '2025-01-12' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index 2a6dc2039f..5cbadcaead 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: 20985 -updated_at: '2025-01-10' +stargazers_count: 20990 +updated_at: '2025-01-13' archived: false diff --git a/software/scholarsome.yml b/software/scholarsome.yml index e0bf355565..dd8b6cad47 100644 --- a/software/scholarsome.yml +++ b/software/scholarsome.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/hwgilbert16/scholarsome demo_url: https://scholarsome.com/ -stargazers_count: 554 +stargazers_count: 553 updated_at: '2024-07-23' archived: false diff --git a/software/screego.yml b/software/screego.yml index 645f0bb873..ea0addf139 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: 8198 +stargazers_count: 8201 updated_at: '2024-12-07' archived: false diff --git a/software/scribble.rs.yml b/software/scribble.rs.yml index 821f7bd108..2fe4ea8356 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: 477 +stargazers_count: 478 updated_at: '2024-12-27' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index d652aae04c..2c4bb204eb 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: 12586 +stargazers_count: 12588 updated_at: '2024-12-21' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index a9888a4e67..9f715fe9dd 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: 15079 -updated_at: '2025-01-10' +stargazers_count: 15093 +updated_at: '2025-01-13' archived: false diff --git a/software/seatsurfing.yml b/software/seatsurfing.yml index ee6a846aa7..69fa6187fb 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: 158 -updated_at: '2025-01-11' +stargazers_count: 159 +updated_at: '2025-01-13' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index 1c121e177d..c1f0acced7 100644 --- a/software/seaweedfs.yml +++ b/software/seaweedfs.yml @@ -9,5 +9,5 @@ tags: - File Transfer - Object Storage & File Servers source_code_url: https://github.com/seaweedfs/seaweedfs stargazers_count: 23452 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/send.yml b/software/send.yml index dab021f892..5abae29383 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4925 +stargazers_count: 4926 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index ab64376642..187481f593 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: 39605 -updated_at: '2025-01-11' +stargazers_count: 39615 +updated_at: '2025-01-13' archived: false diff --git a/software/servas.yml b/software/servas.yml index c41078f56a..e445eebcd3 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: 598 +stargazers_count: 599 updated_at: '2024-12-19' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index dd29773ad7..a5a90baf59 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: 9789 +stargazers_count: 9791 updated_at: '2025-01-11' archived: false diff --git a/software/sharetribe.yml b/software/sharetribe.yml index f80fabbc78..f219294469 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: 2377 +stargazers_count: 2375 updated_at: '2024-11-18' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index 913cb75e6f..438bd9703d 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: 940 -updated_at: '2025-01-11' +stargazers_count: 941 +updated_at: '2025-01-13' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index aa9d07f1a3..ce4df79f1b 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: 1920 +stargazers_count: 1925 updated_at: '2025-01-09' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index 04bb972327..f1040291ec 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: 1421 -updated_at: '2025-01-07' +stargazers_count: 1422 +updated_at: '2025-01-13' archived: false diff --git a/software/shhh.yml b/software/shhh.yml index 81df4fa4e0..a1a5532ee9 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: 387 -updated_at: '2025-01-10' +stargazers_count: 389 +updated_at: '2025-01-13' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 3ade86a621..58a7680e27 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: 9834 +stargazers_count: 9838 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index f193c61f73..f27652e4e2 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: 3449 -updated_at: '2024-12-27' +stargazers_count: 3452 +updated_at: '2025-01-13' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index fa14539cc1..7d97f8c24e 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: 2891 -updated_at: '2025-01-10' +stargazers_count: 2893 +updated_at: '2025-01-13' archived: false diff --git a/software/sigal.yml b/software/sigal.yml index d9ed021daf..7d091471e3 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: 896 +stargazers_count: 895 updated_at: '2024-12-16' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index affa71712f..03c16eafbe 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: 2833 -updated_at: '2025-01-12' +stargazers_count: 2835 +updated_at: '2025-01-13' archived: false diff --git a/software/simple-machines-forum.yml b/software/simple-machines-forum.yml index e5060e95f6..9aa6ad0ba4 100644 --- a/software/simple-machines-forum.yml +++ b/software/simple-machines-forum.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/SimpleMachines/SMF stargazers_count: 610 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index 50bb08f4e6..71c40bf09c 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: 5317 +stargazers_count: 5321 updated_at: '2024-12-20' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 59b96f1a6a..5133541c5d 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: 7690 -updated_at: '2025-01-12' +stargazers_count: 7695 +updated_at: '2025-01-13' archived: false diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index c6d01455b0..40b12dfdb1 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: 1692 +stargazers_count: 1694 updated_at: '2025-01-08' archived: false diff --git a/software/sish.yml b/software/sish.yml index 7ce08fe03c..bb1f7b4690 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: 4078 +stargazers_count: 4080 updated_at: '2025-01-08' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index 415734045a..cc49a2bf55 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26346 +stargazers_count: 26392 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index bcf66aa532..3f5f05e99a 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2117 -updated_at: '2025-01-04' +stargazers_count: 2123 +updated_at: '2025-01-13' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index a708cff193..c26580f1e3 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: 1230 +stargazers_count: 1232 updated_at: '2024-12-18' archived: false diff --git a/software/snapcast.yml b/software/snapcast.yml index e5eb894555..19842feefa 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: 6337 +stargazers_count: 6340 updated_at: '2025-01-12' archived: false diff --git a/software/snikket.yml b/software/snikket.yml index 0b73b83ca2..5d4c628023 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: 284 +stargazers_count: 282 updated_at: '2025-01-07' archived: false diff --git a/software/sogo.yml b/software/sogo.yml index 434a1092d8..57585df4de 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: 1850 +stargazers_count: 1851 updated_at: '2025-01-07' archived: false diff --git a/software/soketi.yml b/software/soketi.yml index 21749cd104..870afa5e78 100644 --- a/software/soketi.yml +++ b/software/soketi.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/soketi/soketi -stargazers_count: 5039 +stargazers_count: 5041 updated_at: '2024-03-25' archived: false diff --git a/software/solidinvoice.yml b/software/solidinvoice.yml index 0c31a5daab..590baafe09 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: 601 -updated_at: '2025-01-09' +stargazers_count: 602 +updated_at: '2025-01-13' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index 9541d2f4c4..6b9b9e5099 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2631 +stargazers_count: 2638 updated_at: '2024-12-21' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index 0ac157c414..a8b0ee951c 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11157 +stargazers_count: 11156 updated_at: '2025-01-11' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index 022b239519..2c9c01fe7c 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2390 +stargazers_count: 2394 updated_at: '2024-06-04' archived: false diff --git a/software/spis.yml b/software/spis.yml index 065d7bfd47..f2a7fb1837 100644 --- a/software/spis.yml +++ b/software/spis.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/gbbirkisson/spis stargazers_count: 140 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index 1494c227c4..f9aca787ee 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: 13199 -updated_at: '2025-01-12' +stargazers_count: 13201 +updated_at: '2025-01-13' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index e3cb761088..a1db34ca3d 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: 1774 +stargazers_count: 1790 updated_at: '2025-01-12' archived: false diff --git a/software/squidex.yml b/software/squidex.yml index 3cb2fe1220..e97f3bcadb 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: 2295 +stargazers_count: 2296 updated_at: '2024-12-20' archived: false diff --git a/software/srs.yml b/software/srs.yml index e8cce4824b..a48038a4aa 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: 26145 +stargazers_count: 26153 updated_at: '2024-12-05' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index 20ed756166..aa9e960113 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: 2549 +stargazers_count: 2550 updated_at: '2024-12-13' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index 5f848606f5..0ce7dfdfcc 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: 5884 -updated_at: '2025-01-12' +stargazers_count: 5897 +updated_at: '2025-01-13' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index fc9e7844e0..91e565e148 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: 324 -updated_at: '2025-01-11' +stargazers_count: 326 +updated_at: '2025-01-13' archived: false diff --git a/software/startos.yml b/software/startos.yml index 1f0ff3eb63..dd4ee641ec 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: 1070 +stargazers_count: 1072 updated_at: '2024-09-26' archived: false diff --git a/software/stash.yml b/software/stash.yml index ef5b93b991..8ab298a8ff 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: 9620 +stargazers_count: 9624 updated_at: '2024-12-04' archived: false diff --git a/software/statping.ng.yml b/software/statping.ng.yml index 723ac45b5d..e6c7a4c357 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: 1558 +stargazers_count: 1560 updated_at: '2025-01-09' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index 98021aa6a1..8dc4ab3d6b 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: 48793 -updated_at: '2025-01-12' +stargazers_count: 48826 +updated_at: '2025-01-13' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index d73f98e911..fc98460e07 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: 64604 -updated_at: '2025-01-10' +stargazers_count: 64619 +updated_at: '2025-01-13' archived: false diff --git a/software/streama.yml b/software/streama.yml index 1cc2c227bc..3813ad3536 100644 --- a/software/streama.yml +++ b/software/streama.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/streamaserver/streama -stargazers_count: 9717 +stargazers_count: 9718 updated_at: '2024-04-04' archived: false diff --git a/software/stretto.yml b/software/stretto.yml index 08e753bf79..ac49ebabf2 100644 --- a/software/stretto.yml +++ b/software/stretto.yml @@ -10,6 +10,6 @@ tags: source_code_url: https://github.com/benkaiser/stretto demo_url: https://next.kaiserapps.com related_software_url: https://github.com/benkaiser/stretto-mobile-next -stargazers_count: 619 +stargazers_count: 620 updated_at: '2024-09-06' archived: false diff --git a/software/stringer.yml b/software/stringer.yml index 55900eb77f..19088c8049 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: 3967 -updated_at: '2025-01-10' +stargazers_count: 3968 +updated_at: '2025-01-13' archived: false diff --git a/software/stump.yml b/software/stump.yml index 57cb858d5b..59a41accba 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: 1102 +stargazers_count: 1105 updated_at: '2024-12-08' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index 2d23b5fb53..bb0d4e939a 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4626 +stargazers_count: 4627 updated_at: '2025-01-03' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 9e6258f4e5..159e1483bc 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: 21618 -updated_at: '2025-01-12' +stargazers_count: 21652 +updated_at: '2025-01-13' archived: false diff --git a/software/superset.yml b/software/superset.yml index 52df9e4067..847d2b819b 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: 63764 -updated_at: '2025-01-11' +stargazers_count: 63773 +updated_at: '2025-01-13' archived: false diff --git a/software/svix.yml b/software/svix.yml index 848294c042..6c17411436 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: 2495 +stargazers_count: 2498 updated_at: '2025-01-10' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index 6526122d6e..f412ed736a 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: 2999 +stargazers_count: 3002 updated_at: '2025-01-11' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index 2811f47b1f..ce765ad0dd 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: 856 +stargazers_count: 855 updated_at: '2025-01-10' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index d70a6669b6..9b65e75f83 100644 --- a/software/sylius.yml +++ b/software/sylius.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/Sylius/Sylius demo_url: https://sylius.com/try/ stargazers_count: 8060 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index b0d660c0e7..684f3b5063 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: 1795 -updated_at: '2025-01-08' +stargazers_count: 1802 +updated_at: '2025-01-13' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index ea01476ed4..512b01045f 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: 66795 -updated_at: '2025-01-11' +stargazers_count: 66814 +updated_at: '2025-01-13' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index 7d82599711..dd7ccb6915 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: 3934 -updated_at: '2025-01-12' +stargazers_count: 3936 +updated_at: '2025-01-13' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 5cce23b0a2..287acd4f16 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: 3061 +stargazers_count: 3064 updated_at: '2025-01-02' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index 64b9247ece..fea8c0901c 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: 5820 +stargazers_count: 5821 updated_at: '2025-01-05' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index 441ff0ce16..be74651a4e 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22544 -updated_at: '2025-01-12' +stargazers_count: 22553 +updated_at: '2025-01-13' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index e1e3b43f26..4d84e07285 100644 --- a/software/teampass.yml +++ b/software/teampass.yml @@ -9,5 +9,5 @@ tags: - Password Managers source_code_url: https://github.com/nilsteampassnet/TeamPass stargazers_count: 1693 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index b4f9769ac2..c3e096a2d9 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: 4785 +stargazers_count: 4793 updated_at: '2024-12-21' archived: false diff --git a/software/teleport.yml b/software/teleport.yml index 2a2e4943d6..2b290c5703 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: 17871 -updated_at: '2025-01-10' +stargazers_count: 17878 +updated_at: '2025-01-13' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index 31872f8d91..cae6b9d548 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: 6207 -updated_at: '2025-01-07' +stargazers_count: 6210 +updated_at: '2025-01-13' archived: false diff --git a/software/textbelt.yml b/software/textbelt.yml index 74c590106c..09af169b71 100644 --- a/software/textbelt.yml +++ b/software/textbelt.yml @@ -9,6 +9,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/typpo/textbelt depends_3rdparty: true -stargazers_count: 3091 +stargazers_count: 3093 updated_at: '2024-03-28' archived: false diff --git a/software/textpattern.yml b/software/textpattern.yml index 2023a3cb7b..e4cfad7d29 100644 --- a/software/textpattern.yml +++ b/software/textpattern.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/textpattern/textpattern demo_url: https://textpattern.co/demo stargazers_count: 804 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index 7ee632be63..811d57ee50 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: 5678 -updated_at: '2025-01-12' +stargazers_count: 5681 +updated_at: '2025-01-13' archived: false diff --git a/software/the-lounge.yml b/software/the-lounge.yml index f3f5be3638..85b4b6376c 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: 5748 +stargazers_count: 5750 updated_at: '2024-11-07' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index 194dcac84c..ed55bf6b65 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: 18044 +stargazers_count: 18052 updated_at: '2025-01-10' archived: false diff --git a/software/thumbor.yml b/software/thumbor.yml index 33f704bf0e..3b3c991a0a 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: 10158 +stargazers_count: 10161 updated_at: '2024-11-12' archived: false diff --git a/software/tiddlywiki.yml b/software/tiddlywiki.yml index 254bd8bdec..077376e0c3 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: 8154 +stargazers_count: 8155 updated_at: '2025-01-07' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index 3c92ab8c88..ca059bb3d5 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: 2289 +stargazers_count: 2291 updated_at: '2025-01-11' archived: false diff --git a/software/timeoff.management.yml b/software/timeoff.management.yml index 5eb3deb25b..01f118d9e0 100644 --- a/software/timeoff.management.yml +++ b/software/timeoff.management.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/timeoff-management/timeoff-management-application demo_url: https://app.timeoff.management -stargazers_count: 972 +stargazers_count: 973 updated_at: '2024-01-30' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index 535e039b59..f0cfc9fe25 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: 1226 +stargazers_count: 1229 updated_at: '2025-01-06' archived: false diff --git a/software/tine.yml b/software/tine.yml index cfe811ad7d..1c802dbafb 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: 15 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index 7c1a89b4f9..a35ca575e0 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: 12214 +stargazers_count: 12213 updated_at: '2024-04-27' archived: false diff --git a/software/tiny-file-manager.yml b/software/tiny-file-manager.yml index 2248801dd3..784066f2fa 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: 5118 +stargazers_count: 5119 updated_at: '2024-11-05' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index 64f23018fd..80cc8cce8c 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: 4983 +stargazers_count: 4984 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index affaef6ef4..bf7ac556b3 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: 7811 +stargazers_count: 7999 updated_at: '2025-01-12' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 7143cf091c..8e93aa2fae 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: 2304 -updated_at: '2025-01-10' +stargazers_count: 2308 +updated_at: '2025-01-13' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index e0ace0712a..cb3de5365b 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: 33658 +stargazers_count: 33667 updated_at: '2025-01-10' archived: false diff --git a/software/tox.yml b/software/tox.yml index 783818d5c4..d9f566055d 100644 --- a/software/tox.yml +++ b/software/tox.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/TokTok/c-toxcore stargazers_count: 2322 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/tracim.yml b/software/tracim.yml index 69e565f75f..8a1e7b05c0 100644 --- a/software/tracim.yml +++ b/software/tracim.yml @@ -11,5 +11,5 @@ tags: - Groupware source_code_url: https://github.com/tracim/tracim stargazers_count: 220 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/tracks.yml b/software/tracks.yml index 8089046011..b4044921db 100644 --- a/software/tracks.yml +++ b/software/tracks.yml @@ -9,5 +9,5 @@ tags: - Task Management & To-do Lists source_code_url: https://github.com/TracksApp/tracks stargazers_count: 1191 -updated_at: '2024-12-19' +updated_at: '2025-01-13' archived: false diff --git a/software/traduora.yml b/software/traduora.yml index 6f6ea2c41f..12e3a99660 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: 2014 +stargazers_count: 2015 updated_at: '2024-11-22' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index 6233c6af30..18c94d3938 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52658 +stargazers_count: 52683 updated_at: '2025-01-09' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 60ab7991a9..1b6301eac1 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: 1265 +stargazers_count: 1266 updated_at: '2025-01-02' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 37fd7f5c7b..14c5569119 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: 15366 +stargazers_count: 15368 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index 648be05513..0f726bf54c 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: 12526 +stargazers_count: 12533 updated_at: '2025-01-09' archived: false diff --git a/software/traq.yml b/software/traq.yml index 3780a23df6..c90fd21b9c 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: 181 +stargazers_count: 182 updated_at: '2024-08-16' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index d9fbd69930..5c36c7a9bf 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27828 +stargazers_count: 27834 updated_at: '2024-05-30' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 2c3cb3ece4..825ed86bc6 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: 5501 +stargazers_count: 5504 updated_at: '2024-12-20' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index baf349b112..88c27f57b6 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2071 +stargazers_count: 2073 updated_at: '2025-01-09' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index 859a2cc3b3..4ab42bc678 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9094 +stargazers_count: 9096 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index 1c5d5338de..63132bb366 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24477 -updated_at: '2025-01-12' +stargazers_count: 24490 +updated_at: '2025-01-13' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index 0603dd2d0c..b67ed8e60b 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: 9814 -updated_at: '2025-01-10' +stargazers_count: 9816 +updated_at: '2025-01-13' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index e26250aba3..bb726b7894 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: 7838 +stargazers_count: 7849 updated_at: '2025-01-10' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index 396d769633..80606ee6f5 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: 21712 -updated_at: '2025-01-09' +stargazers_count: 21718 +updated_at: '2025-01-13' archived: false diff --git a/software/typo3.yml b/software/typo3.yml index a429b8ede9..5789486257 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: 1067 -updated_at: '2025-01-10' +stargazers_count: 1068 +updated_at: '2025-01-13' archived: false diff --git a/software/uguu.yml b/software/uguu.yml index 2b5cfeb262..2d24d7ef60 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: 894 +stargazers_count: 895 updated_at: '2024-10-26' archived: false diff --git a/software/umami.yml b/software/umami.yml index 0ef12d7e6d..0e8e2d4dd2 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: 23702 +stargazers_count: 23717 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index d08c48501c..3d8d0fbebd 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: 4655 +stargazers_count: 4659 updated_at: '2025-01-07' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index 9d26f70e5d..dd22a41a96 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: 7946 +stargazers_count: 8071 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index 0784cc1208..4e57c2898c 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: 4299 +stargazers_count: 4303 updated_at: '2025-01-07' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index 2b28f50237..e2578c932e 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: 2798 -updated_at: '2025-01-10' +stargazers_count: 2800 +updated_at: '2025-01-13' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index ab2f1f8a32..5d911ea060 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: 62452 +stargazers_count: 62492 updated_at: '2024-12-22' archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index 7b9b6c2aa2..d5190eacbe 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: 9679 +stargazers_count: 9681 updated_at: '2024-12-04' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index cda9988703..183a5d3972 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -11,5 +11,5 @@ platforms: tags: - Web Servers stargazers_count: 3737 -updated_at: '2025-01-04' +updated_at: '2025-01-13' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 442ec9eb36..b5b32cef10 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: 40718 -updated_at: '2025-01-11' +stargazers_count: 40736 +updated_at: '2025-01-13' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 41d2004173..115b887f3e 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1836 +stargazers_count: 1838 updated_at: '2025-01-12' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index c255955852..ada4dc573a 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: 444 +stargazers_count: 445 updated_at: '2025-01-13' archived: false diff --git a/software/w.yml b/software/w.yml index 09eb6348c9..00f66b14d7 100644 --- a/software/w.yml +++ b/software/w.yml @@ -9,5 +9,5 @@ platforms: tags: - Wikis stargazers_count: 21 -updated_at: '2024-12-21' +updated_at: '2025-01-13' archived: false diff --git a/software/wackowiki.yml b/software/wackowiki.yml index 3d094ab030..7ef380ecf2 100644 --- a/software/wackowiki.yml +++ b/software/wackowiki.yml @@ -9,5 +9,5 @@ tags: - Wikis source_code_url: https://github.com/WackoWiki/wackowiki stargazers_count: 46 -updated_at: '2025-01-04' +updated_at: '2025-01-13' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 3e5ef8eb22..3d33e6a68b 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: 18614 -updated_at: '2025-01-07' +stargazers_count: 18619 +updated_at: '2025-01-13' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index 24afa574b0..921605ecc2 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: 2946 +stargazers_count: 2949 updated_at: '2024-12-22' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index 51d2f1fa1e..f4e1e0e9c3 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: 10806 -updated_at: '2025-01-10' +stargazers_count: 10808 +updated_at: '2025-01-13' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index 57a83ea8d0..492832bf16 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: 4103 +stargazers_count: 4109 updated_at: '2025-01-09' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index 00c77f48dd..4d9c08cddd 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: 365 -updated_at: '2025-01-12' +stargazers_count: 367 +updated_at: '2025-01-13' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index f4e32e9474..2938e236a7 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 189 +stargazers_count: 192 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index 162292b69e..28ef85d48d 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: 1859 +stargazers_count: 1860 updated_at: '2025-01-09' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index 21c8364160..833e1ae835 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -11,6 +11,6 @@ tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org -stargazers_count: 4759 -updated_at: '2025-01-12' +stargazers_count: 4764 +updated_at: '2025-01-13' archived: false diff --git a/software/websurfx.yml b/software/websurfx.yml index df4981decf..9a5955c7f8 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines depends_3rdparty: true -stargazers_count: 788 +stargazers_count: 789 updated_at: '2024-12-24' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index 115c835c4e..3a60a7358b 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: 519 -updated_at: '2025-01-12' +stargazers_count: 520 +updated_at: '2025-01-14' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index fda55f2511..72cd2c1faf 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: 19721 +stargazers_count: 19725 updated_at: '2025-01-12' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index 528c92a891..a9fabc81d9 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: 4435 +stargazers_count: 4437 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index 43a00bdfcb..e1480caee4 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3368 +stargazers_count: 3372 updated_at: '2025-01-10' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 0c580a9720..6ad404ebcd 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: 9742 +stargazers_count: 9748 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index a7230e33ba..4fc562e4eb 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: 25357 +stargazers_count: 25366 updated_at: '2025-01-01' archived: false diff --git a/software/wikmd.yml b/software/wikmd.yml index 5361c97bb0..f863ef9333 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: 351 +stargazers_count: 352 updated_at: '2024-09-16' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 6807bfb4e1..18f6b1d43c 100644 --- a/software/wildduck.yml +++ b/software/wildduck.yml @@ -10,5 +10,5 @@ tags: - Communication - Email - Complete Solutions source_code_url: https://github.com/nodemailer/wildduck stargazers_count: 1943 -updated_at: '2025-01-09' +updated_at: '2025-01-13' archived: false diff --git a/software/wintercms.yml b/software/wintercms.yml index 3d6e9be342..b8747526de 100644 --- a/software/wintercms.yml +++ b/software/wintercms.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/wintercms/winter stargazers_count: 1390 -updated_at: '2025-01-08' +updated_at: '2025-01-13' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index 1dafe74537..4ffa5a1796 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: 9503 -updated_at: '2025-01-11' +stargazers_count: 9504 +updated_at: '2025-01-13' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index 8961cedc58..476f2c9f65 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: 19767 -updated_at: '2025-01-12' +stargazers_count: 19769 +updated_at: '2025-01-13' archived: false diff --git a/software/workadventure.yml b/software/workadventure.yml index c9186bb633..cf2edccf62 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: 4233 -updated_at: '2025-01-10' +stargazers_count: 4232 +updated_at: '2025-01-13' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index 377292c6e0..4c4345234c 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: 4606 +stargazers_count: 4609 updated_at: '2024-12-01' archived: false diff --git a/software/xandikos.yml b/software/xandikos.yml index 08611488bd..7a2a4f78d0 100644 --- a/software/xandikos.yml +++ b/software/xandikos.yml @@ -10,5 +10,5 @@ tags: - Calendar & Contacts source_code_url: https://github.com/jelmer/xandikos stargazers_count: 441 -updated_at: '2025-01-11' +updated_at: '2025-01-13' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index 5d7ff16af9..ac345d1f43 100644 --- a/software/xwiki.yml +++ b/software/xwiki.yml @@ -12,5 +12,5 @@ tags: source_code_url: https://github.com/xwiki/xwiki-platform demo_url: https://playground.xwiki.org stargazers_count: 1030 -updated_at: '2025-01-10' +updated_at: '2025-01-13' archived: false diff --git a/software/yaade.yml b/software/yaade.yml index a9ccecd196..e483ff0ea5 100644 --- a/software/yaade.yml +++ b/software/yaade.yml @@ -9,5 +9,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/EsperoTech/yaade stargazers_count: 1627 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/yaffa.yml b/software/yaffa.yml index 6931bb86dc..7e03650903 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: 5 -updated_at: '2025-01-11' +stargazers_count: 6 +updated_at: '2025-01-13' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index d55977e5ec..5acc5772d1 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: 3082 +stargazers_count: 3083 updated_at: '2024-12-04' archived: false diff --git a/software/yopass.yml b/software/yopass.yml index 7534609384..afc5d5d0b5 100644 --- a/software/yopass.yml +++ b/software/yopass.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/jhaals/yopass demo_url: https://yopass.se/ -stargazers_count: 1924 +stargazers_count: 1927 updated_at: '2025-01-10' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index 02b8d38c76..cc209c9237 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: 3336 +stargazers_count: 3337 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index f30fabb543..27be444414 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: 10927 +stargazers_count: 10930 updated_at: '2024-12-31' archived: false diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml index aeaf0b20a5..eaea400ea2 100644 --- a/software/youtubedl-material.yml +++ b/software/youtubedl-material.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2723 +stargazers_count: 2722 updated_at: '2024-01-18' archived: false diff --git a/software/youtubedl-server.yml b/software/youtubedl-server.yml index 47cf96c978..c7a96541ac 100644 --- a/software/youtubedl-server.yml +++ b/software/youtubedl-server.yml @@ -10,5 +10,5 @@ tags: - Automation source_code_url: https://github.com/nbr23/youtube-dl-server stargazers_count: 246 -updated_at: '2025-01-05' +updated_at: '2025-01-13' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index 328232c685..63f632948b 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1050 -updated_at: '2025-01-08' +stargazers_count: 1054 +updated_at: '2025-01-13' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index 6f0a3e7670..052a4d445a 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: 4576 -updated_at: '2025-01-10' +stargazers_count: 4578 +updated_at: '2025-01-13' archived: false diff --git a/software/zenphoto.yml b/software/zenphoto.yml index 87ccdebff4..c8d3b8c7f2 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: 302 +stargazers_count: 303 updated_at: '2025-01-11' archived: false diff --git a/software/zentao.yml b/software/zentao.yml index 34ac37eda3..1bd767636c 100644 --- a/software/zentao.yml +++ b/software/zentao.yml @@ -9,6 +9,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/easysoft/zentaopms demo_url: https://demo15.zentao.pm/ -stargazers_count: 1350 +stargazers_count: 1349 updated_at: '2024-12-30' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index 87c7060c48..c76cbd3f7d 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: 1687 +stargazers_count: 1689 updated_at: '2025-01-10' archived: false diff --git a/software/znc.yml b/software/znc.yml index d0826ea004..05554f8d6d 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: 2024 +stargazers_count: 2025 updated_at: '2024-12-29' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index 76d998b94d..cc08aba206 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: 5264 +stargazers_count: 5265 updated_at: '2025-01-05' archived: false diff --git a/software/zot-oci-registry.yml b/software/zot-oci-registry.yml index d2e028109f..d216dcd7b8 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: 1017 -updated_at: '2025-01-04' +stargazers_count: 1018 +updated_at: '2025-01-13' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index 3f74c07027..99564a848f 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: 21925 -updated_at: '2025-01-12' +stargazers_count: 21935 +updated_at: '2025-01-14' archived: false diff --git "a/software/\302\265streamer.yml" "b/software/\302\265streamer.yml" index 7f0e7510c6..16a35a4ad0 100644 --- "a/software/\302\265streamer.yml" +++ "b/software/\302\265streamer.yml" @@ -10,5 +10,5 @@ tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/pikvm/ustreamer stargazers_count: 1764 -updated_at: '2024-12-27' +updated_at: '2025-01-13' archived: false From 7ad0320357681f21ea3d4f395474e8dc3c325859 Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Wed, 15 Jan 2025 00:44:37 +0000 Subject: [PATCH 26/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/a-dark-room.yml | 2 +- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 4 ++-- software/adguard-home.yml | 2 +- software/admidio.yml | 4 ++-- software/adminerevo.yml | 2 +- software/adventurelog.yml | 4 ++-- software/aimeos.yml | 2 +- software/akaunting.yml | 4 ++-- software/alfresco-community-edition.yml | 2 +- software/algernon.yml | 2 +- software/ampache.yml | 2 +- software/anonaddy.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 2 +- software/apaxy.yml | 2 +- software/appflowy.yml | 4 ++-- software/apprise.yml | 2 +- software/appsmith.yml | 4 ++-- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 2 +- software/archivesspace.yml | 2 +- software/artalk.yml | 2 +- software/asterisk.yml | 2 +- software/atomic-server.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/automatisch.yml | 4 ++-- software/awstats.yml | 2 +- software/azimutt.yml | 4 ++-- software/azuracast.yml | 4 ++-- software/baby-buddy.yml | 2 +- software/backdrop-cms.yml | 2 +- software/bagisto.yml | 4 ++-- software/bar-assistant.yml | 2 +- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 2 +- software/beelzebub.yml | 4 ++-- software/beets.yml | 2 +- software/bencher.yml | 2 +- software/bewcloud.yml | 2 +- software/bicimon.yml | 2 +- software/bigbluebutton.yml | 2 +- software/bitmagnet.yml | 2 +- software/bitpoll.yml | 2 +- software/bitwarden.yml | 4 ++-- software/black-candy.yml | 2 +- software/blocky.yml | 2 +- software/booklogr.yml | 2 +- software/bookstack.yml | 4 ++-- software/bookwyrm.yml | 2 +- software/bracket.yml | 2 +- software/briefkasten.yml | 2 +- software/btcpay-server.yml | 2 +- software/budibase.yml | 4 ++-- software/bugsink.yml | 2 +- software/buku.yml | 2 +- software/bunkerweb.yml | 2 +- software/bytebase.yml | 4 ++-- software/caddy.yml | 2 +- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 4 ++-- software/canvas-lms.yml | 4 ++-- software/casaos.yml | 2 +- software/centrifugo.yml | 2 +- software/cerbos.yml | 4 ++-- software/chamilo-lms.yml | 2 +- software/changedetection.io.yml | 2 +- software/chartbrew.yml | 4 ++-- software/chaskiq.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chhoto-url.yml | 2 +- software/chibisafe.yml | 2 +- software/chitchatter.yml | 2 +- software/ckan.yml | 2 +- software/claper.yml | 2 +- software/clearflask.yml | 2 +- software/cloud-seeder.yml | 2 +- software/cloudbeaver.yml | 4 ++-- software/cncjs.yml | 2 +- software/code-server.yml | 2 +- software/coder.yml | 4 ++-- software/commafeed.yml | 4 ++-- software/composio.yml | 4 ++-- software/conduwuit.yml | 4 ++-- software/contao.yml | 2 +- software/copyparty.yml | 2 +- software/coral.yml | 2 +- software/corteza.yml | 2 +- software/cosmos.yml | 2 +- software/craftcms.yml | 4 ++-- software/cryptpad.yml | 2 +- software/cstate.yml | 2 +- software/cups.yml | 2 +- software/cyberchef.yml | 2 +- software/cypht.yml | 4 ++-- software/cyrus-imap.yml | 2 +- software/dagu.yml | 4 ++-- software/damselfly.yml | 2 +- software/dashy.yml | 2 +- software/datasette.yml | 2 +- software/diaspora.yml | 2 +- software/dietpi.yml | 2 +- software/dify.ai.yml | 4 ++-- software/directorylister.yml | 2 +- software/directus.yml | 4 ++-- software/discourse.yml | 4 ++-- software/dittofeed.yml | 4 ++-- software/django-wiki.yml | 2 +- software/docat.yml | 2 +- software/docker-mailserver.yml | 2 +- software/docmost.yml | 2 +- software/docspell.yml | 4 ++-- software/documize.yml | 2 +- software/docuseal.yml | 2 +- software/dokuwiki.yml | 2 +- software/dolibarr.yml | 4 ++-- software/domjudge.yml | 2 +- software/donetick.yml | 4 ++-- software/dovecot.yml | 4 ++-- software/dpaste.yml | 2 +- software/draw.io.yml | 2 +- software/dreamfactory.yml | 2 +- software/druid.yml | 4 ++-- software/dspace.yml | 2 +- software/easy!appointments.yml | 2 +- software/egroupware.yml | 2 +- software/ejabberd.yml | 2 +- software/elabftw.yml | 2 +- software/elasticsearch.yml | 4 ++-- software/element.yml | 4 ++-- software/elgg.yml | 2 +- software/emailwiz.yml | 2 +- software/emqx.yml | 4 ++-- software/enclosed.yml | 2 +- software/ente.yml | 4 ++-- software/ergo.yml | 4 ++-- software/erpnext.yml | 4 ++-- software/erxes.yml | 4 ++-- software/espocrm.yml | 4 ++-- software/etebase-etesync.yml | 2 +- software/etherpad.yml | 2 +- software/evergreen.yml | 2 +- software/evershop.yml | 2 +- software/evidence.yml | 4 ++-- software/ezbookkeeping.yml | 2 +- software/farmos.yml | 2 +- software/fava.yml | 2 +- software/fider.yml | 2 +- software/filebrowser.yml | 2 +- software/filegator.yml | 2 +- software/filestash.yml | 4 ++-- software/firefly-iii.yml | 2 +- software/firefox-account-server.yml | 2 +- software/firezone.yml | 4 ++-- software/flagsmith.yml | 4 ++-- software/flatnotes.yml | 2 +- software/flipt.yml | 4 ++-- software/flowforge.yml | 4 ++-- software/fluidd.yml | 2 +- software/flyimg.yml | 2 +- software/focalboard.yml | 2 +- software/foodcoopshop.yml | 2 +- software/foodsoft.yml | 2 +- software/formbricks.yml | 4 ++-- software/fossbilling.yml | 2 +- software/freescout.yml | 2 +- software/freeswitch.yml | 4 ++-- software/freshrss.yml | 2 +- software/friendica.yml | 2 +- software/frigate.yml | 2 +- software/fusion.yml | 2 +- software/fusionpbx.yml | 2 +- software/gamevault.yml | 2 +- software/ganymede.yml | 2 +- software/gatus.yml | 4 ++-- software/gerbera.yml | 4 ++-- software/gerrit.yml | 4 ++-- software/ghost.yml | 4 ++-- software/ghostfolio.yml | 2 +- software/gitblit.yml | 2 +- software/gitbucket.yml | 4 ++-- software/gitea.yml | 4 ++-- software/gitolite.yml | 2 +- software/glance.yml | 2 +- software/globaleaks.yml | 2 +- software/go-feature-flag.yml | 2 +- software/goaccess.yml | 2 +- software/goatcounter.yml | 2 +- software/gogs.yml | 2 +- software/gollum.yml | 2 +- software/gonic.yml | 2 +- software/google-webfonts-helper.yml | 2 +- software/gophish.yml | 2 +- software/gossa.yml | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 4 ++-- software/graphhopper.yml | 2 +- software/grimoire.yml | 2 +- software/grist.yml | 4 ++-- software/grocy.yml | 4 ++-- software/group-office.yml | 2 +- software/guacamole.yml | 2 +- software/habitica.yml | 2 +- software/hakatime.yml | 2 +- software/handbrake-web.yml | 2 +- software/haraka.yml | 2 +- software/hasura.yml | 4 ++-- software/haven.yml | 2 +- software/healthchecks.yml | 2 +- software/hedgedoc.yml | 2 +- software/heimdall.yml | 2 +- software/heyform.yml | 2 +- software/hi.events.yml | 2 +- software/hitobito.yml | 2 +- software/hoarder-app.yml | 2 +- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 4 ++-- software/homegallery.yml | 2 +- software/homepage-by-gethomepage.yml | 2 +- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 2 +- software/hrconvert2.yml | 2 +- software/htmly.yml | 2 +- software/httplaceholder.yml | 2 +- software/huginn.yml | 4 ++-- software/huly.yml | 4 ++-- software/humhub.yml | 4 ++-- software/hyperswitch.yml | 4 ++-- software/hyphanet.yml | 2 +- software/ihatemoney.yml | 2 +- software/ilias.yml | 2 +- software/imgproxy.yml | 2 +- software/immich-kiosk.yml | 2 +- software/immich.yml | 4 ++-- software/indico.yml | 4 ++-- software/inspircd.yml | 2 +- software/inventaire.yml | 2 +- software/inventree.yml | 4 ++-- software/invidious.yml | 2 +- software/invoice-ninja.yml | 2 +- software/invoiceshelf.yml | 2 +- software/iredmail.yml | 2 +- software/isponsorblocktv.yml | 2 +- software/isso.yml | 2 +- software/janus.yml | 2 +- software/jellyfin.yml | 2 +- software/jellyseerr.yml | 4 ++-- software/jelu.yml | 2 +- software/jina.yml | 2 +- software/jitsi-meet.yml | 4 ++-- software/jitsi-video-bridge.yml | 2 +- software/joomla!.yml | 2 +- software/joplin.yml | 4 ++-- software/jsxc.yml | 2 +- software/judge0-ce.yml | 2 +- software/jupyterlab.yml | 4 ++-- software/kamailio.yml | 2 +- software/kanboard.yml | 2 +- software/kavita.yml | 2 +- software/kestra.yml | 4 ++-- software/keygen.yml | 2 +- software/keystonejs.yml | 2 +- software/kill-bill.yml | 2 +- software/kimai.yml | 2 +- software/kiwix-serve.yml | 2 +- software/kodi.yml | 4 ++-- software/koha.yml | 2 +- software/komga.yml | 4 ++-- software/kong.yml | 4 ++-- software/krayin.yml | 4 ++-- software/kresus.yml | 2 +- software/kubek.yml | 2 +- software/kyoo.yml | 2 +- software/lago.yml | 4 ++-- software/lama-cleaner.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/leantime.yml | 2 +- software/lemmy.yml | 4 ++-- software/leon.yml | 2 +- software/libre-translate.yml | 2 +- software/libreddit.yml | 2 +- software/librephotos.yml | 2 +- software/libreserver.yml | 2 +- software/libretime.yml | 2 +- software/librum.yml | 2 +- software/lidarr.yml | 4 ++-- software/lidatube.yml | 2 +- software/lila.yml | 2 +- software/limesurvey.yml | 2 +- software/linkace.yml | 2 +- software/linkding.yml | 2 +- software/linkstack.yml | 2 +- software/linkwarden.yml | 2 +- software/linuxgsm.yml | 2 +- software/listmonk.yml | 2 +- software/littlelink.yml | 2 +- software/live-helper-chat.yml | 4 ++-- software/livebook.yml | 2 +- software/lms.yml | 2 +- software/lodestone.yml | 2 +- software/lomorage.yml | 2 +- software/loomio.yml | 2 +- software/luanti.yml | 4 ++-- software/lura.yml | 4 ++-- software/lychee.yml | 4 ++-- software/maddy-mail-server.yml | 2 +- software/magento-open-source.yml | 2 +- software/mail-in-a-box.yml | 2 +- software/mailcatcher.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 2 +- software/mainsail.yml | 2 +- software/manifest.yml | 2 +- software/manticore-search.yml | 4 ++-- software/manyfold.yml | 4 ++-- software/mastodon.yml | 4 ++-- software/mataroa.yml | 2 +- software/matchering.yml | 2 +- software/mathesar.yml | 4 ++-- software/matomo.yml | 4 ++-- software/mattermost.yml | 4 ++-- software/mautic.yml | 4 ++-- software/maybe.yml | 2 +- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusa.yml | 2 +- software/medusajs.yml | 4 ++-- software/meilisearch.yml | 4 ++-- software/memos.yml | 2 +- software/meshcentral.yml | 2 +- software/metabase.yml | 4 ++-- software/metube.yml | 4 ++-- software/microweber.yml | 2 +- software/middleware.yml | 2 +- software/mindsdb.yml | 4 ++-- software/mindustry.yml | 4 ++-- software/miniflux.yml | 4 ++-- software/minio.yml | 4 ++-- software/miniserve.yml | 2 +- software/mirotalk-c2c.yml | 2 +- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 2 +- software/misago.yml | 2 +- software/misskey.yml | 4 ++-- software/mixpost.yml | 2 +- software/modoboa.yml | 2 +- software/monica.yml | 2 +- software/movim.yml | 2 +- software/mox.yml | 2 +- software/mta-sa.yml | 2 +- software/multi-scrobbler.yml | 4 ++-- software/mumble.yml | 2 +- software/musikcube.yml | 2 +- software/myip.yml | 2 +- software/n8n.yml | 4 ++-- software/navidrome-music-server.yml | 2 +- software/nefarious.yml | 2 +- software/neko.yml | 2 +- software/netron.yml | 4 ++-- software/newsblur.yml | 4 ++-- software/nextcloud-memories.yml | 2 +- software/nextcloud.yml | 4 ++-- software/nginx-proxy-manager.yml | 2 +- software/nocodb.yml | 4 ++-- software/node-red.yml | 2 +- software/nodebb.yml | 4 ++-- software/nominatim.yml | 4 ++-- software/novu.yml | 4 ++-- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/october.yml | 2 +- software/octobot.yml | 2 +- software/octoprint.yml | 2 +- software/ocular.yml | 4 ++-- software/odoo.yml | 4 ++-- software/olivetin.yml | 2 +- software/ombi.yml | 2 +- software/onionshare.yml | 2 +- software/onlyoffice.yml | 2 +- software/open-event-server.yml | 2 +- software/open-food-network.yml | 4 ++-- software/open-meteo.yml | 2 +- software/open-source-routing-machine-osrm.yml | 2 +- software/opencart.yml | 4 ++-- software/openfire.yml | 4 ++-- software/opengist.yml | 2 +- software/openhab.yml | 2 +- software/openmediavault.yml | 2 +- software/openolat.yml | 4 ++-- software/openproject.yml | 4 ++-- software/openremote.yml | 2 +- software/openrouteservice.yml | 2 +- software/opensearch.yml | 2 +- software/opensign.yml | 2 +- software/opensips.yml | 2 +- software/openslides.yml | 4 ++-- software/openstreetmap.yml | 2 +- software/opentripplanner.yml | 2 +- software/openttd.yml | 4 ++-- software/openziti.yml | 4 ++-- software/opik.yml | 4 ++-- software/opnform.yml | 4 ++-- software/orangehrm.yml | 2 +- software/organizr.yml | 2 +- software/otobo.yml | 4 ++-- software/otter-wiki.yml | 2 +- software/outline.yml | 4 ++-- software/overleaf.yml | 4 ++-- software/owncast.yml | 4 ++-- software/pairdrop.yml | 2 +- software/paperless-ngx.yml | 4 ++-- software/papermerge.yml | 2 +- software/para.yml | 2 +- software/passbolt.yml | 2 +- software/passky.yml | 2 +- software/password-pusher.yml | 4 ++-- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 4 ++-- software/peertube.yml | 4 ++-- software/pelican-panel.yml | 2 +- software/penpot.yml | 4 ++-- software/photoprism.yml | 2 +- software/phpbb.yml | 2 +- software/pi-hole.yml | 2 +- software/picoshare.yml | 2 +- software/picsur.yml | 2 +- software/pigallery-2.yml | 2 +- software/piler.yml | 2 +- software/pimcore.yml | 4 ++-- software/pinepods.yml | 2 +- software/pingvin-share.yml | 4 ++-- software/piwigo.yml | 2 +- software/pixelfed.yml | 4 ++-- software/plane.yml | 4 ++-- software/planka.yml | 2 +- software/plausible-analytics.yml | 4 ++-- software/plexripper.yml | 2 +- software/plugnmeet.yml | 2 +- software/pocketbase.yml | 2 +- software/podfetch.yml | 2 +- software/polaris.yml | 2 +- software/pomerium.yml | 4 ++-- software/postal.yml | 2 +- software/posthog.yml | 4 ++-- software/postiz.yml | 4 ++-- software/prestashop.yml | 4 ++-- software/pretalx.yml | 2 +- software/pretix.yml | 2 +- software/privatebin.yml | 2 +- software/projectsend.yml | 2 +- software/psitransfer.yml | 2 +- software/pterodactyl.yml | 2 +- software/puter.yml | 4 ++-- software/pydio.yml | 2 +- software/pyload.yml | 2 +- software/qbittorrent.yml | 2 +- software/qloapps.yml | 2 +- software/qpixel.yml | 2 +- software/radarr.yml | 4 ++-- software/radicale.yml | 4 ++-- software/rallly.yml | 4 ++-- software/raneto.yml | 2 +- software/rapidbay.yml | 2 +- software/reactive-resume.yml | 4 ++-- software/reader.yml | 2 +- software/recipesage.yml | 2 +- software/recipya.yml | 4 ++-- software/redash.yml | 4 ++-- software/redlib.yml | 2 +- software/rei3.yml | 2 +- software/remark42.yml | 2 +- software/remotely.yml | 2 +- software/request-tracker.yml | 2 +- software/retrom.yml | 4 ++-- software/revealjs.yml | 2 +- software/revolt.yml | 2 +- software/rocket.chat.yml | 4 ++-- software/romm.yml | 2 +- software/roundcube.yml | 4 ++-- software/routr.yml | 2 +- software/rss-bridge.yml | 2 +- software/rsshub.yml | 4 ++-- software/rstudio-server.yml | 4 ++-- software/rudderstack.yml | 2 +- software/rustdesk.yml | 2 +- software/rustypaste.yml | 2 +- software/sabredav.yml | 2 +- software/saleor.yml | 4 ++-- software/scm-manager.yml | 2 +- software/screego.yml | 2 +- software/scribble.rs.yml | 2 +- software/seafile.yml | 2 +- software/searxng.yml | 4 ++-- software/seaweedfs.yml | 2 +- software/send.yml | 2 +- software/sentry-self-hosted.yml | 4 ++-- software/sftpgo.yml | 2 +- software/sharry.yml | 4 ++-- software/shelf.yml | 4 ++-- software/shellhub.yml | 4 ++-- software/shiori.yml | 2 +- software/shlink.yml | 2 +- software/shopware-community-edition.yml | 4 ++-- software/shynet.yml | 2 +- software/sickchill.yml | 2 +- software/silverbullet.yml | 2 +- software/simple-machines-forum.yml | 2 +- software/simplelogin.yml | 2 +- software/simplex-chat.yml | 2 +- software/sipcapture-homer.yml | 2 +- software/sish.yml | 2 +- software/siyuan.yml | 2 +- software/slash.yml | 4 ++-- software/slskd.yml | 2 +- software/snapcast.yml | 2 +- software/sogo.yml | 2 +- software/soketi.yml | 2 +- software/solidinvoice.yml | 2 +- software/solidtime.yml | 2 +- software/solidus.yml | 2 +- software/sonarr.yml | 2 +- software/specifically-clementines.yml | 2 +- "software/speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spree-commerce.yml | 4 ++-- software/sqlpage.yml | 2 +- software/squidex.yml | 2 +- software/srs.yml | 4 ++-- software/sshwifty.yml | 2 +- software/stackstorm.yml | 2 +- software/stalwart-mail-server.yml | 4 ++-- software/standard-notes.yml | 2 +- software/starbase-80.yml | 2 +- software/stash.yml | 2 +- software/static-web-server.yml | 2 +- software/stirling-pdf.yml | 4 ++-- software/strapi.yml | 4 ++-- software/streama.yml | 2 +- software/string.is.yml | 2 +- software/stump.yml | 2 +- software/suitecrm.yml | 2 +- software/sunshine.yml | 4 ++-- software/superset.yml | 4 ++-- software/svix.yml | 4 ++-- software/swag-secure-web-application-gateway.yml | 2 +- software/synapse.yml | 4 ++-- software/syncthing.yml | 2 +- software/tagspaces.yml | 4 ++-- software/tailchat.yml | 2 +- "software/takah\304\223.yml" | 2 +- software/talkyard.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/tasks.md.yml | 2 +- software/tasmota.yml | 4 ++-- software/teampass.yml | 2 +- software/technitium-dns-server.yml | 2 +- software/teleport.yml | 4 ++-- software/teslamate.yml | 2 +- software/textbelt.yml | 2 +- software/the-battle-for-wesnoth.yml | 4 ++-- software/the-lounge.yml | 2 +- software/thingsboard.yml | 4 ++-- software/this-week-in-past.yml | 2 +- software/thumbor.yml | 2 +- software/tiddlywiki.yml | 2 +- software/tiledesk.yml | 2 +- software/tileserver-gl.yml | 2 +- software/timetagger.yml | 2 +- software/tine.yml | 2 +- software/tinode.yml | 2 +- software/tiny-file-manager.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 2 +- software/titra.yml | 2 +- software/tolgee.yml | 4 ++-- software/tox.yml | 2 +- software/tracks.yml | 2 +- software/traduora.yml | 2 +- software/traefik.yml | 2 +- software/traggo.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 2 +- software/trilium-notes.yml | 2 +- software/trudesk.yml | 2 +- software/tube-archivist.yml | 2 +- software/tubesync.yml | 4 ++-- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/tyk.yml | 2 +- software/typebot.yml | 2 +- software/typesense.yml | 2 +- software/typo3.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 4 ++-- software/umbrel.yml | 2 +- software/unison.yml | 2 +- software/upsnap.yml | 4 ++-- software/uptime-kuma.yml | 2 +- software/varnish.yml | 4 ++-- software/vaultwarden.yml | 2 +- software/vendure.yml | 4 ++-- software/viseron.yml | 2 +- software/vod2pod-rss.yml | 2 +- software/vvveb-cms.yml | 2 +- software/w.yml | 2 +- software/wagtail.yml | 4 ++-- software/wakapi.yml | 2 +- software/wallabag.yml | 4 ++-- software/wantgunsbin.yml | 2 +- software/warpgate.yml | 4 ++-- software/wastebin.yml | 4 ++-- software/wavelog.yml | 2 +- software/wayback.yml | 2 +- software/wbo.yml | 2 +- software/weblate.yml | 2 +- software/websurfx.yml | 4 ++-- software/webtrees.yml | 2 +- software/weewx.yml | 2 +- software/wekan.yml | 2 +- software/wetty.yml | 2 +- software/wger.yml | 2 +- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wikidocs.yml | 2 +- software/wildduck.yml | 2 +- software/wintercms.yml | 2 +- software/woocommerce.yml | 4 ++-- software/wordpress.yml | 4 ++-- software/workadventure.yml | 2 +- software/writefreely.yml | 2 +- software/xandikos.yml | 2 +- software/yacy.yml | 2 +- software/yaffa.yml | 2 +- software/yarr.yml | 2 +- software/ydl_api_ng.yml | 2 +- software/yopass.yml | 4 ++-- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/yt-dlp-web-ui.yml | 2 +- software/zammad.yml | 4 ++-- software/zentao.yml | 2 +- software/zoneminder.yml | 2 +- software/zot-oci-registry.yml | 4 ++-- software/zulip.yml | 2 +- "software/\302\265streamer.yml" | 2 +- "software/\302\265task.yml" | 2 +- "software/\316\274logger.yml" | 2 +- 654 files changed, 857 insertions(+), 857 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index 33e46fcef3..eb2b9ce787 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: 2445 +stargazers_count: 2448 updated_at: '2024-11-27' archived: false diff --git a/software/a-dark-room.yml b/software/a-dark-room.yml index 97d9d2d42a..2de2cc5a89 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: 7375 +stargazers_count: 7377 updated_at: '2024-04-02' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 8e13dd8da6..8c2ef00b51 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: 10912 -updated_at: '2025-01-13' +stargazers_count: 10929 +updated_at: '2025-01-14' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index be9e0623bd..c2561249da 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: 13042 +stargazers_count: 13075 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index 03ba1809fd..5f4c400b0a 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server -stargazers_count: 3352 -updated_at: '2025-01-13' +stargazers_count: 3354 +updated_at: '2025-01-14' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 102b67c24f..46618baf81 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: 26434 +stargazers_count: 26447 updated_at: '2025-01-10' archived: false diff --git a/software/admidio.yml b/software/admidio.yml index c01bcacea3..fe8e5e64c7 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: 348 -updated_at: '2025-01-06' +stargazers_count: 349 +updated_at: '2025-01-14' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index 7170e7a2e8..3733cee88d 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 776 +stargazers_count: 777 updated_at: '2025-01-12' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index 72e6f87ce6..d83612e475 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: 775 -updated_at: '2025-01-13' +stargazers_count: 780 +updated_at: '2025-01-14' archived: false diff --git a/software/aimeos.yml b/software/aimeos.yml index 0fb043899e..7e28f61f26 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: 4238 +stargazers_count: 4239 updated_at: '2025-01-01' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index fda6df5ebb..27435d18c5 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: 8252 -updated_at: '2025-01-12' +stargazers_count: 8253 +updated_at: '2025-01-14' archived: false diff --git a/software/alfresco-community-edition.yml b/software/alfresco-community-edition.yml index 86febe2d9c..b40b235664 100644 --- a/software/alfresco-community-edition.yml +++ b/software/alfresco-community-edition.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/Alfresco/alfresco-community-repo stargazers_count: 151 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/algernon.yml b/software/algernon.yml index d4332a9c0f..2b1e5782cc 100644 --- a/software/algernon.yml +++ b/software/algernon.yml @@ -10,5 +10,5 @@ platforms: tags: - Web Servers stargazers_count: 2861 -updated_at: '2025-01-09' +updated_at: '2025-01-13' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index a99087bd9a..760bde4ec4 100644 --- a/software/ampache.yml +++ b/software/ampache.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/ampache/ampache demo_url: https://play.dogmazic.net/ stargazers_count: 3581 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/anonaddy.yml b/software/anonaddy.yml index a730b79838..895dc76b33 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: 3529 +stargazers_count: 3531 updated_at: '2025-01-07' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index b0802328a0..e3398612a2 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: 3315 +stargazers_count: 3319 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index 4466df4cc0..befcd270c9 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: 13490 +stargazers_count: 13569 updated_at: '2025-01-13' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index 4e0323e3f8..c4a39a129e 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: 38270 -updated_at: '2025-01-13' +stargazers_count: 38280 +updated_at: '2025-01-14' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index e1013bd67b..3fabbe6c94 100644 --- a/software/apache-solr.yml +++ b/software/apache-solr.yml @@ -11,5 +11,5 @@ tags: - Search Engines source_code_url: https://github.com/apache/solr stargazers_count: 1281 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/apaxy.yml b/software/apaxy.yml index ae2e83cd70..ea4ec0725e 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: 1877 +stargazers_count: 1879 updated_at: '2024-10-09' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index bbd68dc66e..fd3f09d657 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: 59492 -updated_at: '2025-01-13' +stargazers_count: 59652 +updated_at: '2025-01-14' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index aa33b27926..9dd67d61c3 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: 12412 +stargazers_count: 12426 updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index 13fd1c899d..83816bd983 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: 35212 -updated_at: '2025-01-13' +stargazers_count: 35227 +updated_at: '2025-01-14' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index ef017ded8e..41f63c3191 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: 46410 +stargazers_count: 46421 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index 83f2345004..e38ced256a 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: 1039 +stargazers_count: 1041 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index 01a76590ab..1e0733f61e 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22930 +stargazers_count: 22936 updated_at: '2025-01-09' archived: false diff --git a/software/archivesspace.yml b/software/archivesspace.yml index 21a842fa1b..51a4624a1f 100644 --- a/software/archivesspace.yml +++ b/software/archivesspace.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/archivesspace/archivesspace demo_url: https://archivesspace.org/application/sandbox stargazers_count: 359 -updated_at: '2025-01-09' +updated_at: '2025-01-14' archived: false diff --git a/software/artalk.yml b/software/artalk.yml index 266ef34cee..031c8ba1bd 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Social Networks and Forums -stargazers_count: 1743 +stargazers_count: 1744 updated_at: '2024-12-13' archived: false diff --git a/software/asterisk.yml b/software/asterisk.yml index a5fdba8b54..8a6ef6e68e 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: 2344 +stargazers_count: 2346 updated_at: '2025-01-13' archived: false diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 6d35ab2f41..9b6b66d6e5 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: 1125 +stargazers_count: 1124 updated_at: '2024-12-13' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index 6641009294..43fb6c31d5 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: 7375 -updated_at: '2025-01-13' +stargazers_count: 7392 +updated_at: '2025-01-14' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index f552a0b8f3..a125c3bb04 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: 7008 -updated_at: '2025-01-13' +stargazers_count: 7298 +updated_at: '2025-01-14' archived: false diff --git a/software/awstats.yml b/software/awstats.yml index 7fd82a622e..6f6cb09f69 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: 383 +stargazers_count: 384 updated_at: '2025-01-06' archived: false diff --git a/software/azimutt.yml b/software/azimutt.yml index 3b19d46035..8992bad462 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: 1606 -updated_at: '2024-12-09' +stargazers_count: 1678 +updated_at: '2025-01-14' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index 1b41cd146c..ec3d5f5485 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: 3150 -updated_at: '2025-01-13' +stargazers_count: 3156 +updated_at: '2025-01-14' archived: false diff --git a/software/baby-buddy.yml b/software/baby-buddy.yml index e2218eb57a..a17f20c43d 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://demo.baby-buddy.net/login/?next=/ -stargazers_count: 2201 +stargazers_count: 2203 updated_at: '2025-01-04' archived: false diff --git a/software/backdrop-cms.yml b/software/backdrop-cms.yml index 742be2734a..f90a747c31 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: 991 +stargazers_count: 992 updated_at: '2025-01-13' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index 452562a2e1..c2bb7dfbb6 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: 16174 -updated_at: '2025-01-13' +stargazers_count: 16177 +updated_at: '2025-01-14' archived: false diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index c422f0f226..8e75b342b2 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: 679 +stargazers_count: 680 updated_at: '2025-01-06' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index a5fd994972..0ee3fe3349 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2578 +stargazers_count: 2579 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index dbed5f458a..1b430ae1b1 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: 606 +stargazers_count: 608 updated_at: '2025-01-12' archived: false diff --git a/software/beelzebub.yml b/software/beelzebub.yml index 441f04b447..c9561985b9 100644 --- a/software/beelzebub.yml +++ b/software/beelzebub.yml @@ -12,6 +12,6 @@ tags: - Miscellaneous depends_3rdparty: true demo_url: https://beelzebub-honeypot.com/docs/ -stargazers_count: 726 -updated_at: '2025-01-10' +stargazers_count: 727 +updated_at: '2025-01-14' archived: false diff --git a/software/beets.yml b/software/beets.yml index cd3f432641..ab0fed57d5 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: 13106 +stargazers_count: 13109 updated_at: '2025-01-09' archived: false diff --git a/software/bencher.yml b/software/bencher.yml index 9a46dedc9f..0cf2ae9628 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: 602 +stargazers_count: 604 updated_at: '2025-01-11' archived: false diff --git a/software/bewcloud.yml b/software/bewcloud.yml index 9afabf938f..83ac349eda 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: 334 +stargazers_count: 336 updated_at: '2025-01-11' archived: false diff --git a/software/bicimon.yml b/software/bicimon.yml index 3017b388b1..5ba24b1fd5 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: 53 +stargazers_count: 54 updated_at: '2022-04-15' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index 549ea28bd6..198415b4d5 100644 --- a/software/bigbluebutton.yml +++ b/software/bigbluebutton.yml @@ -9,5 +9,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/bigbluebutton/bigbluebutton stargazers_count: 8626 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index 379c8c0f26..951da395e2 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: 2619 +stargazers_count: 2620 updated_at: '2025-01-08' archived: false diff --git a/software/bitpoll.yml b/software/bitpoll.yml index 9657709931..9b3f487aee 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: 253 +stargazers_count: 254 updated_at: '2024-11-23' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index 40466d575f..b5f4ffc29e 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: 15997 -updated_at: '2025-01-13' +stargazers_count: 15996 +updated_at: '2025-01-14' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index f9833c2bb1..2412161017 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: 3274 +stargazers_count: 3284 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index fceb841a7d..22130cd710 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: 4935 +stargazers_count: 4937 updated_at: '2025-01-01' archived: false diff --git a/software/booklogr.yml b/software/booklogr.yml index e019d4ec93..15b103e859 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: 252 +stargazers_count: 253 updated_at: '2025-01-02' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index 75f037a8c7..3381110586 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: 15780 -updated_at: '2025-01-13' +stargazers_count: 15789 +updated_at: '2025-01-14' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index d0cf78b296..cc44fe989d 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: 2322 +stargazers_count: 2325 updated_at: '2025-01-11' archived: false diff --git a/software/bracket.yml b/software/bracket.yml index dd5d935179..5f25a3ea29 100644 --- a/software/bracket.yml +++ b/software/bracket.yml @@ -11,5 +11,5 @@ platforms: tags: - Polls and Events stargazers_count: 260 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/briefkasten.yml b/software/briefkasten.yml index 448572e1fe..a91383a403 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: 961 +stargazers_count: 962 updated_at: '2024-10-24' archived: false diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index aa3192b777..589abeb119 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: 6521 +stargazers_count: 6529 updated_at: '2025-01-13' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index ecc428391b..01a7084cb6 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: 23134 -updated_at: '2025-01-13' +stargazers_count: 23146 +updated_at: '2025-01-14' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index a461b60031..9a60044f16 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 96 +stargazers_count: 97 updated_at: '2024-12-22' archived: false diff --git a/software/buku.yml b/software/buku.yml index f073a30e55..f98fe4d838 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: 6578 +stargazers_count: 6580 updated_at: '2025-01-12' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 0b29a3596a..1cc9bf1343 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: 7252 +stargazers_count: 7257 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index ddf7e69909..626cb36899 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: 11803 -updated_at: '2025-01-13' +stargazers_count: 11807 +updated_at: '2025-01-14' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 1dc1e6d7e8..23466860cf 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60440 +stargazers_count: 60458 updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index 35d07ba163..5713696a62 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: 33360 -updated_at: '2025-01-13' +stargazers_count: 33375 +updated_at: '2025-01-14' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index 36303ad05c..66c69ae7dd 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: 13609 +stargazers_count: 13617 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index 2824b90f8f..fbb5f9cd7a 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: 20322 -updated_at: '2025-01-13' +stargazers_count: 20335 +updated_at: '2025-01-14' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index eadfd0caf6..8854504041 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: 5778 -updated_at: '2025-01-13' +stargazers_count: 5780 +updated_at: '2025-01-14' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index 6f99626672..1a89f1c58e 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: 27977 +stargazers_count: 28008 updated_at: '2024-12-19' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index 5a822919bf..f646ab683b 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: 8598 +stargazers_count: 8603 updated_at: '2025-01-01' archived: false diff --git a/software/cerbos.yml b/software/cerbos.yml index bd9c1805f0..519cdecc45 100644 --- a/software/cerbos.yml +++ b/software/cerbos.yml @@ -12,6 +12,6 @@ platforms: tags: - Miscellaneous demo_url: https://play.cerbos.dev -stargazers_count: 3540 -updated_at: '2025-01-13' +stargazers_count: 3542 +updated_at: '2025-01-14' archived: false diff --git a/software/chamilo-lms.yml b/software/chamilo-lms.yml index 13529434cf..5fd82cad1c 100644 --- a/software/chamilo-lms.yml +++ b/software/chamilo-lms.yml @@ -9,5 +9,5 @@ tags: - Learning and Courses source_code_url: https://github.com/chamilo/chamilo-lms stargazers_count: 821 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index 9231a543ec..3366e9c289 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: 21097 +stargazers_count: 21127 updated_at: '2025-01-13' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index 584525d0af..3b92782e06 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: 2712 -updated_at: '2025-01-09' +stargazers_count: 2714 +updated_at: '2025-01-14' archived: false diff --git a/software/chaskiq.yml b/software/chaskiq.yml index b5f993e89c..6d663c47fd 100644 --- a/software/chaskiq.yml +++ b/software/chaskiq.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/chaskiq/chaskiq -stargazers_count: 3204 +stargazers_count: 3205 updated_at: '2024-10-17' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index 6723d6f2b5..3674adf94a 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: 21929 -updated_at: '2025-01-13' +stargazers_count: 21939 +updated_at: '2025-01-14' archived: false diff --git a/software/chhoto-url.yml b/software/chhoto-url.yml index 05d6c88696..28062e925c 100644 --- a/software/chhoto-url.yml +++ b/software/chhoto-url.yml @@ -9,6 +9,6 @@ platforms: tags: - URL Shorteners source_code_url: https://github.com/SinTan1729/chhoto-url -stargazers_count: 174 +stargazers_count: 177 updated_at: '2025-01-08' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 58691fb589..8a1e351dfe 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: 1989 +stargazers_count: 1990 updated_at: '2024-11-02' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index 05faacf6cd..55aa1efd09 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: 1617 +stargazers_count: 1618 updated_at: '2025-01-08' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index 10c35220ec..29c380d3c4 100644 --- a/software/ckan.yml +++ b/software/ckan.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ckan/ckan stargazers_count: 4529 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/claper.yml b/software/claper.yml index a0c5b90c62..330a2709c5 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: 489 +stargazers_count: 488 updated_at: '2025-01-03' archived: false diff --git a/software/clearflask.yml b/software/clearflask.yml index 2ed7cb157a..ab7e332a7b 100644 --- a/software/clearflask.yml +++ b/software/clearflask.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/clearflask/clearflask demo_url: https://product.clearflask.com stargazers_count: 322 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/cloud-seeder.yml b/software/cloud-seeder.yml index 4387e4cc7b..c4756dda97 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: 127 +stargazers_count: 128 updated_at: '2024-10-15' archived: false diff --git a/software/cloudbeaver.yml b/software/cloudbeaver.yml index 22512b3754..2d3398eea4 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: 3642 -updated_at: '2025-01-13' +stargazers_count: 3645 +updated_at: '2025-01-14' archived: false diff --git a/software/cncjs.yml b/software/cncjs.yml index 6acc92d5b6..0dd2f20731 100644 --- a/software/cncjs.yml +++ b/software/cncjs.yml @@ -9,5 +9,5 @@ tags: - Manufacturing source_code_url: https://github.com/cncjs/cncjs/ stargazers_count: 2344 -updated_at: '2024-11-01' +updated_at: '2025-01-14' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index 43184b22d6..bfc11078cf 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: 69344 +stargazers_count: 69359 updated_at: '2025-01-13' archived: false diff --git a/software/coder.yml b/software/coder.yml index d156322461..c8925ee908 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: 8776 -updated_at: '2025-01-13' +stargazers_count: 8782 +updated_at: '2025-01-14' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 138b4db8d7..0b0d5dfca5 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: 2886 -updated_at: '2025-01-13' +stargazers_count: 2887 +updated_at: '2025-01-14' archived: false diff --git a/software/composio.yml b/software/composio.yml index 3d55b12a84..112d572962 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 14095 -updated_at: '2025-01-13' +stargazers_count: 14125 +updated_at: '2025-01-14' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index 61be3948e1..c479df99d4 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 646 -updated_at: '2025-01-09' +stargazers_count: 653 +updated_at: '2025-01-13' archived: false diff --git a/software/contao.yml b/software/contao.yml index 1737de189a..b364145cda 100644 --- a/software/contao.yml +++ b/software/contao.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/contao/contao/ stargazers_count: 359 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index 9d14ec2f8d..0bd0205434 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: 941 +stargazers_count: 946 updated_at: '2025-01-13' archived: false diff --git a/software/coral.yml b/software/coral.yml index 1a5279f3c1..5a5a47fe53 100644 --- a/software/coral.yml +++ b/software/coral.yml @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/coralproject/talk stargazers_count: 1900 -updated_at: '2024-12-12' +updated_at: '2025-01-14' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index d60ffd53ba..dd9ccce5e2 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1688 +stargazers_count: 1689 updated_at: '2025-01-09' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index 5ae78891e9..abd81e5854 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: 3974 +stargazers_count: 3976 updated_at: '2025-01-13' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index 0faeafe71e..f39bcd5a45 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: 3303 -updated_at: '2025-01-13' +stargazers_count: 3304 +updated_at: '2025-01-14' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index ae6a0f3f3c..7661bc500f 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: 5797 +stargazers_count: 5805 updated_at: '2024-12-17' archived: false diff --git a/software/cstate.yml b/software/cstate.yml index ae63000f1a..184c352bcb 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: 2595 +stargazers_count: 2597 updated_at: '2024-12-27' archived: false diff --git a/software/cups.yml b/software/cups.yml index 452f690506..0148119015 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: 1143 +stargazers_count: 1145 updated_at: '2025-01-08' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 88fa7b1540..34469a46ab 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: 29844 +stargazers_count: 29853 updated_at: '2024-10-23' archived: false diff --git a/software/cypht.yml b/software/cypht.yml index ea31fc10ec..6a2e4e2a8a 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: 1032 -updated_at: '2025-01-13' +stargazers_count: 1033 +updated_at: '2025-01-14' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index daa040e701..7494568292 100644 --- a/software/cyrus-imap.yml +++ b/software/cyrus-imap.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/cyrusimap/cyrus-imapd stargazers_count: 564 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/dagu.yml b/software/dagu.yml index d17114b4d7..f2ed491b82 100644 --- a/software/dagu.yml +++ b/software/dagu.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1778 -updated_at: '2025-01-11' +stargazers_count: 1783 +updated_at: '2025-01-14' archived: false diff --git a/software/damselfly.yml b/software/damselfly.yml index 2ef6a33a67..0bedb97839 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: 1545 +stargazers_count: 1546 updated_at: '2025-01-07' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index c0dd46645d..7678f7e41c 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: 18980 +stargazers_count: 18991 updated_at: '2025-01-12' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index f8a1c821ee..272e6405a0 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: 9717 +stargazers_count: 9720 updated_at: '2025-01-09' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index 5615600452..b9011a60b2 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: 13433 +stargazers_count: 13435 updated_at: '2025-01-10' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index 0fe417da27..96d6a27615 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: 4977 +stargazers_count: 4979 updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index 86a3271f0c..fb7d7014eb 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 58387 -updated_at: '2025-01-13' +stargazers_count: 58547 +updated_at: '2025-01-14' archived: false diff --git a/software/directorylister.yml b/software/directorylister.yml index 3a07484ff1..154d5beb71 100644 --- a/software/directorylister.yml +++ b/software/directorylister.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Web-based File Managers source_code_url: https://github.com/DirectoryLister/DirectoryLister -stargazers_count: 2262 +stargazers_count: 2264 updated_at: '2024-12-03' archived: false diff --git a/software/directus.yml b/software/directus.yml index 71e6b5dc13..e540afe603 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: 28713 -updated_at: '2025-01-13' +stargazers_count: 28710 +updated_at: '2025-01-14' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index be5e27b687..15b28950db 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: 42882 -updated_at: '2025-01-13' +stargazers_count: 42897 +updated_at: '2025-01-14' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index ecb06edd18..f6a7a5aa5b 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: 2023 -updated_at: '2025-01-12' +stargazers_count: 2026 +updated_at: '2025-01-14' archived: false diff --git a/software/django-wiki.yml b/software/django-wiki.yml index 8cfdc73abd..da63893732 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: 1846 +stargazers_count: 1847 updated_at: '2024-11-18' archived: false diff --git a/software/docat.yml b/software/docat.yml index aff12becd7..20e3305b6e 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: 817 +stargazers_count: 818 updated_at: '2024-10-30' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index 04f825a122..72d83bb025 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: 15083 +stargazers_count: 15093 updated_at: '2025-01-05' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index b23c713967..ab846e58fc 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7831 +stargazers_count: 7864 updated_at: '2025-01-11' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index a542866eef..6e6ac77e55 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: 1708 -updated_at: '2025-01-13' +stargazers_count: 1709 +updated_at: '2025-01-14' archived: false diff --git a/software/documize.yml b/software/documize.yml index f116f984e9..064f09d755 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: 2184 +stargazers_count: 2183 updated_at: '2024-12-31' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index cb13d4e6e9..4914a4910b 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: 8296 +stargazers_count: 8300 updated_at: '2025-01-13' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index 98dc8783d8..685bc596ce 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: 4225 +stargazers_count: 4228 updated_at: '2025-01-13' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 6248529d73..9bd19d69cb 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5627 -updated_at: '2025-01-13' +stargazers_count: 5630 +updated_at: '2025-01-14' archived: false diff --git a/software/domjudge.yml b/software/domjudge.yml index 081ae82053..adc98ff723 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: 752 +stargazers_count: 753 updated_at: '2024-12-14' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 39ef7cd47a..36f35328db 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: 345 -updated_at: '2025-01-06' +stargazers_count: 347 +updated_at: '2025-01-14' archived: false diff --git a/software/dovecot.yml b/software/dovecot.yml index 7401e3ed01..dbfef6c06c 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: 1002 -updated_at: '2025-01-08' +stargazers_count: 1003 +updated_at: '2025-01-13' archived: false diff --git a/software/dpaste.yml b/software/dpaste.yml index 7f3ce98035..a773eeadc1 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: 552 +stargazers_count: 553 updated_at: '2024-11-15' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index 407c49a69b..dfb7b9bbaa 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: 338 +stargazers_count: 346 updated_at: '2025-01-06' archived: false diff --git a/software/dreamfactory.yml b/software/dreamfactory.yml index a9aa028cb8..913ee04626 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: 1572 +stargazers_count: 1573 updated_at: '2024-05-16' archived: false diff --git a/software/druid.yml b/software/druid.yml index 97bacbe799..8f0db42bf7 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/druid -stargazers_count: 13590 -updated_at: '2025-01-10' +stargazers_count: 13592 +updated_at: '2025-01-14' archived: false diff --git a/software/dspace.yml b/software/dspace.yml index 399acf33dc..b0c1acde88 100644 --- a/software/dspace.yml +++ b/software/dspace.yml @@ -9,5 +9,5 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/DSpace/DSpace stargazers_count: 919 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/easy!appointments.yml b/software/easy!appointments.yml index 37e06483fc..a3edccdb30 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: 3428 +stargazers_count: 3430 updated_at: '2024-11-05' archived: false diff --git a/software/egroupware.yml b/software/egroupware.yml index b2d9e283fb..1a2c1b0493 100644 --- a/software/egroupware.yml +++ b/software/egroupware.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/EGroupware/egroupware stargazers_count: 253 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index 1e05de3d36..1dc3f41c24 100644 --- a/software/ejabberd.yml +++ b/software/ejabberd.yml @@ -10,5 +10,5 @@ tags: - Communication - XMPP - Servers source_code_url: https://github.com/processone/ejabberd stargazers_count: 6155 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/elabftw.yml b/software/elabftw.yml index 91a3ee0747..324108da97 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: 1038 +stargazers_count: 1040 updated_at: '2025-01-13' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index 68206fe32d..1631852bc5 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: 71276 -updated_at: '2025-01-13' +stargazers_count: 71292 +updated_at: '2025-01-14' archived: false diff --git a/software/element.yml b/software/element.yml index 1936ebba23..4f1931dad9 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: 11357 -updated_at: '2025-01-13' +stargazers_count: 11362 +updated_at: '2025-01-14' archived: false diff --git a/software/elgg.yml b/software/elgg.yml index 979df5d137..e864a92808 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: 1644 +stargazers_count: 1645 updated_at: '2025-01-10' archived: false diff --git a/software/emailwiz.yml b/software/emailwiz.yml index 6da3aecb8a..9a14ad3b90 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: 1855 +stargazers_count: 1856 updated_at: '2024-07-30' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index a744574f6c..9277de9bf6 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: 14331 -updated_at: '2025-01-13' +stargazers_count: 14335 +updated_at: '2025-01-14' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index f315655d4d..25d9dbe161 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: 1136 +stargazers_count: 1139 updated_at: '2024-12-29' archived: false diff --git a/software/ente.yml b/software/ente.yml index 6c18a6ed13..997d17c795 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17180 -updated_at: '2025-01-13' +stargazers_count: 17199 +updated_at: '2025-01-14' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index 832091572d..1e13b5e774 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: 2720 -updated_at: '2025-01-12' +stargazers_count: 2723 +updated_at: '2025-01-14' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index b849618ebc..0a15acdd9e 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: 22638 -updated_at: '2025-01-13' +stargazers_count: 22652 +updated_at: '2025-01-14' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index 4d78002c10..cba57bdc27 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: 3568 -updated_at: '2025-01-13' +stargazers_count: 3569 +updated_at: '2025-01-14' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index e068bf6128..0712de9bc7 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1938 -updated_at: '2025-01-13' +stargazers_count: 1941 +updated_at: '2025-01-14' archived: false diff --git a/software/etebase-etesync.yml b/software/etebase-etesync.yml index 1cf61c1750..e4a4be7e29 100644 --- a/software/etebase-etesync.yml +++ b/software/etebase-etesync.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/etesync/server -stargazers_count: 1579 +stargazers_count: 1580 updated_at: '2024-07-12' archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index 1d302bdc4d..82e6564ab9 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: 16950 +stargazers_count: 16952 updated_at: '2025-01-12' archived: false diff --git a/software/evergreen.yml b/software/evergreen.yml index dbd737ab03..21f47ce287 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -9,5 +9,5 @@ tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen stargazers_count: 127 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index f8b13e4060..37e4c77f79 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: 4649 +stargazers_count: 4651 updated_at: '2025-01-11' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index f3418fcd18..ad12ca9376 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: 4728 -updated_at: '2025-01-13' +stargazers_count: 4735 +updated_at: '2025-01-14' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index fc5c85be4d..99eadd4758 100644 --- a/software/ezbookkeeping.yml +++ b/software/ezbookkeeping.yml @@ -11,5 +11,5 @@ tags: - Money, Budgeting & Management demo_url: https://ezbookkeeping-demo.mayswind.net/ stargazers_count: 132 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/farmos.yml b/software/farmos.yml index 66806323b8..5c89710e71 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: 1022 +stargazers_count: 1023 updated_at: '2025-01-10' archived: false diff --git a/software/fava.yml b/software/fava.yml index 07d8aa5ba7..5c21fc11dc 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: 2024 +stargazers_count: 2025 updated_at: '2025-01-06' archived: false diff --git a/software/fider.yml b/software/fider.yml index 3f485572cf..897b054e33 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: 3132 +stargazers_count: 3149 updated_at: '2025-01-08' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index ad968b1303..965f1b7e2f 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: 27498 +stargazers_count: 27509 updated_at: '2024-12-16' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index e1b5e6551d..850bfed6a8 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: 2274 +stargazers_count: 2275 updated_at: '2024-12-26' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 368a6aad1c..8424fba3c1 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: 10797 -updated_at: '2025-01-13' +stargazers_count: 10802 +updated_at: '2025-01-14' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index 158b55a45f..7d2ed6aa72 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: 16998 +stargazers_count: 17010 updated_at: '2025-01-11' archived: false diff --git a/software/firefox-account-server.yml b/software/firefox-account-server.yml index 364b935b6f..f3b5f9113d 100644 --- a/software/firefox-account-server.yml +++ b/software/firefox-account-server.yml @@ -10,5 +10,5 @@ tags: - Bookmarks and Link Sharing source_code_url: https://github.com/mozilla/fxa stargazers_count: 611 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index 5aa5b5bc35..66d07d8653 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: 6973 -updated_at: '2025-01-13' +stargazers_count: 6974 +updated_at: '2025-01-14' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index beaa470074..57f55c106e 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5173 -updated_at: '2025-01-13' +stargazers_count: 5185 +updated_at: '2025-01-14' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index 23cce01057..261bd72a4a 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: 1693 +stargazers_count: 1698 updated_at: '2025-01-03' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index fc7ae3c03c..5c50332472 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3985 -updated_at: '2025-01-13' +stargazers_count: 3995 +updated_at: '2025-01-14' archived: false diff --git a/software/flowforge.yml b/software/flowforge.yml index c3f8dfa7d7..e65949043c 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: 294 -updated_at: '2025-01-13' +stargazers_count: 295 +updated_at: '2025-01-14' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index 2516d78877..ef28f686df 100644 --- a/software/fluidd.yml +++ b/software/fluidd.yml @@ -10,5 +10,5 @@ tags: - Manufacturing source_code_url: https://github.com/fluidd-core/fluidd stargazers_count: 1457 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/flyimg.yml b/software/flyimg.yml index e12dac8a7b..e6f56e2f18 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.flyimg.io -stargazers_count: 1078 +stargazers_count: 1080 updated_at: '2024-12-23' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index 798f28cf43..49cf3a1d5c 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: 22388 +stargazers_count: 22423 updated_at: '2024-09-27' archived: false diff --git a/software/foodcoopshop.yml b/software/foodcoopshop.yml index d23cdc56c3..c40bf0d0be 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: 95 +stargazers_count: 96 updated_at: '2025-01-13' archived: false diff --git a/software/foodsoft.yml b/software/foodsoft.yml index f24ca46746..b45106e1df 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: 329 +stargazers_count: 331 updated_at: '2024-09-25' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index 81b1bcf35c..e507cfca6e 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: 9589 -updated_at: '2025-01-13' +stargazers_count: 9607 +updated_at: '2025-01-14' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index 7ca9eb1752..654c59759d 100644 --- a/software/fossbilling.yml +++ b/software/fossbilling.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/FOSSBilling/FOSSBilling demo_url: https://fossbilling.org/demo stargazers_count: 914 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index 8b3ad8b574..8d4f0dba4d 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3173 +stargazers_count: 3176 updated_at: '2025-01-13' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 2736350afa..2738c49c82 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: 3754 -updated_at: '2025-01-13' +stargazers_count: 3755 +updated_at: '2025-01-14' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index 29319c5763..c7313680f2 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10443 +stargazers_count: 10467 updated_at: '2025-01-13' archived: false diff --git a/software/friendica.yml b/software/friendica.yml index 395c1cfdee..1b4e0ec3a6 100644 --- a/software/friendica.yml +++ b/software/friendica.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/friendica/friendica stargazers_count: 1473 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index e23ef70240..34bb25b86b 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: 20257 +stargazers_count: 20271 updated_at: '2025-01-13' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index 48d09e1a27..8e5f6b5e15 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1153 +stargazers_count: 1154 updated_at: '2025-01-13' archived: false diff --git a/software/fusionpbx.yml b/software/fusionpbx.yml index 1b4dfc2306..fa1989579a 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: 811 +stargazers_count: 812 updated_at: '2025-01-13' archived: false diff --git a/software/gamevault.yml b/software/gamevault.yml index 229927fdc6..640a13b4ac 100644 --- a/software/gamevault.yml +++ b/software/gamevault.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.gamevau.lt -stargazers_count: 230 +stargazers_count: 231 updated_at: '2025-01-12' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index 130b77dea2..070bcadb11 100644 --- a/software/ganymede.yml +++ b/software/ganymede.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/Zibbp/ganymede depends_3rdparty: true stargazers_count: 596 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index 8829b0cc2c..aeb5310e55 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: 6867 -updated_at: '2025-01-13' +stargazers_count: 6886 +updated_at: '2025-01-14' archived: false diff --git a/software/gerbera.yml b/software/gerbera.yml index 4a206c3332..cde9ed5949 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: 1220 -updated_at: '2025-01-10' +stargazers_count: 1221 +updated_at: '2025-01-14' archived: false diff --git a/software/gerrit.yml b/software/gerrit.yml index 759d6615d7..36101ea719 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: 995 -updated_at: '2025-01-13' +stargazers_count: 996 +updated_at: '2025-01-14' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index ac7544564a..87a983e364 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: 48024 -updated_at: '2025-01-13' +stargazers_count: 48036 +updated_at: '2025-01-14' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index 217f3afd74..70a7e7c6d1 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: 5127 +stargazers_count: 5133 updated_at: '2025-01-13' archived: false diff --git a/software/gitblit.yml b/software/gitblit.yml index 9d2284329f..34e696372a 100644 --- a/software/gitblit.yml +++ b/software/gitblit.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/gitblit-org/gitblit -stargazers_count: 2297 +stargazers_count: 2298 updated_at: '2024-05-20' archived: false diff --git a/software/gitbucket.yml b/software/gitbucket.yml index 8cc1f1c91e..861a9f39d8 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: 9183 -updated_at: '2025-01-13' +stargazers_count: 9185 +updated_at: '2025-01-14' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index a7f2bf37dc..62ffbc9180 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: 46575 -updated_at: '2025-01-13' +stargazers_count: 46596 +updated_at: '2025-01-14' archived: false diff --git a/software/gitolite.yml b/software/gitolite.yml index 695afcf4a7..b61d7a5214 100644 --- a/software/gitolite.yml +++ b/software/gitolite.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/sitaramc/gitolite -stargazers_count: 8424 +stargazers_count: 8427 updated_at: '2024-05-28' archived: false diff --git a/software/glance.yml b/software/glance.yml index 320fbfac6b..8b32c93ff1 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9828 +stargazers_count: 9849 updated_at: '2024-12-26' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index 70724f6c29..cfe88cd168 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -11,6 +11,6 @@ platforms: - Docker tags: - Communication - Custom Communication Systems -stargazers_count: 1287 +stargazers_count: 1288 updated_at: '2025-01-08' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index 5e44f3d9a0..b39b078bc5 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -9,5 +9,5 @@ tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag stargazers_count: 1531 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index c68cf26ef7..226e1f2829 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: 18854 +stargazers_count: 18863 updated_at: '2025-01-12' archived: false diff --git a/software/goatcounter.yml b/software/goatcounter.yml index d25fb88e2a..4b260dcd2d 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: 4668 +stargazers_count: 4669 updated_at: '2024-11-18' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index cf7e76d914..c6856e5d5f 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: 45324 +stargazers_count: 45331 updated_at: '2025-01-02' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index 6b174faf8e..6502033b59 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: 13900 +stargazers_count: 13902 updated_at: '2025-01-03' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index 6933dbe66d..18d3e5241d 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: 1762 +stargazers_count: 1764 updated_at: '2025-01-05' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index 573ab66ddd..c9878a771f 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: 12289 +stargazers_count: 12290 updated_at: '2024-08-08' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index 24831b6a3e..30aefc31a2 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: 12000 +stargazers_count: 12006 updated_at: '2024-09-23' archived: false diff --git a/software/gossa.yml b/software/gossa.yml index 839820a724..738ee7532a 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: 938 +stargazers_count: 939 updated_at: '2024-08-30' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index c3d6fecbf8..4317495111 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: 11836 +stargazers_count: 11844 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index f8191f9b74..1f7a1a0155 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: 3942 -updated_at: '2025-01-09' +stargazers_count: 3944 +updated_at: '2025-01-14' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index fc7d7bb43a..bea947512e 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: 5560 +stargazers_count: 5563 updated_at: '2025-01-06' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index faa27fea14..94ab52da96 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2225 +stargazers_count: 2226 updated_at: '2024-12-09' archived: false diff --git a/software/grist.yml b/software/grist.yml index 3129de5467..17fcc1ad37 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: 7492 -updated_at: '2025-01-13' +stargazers_count: 7542 +updated_at: '2025-01-14' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 83a228283a..314a45ba7f 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: 7046 -updated_at: '2025-01-13' +stargazers_count: 7047 +updated_at: '2025-01-14' archived: false diff --git a/software/group-office.yml b/software/group-office.yml index c5587c194f..fad133f7a4 100644 --- a/software/group-office.yml +++ b/software/group-office.yml @@ -9,5 +9,5 @@ tags: - Groupware source_code_url: https://github.com/Intermesh/groupoffice/ stargazers_count: 202 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/guacamole.yml b/software/guacamole.yml index 96553bc5bf..a6d8195c4f 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: 3195 +stargazers_count: 3198 updated_at: '2025-01-11' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index c4099a33dd..ae16c3142c 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: 12372 +stargazers_count: 12376 updated_at: '2025-01-09' archived: false diff --git a/software/hakatime.yml b/software/hakatime.yml index e0adddb236..76ba12b733 100644 --- a/software/hakatime.yml +++ b/software/hakatime.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/mujx/hakatime -stargazers_count: 650 +stargazers_count: 652 updated_at: '2024-04-04' archived: false diff --git a/software/handbrake-web.yml b/software/handbrake-web.yml index 47bd633fcf..8fb77939c8 100644 --- a/software/handbrake-web.yml +++ b/software/handbrake-web.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 323 +stargazers_count: 324 updated_at: '2024-12-02' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 67ba02b607..56535b6a93 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: 5147 +stargazers_count: 5150 updated_at: '2025-01-10' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 4facad5d3e..72ac5d0a9d 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: 31265 -updated_at: '2025-01-13' +stargazers_count: 31266 +updated_at: '2025-01-14' archived: false diff --git a/software/haven.yml b/software/haven.yml index 3d2ab7b54b..a1d138969e 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: 666 +stargazers_count: 668 updated_at: '2025-01-03' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index b6abb7ea36..d97e855066 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8498 +stargazers_count: 8504 updated_at: '2025-01-13' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index dbbdef70f8..1345840cbf 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: 5373 +stargazers_count: 5376 updated_at: '2025-01-10' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index cf9cd53601..6efe4fbf16 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: 8050 +stargazers_count: 8052 updated_at: '2024-11-05' archived: false diff --git a/software/heyform.yml b/software/heyform.yml index 5a559eb40c..c1b972fe2f 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: 7402 +stargazers_count: 7405 updated_at: '2025-01-01' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 3b28138824..9c7a19b90c 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: 2359 +stargazers_count: 2360 updated_at: '2025-01-11' archived: false diff --git a/software/hitobito.yml b/software/hitobito.yml index bda259938b..d6faa54176 100644 --- a/software/hitobito.yml +++ b/software/hitobito.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/hitobito/hitobito demo_url: https://demo.hitobito.com/en/users/sign_in stargazers_count: 387 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index 72bcadb404..fe8be1df06 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10683 +stargazers_count: 10710 updated_at: '2025-01-13' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index b13adbdffe..13e9510164 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6573 +stargazers_count: 6577 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 8e7d1c7493..4e4463f6eb 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: 75728 -updated_at: '2025-01-13' +stargazers_count: 75758 +updated_at: '2025-01-14' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index fb5f712ff3..4a68b1b440 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: 1610 -updated_at: '2025-01-13' +stargazers_count: 1616 +updated_at: '2025-01-14' archived: false diff --git a/software/homegallery.yml b/software/homegallery.yml index 64e644d4fc..255d865d56 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: 867 +stargazers_count: 869 updated_at: '2025-01-10' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index 34a7120a1e..7ebcf21156 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: 21080 +stargazers_count: 21094 updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index b4a9e969a3..e5eff3bd04 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9572 +stargazers_count: 9575 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index 196a387014..8c0203a3d0 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: 66468 +stargazers_count: 66485 updated_at: '2024-12-23' archived: false diff --git a/software/hrconvert2.yml b/software/hrconvert2.yml index 1f17c923f5..33e5f06d7b 100644 --- a/software/hrconvert2.yml +++ b/software/hrconvert2.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/zelon88/HRConvert2 -stargazers_count: 1166 +stargazers_count: 1167 updated_at: '2024-06-10' archived: false diff --git a/software/htmly.yml b/software/htmly.yml index defd0c066a..77d658b2c3 100644 --- a/software/htmly.yml +++ b/software/htmly.yml @@ -11,6 +11,6 @@ tags: - Content Management Systems (CMS) demo_url: http://demo.htmly.com/ related_software_url: https://www.htmly.com/theme/ -stargazers_count: 1118 +stargazers_count: 1119 updated_at: '2025-01-13' archived: false diff --git a/software/httplaceholder.yml b/software/httplaceholder.yml index 8892662754..65a7b33175 100644 --- a/software/httplaceholder.yml +++ b/software/httplaceholder.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - IDE & Tools source_code_url: https://github.com/dukeofharen/httplaceholder -stargazers_count: 116 +stargazers_count: 117 updated_at: '2024-12-29' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index 3c8b444504..23092352a8 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: 44303 -updated_at: '2025-01-11' +stargazers_count: 44325 +updated_at: '2025-01-14' archived: false diff --git a/software/huly.yml b/software/huly.yml index 42c0ed4232..2aaa351855 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: 18208 -updated_at: '2025-01-13' +stargazers_count: 18233 +updated_at: '2025-01-14' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 9a842aaded..8ad2a56093 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: 6359 -updated_at: '2025-01-13' +stargazers_count: 6358 +updated_at: '2025-01-14' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index f7f3c2d8bd..cf061a2208 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: 12832 -updated_at: '2025-01-13' +stargazers_count: 12835 +updated_at: '2025-01-14' archived: false diff --git a/software/hyphanet.yml b/software/hyphanet.yml index b64566d2d0..890d106591 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: 1047 +stargazers_count: 1048 updated_at: '2025-01-10' archived: false diff --git a/software/ihatemoney.yml b/software/ihatemoney.yml index b786785d60..2bc581e1bf 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: 1226 +stargazers_count: 1228 updated_at: '2025-01-05' archived: false diff --git a/software/ilias.yml b/software/ilias.yml index 30cb8ffa86..48278c325b 100644 --- a/software/ilias.yml +++ b/software/ilias.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/ILIAS-eLearning/ILIAS demo_url: https://demo.ilias.de stargazers_count: 413 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 4312dcf8a0..987d9c8ce2 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: 9173 +stargazers_count: 9178 updated_at: '2025-01-13' archived: false diff --git a/software/immich-kiosk.yml b/software/immich-kiosk.yml index b8b180cb17..c483f6cdda 100644 --- a/software/immich-kiosk.yml +++ b/software/immich-kiosk.yml @@ -10,5 +10,5 @@ platforms: tags: - Photo Galleries stargazers_count: 616 -updated_at: '2025-01-09' +updated_at: '2025-01-14' archived: false diff --git a/software/immich.yml b/software/immich.yml index bb30af70b7..b4f2dc3069 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 56251 -updated_at: '2025-01-13' +stargazers_count: 56317 +updated_at: '2025-01-14' archived: false diff --git a/software/indico.yml b/software/indico.yml index 274ffdddcd..636dd358fe 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: 1807 -updated_at: '2025-01-13' +stargazers_count: 1808 +updated_at: '2025-01-14' archived: false diff --git a/software/inspircd.yml b/software/inspircd.yml index 8bb7b6ce7b..80bd38bbef 100644 --- a/software/inspircd.yml +++ b/software/inspircd.yml @@ -10,5 +10,5 @@ tags: - Communication - IRC source_code_url: https://github.com/inspircd/inspircd stargazers_count: 1197 -updated_at: '2025-01-11' +updated_at: '2025-01-14' archived: false diff --git a/software/inventaire.yml b/software/inventaire.yml index 87f585c600..7d0d51fe0c 100644 --- a/software/inventaire.yml +++ b/software/inventaire.yml @@ -9,5 +9,5 @@ tags: - Inventory Management source_code_url: https://github.com/inventaire/inventaire stargazers_count: 450 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index 277ec85526..9e1d8ba49e 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: 4594 -updated_at: '2025-01-13' +stargazers_count: 4596 +updated_at: '2025-01-14' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index a1560379ad..6057e7caf0 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: 16681 +stargazers_count: 16688 updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index 94fb9a5b16..65b53ca7f9 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: 8459 +stargazers_count: 8461 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index 7e523ba7d9..7295d1c0c4 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 596 +stargazers_count: 603 updated_at: '2025-01-13' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index 896c307184..712db42aa0 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: 1534 +stargazers_count: 1535 updated_at: '2025-01-08' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index 2d8a122d03..c47154bef1 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2623 +stargazers_count: 2629 updated_at: '2025-01-11' archived: false diff --git a/software/isso.yml b/software/isso.yml index d89108bc49..3931d4c8bb 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: 5094 +stargazers_count: 5097 updated_at: '2024-10-01' archived: false diff --git a/software/janus.yml b/software/janus.yml index 63ad52b3db..0d626fcf8d 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: 8356 +stargazers_count: 8359 updated_at: '2025-01-10' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 566fb1cee3..0a4595207e 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: 36440 +stargazers_count: 36463 updated_at: '2025-01-13' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index 323465acad..a096727591 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4244 -updated_at: '2025-01-12' +stargazers_count: 4251 +updated_at: '2025-01-14' archived: false diff --git a/software/jelu.yml b/software/jelu.yml index c75efe9b92..7766bd5b31 100644 --- a/software/jelu.yml +++ b/software/jelu.yml @@ -10,5 +10,5 @@ platforms: tags: - Miscellaneous stargazers_count: 405 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/jina.yml b/software/jina.yml index ca7555c96b..c2438a86f3 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: 21236 +stargazers_count: 21238 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index b726905e01..409511b6b9 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: 24103 -updated_at: '2025-01-13' +stargazers_count: 24133 +updated_at: '2025-01-14' archived: false diff --git a/software/jitsi-video-bridge.yml b/software/jitsi-video-bridge.yml index 9614ca2e87..aa7f17a526 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: 2931 +stargazers_count: 2932 updated_at: '2025-01-13' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index 668aa2c0c5..840bdaccfd 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: 4806 +stargazers_count: 4808 updated_at: '2025-01-13' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index 3af2784c76..f302a59b30 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: 47140 -updated_at: '2025-01-13' +stargazers_count: 47179 +updated_at: '2025-01-14' archived: false diff --git a/software/jsxc.yml b/software/jsxc.yml index 262c8d2e67..d3e0315089 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: 723 +stargazers_count: 724 updated_at: '2024-08-09' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index d2c34f18cc..8e4b447b78 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: 2843 +stargazers_count: 2849 updated_at: '2025-01-02' archived: false diff --git a/software/jupyterlab.yml b/software/jupyterlab.yml index 4c94933309..172a43bca9 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: 14314 -updated_at: '2025-01-09' +stargazers_count: 14317 +updated_at: '2025-01-14' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index 7075ae7175..ebeb9e117f 100644 --- a/software/kamailio.yml +++ b/software/kamailio.yml @@ -10,5 +10,5 @@ tags: - Communication - SIP source_code_url: https://github.com/kamailio/kamailio stargazers_count: 2356 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index f84174dcbe..d3c1ac4211 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: 8610 +stargazers_count: 8609 updated_at: '2025-01-12' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index 2ea0fc5eac..57cd386ea2 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: 6929 +stargazers_count: 6933 updated_at: '2025-01-03' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index c57814097a..93d9d94059 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: 15193 -updated_at: '2025-01-13' +stargazers_count: 15202 +updated_at: '2025-01-14' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index 4f84f94e04..df936ee6f8 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: 907 +stargazers_count: 909 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index cecefcdd45..f70747de22 100644 --- a/software/keystonejs.yml +++ b/software/keystonejs.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/keystonejs/keystone stargazers_count: 9361 -updated_at: '2025-01-12' +updated_at: '2025-01-13' archived: false diff --git a/software/kill-bill.yml b/software/kill-bill.yml index 028dc5ef8e..0220579aca 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: 4703 +stargazers_count: 4704 updated_at: '2025-01-03' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index 23ae627a18..5ede2807f5 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: 3447 +stargazers_count: 3450 updated_at: '2025-01-10' archived: false diff --git a/software/kiwix-serve.yml b/software/kiwix-serve.yml index ec3088b3b5..7c3ef64d0d 100644 --- a/software/kiwix-serve.yml +++ b/software/kiwix-serve.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/kiwix/kiwix-tools -stargazers_count: 488 +stargazers_count: 491 updated_at: '2024-12-21' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index 320fa89deb..d53249a318 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: 18769 -updated_at: '2025-01-12' +stargazers_count: 18779 +updated_at: '2025-01-14' archived: false diff --git a/software/koha.yml b/software/koha.yml index 0891b7f1d8..916268647c 100644 --- a/software/koha.yml +++ b/software/koha.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/Koha-Community/Koha demo_url: https://koha-community.org/demo/ stargazers_count: 497 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/komga.yml b/software/komga.yml index efeb2fac35..b1d449c21c 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: 4322 -updated_at: '2025-01-13' +stargazers_count: 4326 +updated_at: '2025-01-14' archived: false diff --git a/software/kong.yml b/software/kong.yml index cb1e5ca7e2..e411d975ff 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: 39747 -updated_at: '2025-01-13' +stargazers_count: 39756 +updated_at: '2025-01-14' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index 4d3af53579..01d6e0398a 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12103 -updated_at: '2025-01-13' +stargazers_count: 12109 +updated_at: '2025-01-14' archived: false diff --git a/software/kresus.yml b/software/kresus.yml index d9c19e84a8..e609d5b218 100644 --- a/software/kresus.yml +++ b/software/kresus.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/kresusapp/kresus demo_url: https://kresus.org/en/demo.html stargazers_count: 306 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/kubek.yml b/software/kubek.yml index 844f5f0ec4..5ffd48f572 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: 97 +stargazers_count: 98 updated_at: '2024-11-02' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index e7b19a1ba2..0428f21138 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: 1847 +stargazers_count: 1848 updated_at: '2025-01-13' archived: false diff --git a/software/lago.yml b/software/lago.yml index c23c39255b..24bbcae659 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: 7191 -updated_at: '2025-01-13' +stargazers_count: 7194 +updated_at: '2025-01-14' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index d3d7858b44..dd5a7f0f46 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20160 +stargazers_count: 20180 updated_at: '2024-11-23' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index 64fc84c8cd..a4faf3a782 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: 7772 -updated_at: '2025-01-13' +stargazers_count: 7799 +updated_at: '2025-01-14' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index ea0a76bb29..be8c4c5db3 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: 12666 -updated_at: '2025-01-13' +stargazers_count: 12671 +updated_at: '2025-01-14' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index 9933957710..e1d4102f9c 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: 4948 +stargazers_count: 4952 updated_at: '2024-12-18' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index 234f26345a..867b7d09f2 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: 13407 -updated_at: '2025-01-13' +stargazers_count: 13410 +updated_at: '2025-01-14' archived: false diff --git a/software/leon.yml b/software/leon.yml index dae8325f47..7aaa5a88ef 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: 15717 +stargazers_count: 15722 updated_at: '2025-01-04' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index f6b664c4f2..93efaf2253 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: 10240 +stargazers_count: 10260 updated_at: '2025-01-13' archived: false diff --git a/software/libreddit.yml b/software/libreddit.yml index f588754f9a..93d9922b14 100644 --- a/software/libreddit.yml +++ b/software/libreddit.yml @@ -9,6 +9,6 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/libreddit/libreddit depends_3rdparty: true -stargazers_count: 5058 +stargazers_count: 5060 updated_at: '2024-05-02' archived: false diff --git a/software/librephotos.yml b/software/librephotos.yml index 03b5e719eb..f892dff5b0 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: 7087 +stargazers_count: 7088 updated_at: '2024-12-30' archived: false related_software_url: https://docs.librephotos.com/docs/user-guide/mobile/ diff --git a/software/libreserver.yml b/software/libreserver.yml index 79e68fcc72..fe7ac9dd0f 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: 34 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/libretime.yml b/software/libretime.yml index 63cc313ce3..fb614168c5 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: 824 +stargazers_count: 825 updated_at: '2025-01-10' archived: false diff --git a/software/librum.yml b/software/librum.yml index 7a7f372cac..47a9c7ecc9 100644 --- a/software/librum.yml +++ b/software/librum.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/Librum-Reader/Librum -stargazers_count: 4314 +stargazers_count: 4316 updated_at: '2024-07-01' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 49ce663d1c..270451458e 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr -stargazers_count: 3822 -updated_at: '2025-01-12' +stargazers_count: 3824 +updated_at: '2025-01-14' archived: false diff --git a/software/lidatube.yml b/software/lidatube.yml index 566d5c5a94..00da3a9a96 100644 --- a/software/lidatube.yml +++ b/software/lidatube.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 150 +stargazers_count: 151 updated_at: '2025-01-13' archived: false diff --git a/software/lila.yml b/software/lila.yml index 90ef9d0773..fef30c751c 100644 --- a/software/lila.yml +++ b/software/lila.yml @@ -9,5 +9,5 @@ tags: - Games source_code_url: https://github.com/lichess-org/lila stargazers_count: 16012 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/limesurvey.yml b/software/limesurvey.yml index eb3f14493c..1f5fb91da0 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: 2833 +stargazers_count: 2835 updated_at: '2025-01-08' archived: false diff --git a/software/linkace.yml b/software/linkace.yml index 0936b8bcc9..3353abd3bb 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: 2710 +stargazers_count: 2712 updated_at: '2025-01-05' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index c9a714a660..776fced640 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7234 +stargazers_count: 7245 updated_at: '2025-01-12' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index b8b0e00251..63c818791f 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: 2554 +stargazers_count: 2559 updated_at: '2024-12-10' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index b98386f483..264862e2fc 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: 9889 +stargazers_count: 9897 updated_at: '2025-01-13' archived: false diff --git a/software/linuxgsm.yml b/software/linuxgsm.yml index 7561e2998e..7da4634535 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: 4386 +stargazers_count: 4390 updated_at: '2025-01-08' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index 8c061a87e6..747af36c84 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15797 +stargazers_count: 15798 updated_at: '2025-01-13' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index cff085f930..0e150fe566 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: 1920 +stargazers_count: 1926 updated_at: '2024-12-20' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index 40457a3f0d..bc1b5ccaa0 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: 2001 -updated_at: '2025-01-13' +stargazers_count: 2002 +updated_at: '2025-01-14' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index db1b6e0216..2d16cec17f 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: 5111 +stargazers_count: 5110 updated_at: '2025-01-08' archived: false diff --git a/software/lms.yml b/software/lms.yml index 0134176cb8..9fa2d38874 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: 1193 +stargazers_count: 1195 updated_at: '2024-12-20' archived: false diff --git a/software/lodestone.yml b/software/lodestone.yml index 253578a08a..c64fa7c702 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: 880 +stargazers_count: 881 updated_at: '2024-09-09' archived: false diff --git a/software/lomorage.yml b/software/lomorage.yml index bcf998b50d..49e35abb4a 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: 224 +stargazers_count: 225 updated_at: '2024-11-18' archived: false diff --git a/software/loomio.yml b/software/loomio.yml index 0c57151603..6683f8e5dd 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: 2390 +stargazers_count: 2391 updated_at: '2025-01-08' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index 84534b19f8..d6c3499877 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 11018 -updated_at: '2025-01-13' +stargazers_count: 11022 +updated_at: '2025-01-14' diff --git a/software/lura.yml b/software/lura.yml index 7590bff825..9c060694fb 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: 6437 -updated_at: '2024-12-12' +stargazers_count: 6438 +updated_at: '2025-01-14' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index 1fc368d059..b2d448e650 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: 3509 -updated_at: '2025-01-13' +stargazers_count: 3510 +updated_at: '2025-01-14' archived: false diff --git a/software/maddy-mail-server.yml b/software/maddy-mail-server.yml index b6de209fb6..714664f938 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: 5248 +stargazers_count: 5250 updated_at: '2024-11-24' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index dc8b46f2f1..0b1c7b9105 100644 --- a/software/magento-open-source.yml +++ b/software/magento-open-source.yml @@ -9,5 +9,5 @@ tags: - E-commerce source_code_url: https://github.com/magento/magento2 stargazers_count: 11627 -updated_at: '2025-01-11' +updated_at: '2025-01-14' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index f07cac5048..f5e4336ffc 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: 14157 +stargazers_count: 14161 updated_at: '2025-01-06' archived: false diff --git a/software/mailcatcher.yml b/software/mailcatcher.yml index bdf10af276..4643a5bb37 100644 --- a/software/mailcatcher.yml +++ b/software/mailcatcher.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/sj26/mailcatcher -stargazers_count: 6529 +stargazers_count: 6531 updated_at: '2024-05-25' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index 5e5850d902..4aaa04ae64 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: 9435 +stargazers_count: 9442 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index c164fd9857..afdbffca7c 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: 6044 +stargazers_count: 6047 updated_at: '2025-01-09' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index 2e093aac10..00e5c626a5 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: 1782 +stargazers_count: 1784 updated_at: '2025-01-03' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index 47eb076264..464ae17f42 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: 1031 +stargazers_count: 1035 updated_at: '2025-01-10' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index 645adb8e48..09dcfa24cb 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9201 -updated_at: '2025-01-13' +stargazers_count: 9202 +updated_at: '2025-01-14' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index 7f096b41ff..f2412c40db 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: 929 -updated_at: '2025-01-13' +stargazers_count: 933 +updated_at: '2025-01-14' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index 2f3562f0c0..7a8efb97c1 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: 47500 -updated_at: '2025-01-13' +stargazers_count: 47507 +updated_at: '2025-01-14' archived: false diff --git a/software/mataroa.yml b/software/mataroa.yml index 120abf9bda..7380e3e0b6 100644 --- a/software/mataroa.yml +++ b/software/mataroa.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/mataroa-blog/mataroa stargazers_count: 274 -updated_at: '2024-12-05' +updated_at: '2025-01-14' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index 4c726d244d..85f0e6d3f1 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: 1904 +stargazers_count: 1906 updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index 719ef783d9..a0dce52a7b 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -10,6 +10,6 @@ tags: - Database Management source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ -stargazers_count: 2454 -updated_at: '2025-01-13' +stargazers_count: 2455 +updated_at: '2025-01-14' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 67831abe02..586ca3a29e 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: 20078 -updated_at: '2025-01-13' +stargazers_count: 20080 +updated_at: '2025-01-14' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index 4d97cfba63..e9580d5de9 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: 31321 -updated_at: '2025-01-13' +stargazers_count: 31334 +updated_at: '2025-01-14' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index a623150c20..da2cd97ce4 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: 7538 -updated_at: '2025-01-10' +stargazers_count: 7541 +updated_at: '2025-01-14' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index 043a3faf97..a6a3e20ebd 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34873 +stargazers_count: 34888 updated_at: '2025-01-13' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index 06feca181e..ae4aa7987b 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: 7875 -updated_at: '2025-01-13' +stargazers_count: 7878 +updated_at: '2025-01-14' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index 344ca22c09..b8ebce2baa 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3117 +stargazers_count: 3120 updated_at: '2024-11-22' archived: false diff --git a/software/medusa.yml b/software/medusa.yml index 8829285131..3e799577f5 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/pymedusa/Medusa related_software_url: https://github.com/medusajs/nextjs-starter-medusa -stargazers_count: 1826 +stargazers_count: 1827 updated_at: '2024-12-13' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 8f85aa2710..0920ffd16e 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: 27058 -updated_at: '2025-01-13' +stargazers_count: 27073 +updated_at: '2025-01-14' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index 927c96b445..1660970c5b 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: 48657 -updated_at: '2025-01-13' +stargazers_count: 48662 +updated_at: '2025-01-14' archived: false diff --git a/software/memos.yml b/software/memos.yml index 7139e0743a..230f36ced2 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35904 +stargazers_count: 35929 updated_at: '2025-01-13' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index eabfea6308..e60951d343 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: 4484 +stargazers_count: 4488 updated_at: '2025-01-10' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index 013e15eee1..b43bba3bde 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: 39364 -updated_at: '2025-01-13' +stargazers_count: 39375 +updated_at: '2025-01-14' archived: false diff --git a/software/metube.yml b/software/metube.yml index a6a11148e0..2478aecee0 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7494 -updated_at: '2025-01-13' +stargazers_count: 7517 +updated_at: '2025-01-14' archived: false diff --git a/software/microweber.yml b/software/microweber.yml index 940064da1f..8fd2dcbeaa 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/microweber/microweber -stargazers_count: 3170 +stargazers_count: 3171 updated_at: '2024-11-26' archived: false diff --git a/software/middleware.yml b/software/middleware.yml index 2582a4ee27..2c60906691 100644 --- a/software/middleware.yml +++ b/software/middleware.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Analytics -stargazers_count: 1227 +stargazers_count: 1228 updated_at: '2024-12-30' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index 87362b27fe..b813e7d97a 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: 27075 -updated_at: '2025-01-13' +stargazers_count: 27081 +updated_at: '2025-01-14' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index e80e8caab0..f5eb06f675 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: 23067 -updated_at: '2025-01-13' +stargazers_count: 23070 +updated_at: '2025-01-14' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index bd8058992d..d7494c8903 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: 7125 -updated_at: '2025-01-13' +stargazers_count: 7133 +updated_at: '2025-01-14' archived: false diff --git a/software/minio.yml b/software/minio.yml index e852b4dd04..6edf61ea11 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: 49426 -updated_at: '2025-01-08' +stargazers_count: 49446 +updated_at: '2025-01-14' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index 9daab54423..c866495aa0 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: 6292 +stargazers_count: 6301 updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-c2c.yml b/software/mirotalk-c2c.yml index 5c9247c447..e4db273f08 100644 --- a/software/mirotalk-c2c.yml +++ b/software/mirotalk-c2c.yml @@ -10,5 +10,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/miroslavpejic85/mirotalkc2c stargazers_count: 250 -updated_at: '2025-01-11' +updated_at: '2025-01-14' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index 9da386009e..234cdabca6 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: 3208 -updated_at: '2025-01-13' +stargazers_count: 3209 +updated_at: '2025-01-14' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 6e0583bae8..3ede5fad1b 100644 --- a/software/mirotalk-sfu.yml +++ b/software/mirotalk-sfu.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/miroslavpejic85/mirotalksfu demo_url: https://sfu.mirotalk.com/newroom stargazers_count: 2222 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/misago.yml b/software/misago.yml index d9596eab9f..b0aa29157f 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: 2572 +stargazers_count: 2573 updated_at: '2025-01-05' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index 99430ade6b..0e7cb4377e 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: 10238 -updated_at: '2025-01-11' +stargazers_count: 10240 +updated_at: '2025-01-14' archived: false diff --git a/software/mixpost.yml b/software/mixpost.yml index 5aa7f0be7f..5f29c4528d 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: 86 +stargazers_count: 87 updated_at: '2024-05-14' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index af02665e07..fe107d8187 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: 3111 +stargazers_count: 3112 updated_at: '2025-01-13' archived: false diff --git a/software/monica.yml b/software/monica.yml index 17a45d3b74..4106183eff 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 22004 +stargazers_count: 22010 updated_at: '2024-11-15' archived: false diff --git a/software/movim.yml b/software/movim.yml index 828f619955..abbb83a9ae 100644 --- a/software/movim.yml +++ b/software/movim.yml @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/movim/movim stargazers_count: 1763 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/mox.yml b/software/mox.yml index ee96ff0a70..b68e2ec1d7 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 3787 +stargazers_count: 3789 updated_at: '2025-01-13' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index 404d1486e8..9fcfb98a41 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true stargazers_count: 1437 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml index e663805979..d810657383 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: 465 -updated_at: '2025-01-03' +stargazers_count: 468 +updated_at: '2025-01-14' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index ee4c36c551..b2f0496013 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: 6527 +stargazers_count: 6529 updated_at: '2025-01-13' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index 6c25feffc5..6fef969b1f 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: 4289 +stargazers_count: 4291 updated_at: '2024-07-14' archived: false diff --git a/software/myip.yml b/software/myip.yml index b4c17563d2..16e1ed10d2 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: 7083 +stargazers_count: 7102 updated_at: '2025-01-12' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index 8cbb0436e2..6f86a9aab8 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: 54758 -updated_at: '2025-01-13' +stargazers_count: 54905 +updated_at: '2025-01-14' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index cd3b91b2c2..7263241b45 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: 12852 +stargazers_count: 12872 updated_at: '2025-01-13' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index d2fa058afd..baa7573c3b 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/lardbit/nefarious -stargazers_count: 1069 +stargazers_count: 1070 updated_at: '2025-01-10' archived: false diff --git a/software/neko.yml b/software/neko.yml index 5e4c8f1f27..0a604f9a84 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: 8297 +stargazers_count: 8324 updated_at: '2025-01-13' archived: false diff --git a/software/netron.yml b/software/netron.yml index 59f3a72864..59853bd5bd 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: 29071 -updated_at: '2025-01-13' +stargazers_count: 29087 +updated_at: '2025-01-14' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index bfb13fc91f..1710065988 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: 6958 -updated_at: '2025-01-11' +stargazers_count: 6959 +updated_at: '2025-01-14' archived: false diff --git a/software/nextcloud-memories.yml b/software/nextcloud-memories.yml index 298fcc4d95..58a9fda2b0 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: 3297 +stargazers_count: 3298 updated_at: '2025-01-13' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index afec4c2b12..7c99774003 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: 27933 -updated_at: '2025-01-13' +stargazers_count: 27940 +updated_at: '2025-01-14' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index b7e3ba1ce8..7193b4e4fe 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24083 +stargazers_count: 24095 updated_at: '2025-01-07' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index 3b439e92f9..460655127a 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: 50820 -updated_at: '2025-01-13' +stargazers_count: 50837 +updated_at: '2025-01-14' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index a267a6ad4a..bd1f83c524 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: 20218 +stargazers_count: 20226 updated_at: '2025-01-13' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index 4d03397243..8d0c871786 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB -stargazers_count: 14300 -updated_at: '2025-01-13' +stargazers_count: 14301 +updated_at: '2025-01-14' archived: false diff --git a/software/nominatim.yml b/software/nominatim.yml index ab445df64e..97a188f208 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: 3310 -updated_at: '2025-01-10' +stargazers_count: 3313 +updated_at: '2025-01-14' archived: false diff --git a/software/novu.yml b/software/novu.yml index 96259449e8..a7d4ae1a8e 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: 35974 -updated_at: '2025-01-13' +stargazers_count: 35977 +updated_at: '2025-01-14' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index 3800b23740..ebd1c56f1a 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: 19381 +stargazers_count: 19446 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index d2f7d23449..bf224a45c7 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3916 +stargazers_count: 3920 updated_at: '2023-11-05' archived: false diff --git a/software/october.yml b/software/october.yml index 654e2a2758..b4ff5d98dd 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: 11056 +stargazers_count: 11057 updated_at: '2024-11-25' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index 6df2899597..fb1d9bb58e 100644 --- a/software/octobot.yml +++ b/software/octobot.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/Drakkar-Software/OctoBot stargazers_count: 3649 -updated_at: '2025-01-03' +updated_at: '2025-01-14' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index d6cae8f999..37b0abd264 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: 8399 +stargazers_count: 8400 updated_at: '2025-01-07' archived: false diff --git a/software/ocular.yml b/software/ocular.yml index bb89043352..3862c446a9 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: 147 -updated_at: '2025-01-12' +stargazers_count: 148 +updated_at: '2025-01-14' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index e958167e52..d62f636f6a 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: 39956 -updated_at: '2025-01-13' +stargazers_count: 39979 +updated_at: '2025-01-14' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index 927a92b6ed..e7f3126786 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: 2636 +stargazers_count: 2638 updated_at: '2025-01-12' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index e86d7a558b..90f416a60b 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3791 +stargazers_count: 3792 updated_at: '2025-01-05' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index c346a4f274..000ab26000 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: 6376 +stargazers_count: 6377 updated_at: '2025-01-13' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index 1f55ed3c9d..c9ae50913c 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: 5039 +stargazers_count: 5040 updated_at: '2024-11-28' archived: false diff --git a/software/open-event-server.yml b/software/open-event-server.yml index 7d855748af..91c3eb9cda 100644 --- a/software/open-event-server.yml +++ b/software/open-event-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/fossasia/open-event-server -stargazers_count: 2989 +stargazers_count: 2990 updated_at: '2024-03-25' archived: false diff --git a/software/open-food-network.yml b/software/open-food-network.yml index 07c48a5500..a1a1e3d1e3 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: 1141 -updated_at: '2025-01-13' +stargazers_count: 1144 +updated_at: '2025-01-14' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index 2463f673c0..fc371d0af9 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: 2816 +stargazers_count: 2823 updated_at: '2025-01-13' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index 36252274ba..e0c06f11e9 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: 6530 +stargazers_count: 6533 updated_at: '2025-01-12' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index d1d678d977..6d1f6368b6 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: 7547 -updated_at: '2025-01-13' +stargazers_count: 7550 +updated_at: '2025-01-14' archived: false diff --git a/software/openfire.yml b/software/openfire.yml index 4a270f521a..e4e7d8ae77 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: 2890 -updated_at: '2025-01-13' +stargazers_count: 2892 +updated_at: '2025-01-14' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index 1813b31bb7..f053c91f48 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: 1985 +stargazers_count: 1988 updated_at: '2024-12-16' archived: false diff --git a/software/openhab.yml b/software/openhab.yml index 5a09daba26..c0079e383b 100644 --- a/software/openhab.yml +++ b/software/openhab.yml @@ -9,5 +9,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/openhab/openhab-core stargazers_count: 954 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index d752b69dd4..29ec9eeb82 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: 5339 +stargazers_count: 5340 updated_at: '2025-01-12' archived: false diff --git a/software/openolat.yml b/software/openolat.yml index da145f0691..e180900201 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: 343 -updated_at: '2025-01-13' +stargazers_count: 344 +updated_at: '2025-01-14' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index 176cc8d151..79fbc49c58 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: 9705 -updated_at: '2025-01-13' +stargazers_count: 9706 +updated_at: '2025-01-14' archived: false diff --git a/software/openremote.yml b/software/openremote.yml index 1ffb9f6aeb..f1343958d7 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: 1297 +stargazers_count: 1299 updated_at: '2025-01-13' archived: false diff --git a/software/openrouteservice.yml b/software/openrouteservice.yml index 9475fcb413..93833001ed 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: 1504 +stargazers_count: 1506 updated_at: '2025-01-08' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index c1baabfe7a..d61891531d 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: 10052 +stargazers_count: 10057 updated_at: '2025-01-13' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index 0c30b1b8b3..5393cff2b0 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3696 +stargazers_count: 3697 updated_at: '2024-12-14' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index 7565afd1a2..7236ed478e 100644 --- a/software/opensips.yml +++ b/software/opensips.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/OpenSIPS/opensips stargazers_count: 1305 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/openslides.yml b/software/openslides.yml index 6ad523071e..dc9c3e0cb5 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: 517 -updated_at: '2024-12-13' +stargazers_count: 518 +updated_at: '2025-01-14' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index 4c6951074e..b2a7343789 100644 --- a/software/openstreetmap.yml +++ b/software/openstreetmap.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/openstreetmap/openstreetmap-website related_software_url: https://wiki.openstreetmap.org/wiki/Software stargazers_count: 2263 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index 20302ebb11..751ed3ded4 100644 --- a/software/opentripplanner.yml +++ b/software/opentripplanner.yml @@ -10,5 +10,5 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/opentripplanner/OpenTripPlanner stargazers_count: 2263 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index d6da6f850c..151211398a 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: 6585 -updated_at: '2025-01-13' +stargazers_count: 6582 +updated_at: '2025-01-14' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index 902d907093..12cef1a481 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: 2977 -updated_at: '2025-01-13' +stargazers_count: 2980 +updated_at: '2025-01-14' archived: false diff --git a/software/opik.yml b/software/opik.yml index c93efe0f7e..58bb3ff1d1 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 4359 -updated_at: '2025-01-13' +stargazers_count: 4380 +updated_at: '2025-01-14' archived: false diff --git a/software/opnform.yml b/software/opnform.yml index 921875f97a..1938e784e0 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: 2372 -updated_at: '2025-01-09' +stargazers_count: 2375 +updated_at: '2025-01-14' archived: false diff --git a/software/orangehrm.yml b/software/orangehrm.yml index 30157fc599..61cb0291fa 100644 --- a/software/orangehrm.yml +++ b/software/orangehrm.yml @@ -9,6 +9,6 @@ tags: - Human Resources Management (HRM) source_code_url: https://github.com/orangehrm/orangehrm demo_url: https://opensource-demo.orangehrmlive.com/ -stargazers_count: 866 +stargazers_count: 869 updated_at: '2024-07-19' archived: false diff --git a/software/organizr.yml b/software/organizr.yml index 34f96fd47b..5d31db182b 100644 --- a/software/organizr.yml +++ b/software/organizr.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/causefx/Organizr -stargazers_count: 5254 +stargazers_count: 5255 updated_at: '2024-04-16' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index fdfb710dff..9ce534227f 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: 266 -updated_at: '2025-01-13' +stargazers_count: 267 +updated_at: '2025-01-14' archived: false diff --git a/software/otter-wiki.yml b/software/otter-wiki.yml index b52ebd3537..84c464fb19 100644 --- a/software/otter-wiki.yml +++ b/software/otter-wiki.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Wikis -stargazers_count: 690 +stargazers_count: 692 updated_at: '2025-01-11' archived: false diff --git a/software/outline.yml b/software/outline.yml index 2e675ab920..24ba62c58c 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: 29211 -updated_at: '2025-01-11' +stargazers_count: 29249 +updated_at: '2025-01-14' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index 16b3fff28c..da5d8641fc 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: 14572 -updated_at: '2025-01-13' +stargazers_count: 14576 +updated_at: '2025-01-14' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index c96ae5e29c..a6b1682ed7 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: 9693 -updated_at: '2025-01-13' +stargazers_count: 9695 +updated_at: '2025-01-14' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index de751f6c5c..6a0975941f 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: 5233 +stargazers_count: 5237 updated_at: '2024-11-11' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 8137f487b3..9c8e81f8a3 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23787 -updated_at: '2025-01-13' +stargazers_count: 23826 +updated_at: '2025-01-14' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 4f8eceb88f..23efa340a9 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/ciur/papermerge -stargazers_count: 2577 +stargazers_count: 2580 updated_at: '2024-01-15' archived: false diff --git a/software/para.yml b/software/para.yml index 57022f7fab..c4ff064564 100644 --- a/software/para.yml +++ b/software/para.yml @@ -10,5 +10,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/erudika/para stargazers_count: 536 -updated_at: '2025-01-08' +updated_at: '2025-01-14' archived: false diff --git a/software/passbolt.yml b/software/passbolt.yml index 6cc5f05319..67bcadad34 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: 4798 +stargazers_count: 4800 updated_at: '2024-11-26' archived: false diff --git a/software/passky.yml b/software/passky.yml index 131aa2b125..c91ec7c2b1 100644 --- a/software/passky.yml +++ b/software/passky.yml @@ -9,6 +9,6 @@ tags: - Password Managers source_code_url: https://github.com/Rabbit-Company/Passky-Server demo_url: https://vault.passky.org -stargazers_count: 203 +stargazers_count: 204 updated_at: '2024-11-05' archived: false diff --git a/software/password-pusher.yml b/software/password-pusher.yml index 2c25e4d065..457d6d8c2c 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: 2178 -updated_at: '2025-01-13' +stargazers_count: 2177 +updated_at: '2025-01-14' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index d7b4514ee5..703b696b25 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: 31130 -updated_at: '2025-01-13' +stargazers_count: 31163 +updated_at: '2025-01-14' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index d512c3a2af..d963165a46 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management demo_url: https://demo.pdfding.com -stargazers_count: 359 -updated_at: '2025-01-09' +stargazers_count: 362 +updated_at: '2025-01-14' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index e89bf8361e..d82c5b4599 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: 13327 -updated_at: '2025-01-13' +stargazers_count: 13332 +updated_at: '2025-01-14' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index c79b6f48dd..182f2a5db2 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: 1014 +stargazers_count: 1019 updated_at: '2025-01-13' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index f7a359a4fa..5da29ef9b7 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: 34628 -updated_at: '2025-01-13' +stargazers_count: 34639 +updated_at: '2025-01-14' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index 9a92d94212..7a3e7cd139 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: 36090 +stargazers_count: 36093 updated_at: '2025-01-13' archived: false diff --git a/software/phpbb.yml b/software/phpbb.yml index 57b378629b..40cf9a5f11 100644 --- a/software/phpbb.yml +++ b/software/phpbb.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/phpbb/phpbb stargazers_count: 1881 -updated_at: '2025-01-08' +updated_at: '2025-01-14' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index b4adef3c4c..6eb8cfacf2 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: 49874 +stargazers_count: 49882 updated_at: '2024-12-29' archived: false diff --git a/software/picoshare.yml b/software/picoshare.yml index 249d59afe2..209beb281d 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: 2390 +stargazers_count: 2393 updated_at: '2025-01-11' archived: false diff --git a/software/picsur.yml b/software/picsur.yml index 2cd7b8bdae..9ee1a78e8e 100644 --- a/software/picsur.yml +++ b/software/picsur.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/CaramelFur/Picsur -stargazers_count: 909 +stargazers_count: 908 updated_at: '2024-11-13' archived: false diff --git a/software/pigallery-2.yml b/software/pigallery-2.yml index 803e193d56..ab3e84f95e 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: 1845 +stargazers_count: 1846 updated_at: '2025-01-05' archived: false diff --git a/software/piler.yml b/software/piler.yml index 8ba85135d4..2d7ef1cc2f 100644 --- a/software/piler.yml +++ b/software/piler.yml @@ -8,6 +8,6 @@ platforms: - C tags: - Communication - Email - Mail Delivery Agents -stargazers_count: 95 +stargazers_count: 96 updated_at: '2025-01-10' archived: false diff --git a/software/pimcore.yml b/software/pimcore.yml index dc2fe3e3b2..e0ce54af32 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: 3453 -updated_at: '2025-01-08' +stargazers_count: 3457 +updated_at: '2025-01-14' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index 9c0f3a466a..dc70950331 100644 --- a/software/pinepods.yml +++ b/software/pinepods.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Audio Streaming demo_url: https://try.pinepods.online stargazers_count: 314 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index df9332dfaf..56ced65bab 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3633 -updated_at: '2025-01-08' +stargazers_count: 3645 +updated_at: '2025-01-14' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index cea347b932..d1b6938731 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: 3331 +stargazers_count: 3333 updated_at: '2025-01-10' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index 1eaef8ded3..dc1441f423 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: 5759 -updated_at: '2025-01-09' +stargazers_count: 5798 +updated_at: '2025-01-14' archived: false diff --git a/software/plane.yml b/software/plane.yml index 9dceab3d31..7b165b5d10 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: 31774 -updated_at: '2025-01-13' +stargazers_count: 31794 +updated_at: '2025-01-14' archived: false diff --git a/software/planka.yml b/software/planka.yml index 42f6623bfe..f635f062c3 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: 8364 +stargazers_count: 8371 updated_at: '2025-01-13' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index 9ad8763843..cfdac8dd05 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: 21130 -updated_at: '2025-01-13' +stargazers_count: 21145 +updated_at: '2025-01-14' archived: false diff --git a/software/plexripper.yml b/software/plexripper.yml index aa4fa1dc6e..34efc8d910 100644 --- a/software/plexripper.yml +++ b/software/plexripper.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation depends_3rdparty: true -stargazers_count: 310 +stargazers_count: 311 updated_at: '2025-01-13' archived: false diff --git a/software/plugnmeet.yml b/software/plugnmeet.yml index e4855860d0..c33cc06f2f 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: 322 +stargazers_count: 323 updated_at: '2025-01-12' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index a702653d1c..93799ab39e 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: 42830 +stargazers_count: 42875 updated_at: '2025-01-12' archived: false diff --git a/software/podfetch.yml b/software/podfetch.yml index a1c5205ba2..10822326c7 100644 --- a/software/podfetch.yml +++ b/software/podfetch.yml @@ -10,6 +10,6 @@ platforms: tags: - Media Streaming - Audio Streaming - Automation -stargazers_count: 368 +stargazers_count: 369 updated_at: '2025-01-12' archived: false diff --git a/software/polaris.yml b/software/polaris.yml index 67344b0678..592d9690d4 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: 1488 +stargazers_count: 1489 updated_at: '2024-09-29' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index a21a3e1d7f..0965194d9b 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4106 -updated_at: '2025-01-08' +stargazers_count: 4107 +updated_at: '2025-01-14' archived: false diff --git a/software/postal.yml b/software/postal.yml index 02d555ce5a..a42c9041f5 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: 15079 +stargazers_count: 15080 updated_at: '2024-10-31' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index 39ea335eb5..ece2cb1c5d 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23180 -updated_at: '2025-01-13' +stargazers_count: 23202 +updated_at: '2025-01-14' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index 0168a38473..8333075ec0 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: 17037 -updated_at: '2025-01-12' +stargazers_count: 17061 +updated_at: '2025-01-14' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index ddfdc72f4c..1cb7c41cda 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: 8319 -updated_at: '2025-01-13' +stargazers_count: 8320 +updated_at: '2025-01-14' archived: false diff --git a/software/pretalx.yml b/software/pretalx.yml index 6612a39114..5599b21ca6 100644 --- a/software/pretalx.yml +++ b/software/pretalx.yml @@ -9,5 +9,5 @@ tags: - Conference Management source_code_url: https://github.com/pretalx/pretalx stargazers_count: 757 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index 716f0e6b3a..6c44872737 100644 --- a/software/pretix.yml +++ b/software/pretix.yml @@ -10,5 +10,5 @@ tags: - E-commerce source_code_url: https://github.com/pretix/pretix stargazers_count: 1951 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index a32f34bf51..8bf2645313 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: 6758 +stargazers_count: 6765 updated_at: '2025-01-11' archived: false diff --git a/software/projectsend.yml b/software/projectsend.yml index 0fb6c81f1b..e53dbc1122 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: 1460 +stargazers_count: 1461 updated_at: '2024-12-11' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index 20553d7a62..0c7cc7a651 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: 1601 +stargazers_count: 1602 updated_at: '2024-11-15' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index f70e4b448b..9072f4763e 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: 7035 +stargazers_count: 7040 updated_at: '2025-01-12' archived: false diff --git a/software/puter.yml b/software/puter.yml index 15329b1e41..eb76910144 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: 27532 -updated_at: '2025-01-13' +stargazers_count: 27553 +updated_at: '2025-01-14' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index d1d750f706..5cea3e00c2 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: 1861 +stargazers_count: 1862 updated_at: '2025-01-13' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index 3b4b678099..e3c4be3c97 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: 3386 +stargazers_count: 3387 updated_at: '2025-01-12' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index d32342d4bc..b4fb41e1c0 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: 29408 +stargazers_count: 29418 updated_at: '2025-01-13' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index 6ecc922fdd..634da842a0 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: 4618 +stargazers_count: 4617 updated_at: '2024-10-10' archived: false diff --git a/software/qpixel.yml b/software/qpixel.yml index ca55f1aed6..3106894d7a 100644 --- a/software/qpixel.yml +++ b/software/qpixel.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/codidact/qpixel stargazers_count: 398 -updated_at: '2025-01-09' +updated_at: '2025-01-14' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index d4e513374f..a979a5da56 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10793 -updated_at: '2025-01-12' +stargazers_count: 10794 +updated_at: '2025-01-14' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index f41118a6de..814e4da2db 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: 3458 -updated_at: '2025-01-12' +stargazers_count: 3459 +updated_at: '2025-01-14' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index 6c137d4a77..26f89a738b 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: 3866 -updated_at: '2025-01-13' +stargazers_count: 3886 +updated_at: '2025-01-14' archived: false diff --git a/software/raneto.yml b/software/raneto.yml index 0bfad24399..d7dbac271f 100644 --- a/software/raneto.yml +++ b/software/raneto.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/ryanlelek/Raneto -stargazers_count: 2797 +stargazers_count: 2798 updated_at: '2025-01-03' archived: false diff --git a/software/rapidbay.yml b/software/rapidbay.yml index 269c060dc3..2e76a7e9af 100644 --- a/software/rapidbay.yml +++ b/software/rapidbay.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/hauxir/rapidbay/ -stargazers_count: 759 +stargazers_count: 760 updated_at: '2024-12-13' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index 574b5c91bb..85fed49368 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 27020 -updated_at: '2025-01-13' +stargazers_count: 27185 +updated_at: '2025-01-14' archived: false diff --git a/software/reader.yml b/software/reader.yml index 1a180c343b..96ecc557df 100644 --- a/software/reader.yml +++ b/software/reader.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/lemon24/reader -stargazers_count: 465 +stargazers_count: 466 updated_at: '2025-01-10' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index 01ea4f8bfe..2352e0e499 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: 663 +stargazers_count: 664 updated_at: '2025-01-12' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 4614297a99..4ed5c9d539 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login -stargazers_count: 248 -updated_at: '2025-01-13' +stargazers_count: 249 +updated_at: '2025-01-14' archived: false diff --git a/software/redash.yml b/software/redash.yml index 3a805ee1cd..b5f1b5bc08 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: 26742 -updated_at: '2025-01-01' +stargazers_count: 26747 +updated_at: '2025-01-14' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index f0ebca91c5..64500144b4 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: 1553 +stargazers_count: 1558 updated_at: '2024-12-02' archived: false diff --git a/software/rei3.yml b/software/rei3.yml index 78058a8855..8017c746fe 100644 --- a/software/rei3.yml +++ b/software/rei3.yml @@ -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: 370 +stargazers_count: 372 updated_at: '2024-12-31' archived: false diff --git a/software/remark42.yml b/software/remark42.yml index d149d2cba5..b9f3c78354 100644 --- a/software/remark42.yml +++ b/software/remark42.yml @@ -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: 5009 +stargazers_count: 5012 updated_at: '2025-01-02' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index fd3f6b4476..8e674194ac 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4645 +stargazers_count: 4648 updated_at: '2024-12-17' archived: false diff --git a/software/request-tracker.yml b/software/request-tracker.yml index db3953b168..092c831abe 100644 --- a/software/request-tracker.yml +++ b/software/request-tracker.yml @@ -9,5 +9,5 @@ tags: - Ticketing source_code_url: https://github.com/bestpractical/rt stargazers_count: 972 -updated_at: '2024-12-30' +updated_at: '2025-01-14' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index 706d596a2e..8cf02ce8b0 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 786 -updated_at: '2025-01-13' +stargazers_count: 789 +updated_at: '2025-01-14' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index 6b14e242ee..f1089d102f 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: 68210 +stargazers_count: 68215 updated_at: '2025-01-13' archived: false diff --git a/software/revolt.yml b/software/revolt.yml index f858e4d730..96e0e6cbe2 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: 1075 +stargazers_count: 1076 updated_at: '2024-12-23' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 5cc431a4e3..2baa55519e 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41620 -updated_at: '2025-01-13' +stargazers_count: 41629 +updated_at: '2025-01-14' archived: false diff --git a/software/romm.yml b/software/romm.yml index a5b0e80b1c..9151b4e03f 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: 2890 +stargazers_count: 2894 updated_at: '2025-01-12' archived: false diff --git a/software/roundcube.yml b/software/roundcube.yml index 24a43ca272..a8390ae66a 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: 6005 -updated_at: '2025-01-08' +stargazers_count: 6009 +updated_at: '2025-01-14' archived: false diff --git a/software/routr.yml b/software/routr.yml index 15aff74139..4be95acece 100644 --- a/software/routr.yml +++ b/software/routr.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - SIP source_code_url: https://github.com/fonoster/routr -stargazers_count: 1457 +stargazers_count: 1458 updated_at: '2024-12-19' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index 61428618c6..f0f9809895 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: 7513 +stargazers_count: 7514 updated_at: '2025-01-12' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index 3681931f6e..d9fbaee5de 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34741 -updated_at: '2025-01-13' +stargazers_count: 34759 +updated_at: '2025-01-14' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index 66a8a4878c..ee5d47ca97 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: 4724 -updated_at: '2025-01-13' +stargazers_count: 4725 +updated_at: '2025-01-14' archived: false diff --git a/software/rudderstack.yml b/software/rudderstack.yml index b835d27565..76af2efb68 100644 --- a/software/rudderstack.yml +++ b/software/rudderstack.yml @@ -12,5 +12,5 @@ tags: - Analytics source_code_url: https://github.com/rudderlabs/rudder-server/ stargazers_count: 4125 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index 010ef6f124..015914b77f 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7090 +stargazers_count: 7095 updated_at: '2024-12-07' archived: false diff --git a/software/rustypaste.yml b/software/rustypaste.yml index 68874bd74e..aca07a477d 100644 --- a/software/rustypaste.yml +++ b/software/rustypaste.yml @@ -8,6 +8,6 @@ platforms: tags: - Pastebins source_code_url: https://github.com/orhun/rustypaste -stargazers_count: 817 +stargazers_count: 818 updated_at: '2025-01-13' archived: false diff --git a/software/sabredav.yml b/software/sabredav.yml index c13bc572a9..1efcb99c55 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: 1560 +stargazers_count: 1561 updated_at: '2024-12-01' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index 5cbadcaead..54ad2c75ce 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: 20990 -updated_at: '2025-01-13' +stargazers_count: 20992 +updated_at: '2025-01-14' archived: false diff --git a/software/scm-manager.yml b/software/scm-manager.yml index 8d6cd20f4f..9e086ed226 100644 --- a/software/scm-manager.yml +++ b/software/scm-manager.yml @@ -12,5 +12,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/scm-manager/scm-manager stargazers_count: 137 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/screego.yml b/software/screego.yml index ea0addf139..77c1e6886d 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: 8201 +stargazers_count: 8203 updated_at: '2024-12-07' archived: false diff --git a/software/scribble.rs.yml b/software/scribble.rs.yml index 2fe4ea8356..968171af76 100644 --- a/software/scribble.rs.yml +++ b/software/scribble.rs.yml @@ -11,5 +11,5 @@ tags: - Games demo_url: https://scribblers.fly.dev stargazers_count: 478 -updated_at: '2024-12-27' +updated_at: '2025-01-14' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index 2c4bb204eb..b308cb9879 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: 12588 +stargazers_count: 12598 updated_at: '2024-12-21' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index 9f715fe9dd..13cfffd101 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: 15093 -updated_at: '2025-01-13' +stargazers_count: 15118 +updated_at: '2025-01-14' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index c1f0acced7..4c238d702c 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: 23452 +stargazers_count: 23460 updated_at: '2025-01-13' archived: false diff --git a/software/send.yml b/software/send.yml index 5abae29383..00cf662c83 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4926 +stargazers_count: 4927 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 187481f593..001a138028 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: 39615 -updated_at: '2025-01-13' +stargazers_count: 39623 +updated_at: '2025-01-15' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index a5a90baf59..7576f8ee90 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: 9791 +stargazers_count: 9795 updated_at: '2025-01-11' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index 438bd9703d..3515d3a9ae 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: 941 -updated_at: '2025-01-13' +stargazers_count: 944 +updated_at: '2025-01-14' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index ce4df79f1b..a7536330b9 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: 1925 -updated_at: '2025-01-09' +stargazers_count: 1927 +updated_at: '2025-01-14' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index f1040291ec..c4c6e3d1d9 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: 1422 -updated_at: '2025-01-13' +stargazers_count: 1424 +updated_at: '2025-01-14' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 58a7680e27..6251fc0618 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: 9838 +stargazers_count: 9839 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index f27652e4e2..abef32f2b5 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: 3452 +stargazers_count: 3454 updated_at: '2025-01-13' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index 7d97f8c24e..0864595002 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: 2893 -updated_at: '2025-01-13' +stargazers_count: 2894 +updated_at: '2025-01-14' archived: false diff --git a/software/shynet.yml b/software/shynet.yml index ba8b00a61a..9a57c85463 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: 2966 +stargazers_count: 2967 updated_at: '2024-12-19' archived: false diff --git a/software/sickchill.yml b/software/sickchill.yml index b0f2d56ddb..d25892b210 100644 --- a/software/sickchill.yml +++ b/software/sickchill.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/SickChill/SickChill -stargazers_count: 2406 +stargazers_count: 2405 updated_at: '2024-09-10' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index 03c16eafbe..b1a9bedd90 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: 2835 +stargazers_count: 2836 updated_at: '2025-01-13' archived: false diff --git a/software/simple-machines-forum.yml b/software/simple-machines-forum.yml index 9aa6ad0ba4..981bb9c5f2 100644 --- a/software/simple-machines-forum.yml +++ b/software/simple-machines-forum.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/SimpleMachines/SMF stargazers_count: 610 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index 71c40bf09c..c7b28f5731 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: 5321 +stargazers_count: 5323 updated_at: '2024-12-20' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 5133541c5d..50559373f2 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: 7695 +stargazers_count: 7705 updated_at: '2025-01-13' archived: false diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index 40b12dfdb1..c33807f1f8 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: 1694 +stargazers_count: 1695 updated_at: '2025-01-08' archived: false diff --git a/software/sish.yml b/software/sish.yml index bb1f7b4690..f4c7557211 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: 4080 +stargazers_count: 4081 updated_at: '2025-01-08' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index cc49a2bf55..b9687a9cd5 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26392 +stargazers_count: 26422 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index 3f5f05e99a..6f1a890730 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2123 -updated_at: '2025-01-13' +stargazers_count: 2130 +updated_at: '2025-01-14' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index c26580f1e3..dc8c8210d5 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: 1232 +stargazers_count: 1237 updated_at: '2024-12-18' archived: false diff --git a/software/snapcast.yml b/software/snapcast.yml index 19842feefa..1930af7e19 100644 --- a/software/snapcast.yml +++ b/software/snapcast.yml @@ -10,5 +10,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/badaix/snapcast stargazers_count: 6340 -updated_at: '2025-01-12' +updated_at: '2025-01-14' archived: false diff --git a/software/sogo.yml b/software/sogo.yml index 57585df4de..f466ecc859 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: 1851 +stargazers_count: 1852 updated_at: '2025-01-07' archived: false diff --git a/software/soketi.yml b/software/soketi.yml index 870afa5e78..fb9d5b514b 100644 --- a/software/soketi.yml +++ b/software/soketi.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/soketi/soketi -stargazers_count: 5041 +stargazers_count: 5042 updated_at: '2024-03-25' archived: false diff --git a/software/solidinvoice.yml b/software/solidinvoice.yml index 590baafe09..d44a7ab75e 100644 --- a/software/solidinvoice.yml +++ b/software/solidinvoice.yml @@ -9,5 +9,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/SolidInvoice/SolidInvoice stargazers_count: 602 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index 6b9b9e5099..6e0f3da437 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2638 +stargazers_count: 2643 updated_at: '2024-12-21' archived: false diff --git a/software/solidus.yml b/software/solidus.yml index 55713a5337..3d0f806f82 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: 5068 +stargazers_count: 5069 updated_at: '2025-01-09' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index a8b0ee951c..b7a4c58f79 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11156 +stargazers_count: 11161 updated_at: '2025-01-11' archived: false diff --git a/software/specifically-clementines.yml b/software/specifically-clementines.yml index b5b00f74b7..b96872cda4 100644 --- a/software/specifically-clementines.yml +++ b/software/specifically-clementines.yml @@ -10,6 +10,6 @@ tags: - Recipe Management - Inventory Management demo_url: https://www.specificallyclementines.com/ -stargazers_count: 227 +stargazers_count: 228 updated_at: '2024-12-25' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index 2c9c01fe7c..d372cb3905 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2394 +stargazers_count: 2396 updated_at: '2024-06-04' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index f9aca787ee..916765351b 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: 13201 -updated_at: '2025-01-13' +stargazers_count: 13237 +updated_at: '2025-01-14' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index a1db34ca3d..2a7150e523 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: 1790 +stargazers_count: 1799 updated_at: '2025-01-12' archived: false diff --git a/software/squidex.yml b/software/squidex.yml index e97f3bcadb..39c2af661f 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: 2296 +stargazers_count: 2297 updated_at: '2024-12-20' archived: false diff --git a/software/srs.yml b/software/srs.yml index a48038a4aa..0ad6826a59 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: 26153 -updated_at: '2024-12-05' +stargazers_count: 26163 +updated_at: '2025-01-14' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index aa9e960113..d18236753b 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: 2550 +stargazers_count: 2551 updated_at: '2024-12-13' archived: false diff --git a/software/stackstorm.yml b/software/stackstorm.yml index b01bac7385..d3a1c161d4 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: 6141 +stargazers_count: 6142 updated_at: '2025-01-10' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index 0ce7dfdfcc..8154a0d48b 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: 5897 -updated_at: '2025-01-13' +stargazers_count: 5912 +updated_at: '2025-01-14' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index 2935878edd..f171a4c456 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.org/ -stargazers_count: 5472 +stargazers_count: 5474 updated_at: '2025-01-09' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index 91e565e148..ffd0b99769 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: 326 +stargazers_count: 325 updated_at: '2025-01-13' archived: false diff --git a/software/stash.yml b/software/stash.yml index 8ab298a8ff..a93e56c3ad 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: 9624 +stargazers_count: 9627 updated_at: '2024-12-04' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index 3057c7896b..badbca1181 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 1621 +stargazers_count: 1622 updated_at: '2025-01-10' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index 8dc4ab3d6b..121f389d4b 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: 48826 -updated_at: '2025-01-13' +stargazers_count: 48867 +updated_at: '2025-01-14' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index fc98460e07..af473c753b 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: 64619 -updated_at: '2025-01-13' +stargazers_count: 64642 +updated_at: '2025-01-14' archived: false diff --git a/software/streama.yml b/software/streama.yml index 3813ad3536..5a31a68845 100644 --- a/software/streama.yml +++ b/software/streama.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/streamaserver/streama -stargazers_count: 9718 +stargazers_count: 9719 updated_at: '2024-04-04' archived: false diff --git a/software/string.is.yml b/software/string.is.yml index 4c2306ba75..71b302ac5d 100644 --- a/software/string.is.yml +++ b/software/string.is.yml @@ -9,5 +9,5 @@ tags: - Miscellaneous source_code_url: https://github.com/recurser/string-is stargazers_count: 265 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/stump.yml b/software/stump.yml index 59a41accba..aea668a97f 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: 1105 +stargazers_count: 1106 updated_at: '2024-12-08' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index bb0d4e939a..4ccddd432f 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4627 +stargazers_count: 4630 updated_at: '2025-01-03' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 159e1483bc..6b8c2dde0f 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: 21652 -updated_at: '2025-01-13' +stargazers_count: 21675 +updated_at: '2025-01-14' archived: false diff --git a/software/superset.yml b/software/superset.yml index 847d2b819b..d624508296 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: 63773 -updated_at: '2025-01-13' +stargazers_count: 63786 +updated_at: '2025-01-14' archived: false diff --git a/software/svix.yml b/software/svix.yml index 6c17411436..eef4fd330e 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: 2498 -updated_at: '2025-01-10' +stargazers_count: 2499 +updated_at: '2025-01-14' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index f412ed736a..3f601937e8 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: 3002 +stargazers_count: 3014 updated_at: '2025-01-11' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index 684f3b5063..c4dfd22877 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: 1802 -updated_at: '2025-01-13' +stargazers_count: 1808 +updated_at: '2025-01-14' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index 512b01045f..d7f6d3b595 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: 66814 +stargazers_count: 66830 updated_at: '2025-01-13' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index dd7ccb6915..8fed6895b4 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: 3936 -updated_at: '2025-01-13' +stargazers_count: 3941 +updated_at: '2025-01-14' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 287acd4f16..643ecbb94d 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: 3064 +stargazers_count: 3067 updated_at: '2025-01-02' archived: false diff --git "a/software/takah\304\223.yml" "b/software/takah\304\223.yml" index 875e8f532d..c18ac299b7 100644 --- "a/software/takah\304\223.yml" +++ "b/software/takah\304\223.yml" @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/jointakahe/takahe -stargazers_count: 1135 +stargazers_count: 1136 updated_at: '2024-08-28' archived: false diff --git a/software/talkyard.yml b/software/talkyard.yml index af3d527be5..668d329551 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: 1724 +stargazers_count: 1725 updated_at: '2024-12-31' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index fea8c0901c..e7a0cafd8c 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: 5821 +stargazers_count: 5822 updated_at: '2025-01-05' archived: false diff --git a/software/tasks.md.yml b/software/tasks.md.yml index 953fa02958..92ac8b7ab1 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: 970 +stargazers_count: 972 updated_at: '2024-12-02' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index be74651a4e..395dc9a432 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22553 -updated_at: '2025-01-13' +stargazers_count: 22557 +updated_at: '2025-01-14' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index 4d84e07285..b5d7fd1b8d 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: 1693 +stargazers_count: 1695 updated_at: '2025-01-13' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index c3e096a2d9..e20140c07e 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: 4793 +stargazers_count: 4800 updated_at: '2024-12-21' archived: false diff --git a/software/teleport.yml b/software/teleport.yml index 2b290c5703..18a9700e91 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: 17878 -updated_at: '2025-01-13' +stargazers_count: 17882 +updated_at: '2025-01-14' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index cae6b9d548..f406ccbd6a 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: 6210 +stargazers_count: 6214 updated_at: '2025-01-13' archived: false diff --git a/software/textbelt.yml b/software/textbelt.yml index 09af169b71..2e3b633445 100644 --- a/software/textbelt.yml +++ b/software/textbelt.yml @@ -9,6 +9,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/typpo/textbelt depends_3rdparty: true -stargazers_count: 3093 +stargazers_count: 3092 updated_at: '2024-03-28' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index 811d57ee50..de3a1d54c0 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: 5681 -updated_at: '2025-01-13' +stargazers_count: 5686 +updated_at: '2025-01-14' archived: false diff --git a/software/the-lounge.yml b/software/the-lounge.yml index 85b4b6376c..9ee1c195fa 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: 5750 +stargazers_count: 5753 updated_at: '2024-11-07' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index ed55bf6b65..4d261034cc 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: 18052 -updated_at: '2025-01-10' +stargazers_count: 18045 +updated_at: '2025-01-14' archived: false diff --git a/software/this-week-in-past.yml b/software/this-week-in-past.yml index fb678893ca..a542915a39 100644 --- a/software/this-week-in-past.yml +++ b/software/this-week-in-past.yml @@ -10,5 +10,5 @@ tags: - Photo Galleries source_code_url: https://github.com/RouHim/this-week-in-past stargazers_count: 75 -updated_at: '2025-01-11' +updated_at: '2025-01-14' archived: false diff --git a/software/thumbor.yml b/software/thumbor.yml index 3b3c991a0a..7932736fdd 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: 10161 +stargazers_count: 10166 updated_at: '2024-11-12' archived: false diff --git a/software/tiddlywiki.yml b/software/tiddlywiki.yml index 077376e0c3..6a91e47b3b 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: 8155 +stargazers_count: 8158 updated_at: '2025-01-07' archived: false diff --git a/software/tiledesk.yml b/software/tiledesk.yml index 4e9d2b39c2..52a6e729b6 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: 187 +stargazers_count: 189 updated_at: '2024-12-23' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index ca059bb3d5..857503ad25 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: 2291 +stargazers_count: 2293 updated_at: '2025-01-11' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index f0cfc9fe25..d749e25fe3 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: 1229 +stargazers_count: 1233 updated_at: '2025-01-06' archived: false diff --git a/software/tine.yml b/software/tine.yml index 1c802dbafb..bb977e76bc 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: 15 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index a35ca575e0..15a0cc98c0 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: 12213 +stargazers_count: 12217 updated_at: '2024-04-27' archived: false diff --git a/software/tiny-file-manager.yml b/software/tiny-file-manager.yml index 784066f2fa..727e4f8a6d 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: 5119 +stargazers_count: 5121 updated_at: '2024-11-05' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index 80cc8cce8c..12d6ba2c29 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: 4984 +stargazers_count: 4985 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index bf7ac556b3..7925c53d65 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: 7999 +stargazers_count: 8044 updated_at: '2025-01-12' archived: false diff --git a/software/titra.yml b/software/titra.yml index 09fb61edb4..d37942f024 100644 --- a/software/titra.yml +++ b/software/titra.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/kromitgmbh/titra stargazers_count: 409 -updated_at: '2025-01-10' +updated_at: '2025-01-14' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index 8e93aa2fae..c1d0d2e941 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: 2308 -updated_at: '2025-01-13' +stargazers_count: 2310 +updated_at: '2025-01-14' archived: false diff --git a/software/tox.yml b/software/tox.yml index d9f566055d..d411e286e2 100644 --- a/software/tox.yml +++ b/software/tox.yml @@ -9,5 +9,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/TokTok/c-toxcore stargazers_count: 2322 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/tracks.yml b/software/tracks.yml index b4044921db..05ac5cec3e 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: 1191 +stargazers_count: 1193 updated_at: '2025-01-13' archived: false diff --git a/software/traduora.yml b/software/traduora.yml index 12e3a99660..7ff5802758 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: 2015 +stargazers_count: 2016 updated_at: '2024-11-22' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index 18c94d3938..a35df6a023 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52683 +stargazers_count: 52697 updated_at: '2025-01-09' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 1b6301eac1..22f66fc239 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: 1266 +stargazers_count: 1267 updated_at: '2025-01-02' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 14c5569119..9cc1d24671 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: 15368 +stargazers_count: 15370 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index 0f726bf54c..52e91e8764 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: 12533 +stargazers_count: 12536 updated_at: '2025-01-09' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index 5c36c7a9bf..cf0cd464e8 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27834 +stargazers_count: 27841 updated_at: '2024-05-30' archived: false diff --git a/software/trudesk.yml b/software/trudesk.yml index dcd028cab5..8096f075e4 100644 --- a/software/trudesk.yml +++ b/software/trudesk.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/polonel/trudesk -stargazers_count: 1336 +stargazers_count: 1337 updated_at: '2024-07-24' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 825ed86bc6..8df8b6034d 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: 5504 +stargazers_count: 5509 updated_at: '2024-12-20' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index 88c27f57b6..1d8eea8501 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2073 -updated_at: '2025-01-09' +stargazers_count: 2074 +updated_at: '2025-01-14' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index 4ab42bc678..63449ad4dd 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9096 +stargazers_count: 9101 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index 63132bb366..c8bb56ad11 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24490 -updated_at: '2025-01-13' +stargazers_count: 24503 +updated_at: '2025-01-14' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index b67ed8e60b..44ed91a156 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: 9816 +stargazers_count: 9818 updated_at: '2025-01-13' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index bb726b7894..0a713767d9 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: 7849 +stargazers_count: 7854 updated_at: '2025-01-10' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index 80606ee6f5..ec976970e1 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: 21718 +stargazers_count: 21726 updated_at: '2025-01-13' archived: false diff --git a/software/typo3.yml b/software/typo3.yml index 5789486257..5aacde176e 100644 --- a/software/typo3.yml +++ b/software/typo3.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/TYPO3/typo3 stargazers_count: 1068 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/umami.yml b/software/umami.yml index 0e8e2d4dd2..dd66c9ab26 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: 23717 +stargazers_count: 23738 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index 3d8d0fbebd..bed52e0549 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: 4659 -updated_at: '2025-01-07' +stargazers_count: 4657 +updated_at: '2025-01-14' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index dd22a41a96..763d88584f 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: 8071 +stargazers_count: 8106 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index 4e57c2898c..f1eb1f9c78 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: 4303 +stargazers_count: 4307 updated_at: '2025-01-07' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index e2578c932e..55e1c2fcbd 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: 2800 -updated_at: '2025-01-13' +stargazers_count: 2801 +updated_at: '2025-01-14' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index 5d911ea060..63ce3e998b 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: 62492 +stargazers_count: 62562 updated_at: '2024-12-22' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index 183a5d3972..d0b840a03b 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3737 -updated_at: '2025-01-13' +stargazers_count: 3740 +updated_at: '2025-01-14' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index b5b32cef10..8fdad27139 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: 40736 +stargazers_count: 40756 updated_at: '2025-01-13' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index c7469da039..57ba092e80 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: 5913 -updated_at: '2025-01-10' +stargazers_count: 5915 +updated_at: '2025-01-14' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 115b887f3e..136d6ef1f7 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1838 +stargazers_count: 1839 updated_at: '2025-01-12' archived: false diff --git a/software/vod2pod-rss.yml b/software/vod2pod-rss.yml index 61364d057a..cbac64402f 100644 --- a/software/vod2pod-rss.yml +++ b/software/vod2pod-rss.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/madiele/vod2pod-rss depends_3rdparty: true stargazers_count: 246 -updated_at: '2025-01-07' +updated_at: '2025-01-14' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index ada4dc573a..92bf123ab8 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: 445 +stargazers_count: 447 updated_at: '2025-01-13' archived: false diff --git a/software/w.yml b/software/w.yml index 00f66b14d7..3a219f51a2 100644 --- a/software/w.yml +++ b/software/w.yml @@ -9,5 +9,5 @@ platforms: tags: - Wikis stargazers_count: 21 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 3d33e6a68b..1287bee1b0 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: 18619 -updated_at: '2025-01-13' +stargazers_count: 18620 +updated_at: '2025-01-14' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index 921605ecc2..861ab1d8d2 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: 2949 +stargazers_count: 2955 updated_at: '2024-12-22' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index f4e1e0e9c3..ee132fcee6 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: 10808 -updated_at: '2025-01-13' +stargazers_count: 10810 +updated_at: '2025-01-14' archived: false diff --git a/software/wantgunsbin.yml b/software/wantgunsbin.yml index 3e620005e2..72be2ae0a5 100644 --- a/software/wantgunsbin.yml +++ b/software/wantgunsbin.yml @@ -10,6 +10,6 @@ tags: - Pastebins source_code_url: https://github.com/wantguns/bin demo_url: https://basedbin.fly.dev -stargazers_count: 237 +stargazers_count: 239 updated_at: '2024-04-09' archived: false diff --git a/software/warpgate.yml b/software/warpgate.yml index 492832bf16..ab0518dc85 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: 4109 -updated_at: '2025-01-09' +stargazers_count: 4113 +updated_at: '2025-01-14' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index 4d9c08cddd..9eaccbb5b0 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: 367 -updated_at: '2025-01-13' +stargazers_count: 368 +updated_at: '2025-01-14' archived: false diff --git a/software/wavelog.yml b/software/wavelog.yml index 2938e236a7..8add5a2f82 100644 --- a/software/wavelog.yml +++ b/software/wavelog.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous demo_url: https://demo.wavelog.org -stargazers_count: 192 +stargazers_count: 194 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index 28ef85d48d..cdd0db3fa6 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: 1860 +stargazers_count: 1862 updated_at: '2025-01-09' archived: false diff --git a/software/wbo.yml b/software/wbo.yml index 1cd38bf30e..ae25f6459f 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: 2224 +stargazers_count: 2226 updated_at: '2024-10-13' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index 833e1ae835..f061f7c592 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -12,5 +12,5 @@ tags: source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org stargazers_count: 4764 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/websurfx.yml b/software/websurfx.yml index 9a5955c7f8..226bf85375 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines depends_3rdparty: true -stargazers_count: 789 -updated_at: '2024-12-24' +stargazers_count: 790 +updated_at: '2025-01-14' archived: false diff --git a/software/webtrees.yml b/software/webtrees.yml index 3a60a7358b..0282e1c62d 100644 --- a/software/webtrees.yml +++ b/software/webtrees.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/fisharebest/webtrees demo_url: https://dev.webtrees.net/demo-stable/index.php?ctype=gedcom&ged=demo stargazers_count: 520 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/weewx.yml b/software/weewx.yml index abecd3068d..2561e6e424 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: 1025 +stargazers_count: 1026 updated_at: '2024-11-18' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 72cd2c1faf..214d6ba4fc 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: 19725 +stargazers_count: 19727 updated_at: '2025-01-12' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index a9fabc81d9..c5855a052b 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: 4437 +stargazers_count: 4438 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index e1480caee4..b37d8bd5b9 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3372 +stargazers_count: 3375 updated_at: '2025-01-10' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 6ad404ebcd..521be27e90 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: 9748 +stargazers_count: 9755 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index 4fc562e4eb..ff9a4ae401 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: 25366 +stargazers_count: 25379 updated_at: '2025-01-01' archived: false diff --git a/software/wikidocs.yml b/software/wikidocs.yml index 15e0d7b56b..7bbd91a306 100644 --- a/software/wikidocs.yml +++ b/software/wikidocs.yml @@ -10,6 +10,6 @@ platforms: tags: - Wikis demo_url: https://demo.wikidocs.it -stargazers_count: 363 +stargazers_count: 365 updated_at: '2025-01-08' archived: false diff --git a/software/wildduck.yml b/software/wildduck.yml index 18f6b1d43c..1f774114f1 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: 1943 +stargazers_count: 1944 updated_at: '2025-01-13' archived: false diff --git a/software/wintercms.yml b/software/wintercms.yml index b8747526de..828f63d673 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: 1390 +stargazers_count: 1391 updated_at: '2025-01-13' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index 4ffa5a1796..606ef0af1d 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: 9504 -updated_at: '2025-01-13' +stargazers_count: 9502 +updated_at: '2025-01-14' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index 476f2c9f65..85ca356260 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: 19769 -updated_at: '2025-01-13' +stargazers_count: 19772 +updated_at: '2025-01-14' archived: false diff --git a/software/workadventure.yml b/software/workadventure.yml index cf2edccf62..491bc1cae7 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: 4232 +stargazers_count: 4236 updated_at: '2025-01-13' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index 4c4345234c..f39ea8ef41 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: 4609 +stargazers_count: 4618 updated_at: '2024-12-01' archived: false diff --git a/software/xandikos.yml b/software/xandikos.yml index 7a2a4f78d0..bb2014bc7c 100644 --- a/software/xandikos.yml +++ b/software/xandikos.yml @@ -10,5 +10,5 @@ tags: - Calendar & Contacts source_code_url: https://github.com/jelmer/xandikos stargazers_count: 441 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/yacy.yml b/software/yacy.yml index ed66a6257e..b79927b026 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: 3462 +stargazers_count: 3463 updated_at: '2025-01-03' archived: false diff --git a/software/yaffa.yml b/software/yaffa.yml index 7e03650903..bc0796ea16 100644 --- a/software/yaffa.yml +++ b/software/yaffa.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management demo_url: https://sandbox.yaffa.cc stargazers_count: 6 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index 5acc5772d1..68e30e21ff 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: 3083 +stargazers_count: 3085 updated_at: '2024-12-04' archived: false diff --git a/software/ydl_api_ng.yml b/software/ydl_api_ng.yml index 55c256ba29..8a5490d338 100644 --- a/software/ydl_api_ng.yml +++ b/software/ydl_api_ng.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Totonyus/ydl_api_ng -stargazers_count: 159 +stargazers_count: 160 updated_at: '2024-10-14' archived: false diff --git a/software/yopass.yml b/software/yopass.yml index afc5d5d0b5..0af16656e0 100644 --- a/software/yopass.yml +++ b/software/yopass.yml @@ -10,6 +10,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/jhaals/yopass demo_url: https://yopass.se/ -stargazers_count: 1927 -updated_at: '2025-01-10' +stargazers_count: 1930 +updated_at: '2025-01-14' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index cc209c9237..b5925ca199 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: 3337 +stargazers_count: 3340 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index 27be444414..24115db7a6 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: 10930 +stargazers_count: 10933 updated_at: '2024-12-31' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index 63f632948b..95899dca6e 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1054 +stargazers_count: 1055 updated_at: '2025-01-13' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index 052a4d445a..0b28255b81 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: 4578 -updated_at: '2025-01-13' +stargazers_count: 4579 +updated_at: '2025-01-14' archived: false diff --git a/software/zentao.yml b/software/zentao.yml index 1bd767636c..34ac37eda3 100644 --- a/software/zentao.yml +++ b/software/zentao.yml @@ -9,6 +9,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/easysoft/zentaopms demo_url: https://demo15.zentao.pm/ -stargazers_count: 1349 +stargazers_count: 1350 updated_at: '2024-12-30' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index cc08aba206..3c0650087a 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: 5265 +stargazers_count: 5266 updated_at: '2025-01-05' archived: false diff --git a/software/zot-oci-registry.yml b/software/zot-oci-registry.yml index d216dcd7b8..278df8eb3f 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: 1018 -updated_at: '2025-01-13' +stargazers_count: 1020 +updated_at: '2025-01-14' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index 99564a848f..bca22aa812 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: 21935 +stargazers_count: 21961 updated_at: '2025-01-14' archived: false diff --git "a/software/\302\265streamer.yml" "b/software/\302\265streamer.yml" index 16a35a4ad0..bc1d3bf676 100644 --- "a/software/\302\265streamer.yml" +++ "b/software/\302\265streamer.yml" @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/pikvm/ustreamer -stargazers_count: 1764 +stargazers_count: 1766 updated_at: '2025-01-13' archived: false diff --git "a/software/\302\265task.yml" "b/software/\302\265task.yml" index 8a31d33ac6..b3a1db2a59 100644 --- "a/software/\302\265task.yml" +++ "b/software/\302\265task.yml" @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/ovh/utask -stargazers_count: 1227 +stargazers_count: 1228 updated_at: '2024-12-13' archived: false diff --git "a/software/\316\274logger.yml" "b/software/\316\274logger.yml" index c120ddda57..0098d31463 100644 --- "a/software/\316\274logger.yml" +++ "b/software/\316\274logger.yml" @@ -9,6 +9,6 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/bfabiszewski/ulogger-server demo_url: http://ulogger.fabiszewski.net/ -stargazers_count: 557 +stargazers_count: 558 updated_at: '2024-04-25' archived: false From 8041713bb27a4e4b34b83b1031c50b70be935799 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 15 Jan 2025 17:34:36 +0000 Subject: [PATCH 27/30] Fix yopass tags (#1108) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/1106 --- software/yopass.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/yopass.yml b/software/yopass.yml index 0af16656e0..b68737dda8 100644 --- a/software/yopass.yml +++ b/software/yopass.yml @@ -7,7 +7,8 @@ platforms: - Go - Docker tags: - - Communication - Custom Communication Systems + - Pastebins + - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/jhaals/yopass demo_url: https://yopass.se/ stargazers_count: 1930 From abad8d9368f2b12349e81d00d0f8b688602f14f7 Mon Sep 17 00:00:00 2001 From: awesome-selfhosted-bot Date: Thu, 16 Jan 2025 00:44:56 +0000 Subject: [PATCH 28/30] [bot] update projects metadata --- software/2fauth.yml | 2 +- software/a-dark-room.yml | 2 +- software/acp-admin.yml | 4 ++-- software/activepieces.yml | 4 ++-- software/activitywatch.yml | 2 +- software/actual.yml | 2 +- software/adguard-home.yml | 2 +- software/admidio.yml | 2 +- software/adminerevo.yml | 2 +- software/adventurelog.yml | 2 +- software/aimeos.yml | 2 +- software/akaunting.yml | 2 +- software/alf.io.yml | 2 +- software/alfresco-community-edition.yml | 4 ++-- software/ampache.yml | 2 +- software/anchr.yml | 2 +- software/anonaddy.yml | 2 +- software/ansible-nas.yml | 2 +- software/answer.yml | 2 +- software/antville.yml | 2 +- software/anycable.yml | 2 +- software/apache-airflow.yml | 4 ++-- software/apache-solr.yml | 4 ++-- software/apostrophe.yml | 2 +- software/appflowy.yml | 4 ++-- software/apprise.yml | 2 +- software/appsmith.yml | 4 ++-- software/appwrite.yml | 2 +- software/aptabase.yml | 2 +- software/archivebox.yml | 2 +- software/archivesspace.yml | 4 ++-- software/artalk.yml | 2 +- software/asterisk.yml | 4 ++-- software/atomic-server.yml | 4 ++-- software/atsumeru.yml | 2 +- software/audiobookshelf.yml | 4 ++-- software/audioserve.yml | 2 +- software/auto-mcs.yml | 2 +- software/automatisch.yml | 4 ++-- software/azimutt.yml | 2 +- software/azuracast.yml | 2 +- software/backdrop-cms.yml | 4 ++-- software/bagisto.yml | 4 ++-- software/bar-assistant.yml | 2 +- "software/ba\303\257kal.yml" | 2 +- software/beaver-habit-tracker.yml | 4 ++-- software/beets.yml | 2 +- software/bencher.yml | 2 +- software/bewcloud.yml | 2 +- software/bigbluebutton.yml | 4 ++-- software/bigcapital.yml | 2 +- software/bitcart.yml | 2 +- software/bitmagnet.yml | 2 +- software/bittorrent-tracker.yml | 2 +- software/bitwarden.yml | 4 ++-- software/black-candy.yml | 2 +- software/blocky.yml | 4 ++-- software/booklogr.yml | 2 +- software/bookstack.yml | 2 +- software/bookwyrm.yml | 2 +- software/bracket.yml | 4 ++-- software/briefkasten.yml | 2 +- software/btcpay-server.yml | 4 ++-- software/budibase.yml | 4 ++-- software/bugsink.yml | 4 ++-- software/buku.yml | 2 +- software/bunkerweb.yml | 2 +- software/bytebase.yml | 4 ++-- software/caddy.yml | 2 +- software/cal.com.yml | 4 ++-- software/calibre-web.yml | 2 +- software/calibre.yml | 2 +- software/canvas-lms.yml | 4 ++-- software/casaos.yml | 2 +- software/centrifugo.yml | 4 ++-- software/cerbos.yml | 4 ++-- software/changedetection.io.yml | 2 +- software/chartbrew.yml | 2 +- software/chaskiq.yml | 2 +- software/chatwoot.yml | 4 ++-- software/chevereto.yml | 2 +- software/chhoto-url.yml | 2 +- software/chibisafe.yml | 4 ++-- software/chitchatter.yml | 4 ++-- software/ckan.yml | 4 ++-- software/cncjs.yml | 2 +- software/code-server.yml | 2 +- software/coder.yml | 4 ++-- software/commafeed.yml | 4 ++-- software/composio.yml | 4 ++-- software/conduwuit.yml | 4 ++-- software/contao.yml | 2 +- software/copyparty.yml | 2 +- software/coral.yml | 2 +- software/corteza.yml | 4 ++-- software/cosmos.yml | 2 +- software/couchcms.yml | 2 +- software/craftcms.yml | 2 +- software/cryptpad.yml | 2 +- software/cstate.yml | 2 +- software/cups.yml | 4 ++-- software/cyberchef.yml | 2 +- software/cypht.yml | 2 +- software/cyrus-imap.yml | 2 +- software/cytube.yml | 2 +- software/damselfly.yml | 2 +- software/dashy.yml | 2 +- software/databag.yml | 2 +- software/databunker.yml | 2 +- software/datasette.yml | 2 +- software/debops.yml | 2 +- software/diaspora.yml | 2 +- software/dietpi.yml | 2 +- software/dify.ai.yml | 2 +- software/directus.yml | 4 ++-- software/discount-bandit.yml | 2 +- software/discourse.yml | 4 ++-- software/dittofeed.yml | 4 ++-- software/dnote.yml | 2 +- software/docat.yml | 2 +- software/docker-mailserver.yml | 4 ++-- software/dockstarter.yml | 2 +- software/docmost.yml | 4 ++-- software/docspell.yml | 4 ++-- software/docuseal.yml | 2 +- software/dokuwiki.yml | 2 +- software/dolibarr.yml | 4 ++-- software/domainmod.yml | 2 +- software/domoticz.yml | 2 +- software/donetick.yml | 4 ++-- software/dragonfly.yml | 2 +- software/draw.io.yml | 4 ++-- software/dreamfactory.yml | 2 +- software/druid.yml | 4 ++-- software/dspace.yml | 2 +- software/easy!appointments.yml | 2 +- software/eclipse-che.yml | 2 +- software/eda.yml | 2 +- software/ejabberd.yml | 4 ++-- software/elasticsearch.yml | 4 ++-- software/element.yml | 4 ++-- software/elgg.yml | 2 +- software/emqx.yml | 2 +- software/enclosed.yml | 2 +- "software/engity's-bifr\303\266st.yml" | 2 +- software/ente.yml | 4 ++-- software/ergo.yml | 2 +- software/erpnext.yml | 4 ++-- software/erxes.yml | 4 ++-- software/espocrm.yml | 4 ++-- software/etebase-etesync.yml | 2 +- software/etherpad.yml | 2 +- software/evershop.yml | 2 +- software/evidence.yml | 2 +- software/ezbookkeeping.yml | 4 ++-- software/fava.yml | 2 +- software/fenrus.yml | 2 +- software/fider.yml | 2 +- software/filebrowser.yml | 2 +- software/filegator.yml | 2 +- software/filestash.yml | 2 +- software/firefly-iii.yml | 2 +- software/firefox-account-server.yml | 4 ++-- software/firezone.yml | 4 ++-- software/flagsmith.yml | 4 ++-- software/flarum.yml | 2 +- software/flashpaper.yml | 2 +- software/flatnotes.yml | 2 +- software/flatpress.yml | 2 +- software/flipt.yml | 2 +- software/flowforge.yml | 2 +- software/fluidd.yml | 4 ++-- software/focalboard.yml | 2 +- software/foodcoopshop.yml | 2 +- software/formbricks.yml | 4 ++-- software/fossbilling.yml | 4 ++-- software/freescout.yml | 2 +- software/freeswitch.yml | 2 +- software/freshrss.yml | 2 +- software/frigate.yml | 2 +- software/fusio.yml | 2 +- software/fusion.yml | 2 +- software/fusionpbx.yml | 2 +- software/ganymede.yml | 2 +- software/gathio.yml | 2 +- software/gatus.yml | 2 +- software/gerbera.yml | 4 ++-- software/gerrit.yml | 4 ++-- software/ghost.yml | 4 ++-- software/ghostfolio.yml | 4 ++-- software/gitblit.yml | 2 +- software/gitea.yml | 4 ++-- software/gladys.yml | 2 +- software/glance.yml | 2 +- software/globaleaks.yml | 2 +- software/go-feature-flag.yml | 2 +- software/goaccess.yml | 4 ++-- software/goatcounter.yml | 2 +- software/gogs.yml | 2 +- software/gokapi.yml | 2 +- software/gollum.yml | 2 +- software/gonic.yml | 4 ++-- software/google-webfonts-helper.yml | 2 +- software/gophish.yml | 2 +- software/gossa.yml | 2 +- software/gotify.yml | 2 +- software/gotosocial.yml | 2 +- software/graphhopper.yml | 2 +- software/graphweaver.yml | 2 +- software/grimoire.yml | 2 +- software/grist.yml | 4 ++-- software/grocy.yml | 4 ++-- software/guacamole.yml | 2 +- software/habitica.yml | 2 +- software/hackershare.yml | 2 +- software/handbrake-web.yml | 2 +- software/haraka.yml | 2 +- software/hasura.yml | 4 ++-- software/haven.yml | 2 +- software/healthchecks.yml | 2 +- software/hedgedoc.yml | 2 +- software/heimdall.yml | 2 +- software/hemmelig.yml | 2 +- software/heyform.yml | 2 +- software/hi.events.yml | 2 +- software/hitobito.yml | 4 ++-- software/hoarder-app.yml | 2 +- software/homarr.yml | 2 +- software/home-assistant.yml | 4 ++-- software/homebox-sysadminsmedia.yml | 4 ++-- software/homegallery.yml | 2 +- software/homepage-by-gethomepage.yml | 2 +- software/homer.yml | 2 +- software/hoppscotch-community-edition.yml | 4 ++-- software/hrconvert2.yml | 2 +- software/htmly.yml | 2 +- software/huginn.yml | 2 +- software/huly.yml | 4 ++-- software/humhub.yml | 4 ++-- software/hyperswitch.yml | 4 ++-- software/ilias.yml | 4 ++-- software/imgproxy.yml | 2 +- software/immich-kiosk.yml | 2 +- software/immich.yml | 4 ++-- software/indico.yml | 2 +- software/inginious.yml | 2 +- software/input.yml | 2 +- software/inventree.yml | 4 ++-- software/invidious.yml | 2 +- software/invoice-ninja.yml | 2 +- software/invoiceplane.yml | 2 +- software/invoiceshelf.yml | 2 +- software/iodine.yml | 2 +- software/iredmail.yml | 4 ++-- software/isponsorblocktv.yml | 2 +- software/itflow.yml | 2 +- software/janus.yml | 2 +- software/jellyfin.yml | 4 ++-- software/jellyseerr.yml | 4 ++-- software/jina.yml | 2 +- software/jitsi-meet.yml | 4 ++-- software/jitsi-video-bridge.yml | 2 +- software/joomla!.yml | 4 ++-- software/joplin.yml | 4 ++-- software/judge0-ce.yml | 2 +- software/jump.yml | 2 +- software/kamailio.yml | 2 +- software/kanboard.yml | 2 +- software/kavita.yml | 2 +- software/keila.yml | 2 +- software/kestra.yml | 4 ++-- software/keygen.yml | 2 +- software/keystonejs.yml | 4 ++-- software/kimai.yml | 2 +- software/kirby.yml | 2 +- software/kitchenowl.yml | 2 +- software/kodi.yml | 2 +- software/koel.yml | 2 +- software/koillection.yml | 2 +- software/komga.yml | 4 ++-- software/kong.yml | 4 ++-- software/krayin.yml | 4 ++-- software/kresus.yml | 2 +- software/kriss-feed.yml | 2 +- software/kyoo.yml | 2 +- software/lago.yml | 2 +- software/lama-cleaner.yml | 2 +- software/langfuse.yml | 4 ++-- software/languagetool.yml | 4 ++-- software/leantime.yml | 2 +- software/ledgersmb.yml | 2 +- software/lemmy.yml | 4 ++-- software/leon.yml | 2 +- software/libre-translate.yml | 4 ++-- software/librekb.yml | 2 +- software/librephotos.yml | 2 +- software/librum.yml | 2 +- software/lidarr.yml | 2 +- software/lila.yml | 4 ++-- software/limesurvey.yml | 2 +- software/linkding.yml | 4 ++-- software/linkstack.yml | 2 +- software/linkwarden.yml | 2 +- software/listmonk.yml | 2 +- software/littlelink.yml | 2 +- software/live-helper-chat.yml | 4 ++-- software/livebook.yml | 4 ++-- software/lms.yml | 2 +- software/lodestone.yml | 2 +- software/lowdefy.yml | 2 +- software/luanti.yml | 4 ++-- software/lura.yml | 2 +- software/lychee.yml | 4 ++-- software/mafl.yml | 2 +- software/magento-open-source.yml | 4 ++-- software/mail-in-a-box.yml | 2 +- software/mailcow.yml | 2 +- software/mailu.yml | 2 +- software/mainsail.yml | 2 +- software/maloja.yml | 2 +- software/manifest.yml | 2 +- software/manticore-search.yml | 4 ++-- software/manyfold.yml | 4 ++-- software/mastodon.yml | 4 ++-- software/matchering.yml | 2 +- software/mathesar.yml | 2 +- software/matomo.yml | 4 ++-- software/mattermost.yml | 4 ++-- software/mautic.yml | 4 ++-- software/maybe.yml | 2 +- software/maza-ad-blocking.yml | 2 +- software/mealie.yml | 4 ++-- software/mediacms.yml | 2 +- software/medusa.yml | 2 +- software/medusajs.yml | 4 ++-- software/meelo.yml | 2 +- software/meetable.yml | 2 +- software/meilisearch.yml | 4 ++-- software/mejiro.yml | 2 +- software/memos.yml | 4 ++-- software/meshcentral.yml | 2 +- software/metabase.yml | 4 ++-- software/metube.yml | 4 ++-- software/microweber.yml | 2 +- software/middleware.yml | 2 +- software/mindsdb.yml | 4 ++-- software/mindustry.yml | 4 ++-- software/miniflux.yml | 4 ++-- software/minio.yml | 2 +- software/miniserve.yml | 2 +- software/mirotalk-p2p.yml | 4 ++-- software/mirotalk-sfu.yml | 4 ++-- software/misskey.yml | 4 ++-- software/mistserver.yml | 2 +- software/modoboa.yml | 2 +- software/mongooseim.yml | 2 +- software/monica.yml | 2 +- software/moode-audio.yml | 4 ++-- software/mopidy.yml | 2 +- software/mox.yml | 2 +- software/mpd.yml | 2 +- software/mta-sa.yml | 2 +- software/multi-scrobbler.yml | 2 +- software/mumble.yml | 4 ++-- software/musikcube.yml | 2 +- software/mybb.yml | 2 +- software/myip.yml | 2 +- software/mylar3.yml | 2 +- software/n8n.yml | 4 ++-- software/navidrome-music-server.yml | 4 ++-- software/nefarious.yml | 2 +- software/neko.yml | 2 +- software/neonlink.yml | 2 +- software/netron.yml | 4 ++-- software/newsblur.yml | 2 +- software/nextcloud.yml | 4 ++-- software/nextcloudpi.yml | 2 +- software/nginx-proxy-manager.yml | 2 +- software/ngircd.yml | 2 +- software/nocodb.yml | 4 ++-- software/node-red.yml | 4 ++-- software/nodebb.yml | 4 ++-- software/not-th.re.yml | 2 +- software/note-mark.yml | 2 +- software/novu.yml | 4 ++-- software/ntfy.yml | 2 +- software/nullboard.yml | 2 +- software/nymphcast.yml | 2 +- software/october.yml | 2 +- software/octobot.yml | 2 +- software/octoprint.yml | 2 +- software/ocular.yml | 2 +- software/odoo.yml | 4 ++-- software/olivetin.yml | 2 +- software/ombi.yml | 2 +- software/omeka-s.yml | 2 +- software/onionshare.yml | 2 +- software/onlyoffice.yml | 2 +- software/open-event-server.yml | 2 +- software/open-meteo.yml | 2 +- software/open-source-routing-machine-osrm.yml | 2 +- software/openbudgeteer.yml | 2 +- software/opencart.yml | 4 ++-- software/opengist.yml | 2 +- software/openmediavault.yml | 2 +- software/openolat.yml | 2 +- software/openproject.yml | 4 ++-- software/openrouteservice.yml | 2 +- software/opensearch.yml | 4 ++-- software/opensign.yml | 2 +- software/opensips.yml | 2 +- software/openstreetmap.yml | 2 +- software/opentrashmail.yml | 2 +- software/opentripplanner.yml | 2 +- software/openttd.yml | 4 ++-- software/openziti.yml | 4 ++-- software/opik.yml | 4 ++-- software/opnform.yml | 2 +- software/organizr.yml | 2 +- software/otobo.yml | 2 +- software/outline.yml | 4 ++-- software/overleaf.yml | 4 ++-- software/overseerr.yml | 2 +- software/owncast.yml | 4 ++-- software/pairdrop.yml | 2 +- software/panora.yml | 2 +- software/paperless-ngx.yml | 4 ++-- software/papermerge.yml | 2 +- software/para.yml | 2 +- software/part-db.yml | 2 +- software/passbolt.yml | 2 +- software/password-pusher.yml | 4 ++-- software/payload-cms.yml | 4 ++-- software/pdfding.yml | 2 +- software/peertube.yml | 4 ++-- software/pelican-panel.yml | 4 ++-- software/penpot.yml | 4 ++-- software/photoprism.yml | 4 ++-- software/photoview.yml | 2 +- software/phplist.yml | 2 +- software/pi-hole.yml | 2 +- software/picsur.yml | 2 +- software/pictshare.yml | 2 +- software/pigallery-2.yml | 2 +- software/pimcore.yml | 4 ++-- software/pinepods.yml | 2 +- software/pingvin-share.yml | 2 +- software/piwigo.yml | 2 +- software/pixelfed.yml | 4 ++-- software/plane.yml | 4 ++-- software/planka.yml | 2 +- software/plausible-analytics.yml | 4 ++-- software/plik.yml | 2 +- software/pluxml.yml | 2 +- software/pocketbase.yml | 2 +- software/pomerium.yml | 2 +- software/postal.yml | 2 +- software/posthog.yml | 4 ++-- software/postiz.yml | 2 +- software/prestashop.yml | 2 +- software/pretalx.yml | 4 ++-- software/pretix.yml | 4 ++-- software/privatebin.yml | 2 +- software/psitransfer.yml | 2 +- software/pterodactyl.yml | 2 +- software/pufferpanel.yml | 2 +- software/puter.yml | 4 ++-- software/pydio.yml | 2 +- software/pyload.yml | 2 +- software/qbittorrent.yml | 2 +- software/qloapps.yml | 2 +- software/qpixel.yml | 2 +- software/quickshare.yml | 2 +- software/quizmaster.yml | 2 +- software/radarr.yml | 2 +- software/radicale.yml | 2 +- software/rallly.yml | 4 ++-- software/raneto.yml | 2 +- software/reactive-resume.yml | 4 ++-- software/readflow.yml | 2 +- software/recipesage.yml | 2 +- software/recipya.yml | 4 ++-- software/redash.yml | 4 ++-- software/redlib.yml | 2 +- software/relate.yml | 2 +- software/remotely.yml | 2 +- software/rero-ils.yml | 2 +- software/restreamer.yml | 2 +- software/retrom.yml | 4 ++-- software/retrospring.yml | 2 +- software/revealjs.yml | 2 +- software/review-board.yml | 2 +- software/rocket.chat.yml | 4 ++-- software/romm.yml | 2 +- software/roundcube.yml | 4 ++-- software/rss-bridge.yml | 4 ++-- software/rsshub.yml | 4 ++-- software/rstudio-server.yml | 2 +- software/rudderstack.yml | 4 ++-- software/rustdesk.yml | 2 +- software/rustypaste.yml | 2 +- software/ryot.yml | 2 +- software/saleor.yml | 4 ++-- software/samvera-hyrax.yml | 2 +- software/scholarsome.yml | 2 +- software/scoold.yml | 2 +- software/screego.yml | 2 +- software/seafile.yml | 2 +- software/searxng.yml | 2 +- software/seatsurfing.yml | 2 +- software/seaweedfs.yml | 4 ++-- software/send.yml | 2 +- software/sentry-self-hosted.yml | 2 +- software/sftpgo.yml | 2 +- software/sharry.yml | 4 ++-- software/shelf.yml | 4 ++-- software/shellhub.yml | 2 +- software/shiori.yml | 2 +- software/shlink.yml | 2 +- software/shopware-community-edition.yml | 4 ++-- software/sickchill.yml | 2 +- software/silverbullet.yml | 4 ++-- software/simple-machines-forum.yml | 2 +- software/simplelogin.yml | 4 ++-- software/simplex-chat.yml | 2 +- software/sipcapture-homer.yml | 2 +- software/sish.yml | 2 +- software/sist2.yml | 2 +- software/siyuan.yml | 2 +- software/slash.yml | 2 +- software/slskd.yml | 2 +- software/snapcast.yml | 4 ++-- software/snappymail.yml | 2 +- software/soketi.yml | 2 +- software/solidinvoice.yml | 2 +- software/solidtime.yml | 2 +- software/solidus.yml | 4 ++-- software/sonarr.yml | 2 +- software/sorry-cypress.yml | 2 +- "software/speed-test-by-openspeedtest\342\204\242.yml" | 2 +- software/spis.yml | 4 ++-- software/spree-commerce.yml | 4 ++-- software/sqlpage.yml | 4 ++-- software/squidex.yml | 2 +- software/srs.yml | 2 +- software/sshwifty.yml | 2 +- software/stalwart-mail-server.yml | 4 ++-- software/standard-notes.yml | 2 +- software/starbase-80.yml | 2 +- software/stash.yml | 2 +- software/static-web-server.yml | 2 +- software/statping.ng.yml | 4 ++-- software/stirling-pdf.yml | 4 ++-- software/strapi.yml | 4 ++-- software/streama.yml | 2 +- software/stump.yml | 2 +- software/suitecrm.yml | 2 +- software/sunshine.yml | 4 ++-- software/superset.yml | 4 ++-- software/supysonic.yml | 2 +- software/suroi.yml | 2 +- software/svix.yml | 2 +- software/swag-secure-web-application-gateway.yml | 2 +- software/swingmusic.yml | 2 +- software/sylius.yml | 2 +- software/synapse.yml | 2 +- software/syncthing.yml | 2 +- software/tagspaces.yml | 4 ++-- software/tailchat.yml | 2 +- "software/takah\304\223.yml" | 2 +- software/talkyard.yml | 2 +- software/tandoor-recipes.yml | 2 +- software/task-keeper.yml | 2 +- software/tasmota.yml | 4 ++-- software/teammapper.yml | 2 +- software/teampass.yml | 2 +- software/technitium-dns-server.yml | 2 +- software/teedy.yml | 2 +- software/teleport.yml | 4 ++-- software/teslamate.yml | 2 +- software/textbelt.yml | 2 +- software/the-battle-for-wesnoth.yml | 4 ++-- software/thingsboard.yml | 4 ++-- software/tiddlywiki.yml | 2 +- software/tiledesk.yml | 2 +- software/tileserver-gl.yml | 2 +- software/timetagger.yml | 2 +- software/tine.yml | 2 +- software/tinode.yml | 2 +- software/tinyproxy.yml | 2 +- software/tipi.yml | 4 ++-- software/titra.yml | 2 +- software/tolgee.yml | 4 ++-- software/tooljet.yml | 4 ++-- software/tox.yml | 4 ++-- software/traduora.yml | 4 ++-- software/traefik.yml | 2 +- software/traggo.yml | 2 +- software/transfer.sh.yml | 2 +- software/transmission.yml | 2 +- software/trilium-notes.yml | 2 +- software/trudesk.yml | 2 +- software/tube-archivist.yml | 4 ++-- software/tubesync.yml | 4 ++-- software/turndown.yml | 2 +- software/twenty.yml | 4 ++-- software/tyk.yml | 4 ++-- software/typebot.yml | 2 +- software/typesense.yml | 4 ++-- software/typo3.yml | 2 +- software/uguu.yml | 2 +- software/umami.yml | 2 +- software/umbraco.yml | 4 ++-- software/umbrel.yml | 2 +- software/unison.yml | 4 ++-- software/upsnap.yml | 4 ++-- software/uptime-kuma.yml | 2 +- software/uvdesk.yml | 2 +- software/varnish.yml | 2 +- software/vaultwarden.yml | 2 +- software/vendure.yml | 4 ++-- software/viseron.yml | 4 ++-- software/vvveb-cms.yml | 2 +- software/wagtail.yml | 4 ++-- software/wakapi.yml | 4 ++-- software/wallabag.yml | 2 +- software/wastebin.yml | 4 ++-- software/watcharr.yml | 2 +- software/wayback.yml | 2 +- software/wbo.yml | 2 +- software/web-portal.yml | 2 +- software/webarchive.yml | 2 +- software/weblate.yml | 4 ++-- software/websurfx.yml | 4 ++-- software/weechat.yml | 2 +- software/wekan.yml | 4 ++-- software/wetty.yml | 2 +- software/wger.yml | 2 +- software/whoogle.yml | 2 +- software/wiki.js.yml | 2 +- software/wikidocs.yml | 2 +- software/wintercms.yml | 2 +- software/woocommerce.yml | 4 ++-- software/wordpress.yml | 4 ++-- software/writefreely.yml | 2 +- software/xwiki.yml | 2 +- software/yaade.yml | 2 +- software/yacy.yml | 2 +- software/yaffa.yml | 2 +- software/yarr.yml | 2 +- software/ydl_api_ng.yml | 2 +- software/yopass.yml | 4 ++-- software/your-spotify.yml | 2 +- software/yourls.yml | 2 +- software/youtubedl-material.yml | 2 +- software/youtubedl-server.yml | 2 +- software/yt-dlp-web-ui.yml | 4 ++-- software/zammad.yml | 4 ++-- software/zentao.yml | 2 +- software/zero-k.yml | 2 +- software/zincsearch.yml | 2 +- software/zipline.yml | 2 +- software/zoneminder.yml | 2 +- software/zulip.yml | 4 ++-- "software/\302\265streamer.yml" | 2 +- 665 files changed, 881 insertions(+), 881 deletions(-) diff --git a/software/2fauth.yml b/software/2fauth.yml index eb2b9ce787..1648542e7d 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: 2448 +stargazers_count: 2451 updated_at: '2024-11-27' archived: false diff --git a/software/a-dark-room.yml b/software/a-dark-room.yml index 2de2cc5a89..c7d9ace1e3 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: 7377 +stargazers_count: 7378 updated_at: '2024-04-02' archived: false diff --git a/software/acp-admin.yml b/software/acp-admin.yml index c25ce6da9b..0e323fd7b5 100644 --- a/software/acp-admin.yml +++ b/software/acp-admin.yml @@ -8,6 +8,6 @@ platforms: tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/acp-admin/acp-admin/ -stargazers_count: 43 -updated_at: '2025-01-12' +stargazers_count: 44 +updated_at: '2025-01-15' archived: false diff --git a/software/activepieces.yml b/software/activepieces.yml index 8c2ef00b51..45701aafbc 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: 10929 -updated_at: '2025-01-14' +stargazers_count: 10944 +updated_at: '2025-01-15' archived: false diff --git a/software/activitywatch.yml b/software/activitywatch.yml index c2561249da..158a61b351 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: 13075 +stargazers_count: 13107 updated_at: '2024-10-17' archived: false diff --git a/software/actual.yml b/software/actual.yml index 5f4c400b0a..af109d16f6 100644 --- a/software/actual.yml +++ b/software/actual.yml @@ -9,6 +9,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/actualbudget/actual-server -stargazers_count: 3354 +stargazers_count: 3355 updated_at: '2025-01-14' archived: false diff --git a/software/adguard-home.yml b/software/adguard-home.yml index 46618baf81..2dd96261e2 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: 26447 +stargazers_count: 26456 updated_at: '2025-01-10' archived: false diff --git a/software/admidio.yml b/software/admidio.yml index fe8e5e64c7..2847f7be22 100644 --- a/software/admidio.yml +++ b/software/admidio.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/Admidio/admidio demo_url: https://www.admidio.org/demo/ stargazers_count: 349 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/adminerevo.yml b/software/adminerevo.yml index 3733cee88d..286e98c74b 100644 --- a/software/adminerevo.yml +++ b/software/adminerevo.yml @@ -9,6 +9,6 @@ platforms: tags: - Database Management source_code_url: https://github.com/adminerevo/adminerevo -stargazers_count: 777 +stargazers_count: 779 updated_at: '2025-01-12' archived: false diff --git a/software/adventurelog.yml b/software/adventurelog.yml index d83612e475..5f75c7388e 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: 780 +stargazers_count: 785 updated_at: '2025-01-14' archived: false diff --git a/software/aimeos.yml b/software/aimeos.yml index 7e28f61f26..d4ce0ec58f 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: 4239 +stargazers_count: 4243 updated_at: '2025-01-01' archived: false diff --git a/software/akaunting.yml b/software/akaunting.yml index 27435d18c5..032d0cb4d9 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: 8253 +stargazers_count: 8257 updated_at: '2025-01-14' archived: false diff --git a/software/alf.io.yml b/software/alf.io.yml index e2d2c4b866..43fa0c53d8 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: 1448 +stargazers_count: 1449 updated_at: '2025-01-08' archived: false diff --git a/software/alfresco-community-edition.yml b/software/alfresco-community-edition.yml index b40b235664..17e2f92b4e 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: 151 -updated_at: '2025-01-14' +stargazers_count: 152 +updated_at: '2025-01-15' archived: false diff --git a/software/ampache.yml b/software/ampache.yml index 760bde4ec4..266cf6d46b 100644 --- a/software/ampache.yml +++ b/software/ampache.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/ampache/ampache demo_url: https://play.dogmazic.net/ stargazers_count: 3581 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/anchr.yml b/software/anchr.yml index ade7759e61..c71c93db34 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: 288 +stargazers_count: 289 updated_at: '2024-11-11' archived: false diff --git a/software/anonaddy.yml b/software/anonaddy.yml index 895dc76b33..d4d07d1b96 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: 3531 +stargazers_count: 3535 updated_at: '2025-01-07' archived: false diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index e3398612a2..794c9dc375 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: 3319 +stargazers_count: 3317 updated_at: '2024-12-16' archived: false diff --git a/software/answer.yml b/software/answer.yml index befcd270c9..5efd48dd40 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: 13569 +stargazers_count: 13617 updated_at: '2025-01-13' archived: false diff --git a/software/antville.yml b/software/antville.yml index 9fefc47737..0958057621 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: 79 +stargazers_count: 80 updated_at: '2025-01-03' archived: false diff --git a/software/anycable.yml b/software/anycable.yml index 92c147620a..6d9f117395 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: 1970 +stargazers_count: 1972 updated_at: '2025-01-04' archived: false diff --git a/software/apache-airflow.yml b/software/apache-airflow.yml index c4a39a129e..7d5d5b413f 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: 38280 -updated_at: '2025-01-14' +stargazers_count: 38293 +updated_at: '2025-01-15' archived: false diff --git a/software/apache-solr.yml b/software/apache-solr.yml index 3fabbe6c94..bb1836b825 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: 1281 -updated_at: '2025-01-14' +stargazers_count: 1282 +updated_at: '2025-01-15' archived: false diff --git a/software/apostrophe.yml b/software/apostrophe.yml index b1fa578b4f..db634a1100 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: 4378 +stargazers_count: 4379 updated_at: '2025-01-09' archived: false diff --git a/software/appflowy.yml b/software/appflowy.yml index fd3f09d657..f071573c15 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: 59652 -updated_at: '2025-01-14' +stargazers_count: 59875 +updated_at: '2025-01-15' archived: false diff --git a/software/apprise.yml b/software/apprise.yml index 9dd67d61c3..f94c20934a 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: 12426 +stargazers_count: 12431 updated_at: '2025-01-09' archived: false diff --git a/software/appsmith.yml b/software/appsmith.yml index 83816bd983..2940e93fd5 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: 35227 -updated_at: '2025-01-14' +stargazers_count: 35235 +updated_at: '2025-01-15' archived: false diff --git a/software/appwrite.yml b/software/appwrite.yml index 41f63c3191..6dc0b3a5e3 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: 46421 +stargazers_count: 46431 updated_at: '2024-12-13' archived: false diff --git a/software/aptabase.yml b/software/aptabase.yml index e38ced256a..10930f1a31 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: 1041 +stargazers_count: 1043 updated_at: '2024-12-31' archived: false diff --git a/software/archivebox.yml b/software/archivebox.yml index 1e0733f61e..6eae5f8db6 100644 --- a/software/archivebox.yml +++ b/software/archivebox.yml @@ -9,6 +9,6 @@ platforms: tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/ArchiveBox/ArchiveBox -stargazers_count: 22936 +stargazers_count: 22942 updated_at: '2025-01-09' archived: false diff --git a/software/archivesspace.yml b/software/archivesspace.yml index 51a4624a1f..e2fd178cf2 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: 359 -updated_at: '2025-01-14' +stargazers_count: 358 +updated_at: '2025-01-15' archived: false diff --git a/software/artalk.yml b/software/artalk.yml index 031c8ba1bd..17113bc199 100644 --- a/software/artalk.yml +++ b/software/artalk.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Communication - Social Networks and Forums -stargazers_count: 1744 +stargazers_count: 1748 updated_at: '2024-12-13' archived: false diff --git a/software/asterisk.yml b/software/asterisk.yml index 8a6ef6e68e..68f06729ae 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: 2346 -updated_at: '2025-01-13' +stargazers_count: 2347 +updated_at: '2025-01-15' archived: false diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 9b6b66d6e5..9ecc6c9a66 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: 1124 -updated_at: '2024-12-13' +stargazers_count: 1125 +updated_at: '2025-01-15' archived: false diff --git a/software/atsumeru.yml b/software/atsumeru.yml index e067e60d37..a59cff796b 100644 --- a/software/atsumeru.yml +++ b/software/atsumeru.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/AtsumeruDev/Atsumeru related_software_url: https://atsumeru.xyz/guides/#how-does-it-work stargazers_count: 98 -updated_at: '2024-09-09' +updated_at: '2025-01-15' archived: false diff --git a/software/audiobookshelf.yml b/software/audiobookshelf.yml index 43fb6c31d5..3a6af26325 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: 7392 -updated_at: '2025-01-14' +stargazers_count: 7398 +updated_at: '2025-01-15' archived: false diff --git a/software/audioserve.yml b/software/audioserve.yml index 34992b4457..65f47a805b 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: 740 +stargazers_count: 741 updated_at: '2025-01-11' archived: false diff --git a/software/auto-mcs.yml b/software/auto-mcs.yml index 0ccb02d40d..3783341384 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: 192 +stargazers_count: 193 updated_at: '2025-01-07' archived: false diff --git a/software/automatisch.yml b/software/automatisch.yml index a125c3bb04..c7919d8e94 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: 7298 -updated_at: '2025-01-14' +stargazers_count: 7528 +updated_at: '2025-01-15' archived: false diff --git a/software/azimutt.yml b/software/azimutt.yml index 8992bad462..e4e3d234c8 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: 1678 +stargazers_count: 1698 updated_at: '2025-01-14' archived: false diff --git a/software/azuracast.yml b/software/azuracast.yml index ec3d5f5485..d074a3a908 100644 --- a/software/azuracast.yml +++ b/software/azuracast.yml @@ -9,5 +9,5 @@ tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/AzuraCast/AzuraCast stargazers_count: 3156 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/backdrop-cms.yml b/software/backdrop-cms.yml index f90a747c31..1370d54161 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: 992 -updated_at: '2025-01-13' +stargazers_count: 993 +updated_at: '2025-01-15' archived: false diff --git a/software/bagisto.yml b/software/bagisto.yml index c2bb7dfbb6..e6cd2efcca 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: 16177 -updated_at: '2025-01-14' +stargazers_count: 16201 +updated_at: '2025-01-15' archived: false diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index 8e75b342b2..38cdbc51eb 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: 680 +stargazers_count: 681 updated_at: '2025-01-06' archived: false diff --git "a/software/ba\303\257kal.yml" "b/software/ba\303\257kal.yml" index 0ee3fe3349..27cff7a77d 100644 --- "a/software/ba\303\257kal.yml" +++ "b/software/ba\303\257kal.yml" @@ -8,6 +8,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/sabre-io/Baikal -stargazers_count: 2579 +stargazers_count: 2581 updated_at: '2024-12-10' archived: false diff --git a/software/beaver-habit-tracker.yml b/software/beaver-habit-tracker.yml index 1b430ae1b1..cab73a3bf2 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: 608 -updated_at: '2025-01-12' +stargazers_count: 617 +updated_at: '2025-01-15' archived: false diff --git a/software/beets.yml b/software/beets.yml index ab0fed57d5..66a0ccacf4 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: 13109 +stargazers_count: 13111 updated_at: '2025-01-09' archived: false diff --git a/software/bencher.yml b/software/bencher.yml index 0cf2ae9628..d733478330 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: 604 +stargazers_count: 605 updated_at: '2025-01-11' archived: false diff --git a/software/bewcloud.yml b/software/bewcloud.yml index 83ac349eda..085b4d2dd0 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: 336 +stargazers_count: 339 updated_at: '2025-01-11' archived: false diff --git a/software/bigbluebutton.yml b/software/bigbluebutton.yml index 198415b4d5..424ab559a5 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: 8626 -updated_at: '2025-01-14' +stargazers_count: 8627 +updated_at: '2025-01-15' archived: false diff --git a/software/bigcapital.yml b/software/bigcapital.yml index e459dd59e8..bf5f57468b 100644 --- a/software/bigcapital.yml +++ b/software/bigcapital.yml @@ -8,6 +8,6 @@ platforms: tags: - Money, Budgeting & Management source_code_url: https://github.com/bigcapitalhq/bigcapital -stargazers_count: 2676 +stargazers_count: 2678 updated_at: '2024-12-12' archived: false diff --git a/software/bitcart.yml b/software/bitcart.yml index 84b8eabc38..5460fe0e5f 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: 581 +stargazers_count: 582 updated_at: '2025-01-06' archived: false diff --git a/software/bitmagnet.yml b/software/bitmagnet.yml index 951da395e2..0db2ea1436 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: 2620 +stargazers_count: 2625 updated_at: '2025-01-08' archived: false diff --git a/software/bittorrent-tracker.yml b/software/bittorrent-tracker.yml index 315467db71..a54e94ad91 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: 1804 +stargazers_count: 1806 updated_at: '2025-01-04' archived: false diff --git a/software/bitwarden.yml b/software/bitwarden.yml index b5f4ffc29e..8e33c4b608 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: 15996 -updated_at: '2025-01-14' +stargazers_count: 16006 +updated_at: '2025-01-15' archived: false diff --git a/software/black-candy.yml b/software/black-candy.yml index 2412161017..1da942ace7 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: 3284 +stargazers_count: 3294 updated_at: '2024-11-27' archived: false diff --git a/software/blocky.yml b/software/blocky.yml index 22130cd710..7cb6afe512 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: 4937 -updated_at: '2025-01-01' +stargazers_count: 4941 +updated_at: '2025-01-15' archived: false diff --git a/software/booklogr.yml b/software/booklogr.yml index 15b103e859..fbbe7216c8 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: 253 +stargazers_count: 254 updated_at: '2025-01-02' archived: false diff --git a/software/bookstack.yml b/software/bookstack.yml index 3381110586..d8526ffd19 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: 15789 +stargazers_count: 15797 updated_at: '2025-01-14' archived: false diff --git a/software/bookwyrm.yml b/software/bookwyrm.yml index cc44fe989d..95683050fe 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: 2325 +stargazers_count: 2327 updated_at: '2025-01-11' archived: false diff --git a/software/bracket.yml b/software/bracket.yml index 5f25a3ea29..5d6ade6cdc 100644 --- a/software/bracket.yml +++ b/software/bracket.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Polls and Events -stargazers_count: 260 -updated_at: '2025-01-14' +stargazers_count: 262 +updated_at: '2025-01-15' archived: false diff --git a/software/briefkasten.yml b/software/briefkasten.yml index a91383a403..b0a57d619a 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: 962 +stargazers_count: 964 updated_at: '2024-10-24' archived: false diff --git a/software/btcpay-server.yml b/software/btcpay-server.yml index 589abeb119..039e599e75 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: 6529 -updated_at: '2025-01-13' +stargazers_count: 6536 +updated_at: '2025-01-15' archived: false diff --git a/software/budibase.yml b/software/budibase.yml index 01a7084cb6..e013ca1557 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: 23146 -updated_at: '2025-01-14' +stargazers_count: 23165 +updated_at: '2025-01-15' archived: false diff --git a/software/bugsink.yml b/software/bugsink.yml index 9a60044f16..59aee1ca40 100644 --- a/software/bugsink.yml +++ b/software/bugsink.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Ticketing -stargazers_count: 97 -updated_at: '2024-12-22' +stargazers_count: 98 +updated_at: '2025-01-15' archived: false diff --git a/software/buku.yml b/software/buku.yml index f98fe4d838..cfad3db0c6 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: 6580 +stargazers_count: 6582 updated_at: '2025-01-12' archived: false diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml index 1cc9bf1343..5722fa3242 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: 7257 +stargazers_count: 7265 updated_at: '2024-11-27' archived: false diff --git a/software/bytebase.yml b/software/bytebase.yml index 626cb36899..b874f6b091 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: 11807 -updated_at: '2025-01-14' +stargazers_count: 11814 +updated_at: '2025-01-15' archived: false diff --git a/software/caddy.yml b/software/caddy.yml index 23466860cf..d570697e50 100644 --- a/software/caddy.yml +++ b/software/caddy.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 60458 +stargazers_count: 60474 updated_at: '2025-01-09' archived: false diff --git a/software/cal.com.yml b/software/cal.com.yml index 5713696a62..f1b5029cc2 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: 33375 -updated_at: '2025-01-14' +stargazers_count: 33391 +updated_at: '2025-01-15' archived: false diff --git a/software/calibre-web.yml b/software/calibre-web.yml index 66c69ae7dd..bc0350306b 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: 13617 +stargazers_count: 13625 updated_at: '2025-01-06' archived: false diff --git a/software/calibre.yml b/software/calibre.yml index fbb5f9cd7a..7e8a8f61e0 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: 20335 +stargazers_count: 20341 updated_at: '2025-01-14' archived: false diff --git a/software/canvas-lms.yml b/software/canvas-lms.yml index 8854504041..a68f0d286a 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: 5780 -updated_at: '2025-01-14' +stargazers_count: 5781 +updated_at: '2025-01-15' archived: false diff --git a/software/casaos.yml b/software/casaos.yml index 1a89f1c58e..85a167aaee 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: 28008 +stargazers_count: 28028 updated_at: '2024-12-19' archived: false diff --git a/software/centrifugo.yml b/software/centrifugo.yml index f646ab683b..6bc8c29f18 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: 8603 -updated_at: '2025-01-01' +stargazers_count: 8605 +updated_at: '2025-01-15' archived: false diff --git a/software/cerbos.yml b/software/cerbos.yml index 519cdecc45..ce498b37a3 100644 --- a/software/cerbos.yml +++ b/software/cerbos.yml @@ -12,6 +12,6 @@ platforms: tags: - Miscellaneous demo_url: https://play.cerbos.dev -stargazers_count: 3542 -updated_at: '2025-01-14' +stargazers_count: 3544 +updated_at: '2025-01-15' archived: false diff --git a/software/changedetection.io.yml b/software/changedetection.io.yml index 3366e9c289..600fe24917 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: 21127 +stargazers_count: 21144 updated_at: '2025-01-13' archived: false diff --git a/software/chartbrew.yml b/software/chartbrew.yml index 3b92782e06..a5246f4105 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: 2714 +stargazers_count: 2715 updated_at: '2025-01-14' archived: false diff --git a/software/chaskiq.yml b/software/chaskiq.yml index 6d663c47fd..d6959fd130 100644 --- a/software/chaskiq.yml +++ b/software/chaskiq.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/chaskiq/chaskiq -stargazers_count: 3205 +stargazers_count: 3206 updated_at: '2024-10-17' archived: false diff --git a/software/chatwoot.yml b/software/chatwoot.yml index 3674adf94a..6bad364166 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: 21939 -updated_at: '2025-01-14' +stargazers_count: 21950 +updated_at: '2025-01-15' archived: false diff --git a/software/chevereto.yml b/software/chevereto.yml index 7f1391c718..2f4ad70bd9 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: 566 +stargazers_count: 567 updated_at: '2025-01-12' archived: false diff --git a/software/chhoto-url.yml b/software/chhoto-url.yml index 28062e925c..15c95e05c3 100644 --- a/software/chhoto-url.yml +++ b/software/chhoto-url.yml @@ -9,6 +9,6 @@ platforms: tags: - URL Shorteners source_code_url: https://github.com/SinTan1729/chhoto-url -stargazers_count: 177 +stargazers_count: 178 updated_at: '2025-01-08' archived: false diff --git a/software/chibisafe.yml b/software/chibisafe.yml index 8a1e351dfe..e70e7eeb48 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: 1990 -updated_at: '2024-11-02' +stargazers_count: 1992 +updated_at: '2025-01-15' archived: false diff --git a/software/chitchatter.yml b/software/chitchatter.yml index 55aa1efd09..b9eee25789 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: 1618 -updated_at: '2025-01-08' +stargazers_count: 1619 +updated_at: '2025-01-15' archived: false diff --git a/software/ckan.yml b/software/ckan.yml index 29c380d3c4..cd06771429 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: 4529 -updated_at: '2025-01-14' +stargazers_count: 4530 +updated_at: '2025-01-15' archived: false diff --git a/software/cncjs.yml b/software/cncjs.yml index 0dd2f20731..afda5bbd63 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: 2344 +stargazers_count: 2345 updated_at: '2025-01-14' archived: false diff --git a/software/code-server.yml b/software/code-server.yml index bfc11078cf..dbb459e325 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: 69359 +stargazers_count: 69383 updated_at: '2025-01-13' archived: false diff --git a/software/coder.yml b/software/coder.yml index c8925ee908..5049050ebc 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: 8782 -updated_at: '2025-01-14' +stargazers_count: 8786 +updated_at: '2025-01-15' archived: false diff --git a/software/commafeed.yml b/software/commafeed.yml index 0b0d5dfca5..b30a149047 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: 2887 -updated_at: '2025-01-14' +stargazers_count: 2891 +updated_at: '2025-01-15' archived: false diff --git a/software/composio.yml b/software/composio.yml index 112d572962..9c095dbdee 100644 --- a/software/composio.yml +++ b/software/composio.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 14125 -updated_at: '2025-01-14' +stargazers_count: 14144 +updated_at: '2025-01-15' archived: false diff --git a/software/conduwuit.yml b/software/conduwuit.yml index c479df99d4..792924e822 100644 --- a/software/conduwuit.yml +++ b/software/conduwuit.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/girlbossceo/conduwuit -stargazers_count: 653 -updated_at: '2025-01-13' +stargazers_count: 658 +updated_at: '2025-01-15' archived: false diff --git a/software/contao.yml b/software/contao.yml index b364145cda..c1d0972127 100644 --- a/software/contao.yml +++ b/software/contao.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/contao/contao/ stargazers_count: 359 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/copyparty.yml b/software/copyparty.yml index 0bd0205434..b5c2249a43 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: 946 +stargazers_count: 950 updated_at: '2025-01-13' archived: false diff --git a/software/coral.yml b/software/coral.yml index 5a5a47fe53..16b791c824 100644 --- a/software/coral.yml +++ b/software/coral.yml @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/coralproject/talk stargazers_count: 1900 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/corteza.yml b/software/corteza.yml index dd9ccce5e2..3fd5fa7c9c 100644 --- a/software/corteza.yml +++ b/software/corteza.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/cortezaproject/corteza demo_url: https://latest.cortezaproject.org -stargazers_count: 1689 -updated_at: '2025-01-09' +stargazers_count: 1691 +updated_at: '2025-01-15' archived: false diff --git a/software/cosmos.yml b/software/cosmos.yml index abd81e5854..9eb44288ab 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: 3976 +stargazers_count: 3977 updated_at: '2025-01-13' archived: false diff --git a/software/couchcms.yml b/software/couchcms.yml index f395059590..6c8f7ce2b5 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: 352 +stargazers_count: 353 updated_at: '2024-05-24' archived: false diff --git a/software/craftcms.yml b/software/craftcms.yml index f39bcd5a45..9c12620650 100644 --- a/software/craftcms.yml +++ b/software/craftcms.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/craftcms/cms demo_url: https://craftcms.com/demo stargazers_count: 3304 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/cryptpad.yml b/software/cryptpad.yml index 7661bc500f..ec26849f0e 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: 5805 +stargazers_count: 5812 updated_at: '2024-12-17' archived: false diff --git a/software/cstate.yml b/software/cstate.yml index 184c352bcb..cd24648e2f 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: 2597 +stargazers_count: 2599 updated_at: '2024-12-27' archived: false diff --git a/software/cups.yml b/software/cups.yml index 0148119015..c022b9d034 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: 1145 -updated_at: '2025-01-08' +stargazers_count: 1146 +updated_at: '2025-01-15' archived: false diff --git a/software/cyberchef.yml b/software/cyberchef.yml index 34469a46ab..8dd48a2ac3 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: 29853 +stargazers_count: 29860 updated_at: '2024-10-23' archived: false diff --git a/software/cypht.yml b/software/cypht.yml index 6a2e4e2a8a..eb2e789560 100644 --- a/software/cypht.yml +++ b/software/cypht.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Webmail Clients source_code_url: https://github.com/cypht-org/cypht stargazers_count: 1033 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/cyrus-imap.yml b/software/cyrus-imap.yml index 7494568292..3b578ab908 100644 --- a/software/cyrus-imap.yml +++ b/software/cyrus-imap.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mail Delivery Agents source_code_url: https://github.com/cyrusimap/cyrus-imapd stargazers_count: 564 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/cytube.yml b/software/cytube.yml index b53d73d89a..9bf837a574 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: 1485 +stargazers_count: 1483 updated_at: '2024-09-20' archived: false diff --git a/software/damselfly.yml b/software/damselfly.yml index 0bedb97839..4ca100e6e2 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: 1546 +stargazers_count: 1549 updated_at: '2025-01-07' archived: false diff --git a/software/dashy.yml b/software/dashy.yml index 7678f7e41c..47c6229587 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: 18991 +stargazers_count: 18999 updated_at: '2025-01-12' archived: false diff --git a/software/databag.yml b/software/databag.yml index 707fa16e92..a1da4ce233 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: 946 +stargazers_count: 947 updated_at: '2024-12-30' archived: false diff --git a/software/databunker.yml b/software/databunker.yml index f4885d6a41..b7df6616b6 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: 1269 +stargazers_count: 1272 updated_at: '2024-12-28' archived: false diff --git a/software/datasette.yml b/software/datasette.yml index 272e6405a0..870fd1784e 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: 9720 +stargazers_count: 9725 updated_at: '2025-01-09' archived: false diff --git a/software/debops.yml b/software/debops.yml index 87780e638c..76db11810c 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: 1279 +stargazers_count: 1281 updated_at: '2024-10-28' archived: false diff --git a/software/diaspora.yml b/software/diaspora.yml index b9011a60b2..6fd70bc6d4 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: 13435 +stargazers_count: 13436 updated_at: '2025-01-10' archived: false diff --git a/software/dietpi.yml b/software/dietpi.yml index 96d6a27615..6f6086b4a5 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: 4979 +stargazers_count: 4981 updated_at: '2025-01-08' archived: false diff --git a/software/dify.ai.yml b/software/dify.ai.yml index fb7d7014eb..7dc8a0156d 100644 --- a/software/dify.ai.yml +++ b/software/dify.ai.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - Low Code -stargazers_count: 58547 +stargazers_count: 58718 updated_at: '2025-01-14' archived: false diff --git a/software/directus.yml b/software/directus.yml index e540afe603..198962f44c 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: 28710 -updated_at: '2025-01-14' +stargazers_count: 28721 +updated_at: '2025-01-15' archived: false diff --git a/software/discount-bandit.yml b/software/discount-bandit.yml index bd6553c51a..b2963cf598 100644 --- a/software/discount-bandit.yml +++ b/software/discount-bandit.yml @@ -12,6 +12,6 @@ tags: - E-commerce depends_3rdparty: true demo_url: https://discount-bandit.cybrarist.com/screenshots.html -stargazers_count: 335 +stargazers_count: 336 updated_at: '2024-11-15' archived: false diff --git a/software/discourse.yml b/software/discourse.yml index 15b28950db..291552abf4 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: 42897 -updated_at: '2025-01-14' +stargazers_count: 42916 +updated_at: '2025-01-15' archived: false diff --git a/software/dittofeed.yml b/software/dittofeed.yml index f6a7a5aa5b..7e6ad2f89f 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: 2026 -updated_at: '2025-01-14' +stargazers_count: 2028 +updated_at: '2025-01-15' archived: false diff --git a/software/dnote.yml b/software/dnote.yml index 9d93687f64..daf3b102ab 100644 --- a/software/dnote.yml +++ b/software/dnote.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/dnote/dnote -stargazers_count: 2815 +stargazers_count: 2816 updated_at: '2024-06-30' archived: false diff --git a/software/docat.yml b/software/docat.yml index 20e3305b6e..e3e2ace851 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: 818 +stargazers_count: 820 updated_at: '2024-10-30' archived: false diff --git a/software/docker-mailserver.yml b/software/docker-mailserver.yml index 72d83bb025..cd95e764e9 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: 15093 -updated_at: '2025-01-05' +stargazers_count: 15097 +updated_at: '2025-01-14' archived: false diff --git a/software/dockstarter.yml b/software/dockstarter.yml index 6ea51ca238..1b8ae3e866 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: 2278 +stargazers_count: 2280 updated_at: '2025-01-05' archived: false diff --git a/software/docmost.yml b/software/docmost.yml index ab846e58fc..0f3004b504 100644 --- a/software/docmost.yml +++ b/software/docmost.yml @@ -9,6 +9,6 @@ platforms: - Nodejs tags: - Wikis -stargazers_count: 7864 -updated_at: '2025-01-11' +stargazers_count: 7884 +updated_at: '2025-01-15' archived: false diff --git a/software/docspell.yml b/software/docspell.yml index 6e6ac77e55..1e8570c449 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: 1709 -updated_at: '2025-01-14' +stargazers_count: 1710 +updated_at: '2025-01-15' archived: false diff --git a/software/docuseal.yml b/software/docuseal.yml index 4914a4910b..6189f82d09 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: 8300 +stargazers_count: 8305 updated_at: '2025-01-13' archived: false diff --git a/software/dokuwiki.yml b/software/dokuwiki.yml index 685bc596ce..d1b2fe2ad6 100644 --- a/software/dokuwiki.yml +++ b/software/dokuwiki.yml @@ -9,5 +9,5 @@ tags: - Wikis source_code_url: https://github.com/dokuwiki/dokuwiki stargazers_count: 4228 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/dolibarr.yml b/software/dolibarr.yml index 9bd19d69cb..dbb7da1e8a 100644 --- a/software/dolibarr.yml +++ b/software/dolibarr.yml @@ -10,6 +10,6 @@ tags: - Resource Planning source_code_url: https://github.com/Dolibarr/dolibarr demo_url: https://www.dolibarr.org/onlinedemo.php -stargazers_count: 5630 -updated_at: '2025-01-14' +stargazers_count: 5632 +updated_at: '2025-01-15' archived: false diff --git a/software/domainmod.yml b/software/domainmod.yml index fdb5aefe51..949dd68dde 100644 --- a/software/domainmod.yml +++ b/software/domainmod.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/domainmod/domainmod demo_url: https://demo.domainmod.org -stargazers_count: 497 +stargazers_count: 498 updated_at: '2025-01-04' archived: false diff --git a/software/domoticz.yml b/software/domoticz.yml index 435b126c91..3424b4f1c0 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: 3537 +stargazers_count: 3538 updated_at: '2025-01-11' archived: false diff --git a/software/donetick.yml b/software/donetick.yml index 36f35328db..c42e6523c0 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: 347 -updated_at: '2025-01-14' +stargazers_count: 350 +updated_at: '2025-01-15' archived: false diff --git a/software/dragonfly.yml b/software/dragonfly.yml index 0628760e93..b6fe6478ec 100644 --- a/software/dragonfly.yml +++ b/software/dragonfly.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mail Transfer Agents source_code_url: https://github.com/corecode/dma stargazers_count: 239 -updated_at: '2025-01-03' +updated_at: '2025-01-15' archived: false diff --git a/software/draw.io.yml b/software/draw.io.yml index dfb7b9bbaa..f2129ff2fb 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: 346 -updated_at: '2025-01-06' +stargazers_count: 357 +updated_at: '2025-01-15' archived: false diff --git a/software/dreamfactory.yml b/software/dreamfactory.yml index 913ee04626..accca8c021 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: 1573 +stargazers_count: 1574 updated_at: '2024-05-16' archived: false diff --git a/software/druid.yml b/software/druid.yml index 8f0db42bf7..4aeda9b8fd 100644 --- a/software/druid.yml +++ b/software/druid.yml @@ -9,6 +9,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/apache/druid -stargazers_count: 13592 -updated_at: '2025-01-14' +stargazers_count: 13593 +updated_at: '2025-01-15' archived: false diff --git a/software/dspace.yml b/software/dspace.yml index b0c1acde88..e40c4a033d 100644 --- a/software/dspace.yml +++ b/software/dspace.yml @@ -9,5 +9,5 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/DSpace/DSpace stargazers_count: 919 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/easy!appointments.yml b/software/easy!appointments.yml index a3edccdb30..4fdb9ab08b 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: 3430 +stargazers_count: 3436 updated_at: '2024-11-05' archived: false diff --git a/software/eclipse-che.yml b/software/eclipse-che.yml index c2bba165da..73447b0b0a 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: 6995 +stargazers_count: 6994 updated_at: '2025-01-09' archived: false diff --git a/software/eda.yml b/software/eda.yml index 3ab8618117..7dd5342710 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: 123 +stargazers_count: 124 updated_at: '2025-01-10' archived: false diff --git a/software/ejabberd.yml b/software/ejabberd.yml index 1dc3f41c24..7ad2c1d624 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: 6155 -updated_at: '2025-01-14' +stargazers_count: 6156 +updated_at: '2025-01-15' archived: false diff --git a/software/elasticsearch.yml b/software/elasticsearch.yml index 1631852bc5..1966ceb8c1 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: 71292 -updated_at: '2025-01-14' +stargazers_count: 71297 +updated_at: '2025-01-15' archived: false diff --git a/software/element.yml b/software/element.yml index 4f1931dad9..5344ceef99 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: 11362 -updated_at: '2025-01-14' +stargazers_count: 11365 +updated_at: '2025-01-15' archived: false diff --git a/software/elgg.yml b/software/elgg.yml index e864a92808..d23c9d5c9d 100644 --- a/software/elgg.yml +++ b/software/elgg.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/Elgg/Elgg stargazers_count: 1645 -updated_at: '2025-01-10' +updated_at: '2025-01-15' archived: false diff --git a/software/emqx.yml b/software/emqx.yml index 9277de9bf6..28e691065b 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: 14335 +stargazers_count: 14339 updated_at: '2025-01-14' archived: false diff --git a/software/enclosed.yml b/software/enclosed.yml index 25d9dbe161..6d081c32c9 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: 1139 +stargazers_count: 1141 updated_at: '2024-12-29' archived: false diff --git "a/software/engity's-bifr\303\266st.yml" "b/software/engity's-bifr\303\266st.yml" index 09d710ed79..9fdddd3902 100644 --- "a/software/engity's-bifr\303\266st.yml" +++ "b/software/engity's-bifr\303\266st.yml" @@ -10,5 +10,5 @@ tags: - Remote Access source_code_url: https://github.com/engity-com/bifroest stargazers_count: 28 -updated_at: '2025-01-10' +updated_at: '2025-01-15' archived: false diff --git a/software/ente.yml b/software/ente.yml index 997d17c795..0efe6ae9ff 100644 --- a/software/ente.yml +++ b/software/ente.yml @@ -10,6 +10,6 @@ platforms: - Go tags: - Photo Galleries -stargazers_count: 17199 -updated_at: '2025-01-14' +stargazers_count: 17209 +updated_at: '2025-01-15' archived: false diff --git a/software/ergo.yml b/software/ergo.yml index 1e13b5e774..b137cbb5c8 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: 2723 +stargazers_count: 2724 updated_at: '2025-01-14' archived: false diff --git a/software/erpnext.yml b/software/erpnext.yml index 0a15acdd9e..849e7c000c 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: 22652 -updated_at: '2025-01-14' +stargazers_count: 22663 +updated_at: '2025-01-15' archived: false diff --git a/software/erxes.yml b/software/erxes.yml index cba57bdc27..a6e481b60a 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: 3569 -updated_at: '2025-01-14' +stargazers_count: 3574 +updated_at: '2025-01-15' archived: false diff --git a/software/espocrm.yml b/software/espocrm.yml index 0712de9bc7..7cc2c7a1cc 100644 --- a/software/espocrm.yml +++ b/software/espocrm.yml @@ -9,6 +9,6 @@ tags: - Groupware source_code_url: https://github.com/espocrm/espocrm demo_url: https://demo.espocrm.com/ -stargazers_count: 1941 -updated_at: '2025-01-14' +stargazers_count: 1944 +updated_at: '2025-01-15' archived: false diff --git a/software/etebase-etesync.yml b/software/etebase-etesync.yml index e4a4be7e29..1fa124040b 100644 --- a/software/etebase-etesync.yml +++ b/software/etebase-etesync.yml @@ -9,6 +9,6 @@ platforms: tags: - Calendar & Contacts source_code_url: https://github.com/etesync/server -stargazers_count: 1580 +stargazers_count: 1581 updated_at: '2024-07-12' archived: false diff --git a/software/etherpad.yml b/software/etherpad.yml index 82e6564ab9..5bfe84cde8 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: 16952 +stargazers_count: 16954 updated_at: '2025-01-12' archived: false diff --git a/software/evershop.yml b/software/evershop.yml index 37e4c77f79..97e2169acb 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: 4651 +stargazers_count: 4654 updated_at: '2025-01-11' archived: false diff --git a/software/evidence.yml b/software/evidence.yml index ad12ca9376..ae803e7441 100644 --- a/software/evidence.yml +++ b/software/evidence.yml @@ -9,5 +9,5 @@ tags: - Database Management source_code_url: https://github.com/evidence-dev/evidence stargazers_count: 4735 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/ezbookkeeping.yml b/software/ezbookkeeping.yml index 99eadd4758..a69f2ad86e 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: 132 -updated_at: '2025-01-14' +stargazers_count: 134 +updated_at: '2025-01-15' archived: false diff --git a/software/fava.yml b/software/fava.yml index 5c21fc11dc..1214920db6 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: 2025 +stargazers_count: 2026 updated_at: '2025-01-06' archived: false diff --git a/software/fenrus.yml b/software/fenrus.yml index 6a27114d79..6174831997 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: 600 +stargazers_count: 601 updated_at: '2024-10-18' archived: false diff --git a/software/fider.yml b/software/fider.yml index 897b054e33..406e6c21c8 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: 3149 +stargazers_count: 3173 updated_at: '2025-01-08' archived: false diff --git a/software/filebrowser.yml b/software/filebrowser.yml index 965f1b7e2f..98e13b7811 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: 27509 +stargazers_count: 27519 updated_at: '2024-12-16' archived: false diff --git a/software/filegator.yml b/software/filegator.yml index 850bfed6a8..95a1737210 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: 2275 +stargazers_count: 2282 updated_at: '2024-12-26' archived: false diff --git a/software/filestash.yml b/software/filestash.yml index 8424fba3c1..25c30e16b8 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: 10802 +stargazers_count: 10807 updated_at: '2025-01-14' archived: false diff --git a/software/firefly-iii.yml b/software/firefly-iii.yml index 7d2ed6aa72..3867d55580 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: 17010 +stargazers_count: 17018 updated_at: '2025-01-11' archived: false diff --git a/software/firefox-account-server.yml b/software/firefox-account-server.yml index f3b5f9113d..21f9537213 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: 611 -updated_at: '2025-01-14' +stargazers_count: 612 +updated_at: '2025-01-15' archived: false diff --git a/software/firezone.yml b/software/firezone.yml index 66d07d8653..1dedd23fc9 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: 6974 -updated_at: '2025-01-14' +stargazers_count: 6975 +updated_at: '2025-01-15' archived: false diff --git a/software/flagsmith.yml b/software/flagsmith.yml index 57f55c106e..6a4f5c377d 100644 --- a/software/flagsmith.yml +++ b/software/flagsmith.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/flagsmith/flagsmith -stargazers_count: 5185 -updated_at: '2025-01-14' +stargazers_count: 5196 +updated_at: '2025-01-15' archived: false diff --git a/software/flarum.yml b/software/flarum.yml index b35efa074d..f8c34bfd3f 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: 15502 +stargazers_count: 15504 updated_at: '2025-01-12' archived: false diff --git a/software/flashpaper.yml b/software/flashpaper.yml index 6346e0ed5e..9fbc867c29 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: 419 +stargazers_count: 420 updated_at: '2024-11-16' archived: false diff --git a/software/flatnotes.yml b/software/flatnotes.yml index 261bd72a4a..02924628a1 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: 1698 +stargazers_count: 1701 updated_at: '2025-01-03' archived: false diff --git a/software/flatpress.yml b/software/flatpress.yml index a34bcf56e5..d8d5495e7f 100644 --- a/software/flatpress.yml +++ b/software/flatpress.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/flatpressblog/flatpress stargazers_count: 188 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/flipt.yml b/software/flipt.yml index 5c50332472..9b3a333ceb 100644 --- a/software/flipt.yml +++ b/software/flipt.yml @@ -11,6 +11,6 @@ platforms: tags: - Miscellaneous demo_url: https://try.flipt.io -stargazers_count: 3995 +stargazers_count: 3997 updated_at: '2025-01-14' archived: false diff --git a/software/flowforge.yml b/software/flowforge.yml index e65949043c..4302add7f5 100644 --- a/software/flowforge.yml +++ b/software/flowforge.yml @@ -11,5 +11,5 @@ tags: - Internet of Things (IoT) source_code_url: https://github.com/flowforge/flowforge stargazers_count: 295 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/fluidd.yml b/software/fluidd.yml index ef28f686df..70864b879b 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: 1457 -updated_at: '2025-01-14' +stargazers_count: 1460 +updated_at: '2025-01-15' archived: false diff --git a/software/focalboard.yml b/software/focalboard.yml index 49cf3a1d5c..68ddad181e 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: 22423 +stargazers_count: 22469 updated_at: '2024-09-27' archived: false diff --git a/software/foodcoopshop.yml b/software/foodcoopshop.yml index c40bf0d0be..8f87994ea8 100644 --- a/software/foodcoopshop.yml +++ b/software/foodcoopshop.yml @@ -10,5 +10,5 @@ tags: - Community-Supported Agriculture (CSA) source_code_url: https://github.com/foodcoopshop/foodcoopshop stargazers_count: 96 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/formbricks.yml b/software/formbricks.yml index e507cfca6e..ac1c6886a3 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: 9607 -updated_at: '2025-01-14' +stargazers_count: 9627 +updated_at: '2025-01-15' archived: false diff --git a/software/fossbilling.yml b/software/fossbilling.yml index 654c59759d..5283f5e54e 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: 914 -updated_at: '2025-01-14' +stargazers_count: 916 +updated_at: '2025-01-15' archived: false diff --git a/software/freescout.yml b/software/freescout.yml index 8d4f0dba4d..3cf0199b63 100644 --- a/software/freescout.yml +++ b/software/freescout.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/freescout-helpdesk/freescout -stargazers_count: 3176 +stargazers_count: 3179 updated_at: '2025-01-13' archived: false diff --git a/software/freeswitch.yml b/software/freeswitch.yml index 2738c49c82..5034e2eb86 100644 --- a/software/freeswitch.yml +++ b/software/freeswitch.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/signalwire/freeswitch stargazers_count: 3755 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/freshrss.yml b/software/freshrss.yml index c7313680f2..59d9b71376 100644 --- a/software/freshrss.yml +++ b/software/freshrss.yml @@ -11,6 +11,6 @@ tags: source_code_url: https://github.com/FreshRSS/FreshRSS demo_url: https://demo.freshrss.org/i/ related_software_url: https://github.com/Alkarex/EasyRSS -stargazers_count: 10467 +stargazers_count: 10471 updated_at: '2025-01-13' archived: false diff --git a/software/frigate.yml b/software/frigate.yml index 34bb25b86b..7340eac8e4 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: 20271 +stargazers_count: 20275 updated_at: '2025-01-13' archived: false diff --git a/software/fusio.yml b/software/fusio.yml index 00bec6e613..d12f9f02ca 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: 1888 +stargazers_count: 1889 updated_at: '2025-01-01' archived: false diff --git a/software/fusion.yml b/software/fusion.yml index 8e5f6b5e15..ac50cff386 100644 --- a/software/fusion.yml +++ b/software/fusion.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Feed Readers -stargazers_count: 1154 +stargazers_count: 1155 updated_at: '2025-01-13' archived: false diff --git a/software/fusionpbx.yml b/software/fusionpbx.yml index fa1989579a..e80885d92d 100644 --- a/software/fusionpbx.yml +++ b/software/fusionpbx.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/fusionpbx/fusionpbx stargazers_count: 812 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/ganymede.yml b/software/ganymede.yml index 070bcadb11..258d1afb38 100644 --- a/software/ganymede.yml +++ b/software/ganymede.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/Zibbp/ganymede depends_3rdparty: true stargazers_count: 596 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/gathio.yml b/software/gathio.yml index 69cfc21624..a150346f81 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: 326 +stargazers_count: 327 updated_at: '2024-11-13' archived: false diff --git a/software/gatus.yml b/software/gatus.yml index aeb5310e55..b576f9d6cd 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: 6886 +stargazers_count: 6889 updated_at: '2025-01-14' archived: false diff --git a/software/gerbera.yml b/software/gerbera.yml index cde9ed5949..dd768a1429 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: 1221 -updated_at: '2025-01-14' +stargazers_count: 1220 +updated_at: '2025-01-15' archived: false diff --git a/software/gerrit.yml b/software/gerrit.yml index 36101ea719..32411e8485 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: 996 -updated_at: '2025-01-14' +stargazers_count: 997 +updated_at: '2025-01-15' archived: false diff --git a/software/ghost.yml b/software/ghost.yml index 87a983e364..b04f2933b7 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: 48036 -updated_at: '2025-01-14' +stargazers_count: 48046 +updated_at: '2025-01-15' archived: false diff --git a/software/ghostfolio.yml b/software/ghostfolio.yml index 70a7e7c6d1..157f70f4a6 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: 5133 -updated_at: '2025-01-13' +stargazers_count: 5142 +updated_at: '2025-01-15' archived: false diff --git a/software/gitblit.yml b/software/gitblit.yml index 34e696372a..0c520d1759 100644 --- a/software/gitblit.yml +++ b/software/gitblit.yml @@ -8,6 +8,6 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/gitblit-org/gitblit -stargazers_count: 2298 +stargazers_count: 2299 updated_at: '2024-05-20' archived: false diff --git a/software/gitea.yml b/software/gitea.yml index 62ffbc9180..5249679d6b 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: 46596 -updated_at: '2025-01-14' +stargazers_count: 46620 +updated_at: '2025-01-15' archived: false diff --git a/software/gladys.yml b/software/gladys.yml index e16d115c73..17e7075a87 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: 2742 +stargazers_count: 2743 updated_at: '2025-01-13' archived: false diff --git a/software/glance.yml b/software/glance.yml index 8b32c93ff1..5718afadf1 100644 --- a/software/glance.yml +++ b/software/glance.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards - Feed Readers -stargazers_count: 9849 +stargazers_count: 9881 updated_at: '2024-12-26' archived: false diff --git a/software/globaleaks.yml b/software/globaleaks.yml index cfe88cd168..08c149500e 100644 --- a/software/globaleaks.yml +++ b/software/globaleaks.yml @@ -11,6 +11,6 @@ platforms: - Docker tags: - Communication - Custom Communication Systems -stargazers_count: 1288 +stargazers_count: 1290 updated_at: '2025-01-08' archived: false diff --git a/software/go-feature-flag.yml b/software/go-feature-flag.yml index b39b078bc5..bbdb69a844 100644 --- a/software/go-feature-flag.yml +++ b/software/go-feature-flag.yml @@ -9,5 +9,5 @@ tags: - Miscellaneous source_code_url: https://github.com/thomaspoignant/go-feature-flag stargazers_count: 1531 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/goaccess.yml b/software/goaccess.yml index 226e1f2829..510ed34402 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: 18863 -updated_at: '2025-01-12' +stargazers_count: 18870 +updated_at: '2025-01-15' archived: false diff --git a/software/goatcounter.yml b/software/goatcounter.yml index 4b260dcd2d..64f55585a0 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: 4669 +stargazers_count: 4674 updated_at: '2024-11-18' archived: false diff --git a/software/gogs.yml b/software/gogs.yml index c6856e5d5f..ceec071dd3 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: 45331 +stargazers_count: 45338 updated_at: '2025-01-02' archived: false diff --git a/software/gokapi.yml b/software/gokapi.yml index b14b2a8286..438fdfe431 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: 1757 +stargazers_count: 1759 updated_at: '2025-01-11' archived: false diff --git a/software/gollum.yml b/software/gollum.yml index 6502033b59..efbf6ae414 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: 13902 +stargazers_count: 13903 updated_at: '2025-01-03' archived: false diff --git a/software/gonic.yml b/software/gonic.yml index 18d3e5241d..069358fab3 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: 1764 -updated_at: '2025-01-05' +stargazers_count: 1765 +updated_at: '2025-01-15' archived: false diff --git a/software/google-webfonts-helper.yml b/software/google-webfonts-helper.yml index c9878a771f..0859a034e6 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: 12290 +stargazers_count: 12292 updated_at: '2024-08-08' archived: false diff --git a/software/gophish.yml b/software/gophish.yml index 30aefc31a2..b7ce95dbad 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: 12006 +stargazers_count: 12011 updated_at: '2024-09-23' archived: false diff --git a/software/gossa.yml b/software/gossa.yml index 738ee7532a..3a11261c08 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: 939 +stargazers_count: 940 updated_at: '2024-08-30' archived: false diff --git a/software/gotify.yml b/software/gotify.yml index 4317495111..457e75e6de 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: 11844 +stargazers_count: 11850 updated_at: '2024-11-24' archived: false diff --git a/software/gotosocial.yml b/software/gotosocial.yml index 1f7a1a0155..e8bfb09ec2 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: 3944 +stargazers_count: 3948 updated_at: '2025-01-14' archived: false diff --git a/software/graphhopper.yml b/software/graphhopper.yml index bea947512e..a0df080918 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: 5563 +stargazers_count: 5564 updated_at: '2025-01-06' archived: false diff --git a/software/graphweaver.yml b/software/graphweaver.yml index 36b186c41e..c5a812747c 100644 --- a/software/graphweaver.yml +++ b/software/graphweaver.yml @@ -9,5 +9,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/exogee-technology/graphweaver stargazers_count: 501 -updated_at: '2025-01-13' +updated_at: '2025-01-14' archived: false diff --git a/software/grimoire.yml b/software/grimoire.yml index 94ab52da96..c5d9db7b18 100644 --- a/software/grimoire.yml +++ b/software/grimoire.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2226 +stargazers_count: 2227 updated_at: '2024-12-09' archived: false diff --git a/software/grist.yml b/software/grist.yml index 17fcc1ad37..2d82853154 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: 7542 -updated_at: '2025-01-14' +stargazers_count: 7604 +updated_at: '2025-01-15' archived: false diff --git a/software/grocy.yml b/software/grocy.yml index 314a45ba7f..1523da168f 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: 7047 -updated_at: '2025-01-14' +stargazers_count: 7051 +updated_at: '2025-01-15' archived: false diff --git a/software/guacamole.yml b/software/guacamole.yml index a6d8195c4f..7b534ace82 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: 3198 +stargazers_count: 3201 updated_at: '2025-01-11' archived: false diff --git a/software/habitica.yml b/software/habitica.yml index ae16c3142c..f1f3950af0 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: 12376 +stargazers_count: 12377 updated_at: '2025-01-09' archived: false diff --git a/software/hackershare.yml b/software/hackershare.yml index 06726d4c1e..60e9dd6d5d 100644 --- a/software/hackershare.yml +++ b/software/hackershare.yml @@ -8,6 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/hackershare/hackershare -stargazers_count: 604 +stargazers_count: 605 updated_at: '2024-03-17' archived: false diff --git a/software/handbrake-web.yml b/software/handbrake-web.yml index 8fb77939c8..c0716eb5bf 100644 --- a/software/handbrake-web.yml +++ b/software/handbrake-web.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 324 +stargazers_count: 325 updated_at: '2024-12-02' archived: false diff --git a/software/haraka.yml b/software/haraka.yml index 56535b6a93..4d7427f885 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: 5150 +stargazers_count: 5151 updated_at: '2025-01-10' archived: false diff --git a/software/hasura.yml b/software/hasura.yml index 72ac5d0a9d..13856e0f26 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: 31266 -updated_at: '2025-01-14' +stargazers_count: 31268 +updated_at: '2025-01-15' archived: false diff --git a/software/haven.yml b/software/haven.yml index a1d138969e..36547a6242 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: 668 +stargazers_count: 669 updated_at: '2025-01-03' archived: false diff --git a/software/healthchecks.yml b/software/healthchecks.yml index d97e855066..7f00af3954 100644 --- a/software/healthchecks.yml +++ b/software/healthchecks.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/healthchecks/healthchecks -stargazers_count: 8504 +stargazers_count: 8507 updated_at: '2025-01-13' archived: false diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index 1345840cbf..f2d3a36163 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: 5376 +stargazers_count: 5380 updated_at: '2025-01-10' archived: false diff --git a/software/heimdall.yml b/software/heimdall.yml index 6efe4fbf16..3026901fa6 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: 8052 +stargazers_count: 8057 updated_at: '2024-11-05' archived: false diff --git a/software/hemmelig.yml b/software/hemmelig.yml index e15100ead6..e23641fde6 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: 801 +stargazers_count: 802 updated_at: '2024-11-28' archived: false diff --git a/software/heyform.yml b/software/heyform.yml index c1b972fe2f..bf946cb4ad 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: 7405 +stargazers_count: 7409 updated_at: '2025-01-01' archived: false diff --git a/software/hi.events.yml b/software/hi.events.yml index 9c7a19b90c..a2a5403fff 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: 2360 +stargazers_count: 2363 updated_at: '2025-01-11' archived: false diff --git a/software/hitobito.yml b/software/hitobito.yml index d6faa54176..9aa08a35a1 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: 387 -updated_at: '2025-01-14' +stargazers_count: 388 +updated_at: '2025-01-15' archived: false diff --git a/software/hoarder-app.yml b/software/hoarder-app.yml index fe8be1df06..6597821d51 100644 --- a/software/hoarder-app.yml +++ b/software/hoarder-app.yml @@ -10,6 +10,6 @@ tags: - Bookmarks and Link Sharing - Pastebins demo_url: https://try.hoarder.app -stargazers_count: 10710 +stargazers_count: 10775 updated_at: '2025-01-13' archived: false diff --git a/software/homarr.yml b/software/homarr.yml index 13e9510164..e5bd1f177a 100644 --- a/software/homarr.yml +++ b/software/homarr.yml @@ -10,6 +10,6 @@ tags: - Personal Dashboards source_code_url: https://github.com/ajnart/homarr demo_url: https://demo.homarr.dev -stargazers_count: 6577 +stargazers_count: 6582 updated_at: '2024-12-17' archived: false diff --git a/software/home-assistant.yml b/software/home-assistant.yml index 4e4463f6eb..18ef1d15d8 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: 75758 -updated_at: '2025-01-14' +stargazers_count: 75786 +updated_at: '2025-01-15' archived: false diff --git a/software/homebox-sysadminsmedia.yml b/software/homebox-sysadminsmedia.yml index 4a68b1b440..42f947d091 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: 1616 -updated_at: '2025-01-14' +stargazers_count: 1620 +updated_at: '2025-01-15' archived: false diff --git a/software/homegallery.yml b/software/homegallery.yml index 255d865d56..b2beec661e 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: 869 +stargazers_count: 871 updated_at: '2025-01-10' archived: false diff --git a/software/homepage-by-gethomepage.yml b/software/homepage-by-gethomepage.yml index 7ebcf21156..93907bd18d 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: 21094 +stargazers_count: 21118 updated_at: '2025-01-08' archived: false diff --git a/software/homer.yml b/software/homer.yml index e5eff3bd04..1b619b0382 100644 --- a/software/homer.yml +++ b/software/homer.yml @@ -10,6 +10,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/bastienwirtz/homer -stargazers_count: 9575 +stargazers_count: 9576 updated_at: '2025-01-05' archived: false diff --git a/software/hoppscotch-community-edition.yml b/software/hoppscotch-community-edition.yml index 8c0203a3d0..d255b0b62a 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: 66485 -updated_at: '2024-12-23' +stargazers_count: 66495 +updated_at: '2025-01-15' archived: false diff --git a/software/hrconvert2.yml b/software/hrconvert2.yml index 33e5f06d7b..0c272831ab 100644 --- a/software/hrconvert2.yml +++ b/software/hrconvert2.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/zelon88/HRConvert2 -stargazers_count: 1167 +stargazers_count: 1169 updated_at: '2024-06-10' archived: false diff --git a/software/htmly.yml b/software/htmly.yml index 77d658b2c3..5f9515841d 100644 --- a/software/htmly.yml +++ b/software/htmly.yml @@ -11,6 +11,6 @@ tags: - Content Management Systems (CMS) demo_url: http://demo.htmly.com/ related_software_url: https://www.htmly.com/theme/ -stargazers_count: 1119 +stargazers_count: 1120 updated_at: '2025-01-13' archived: false diff --git a/software/huginn.yml b/software/huginn.yml index 23092352a8..5cc30ec6a0 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: 44325 +stargazers_count: 44333 updated_at: '2025-01-14' archived: false diff --git a/software/huly.yml b/software/huly.yml index 2aaa351855..639b8fa370 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: 18233 -updated_at: '2025-01-14' +stargazers_count: 18251 +updated_at: '2025-01-15' archived: false diff --git a/software/humhub.yml b/software/humhub.yml index 8ad2a56093..57e0449cd3 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: 6358 -updated_at: '2025-01-14' +stargazers_count: 6359 +updated_at: '2025-01-15' archived: false diff --git a/software/hyperswitch.yml b/software/hyperswitch.yml index cf061a2208..e11263cdcf 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: 12835 -updated_at: '2025-01-14' +stargazers_count: 12841 +updated_at: '2025-01-15' archived: false diff --git a/software/ilias.yml b/software/ilias.yml index 48278c325b..1a7919f230 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: 413 -updated_at: '2025-01-14' +stargazers_count: 415 +updated_at: '2025-01-15' archived: false diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 987d9c8ce2..ba6c39c7b7 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: 9178 +stargazers_count: 9185 updated_at: '2025-01-13' archived: false diff --git a/software/immich-kiosk.yml b/software/immich-kiosk.yml index c483f6cdda..e593a79de3 100644 --- a/software/immich-kiosk.yml +++ b/software/immich-kiosk.yml @@ -10,5 +10,5 @@ platforms: tags: - Photo Galleries stargazers_count: 616 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/immich.yml b/software/immich.yml index b4f2dc3069..b3c2dc0565 100644 --- a/software/immich.yml +++ b/software/immich.yml @@ -8,6 +8,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/immich-app/immich -stargazers_count: 56317 -updated_at: '2025-01-14' +stargazers_count: 56379 +updated_at: '2025-01-15' archived: false diff --git a/software/indico.yml b/software/indico.yml index 636dd358fe..fe5e3dd745 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: 1808 +stargazers_count: 1809 updated_at: '2025-01-14' archived: false diff --git a/software/inginious.yml b/software/inginious.yml index 251ec0e1e0..56505b0c84 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: 215 +stargazers_count: 216 updated_at: '2024-12-21' archived: false diff --git a/software/input.yml b/software/input.yml index 38fd340a97..dc6bc6f004 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: 202 +stargazers_count: 203 updated_at: '2024-09-23' archived: false diff --git a/software/inventree.yml b/software/inventree.yml index 9e1d8ba49e..640052f1d5 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: 4596 -updated_at: '2025-01-14' +stargazers_count: 4600 +updated_at: '2025-01-15' archived: false diff --git a/software/invidious.yml b/software/invidious.yml index 6057e7caf0..f9c75b3d88 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: 16688 +stargazers_count: 16694 updated_at: '2025-01-09' archived: false diff --git a/software/invoice-ninja.yml b/software/invoice-ninja.yml index 65b53ca7f9..ab9edbdbf6 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: 8461 +stargazers_count: 8463 updated_at: '2025-01-04' archived: false diff --git a/software/invoiceplane.yml b/software/invoiceplane.yml index f5e31de4ab..00849f22c3 100644 --- a/software/invoiceplane.yml +++ b/software/invoiceplane.yml @@ -9,5 +9,5 @@ tags: - Money, Budgeting & Management source_code_url: https://github.com/InvoicePlane/InvoicePlane stargazers_count: 2609 -updated_at: '2025-01-12' +updated_at: '2025-01-15' archived: false diff --git a/software/invoiceshelf.yml b/software/invoiceshelf.yml index 7295d1c0c4..46693d4ff9 100644 --- a/software/invoiceshelf.yml +++ b/software/invoiceshelf.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 603 +stargazers_count: 607 updated_at: '2025-01-13' archived: false diff --git a/software/iodine.yml b/software/iodine.yml index 1d26c21f98..2510284213 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: 6316 +stargazers_count: 6318 updated_at: '2024-10-30' archived: false diff --git a/software/iredmail.yml b/software/iredmail.yml index 712db42aa0..0b0d5f40ab 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: 1535 -updated_at: '2025-01-08' +stargazers_count: 1534 +updated_at: '2025-01-15' archived: false diff --git a/software/isponsorblocktv.yml b/software/isponsorblocktv.yml index c47154bef1..8a87aad426 100644 --- a/software/isponsorblocktv.yml +++ b/software/isponsorblocktv.yml @@ -10,6 +10,6 @@ platforms: tags: - Miscellaneous depends_3rdparty: true -stargazers_count: 2629 +stargazers_count: 2640 updated_at: '2025-01-11' archived: false diff --git a/software/itflow.yml b/software/itflow.yml index d8b772591d..44157c0cb2 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: 616 +stargazers_count: 618 updated_at: '2024-12-30' archived: false diff --git a/software/janus.yml b/software/janus.yml index 0d626fcf8d..01b6f7a957 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: 8359 +stargazers_count: 8362 updated_at: '2025-01-10' archived: false diff --git a/software/jellyfin.yml b/software/jellyfin.yml index 0a4595207e..b1fef84df4 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: 36463 -updated_at: '2025-01-13' +stargazers_count: 36482 +updated_at: '2025-01-15' archived: false diff --git a/software/jellyseerr.yml b/software/jellyseerr.yml index a096727591..d61a285868 100644 --- a/software/jellyseerr.yml +++ b/software/jellyseerr.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/Fallenbagel/jellyseerr -stargazers_count: 4251 -updated_at: '2025-01-14' +stargazers_count: 4257 +updated_at: '2025-01-15' archived: false diff --git a/software/jina.yml b/software/jina.yml index c2438a86f3..e8bfd0bf3d 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: 21238 +stargazers_count: 21243 updated_at: '2024-12-20' archived: false diff --git a/software/jitsi-meet.yml b/software/jitsi-meet.yml index 409511b6b9..1a8a39e7e1 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: 24133 -updated_at: '2025-01-14' +stargazers_count: 24196 +updated_at: '2025-01-15' archived: false diff --git a/software/jitsi-video-bridge.yml b/software/jitsi-video-bridge.yml index aa7f17a526..2a65cf01c8 100644 --- a/software/jitsi-video-bridge.yml +++ b/software/jitsi-video-bridge.yml @@ -10,5 +10,5 @@ tags: - Communication - Video Conferencing source_code_url: https://github.com/jitsi/jitsi-videobridge stargazers_count: 2932 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/joomla!.yml b/software/joomla!.yml index 840bdaccfd..f7a0fb693d 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: 4808 -updated_at: '2025-01-13' +stargazers_count: 4811 +updated_at: '2025-01-15' archived: false diff --git a/software/joplin.yml b/software/joplin.yml index f302a59b30..89941bdb13 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: 47179 -updated_at: '2025-01-14' +stargazers_count: 47212 +updated_at: '2025-01-15' archived: false diff --git a/software/judge0-ce.yml b/software/judge0-ce.yml index 8e4b447b78..f4aaed4ce0 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: 2849 +stargazers_count: 2850 updated_at: '2025-01-02' archived: false diff --git a/software/jump.yml b/software/jump.yml index 92991ca04b..368c842de2 100644 --- a/software/jump.yml +++ b/software/jump.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/daledavies/jump -stargazers_count: 551 +stargazers_count: 552 updated_at: '2024-05-15' archived: false diff --git a/software/kamailio.yml b/software/kamailio.yml index ebeb9e117f..328c6f0a26 100644 --- a/software/kamailio.yml +++ b/software/kamailio.yml @@ -10,5 +10,5 @@ tags: - Communication - SIP source_code_url: https://github.com/kamailio/kamailio stargazers_count: 2356 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/kanboard.yml b/software/kanboard.yml index d3c1ac4211..56d5ec1487 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: 8609 +stargazers_count: 8611 updated_at: '2025-01-12' archived: false diff --git a/software/kavita.yml b/software/kavita.yml index 57cd386ea2..64a6e1c920 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: 6933 +stargazers_count: 6938 updated_at: '2025-01-03' archived: false diff --git a/software/keila.yml b/software/keila.yml index 7897293672..c605c6a5b7 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: 1512 +stargazers_count: 1514 updated_at: '2025-01-06' archived: false diff --git a/software/kestra.yml b/software/kestra.yml index 93d9d94059..a99c85e372 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: 15202 -updated_at: '2025-01-14' +stargazers_count: 15213 +updated_at: '2025-01-15' archived: false diff --git a/software/keygen.yml b/software/keygen.yml index df936ee6f8..4da2f85f80 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: 909 +stargazers_count: 912 updated_at: '2024-12-16' archived: false diff --git a/software/keystonejs.yml b/software/keystonejs.yml index f70747de22..4601a7b870 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: 9361 -updated_at: '2025-01-13' +stargazers_count: 9362 +updated_at: '2025-01-15' archived: false diff --git a/software/kimai.yml b/software/kimai.yml index 5ede2807f5..369c173c58 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: 3450 +stargazers_count: 3452 updated_at: '2025-01-10' archived: false diff --git a/software/kirby.yml b/software/kirby.yml index f547572ca9..6bd4535cc6 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: 1335 +stargazers_count: 1336 updated_at: '2024-11-28' archived: false diff --git a/software/kitchenowl.yml b/software/kitchenowl.yml index 36393506aa..ec36d152b1 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: 1401 +stargazers_count: 1403 updated_at: '2025-01-03' archived: false diff --git a/software/kodi.yml b/software/kodi.yml index d53249a318..b3763fb776 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: 18779 +stargazers_count: 18782 updated_at: '2025-01-14' archived: false diff --git a/software/koel.yml b/software/koel.yml index 5c98f21aa4..6188b46a03 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: 16168 +stargazers_count: 16169 updated_at: '2024-11-14' archived: false diff --git a/software/koillection.yml b/software/koillection.yml index 2b50796bad..56d5130d68 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: 729 +stargazers_count: 728 updated_at: '2024-12-30' archived: false diff --git a/software/komga.yml b/software/komga.yml index b1d449c21c..8814945737 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: 4326 -updated_at: '2025-01-14' +stargazers_count: 4330 +updated_at: '2025-01-15' archived: false diff --git a/software/kong.yml b/software/kong.yml index e411d975ff..ef5b1e0413 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: 39756 -updated_at: '2025-01-14' +stargazers_count: 39764 +updated_at: '2025-01-15' archived: false diff --git a/software/krayin.yml b/software/krayin.yml index 01d6e0398a..e3b1f848a0 100644 --- a/software/krayin.yml +++ b/software/krayin.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/krayin/laravel-crm demo_url: https://demo.krayincrm.com/ -stargazers_count: 12109 -updated_at: '2025-01-14' +stargazers_count: 12131 +updated_at: '2025-01-15' archived: false diff --git a/software/kresus.yml b/software/kresus.yml index e609d5b218..1089acb5be 100644 --- a/software/kresus.yml +++ b/software/kresus.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/kresusapp/kresus demo_url: https://kresus.org/en/demo.html stargazers_count: 306 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/kriss-feed.yml b/software/kriss-feed.yml index 2d790c5ea6..3af226659c 100644 --- a/software/kriss-feed.yml +++ b/software/kriss-feed.yml @@ -8,6 +8,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/tontof/kriss_feed -stargazers_count: 282 +stargazers_count: 283 updated_at: '2025-01-13' archived: false diff --git a/software/kyoo.yml b/software/kyoo.yml index 0428f21138..bd7a4e08ad 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: 1848 +stargazers_count: 1853 updated_at: '2025-01-13' archived: false diff --git a/software/lago.yml b/software/lago.yml index 24bbcae659..d4c5335c23 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: 7194 +stargazers_count: 7212 updated_at: '2025-01-14' archived: false diff --git a/software/lama-cleaner.yml b/software/lama-cleaner.yml index dd5a7f0f46..e749698807 100644 --- a/software/lama-cleaner.yml +++ b/software/lama-cleaner.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Sanster/lama-cleaner depends_3rdparty: true -stargazers_count: 20180 +stargazers_count: 20194 updated_at: '2024-11-23' archived: false diff --git a/software/langfuse.yml b/software/langfuse.yml index a4faf3a782..dd1ae5aa03 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: 7799 -updated_at: '2025-01-14' +stargazers_count: 7827 +updated_at: '2025-01-15' archived: false diff --git a/software/languagetool.yml b/software/languagetool.yml index be8c4c5db3..3313160cd3 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: 12671 -updated_at: '2025-01-14' +stargazers_count: 12676 +updated_at: '2025-01-15' archived: false diff --git a/software/leantime.yml b/software/leantime.yml index e1d4102f9c..bcb99eb1e2 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: 4952 +stargazers_count: 4960 updated_at: '2024-12-18' archived: false diff --git a/software/ledgersmb.yml b/software/ledgersmb.yml index 1d260d86fb..d1105d03e9 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: 433 +stargazers_count: 435 updated_at: '2025-01-12' archived: false diff --git a/software/lemmy.yml b/software/lemmy.yml index 867b7d09f2..01969f43ac 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: 13410 -updated_at: '2025-01-14' +stargazers_count: 13411 +updated_at: '2025-01-15' archived: false diff --git a/software/leon.yml b/software/leon.yml index 7aaa5a88ef..83c4029fb4 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: 15722 +stargazers_count: 15724 updated_at: '2025-01-04' archived: false diff --git a/software/libre-translate.yml b/software/libre-translate.yml index 93efaf2253..2058a6640f 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: 10260 -updated_at: '2025-01-13' +stargazers_count: 10266 +updated_at: '2025-01-15' archived: false diff --git a/software/librekb.yml b/software/librekb.yml index 19627cdd73..f44f0f4319 100644 --- a/software/librekb.yml +++ b/software/librekb.yml @@ -8,6 +8,6 @@ platforms: - PHP tags: - Knowledge Management Tools -stargazers_count: 23 +stargazers_count: 24 updated_at: '2024-12-06' archived: false diff --git a/software/librephotos.yml b/software/librephotos.yml index f892dff5b0..21b79745c4 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: 7088 +stargazers_count: 7092 updated_at: '2024-12-30' archived: false related_software_url: https://docs.librephotos.com/docs/user-guide/mobile/ diff --git a/software/librum.yml b/software/librum.yml index 47a9c7ecc9..45db197128 100644 --- a/software/librum.yml +++ b/software/librum.yml @@ -8,6 +8,6 @@ platforms: tags: - Document Management - E-books source_code_url: https://github.com/Librum-Reader/Librum -stargazers_count: 4316 +stargazers_count: 4317 updated_at: '2024-07-01' archived: false diff --git a/software/lidarr.yml b/software/lidarr.yml index 270451458e..556d942fcb 100644 --- a/software/lidarr.yml +++ b/software/lidarr.yml @@ -10,5 +10,5 @@ tags: - Automation source_code_url: https://github.com/Lidarr/Lidarr stargazers_count: 3824 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/lila.yml b/software/lila.yml index fef30c751c..3d6dc8fdc6 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: 16012 -updated_at: '2025-01-14' +stargazers_count: 16018 +updated_at: '2025-01-15' archived: false diff --git a/software/limesurvey.yml b/software/limesurvey.yml index 1f5fb91da0..371aab063e 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: 2835 +stargazers_count: 2836 updated_at: '2025-01-08' archived: false diff --git a/software/linkding.yml b/software/linkding.yml index 776fced640..e92ea7e1ef 100644 --- a/software/linkding.yml +++ b/software/linkding.yml @@ -10,6 +10,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/sissbruecker/linkding -stargazers_count: 7245 -updated_at: '2025-01-12' +stargazers_count: 7252 +updated_at: '2025-01-15' archived: false diff --git a/software/linkstack.yml b/software/linkstack.yml index 63c818791f..8955d1d63e 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: 2559 +stargazers_count: 2560 updated_at: '2024-12-10' archived: false diff --git a/software/linkwarden.yml b/software/linkwarden.yml index 264862e2fc..c868780249 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: 9897 +stargazers_count: 9908 updated_at: '2025-01-13' archived: false diff --git a/software/listmonk.yml b/software/listmonk.yml index 747af36c84..54f260fc21 100644 --- a/software/listmonk.yml +++ b/software/listmonk.yml @@ -9,6 +9,6 @@ platforms: tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/knadh/listmonk -stargazers_count: 15798 +stargazers_count: 15815 updated_at: '2025-01-13' archived: false diff --git a/software/littlelink.yml b/software/littlelink.yml index 0e150fe566..e70d2caa77 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: 1926 +stargazers_count: 1931 updated_at: '2024-12-20' archived: false diff --git a/software/live-helper-chat.yml b/software/live-helper-chat.yml index bc1b5ccaa0..5c7cc4e893 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: 2002 -updated_at: '2025-01-14' +stargazers_count: 2003 +updated_at: '2025-01-15' archived: false diff --git a/software/livebook.yml b/software/livebook.yml index 2d16cec17f..36600470f0 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: 5110 -updated_at: '2025-01-08' +stargazers_count: 5111 +updated_at: '2025-01-15' archived: false diff --git a/software/lms.yml b/software/lms.yml index 9fa2d38874..2f8fae9abf 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: 1195 +stargazers_count: 1198 updated_at: '2024-12-20' archived: false diff --git a/software/lodestone.yml b/software/lodestone.yml index c64fa7c702..233e597950 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: 881 +stargazers_count: 883 updated_at: '2024-09-09' archived: false diff --git a/software/lowdefy.yml b/software/lowdefy.yml index 6281afdaae..b9d77ed011 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: 2720 +stargazers_count: 2722 updated_at: '2024-12-06' archived: false diff --git a/software/luanti.yml b/software/luanti.yml index d6c3499877..318165c6ed 100644 --- a/software/luanti.yml +++ b/software/luanti.yml @@ -13,5 +13,5 @@ tags: - Games source_code_url: https://github.com/minetest/minetest archived: false -stargazers_count: 11022 -updated_at: '2025-01-14' +stargazers_count: 11024 +updated_at: '2025-01-15' diff --git a/software/lura.yml b/software/lura.yml index 9c060694fb..6820d4e5b6 100644 --- a/software/lura.yml +++ b/software/lura.yml @@ -9,5 +9,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/luraproject/lura stargazers_count: 6438 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/lychee.yml b/software/lychee.yml index b2d448e650..caa2cb5ef2 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: 3510 -updated_at: '2025-01-14' +stargazers_count: 3514 +updated_at: '2025-01-15' archived: false diff --git a/software/mafl.yml b/software/mafl.yml index 6015af216e..4c784a298d 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: 404 +stargazers_count: 406 updated_at: '2025-01-12' archived: false diff --git a/software/magento-open-source.yml b/software/magento-open-source.yml index 0b1c7b9105..afcdbb9727 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: 11627 -updated_at: '2025-01-14' +stargazers_count: 11629 +updated_at: '2025-01-15' archived: false diff --git a/software/mail-in-a-box.yml b/software/mail-in-a-box.yml index f5e4336ffc..52f28752cb 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: 14161 +stargazers_count: 14166 updated_at: '2025-01-06' archived: false diff --git a/software/mailcow.yml b/software/mailcow.yml index 4aaa04ae64..198578c3ce 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: 9442 +stargazers_count: 9452 updated_at: '2024-11-15' archived: false diff --git a/software/mailu.yml b/software/mailu.yml index afdbffca7c..5a31fde948 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: 6047 +stargazers_count: 6051 updated_at: '2025-01-09' archived: false diff --git a/software/mainsail.yml b/software/mainsail.yml index 00e5c626a5..13f965d7b0 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: 1784 +stargazers_count: 1785 updated_at: '2025-01-03' archived: false diff --git a/software/maloja.yml b/software/maloja.yml index 9622870c82..04e1ed3153 100644 --- a/software/maloja.yml +++ b/software/maloja.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/krateng/maloja demo_url: https://maloja.krateng.ch/ stargazers_count: 1232 -updated_at: '2024-05-05' +updated_at: '2025-01-15' archived: false diff --git a/software/manifest.yml b/software/manifest.yml index 464ae17f42..7da71d1288 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: 1035 +stargazers_count: 1037 updated_at: '2025-01-10' archived: false diff --git a/software/manticore-search.yml b/software/manticore-search.yml index 09dcfa24cb..c257357a61 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/ -stargazers_count: 9202 -updated_at: '2025-01-14' +stargazers_count: 9205 +updated_at: '2025-01-15' archived: false diff --git a/software/manyfold.yml b/software/manyfold.yml index f2412c40db..08acf82430 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: 933 -updated_at: '2025-01-14' +stargazers_count: 935 +updated_at: '2025-01-15' archived: false diff --git a/software/mastodon.yml b/software/mastodon.yml index 7a8efb97c1..b27df26505 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: 47507 -updated_at: '2025-01-14' +stargazers_count: 47517 +updated_at: '2025-01-15' archived: false diff --git a/software/matchering.yml b/software/matchering.yml index 85f0e6d3f1..cb96ce8877 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: 1906 +stargazers_count: 1907 updated_at: '2025-01-09' archived: false diff --git a/software/mathesar.yml b/software/mathesar.yml index a0dce52a7b..ef6cf29341 100644 --- a/software/mathesar.yml +++ b/software/mathesar.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/centerofci/mathesar demo_url: https://demo.mathesar.org/ stargazers_count: 2455 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/matomo.yml b/software/matomo.yml index 586ca3a29e..af71ad67ee 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: 20080 -updated_at: '2025-01-14' +stargazers_count: 20084 +updated_at: '2025-01-15' archived: false diff --git a/software/mattermost.yml b/software/mattermost.yml index e9580d5de9..330250e9b1 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: 31334 -updated_at: '2025-01-14' +stargazers_count: 31354 +updated_at: '2025-01-15' archived: false diff --git a/software/mautic.yml b/software/mautic.yml index da2cd97ce4..91c3cdb2a4 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: 7541 -updated_at: '2025-01-14' +stargazers_count: 7543 +updated_at: '2025-01-15' archived: false diff --git a/software/maybe.yml b/software/maybe.yml index a6a3e20ebd..042c4dd5a8 100644 --- a/software/maybe.yml +++ b/software/maybe.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Money, Budgeting & Management -stargazers_count: 34888 +stargazers_count: 34896 updated_at: '2025-01-13' archived: false diff --git a/software/maza-ad-blocking.yml b/software/maza-ad-blocking.yml index 3c481df77d..f95d400857 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: 1808 +stargazers_count: 1809 updated_at: '2024-12-23' archived: false diff --git a/software/mealie.yml b/software/mealie.yml index ae4aa7987b..9a8b606876 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: 7878 -updated_at: '2025-01-14' +stargazers_count: 7888 +updated_at: '2025-01-15' archived: false diff --git a/software/mediacms.yml b/software/mediacms.yml index b8ebce2baa..ce9c06a15d 100644 --- a/software/mediacms.yml +++ b/software/mediacms.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/mediacms-io/mediacms -stargazers_count: 3120 +stargazers_count: 3123 updated_at: '2024-11-22' archived: false diff --git a/software/medusa.yml b/software/medusa.yml index 3e799577f5..f78fea43e4 100644 --- a/software/medusa.yml +++ b/software/medusa.yml @@ -9,6 +9,6 @@ tags: - Automation source_code_url: https://github.com/pymedusa/Medusa related_software_url: https://github.com/medusajs/nextjs-starter-medusa -stargazers_count: 1827 +stargazers_count: 1828 updated_at: '2024-12-13' archived: false diff --git a/software/medusajs.yml b/software/medusajs.yml index 0920ffd16e..e92f92d472 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: 27073 -updated_at: '2025-01-14' +stargazers_count: 27087 +updated_at: '2025-01-15' archived: false diff --git a/software/meelo.yml b/software/meelo.yml index cb173e145b..8044553f4b 100644 --- a/software/meelo.yml +++ b/software/meelo.yml @@ -9,5 +9,5 @@ platforms: tags: - Media Streaming - Multimedia Streaming stargazers_count: 65 -updated_at: '2025-01-10' +updated_at: '2025-01-15' archived: false diff --git a/software/meetable.yml b/software/meetable.yml index a507a40b44..be161bf666 100644 --- a/software/meetable.yml +++ b/software/meetable.yml @@ -9,5 +9,5 @@ tags: - Polls and Events source_code_url: https://github.com/aaronpk/Meetable stargazers_count: 129 -updated_at: '2024-11-29' +updated_at: '2025-01-15' archived: false diff --git a/software/meilisearch.yml b/software/meilisearch.yml index 1660970c5b..854e069443 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: 48662 -updated_at: '2025-01-14' +stargazers_count: 48683 +updated_at: '2025-01-15' archived: false diff --git a/software/mejiro.yml b/software/mejiro.yml index 63e835652a..7134fd99da 100644 --- a/software/mejiro.yml +++ b/software/mejiro.yml @@ -9,5 +9,5 @@ tags: - Photo Galleries source_code_url: https://github.com/dmpop/mejiro stargazers_count: 168 -updated_at: '2024-11-13' +updated_at: '2025-01-15' archived: false diff --git a/software/memos.yml b/software/memos.yml index 230f36ced2..fbcb800d87 100644 --- a/software/memos.yml +++ b/software/memos.yml @@ -9,6 +9,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/usememos/memos -stargazers_count: 35929 -updated_at: '2025-01-13' +stargazers_count: 35951 +updated_at: '2025-01-15' archived: false diff --git a/software/meshcentral.yml b/software/meshcentral.yml index e60951d343..6d3de2658f 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: 4488 +stargazers_count: 4490 updated_at: '2025-01-10' archived: false diff --git a/software/metabase.yml b/software/metabase.yml index b43bba3bde..59ed7ec005 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: 39375 -updated_at: '2025-01-14' +stargazers_count: 39450 +updated_at: '2025-01-15' archived: false diff --git a/software/metube.yml b/software/metube.yml index 2478aecee0..6377c62ddb 100644 --- a/software/metube.yml +++ b/software/metube.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/alexta69/metube -stargazers_count: 7517 -updated_at: '2025-01-14' +stargazers_count: 7534 +updated_at: '2025-01-15' archived: false diff --git a/software/microweber.yml b/software/microweber.yml index 8fd2dcbeaa..36e2b328b5 100644 --- a/software/microweber.yml +++ b/software/microweber.yml @@ -8,6 +8,6 @@ platforms: tags: - E-commerce source_code_url: https://github.com/microweber/microweber -stargazers_count: 3171 +stargazers_count: 3174 updated_at: '2024-11-26' archived: false diff --git a/software/middleware.yml b/software/middleware.yml index 2c60906691..16e5dfb971 100644 --- a/software/middleware.yml +++ b/software/middleware.yml @@ -10,6 +10,6 @@ platforms: - Nodejs tags: - Analytics -stargazers_count: 1228 +stargazers_count: 1231 updated_at: '2024-12-30' archived: false diff --git a/software/mindsdb.yml b/software/mindsdb.yml index b813e7d97a..cc46c7deed 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: 27081 -updated_at: '2025-01-14' +stargazers_count: 27084 +updated_at: '2025-01-15' archived: false diff --git a/software/mindustry.yml b/software/mindustry.yml index f5eb06f675..75e3ca56aa 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: 23070 -updated_at: '2025-01-14' +stargazers_count: 23078 +updated_at: '2025-01-15' archived: false diff --git a/software/miniflux.yml b/software/miniflux.yml index d7494c8903..650b62ae8d 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: 7133 -updated_at: '2025-01-14' +stargazers_count: 7136 +updated_at: '2025-01-15' archived: false diff --git a/software/minio.yml b/software/minio.yml index 6edf61ea11..c7ac550f09 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: 49446 +stargazers_count: 49472 updated_at: '2025-01-14' archived: false diff --git a/software/miniserve.yml b/software/miniserve.yml index c866495aa0..5ccc2ec013 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: 6301 +stargazers_count: 6303 updated_at: '2025-01-10' archived: false diff --git a/software/mirotalk-p2p.yml b/software/mirotalk-p2p.yml index 234cdabca6..e114c97a82 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: 3209 -updated_at: '2025-01-14' +stargazers_count: 3211 +updated_at: '2025-01-15' archived: false diff --git a/software/mirotalk-sfu.yml b/software/mirotalk-sfu.yml index 3ede5fad1b..3ecbe05e4d 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: 2222 -updated_at: '2025-01-14' +stargazers_count: 2223 +updated_at: '2025-01-15' archived: false diff --git a/software/misskey.yml b/software/misskey.yml index 0e7cb4377e..29f744060e 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: 10240 -updated_at: '2025-01-14' +stargazers_count: 10237 +updated_at: '2025-01-15' archived: false diff --git a/software/mistserver.yml b/software/mistserver.yml index eefeb8ead4..d5eb1dfd20 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: 396 +stargazers_count: 397 updated_at: '2024-07-29' archived: false diff --git a/software/modoboa.yml b/software/modoboa.yml index fe107d8187..ceb4fad561 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: 3112 +stargazers_count: 3113 updated_at: '2025-01-13' archived: false diff --git a/software/mongooseim.yml b/software/mongooseim.yml index d591deaab7..745a5ece2a 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: 1674 +stargazers_count: 1675 updated_at: '2025-01-08' archived: false diff --git a/software/monica.yml b/software/monica.yml index 4106183eff..d99716fca6 100644 --- a/software/monica.yml +++ b/software/monica.yml @@ -9,6 +9,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/monicahq/monica -stargazers_count: 22010 +stargazers_count: 22013 updated_at: '2024-11-15' archived: false diff --git a/software/moode-audio.yml b/software/moode-audio.yml index f5b0aca6aa..015e6b0364 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: 1051 -updated_at: '2025-01-12' +stargazers_count: 1052 +updated_at: '2025-01-15' archived: false diff --git a/software/mopidy.yml b/software/mopidy.yml index 1990719509..85726b5a1f 100644 --- a/software/mopidy.yml +++ b/software/mopidy.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Audio Streaming source_code_url: https://github.com/mopidy/mopidy -stargazers_count: 8183 +stargazers_count: 8185 updated_at: '2024-12-10' archived: false diff --git a/software/mox.yml b/software/mox.yml index b68e2ec1d7..04503b1e51 100644 --- a/software/mox.yml +++ b/software/mox.yml @@ -8,6 +8,6 @@ platforms: - Go tags: - Communication - Email - Complete Solutions -stargazers_count: 3789 +stargazers_count: 3793 updated_at: '2025-01-13' archived: false diff --git a/software/mpd.yml b/software/mpd.yml index ec62111e4a..f58e31cc18 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: 2223 +stargazers_count: 2227 updated_at: '2024-12-12' archived: false diff --git a/software/mta-sa.yml b/software/mta-sa.yml index 9fcfb98a41..1ff7642618 100644 --- a/software/mta-sa.yml +++ b/software/mta-sa.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/multitheftauto/mtasa-blue depends_3rdparty: true stargazers_count: 1437 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml index d810657383..188ec000d3 100644 --- a/software/multi-scrobbler.yml +++ b/software/multi-scrobbler.yml @@ -11,5 +11,5 @@ tags: - Media Streaming - Audio Streaming depends_3rdparty: false stargazers_count: 468 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/mumble.yml b/software/mumble.yml index b2f0496013..5a3f9d984c 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: 6529 -updated_at: '2025-01-13' +stargazers_count: 6530 +updated_at: '2025-01-15' archived: false diff --git a/software/musikcube.yml b/software/musikcube.yml index 6fef969b1f..0efaee5b1e 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: 4291 +stargazers_count: 4290 updated_at: '2024-07-14' archived: false diff --git a/software/mybb.yml b/software/mybb.yml index 0ce9597f77..478c95b51d 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: 1101 +stargazers_count: 1103 updated_at: '2024-12-23' archived: false diff --git a/software/myip.yml b/software/myip.yml index 16e1ed10d2..ee55209e4b 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: 7102 +stargazers_count: 7109 updated_at: '2025-01-12' archived: false diff --git a/software/mylar3.yml b/software/mylar3.yml index 5f9ff4a976..270f70a93e 100644 --- a/software/mylar3.yml +++ b/software/mylar3.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Automation -stargazers_count: 1124 +stargazers_count: 1123 updated_at: '2025-01-13' archived: false diff --git a/software/n8n.yml b/software/n8n.yml index 6f86a9aab8..923ab7036a 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: 54905 -updated_at: '2025-01-14' +stargazers_count: 55032 +updated_at: '2025-01-15' archived: false diff --git a/software/navidrome-music-server.yml b/software/navidrome-music-server.yml index 7263241b45..3328ea60e2 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: 12872 -updated_at: '2025-01-13' +stargazers_count: 12883 +updated_at: '2025-01-15' archived: false diff --git a/software/nefarious.yml b/software/nefarious.yml index baa7573c3b..09a075563b 100644 --- a/software/nefarious.yml +++ b/software/nefarious.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/lardbit/nefarious -stargazers_count: 1070 +stargazers_count: 1071 updated_at: '2025-01-10' archived: false diff --git a/software/neko.yml b/software/neko.yml index 0a604f9a84..72cf730c3c 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: 8324 +stargazers_count: 8333 updated_at: '2025-01-13' archived: false diff --git a/software/neonlink.yml b/software/neonlink.yml index 443ff2bc8f..2a8f93c7de 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: 323 +stargazers_count: 322 updated_at: '2024-12-04' archived: false diff --git a/software/netron.yml b/software/netron.yml index 59853bd5bd..b09854b10c 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: 29087 -updated_at: '2025-01-14' +stargazers_count: 29096 +updated_at: '2025-01-15' archived: false diff --git a/software/newsblur.yml b/software/newsblur.yml index 1710065988..319e838485 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: 6959 +stargazers_count: 6960 updated_at: '2025-01-14' archived: false diff --git a/software/nextcloud.yml b/software/nextcloud.yml index 7c99774003..99316fa6e8 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: 27940 -updated_at: '2025-01-14' +stargazers_count: 27961 +updated_at: '2025-01-15' archived: false diff --git a/software/nextcloudpi.yml b/software/nextcloudpi.yml index 7b7f69a587..fea665b9c1 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: 2606 +stargazers_count: 2607 updated_at: '2024-11-08' archived: false diff --git a/software/nginx-proxy-manager.yml b/software/nginx-proxy-manager.yml index 7193b4e4fe..6c7db13d9c 100644 --- a/software/nginx-proxy-manager.yml +++ b/software/nginx-proxy-manager.yml @@ -9,6 +9,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/NginxProxyManager/nginx-proxy-manager -stargazers_count: 24095 +stargazers_count: 24114 updated_at: '2025-01-07' archived: false diff --git a/software/ngircd.yml b/software/ngircd.yml index 495a07bae6..1cdba83325 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: 454 +stargazers_count: 455 updated_at: '2024-10-03' archived: false diff --git a/software/nocodb.yml b/software/nocodb.yml index 460655127a..46397a4337 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: 50837 -updated_at: '2025-01-14' +stargazers_count: 50859 +updated_at: '2025-01-15' archived: false diff --git a/software/node-red.yml b/software/node-red.yml index bd1f83c524..6e56919ff3 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: 20226 -updated_at: '2025-01-13' +stargazers_count: 20233 +updated_at: '2025-01-15' archived: false diff --git a/software/nodebb.yml b/software/nodebb.yml index 8d0c871786..02889fa31a 100644 --- a/software/nodebb.yml +++ b/software/nodebb.yml @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/NodeBB/NodeBB -stargazers_count: 14301 -updated_at: '2025-01-14' +stargazers_count: 14305 +updated_at: '2025-01-15' archived: false diff --git a/software/not-th.re.yml b/software/not-th.re.yml index ae484d572e..c03551f644 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: 3 +stargazers_count: 4 updated_at: '2024-11-11' archived: false diff --git a/software/note-mark.yml b/software/note-mark.yml index 024b5b3ee4..3c120c75ff 100644 --- a/software/note-mark.yml +++ b/software/note-mark.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Note-taking & Editors -stargazers_count: 379 +stargazers_count: 380 updated_at: '2024-12-07' archived: false diff --git a/software/novu.yml b/software/novu.yml index a7d4ae1a8e..f7cd2236cb 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: 35977 -updated_at: '2025-01-14' +stargazers_count: 35988 +updated_at: '2025-01-15' archived: false diff --git a/software/ntfy.yml b/software/ntfy.yml index ebd1c56f1a..72b338b297 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: 19446 +stargazers_count: 19476 updated_at: '2024-09-29' archived: false diff --git a/software/nullboard.yml b/software/nullboard.yml index bf224a45c7..682a0e1c31 100644 --- a/software/nullboard.yml +++ b/software/nullboard.yml @@ -8,6 +8,6 @@ platforms: tags: - Task Management & To-do Lists source_code_url: https://github.com/apankrat/nullboard -stargazers_count: 3920 +stargazers_count: 3925 updated_at: '2023-11-05' archived: false diff --git a/software/nymphcast.yml b/software/nymphcast.yml index d0373be65e..0c5df12f9f 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: 2452 +stargazers_count: 2453 updated_at: '2025-01-12' archived: false diff --git a/software/october.yml b/software/october.yml index b4ff5d98dd..3364f23545 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: 11057 +stargazers_count: 11059 updated_at: '2024-11-25' archived: false diff --git a/software/octobot.yml b/software/octobot.yml index fb1d9bb58e..2860368707 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: 3649 +stargazers_count: 3652 updated_at: '2025-01-14' archived: false diff --git a/software/octoprint.yml b/software/octoprint.yml index 37b0abd264..8985faeac2 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: 8400 +stargazers_count: 8406 updated_at: '2025-01-07' archived: false diff --git a/software/ocular.yml b/software/ocular.yml index 3862c446a9..0d7295c5e3 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: 148 +stargazers_count: 147 updated_at: '2025-01-14' archived: false diff --git a/software/odoo.yml b/software/odoo.yml index d62f636f6a..b9c5ef271c 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: 39979 -updated_at: '2025-01-14' +stargazers_count: 40004 +updated_at: '2025-01-15' archived: false diff --git a/software/olivetin.yml b/software/olivetin.yml index e7f3126786..44a51ae6be 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: 2638 +stargazers_count: 2639 updated_at: '2025-01-12' archived: false diff --git a/software/ombi.yml b/software/ombi.yml index 90f416a60b..a85ffcf36d 100644 --- a/software/ombi.yml +++ b/software/ombi.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/Ombi-app/Ombi demo_url: https://app.ombi.io/ -stargazers_count: 3792 +stargazers_count: 3794 updated_at: '2025-01-05' archived: false diff --git a/software/omeka-s.yml b/software/omeka-s.yml index e79a83a330..999909b043 100644 --- a/software/omeka-s.yml +++ b/software/omeka-s.yml @@ -9,5 +9,5 @@ tags: - Archiving and Digital Preservation (DP) source_code_url: https://github.com/omeka/omeka-s stargazers_count: 416 -updated_at: '2025-01-09' +updated_at: '2025-01-15' archived: false diff --git a/software/onionshare.yml b/software/onionshare.yml index 000ab26000..c346a4f274 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: 6377 +stargazers_count: 6376 updated_at: '2025-01-13' archived: false diff --git a/software/onlyoffice.yml b/software/onlyoffice.yml index c9ae50913c..7ca6a15c61 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: 5040 +stargazers_count: 5043 updated_at: '2024-11-28' archived: false diff --git a/software/open-event-server.yml b/software/open-event-server.yml index 91c3eb9cda..7d855748af 100644 --- a/software/open-event-server.yml +++ b/software/open-event-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Polls and Events source_code_url: https://github.com/fossasia/open-event-server -stargazers_count: 2990 +stargazers_count: 2989 updated_at: '2024-03-25' archived: false diff --git a/software/open-meteo.yml b/software/open-meteo.yml index fc371d0af9..a7ddb3e525 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: 2823 +stargazers_count: 2827 updated_at: '2025-01-13' archived: false diff --git a/software/open-source-routing-machine-osrm.yml b/software/open-source-routing-machine-osrm.yml index e0c06f11e9..6310c85a2f 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: 6533 +stargazers_count: 6538 updated_at: '2025-01-12' archived: false diff --git a/software/openbudgeteer.yml b/software/openbudgeteer.yml index 294fa65866..65dd3280ed 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: 804 +stargazers_count: 803 updated_at: '2025-01-11' archived: false diff --git a/software/opencart.yml b/software/opencart.yml index 6d1f6368b6..cf1374bdf9 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: 7550 -updated_at: '2025-01-14' +stargazers_count: 7554 +updated_at: '2025-01-15' archived: false diff --git a/software/opengist.yml b/software/opengist.yml index f053c91f48..03e4f0ba06 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: 1988 +stargazers_count: 1990 updated_at: '2024-12-16' archived: false diff --git a/software/openmediavault.yml b/software/openmediavault.yml index 29ec9eeb82..3ef896a548 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: 5340 +stargazers_count: 5345 updated_at: '2025-01-12' archived: false diff --git a/software/openolat.yml b/software/openolat.yml index e180900201..e47f32d706 100644 --- a/software/openolat.yml +++ b/software/openolat.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/OpenOLAT/OpenOLAT demo_url: https://learn.olat.com stargazers_count: 344 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/openproject.yml b/software/openproject.yml index 79fbc49c58..fa8eb91b39 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: 9706 -updated_at: '2025-01-14' +stargazers_count: 9710 +updated_at: '2025-01-15' archived: false diff --git a/software/openrouteservice.yml b/software/openrouteservice.yml index 93833001ed..ff2d3d87aa 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: 1506 +stargazers_count: 1507 updated_at: '2025-01-08' archived: false diff --git a/software/opensearch.yml b/software/opensearch.yml index d61891531d..2d9789333f 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: 10057 -updated_at: '2025-01-13' +stargazers_count: 10067 +updated_at: '2025-01-15' archived: false diff --git a/software/opensign.yml b/software/opensign.yml index 5393cff2b0..4c4a26be67 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management depends_3rdparty: true -stargazers_count: 3697 +stargazers_count: 3705 updated_at: '2024-12-14' archived: false diff --git a/software/opensips.yml b/software/opensips.yml index 7236ed478e..c692eeefce 100644 --- a/software/opensips.yml +++ b/software/opensips.yml @@ -9,5 +9,5 @@ tags: - Communication - SIP source_code_url: https://github.com/OpenSIPS/opensips stargazers_count: 1305 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/openstreetmap.yml b/software/openstreetmap.yml index b2a7343789..f5a0678789 100644 --- a/software/openstreetmap.yml +++ b/software/openstreetmap.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/openstreetmap/openstreetmap-website related_software_url: https://wiki.openstreetmap.org/wiki/Software stargazers_count: 2263 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/opentrashmail.yml b/software/opentrashmail.yml index 8e858bab6f..cfb0733ba7 100644 --- a/software/opentrashmail.yml +++ b/software/opentrashmail.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Communication - Email - Mail Transfer Agents -stargazers_count: 652 +stargazers_count: 653 updated_at: '2024-05-27' archived: false diff --git a/software/opentripplanner.yml b/software/opentripplanner.yml index 751ed3ded4..8cb34c4078 100644 --- a/software/opentripplanner.yml +++ b/software/opentripplanner.yml @@ -10,5 +10,5 @@ tags: - Maps and Global Positioning System (GPS) source_code_url: https://github.com/opentripplanner/OpenTripPlanner stargazers_count: 2263 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/openttd.yml b/software/openttd.yml index 151211398a..3341f79c2f 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: 6582 -updated_at: '2025-01-14' +stargazers_count: 6585 +updated_at: '2025-01-15' archived: false diff --git a/software/openziti.yml b/software/openziti.yml index 12cef1a481..33e1e75b41 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: 2980 -updated_at: '2025-01-14' +stargazers_count: 2981 +updated_at: '2025-01-15' archived: false diff --git a/software/opik.yml b/software/opik.yml index 58bb3ff1d1..b7fa5cb0c6 100644 --- a/software/opik.yml +++ b/software/opik.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 4380 -updated_at: '2025-01-14' +stargazers_count: 4418 +updated_at: '2025-01-15' archived: false diff --git a/software/opnform.yml b/software/opnform.yml index 1938e784e0..e85e45f627 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: 2375 +stargazers_count: 2376 updated_at: '2025-01-14' archived: false diff --git a/software/organizr.yml b/software/organizr.yml index 5d31db182b..da119cb6ee 100644 --- a/software/organizr.yml +++ b/software/organizr.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards source_code_url: https://github.com/causefx/Organizr -stargazers_count: 5255 +stargazers_count: 5256 updated_at: '2024-04-16' archived: false diff --git a/software/otobo.yml b/software/otobo.yml index 9ce534227f..de1d7254a6 100644 --- a/software/otobo.yml +++ b/software/otobo.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/RotherOSS/otobo demo_url: https://otobo.io/en/service-management-plattform/otobo-demo/ stargazers_count: 267 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/outline.yml b/software/outline.yml index 24ba62c58c..3fc47f2767 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: 29249 -updated_at: '2025-01-14' +stargazers_count: 29303 +updated_at: '2025-01-15' archived: false diff --git a/software/overleaf.yml b/software/overleaf.yml index da5d8641fc..41f56cf08b 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: 14576 -updated_at: '2025-01-14' +stargazers_count: 14577 +updated_at: '2025-01-15' archived: false diff --git a/software/overseerr.yml b/software/overseerr.yml index 401a6cc28a..2b19f03e02 100644 --- a/software/overseerr.yml +++ b/software/overseerr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sct/overseerr depends_3rdparty: true -stargazers_count: 4075 +stargazers_count: 4078 updated_at: '2024-10-21' archived: false diff --git a/software/owncast.yml b/software/owncast.yml index a6b1682ed7..3bb4dbda5c 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: 9695 -updated_at: '2025-01-14' +stargazers_count: 9699 +updated_at: '2025-01-15' archived: false diff --git a/software/pairdrop.yml b/software/pairdrop.yml index 6a0975941f..0cc4f98e67 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: 5237 +stargazers_count: 5244 updated_at: '2024-11-11' archived: false diff --git a/software/panora.yml b/software/panora.yml index 3e0c89288a..bccbdaed00 100644 --- a/software/panora.yml +++ b/software/panora.yml @@ -10,6 +10,6 @@ platforms: tags: - Software Development - API Management depends_3rdparty: true -stargazers_count: 970 +stargazers_count: 971 updated_at: '2024-12-27' archived: false diff --git a/software/paperless-ngx.yml b/software/paperless-ngx.yml index 9c8e81f8a3..b4b7743eca 100644 --- a/software/paperless-ngx.yml +++ b/software/paperless-ngx.yml @@ -10,6 +10,6 @@ tags: - Document Management source_code_url: https://github.com/paperless-ngx/paperless-ngx demo_url: https://demo.paperless-ngx.com/ -stargazers_count: 23826 -updated_at: '2025-01-14' +stargazers_count: 23848 +updated_at: '2025-01-15' archived: false diff --git a/software/papermerge.yml b/software/papermerge.yml index 23efa340a9..dc86ed2da3 100644 --- a/software/papermerge.yml +++ b/software/papermerge.yml @@ -10,6 +10,6 @@ platforms: tags: - Document Management source_code_url: https://github.com/ciur/papermerge -stargazers_count: 2580 +stargazers_count: 2579 updated_at: '2024-01-15' archived: false diff --git a/software/para.yml b/software/para.yml index c4ff064564..7b62554b45 100644 --- a/software/para.yml +++ b/software/para.yml @@ -10,5 +10,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/erudika/para stargazers_count: 536 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/part-db.yml b/software/part-db.yml index ef578771e2..be8f3779f4 100644 --- a/software/part-db.yml +++ b/software/part-db.yml @@ -12,6 +12,6 @@ tags: - Inventory Management demo_url: https://demo.part-db.de/en/ -stargazers_count: 1026 +stargazers_count: 1028 updated_at: '2025-01-07' archived: false diff --git a/software/passbolt.yml b/software/passbolt.yml index 67bcadad34..89a09abad9 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: 4800 +stargazers_count: 4802 updated_at: '2024-11-26' archived: false diff --git a/software/password-pusher.yml b/software/password-pusher.yml index 457d6d8c2c..c0b910b703 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: 2177 -updated_at: '2025-01-14' +stargazers_count: 2180 +updated_at: '2025-01-15' archived: false diff --git a/software/payload-cms.yml b/software/payload-cms.yml index 703b696b25..f648b49990 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: 31163 -updated_at: '2025-01-14' +stargazers_count: 31192 +updated_at: '2025-01-15' archived: false diff --git a/software/pdfding.yml b/software/pdfding.yml index d963165a46..0518eb93a1 100644 --- a/software/pdfding.yml +++ b/software/pdfding.yml @@ -9,6 +9,6 @@ platforms: tags: - Document Management demo_url: https://demo.pdfding.com -stargazers_count: 362 +stargazers_count: 363 updated_at: '2025-01-14' archived: false diff --git a/software/peertube.yml b/software/peertube.yml index d82c5b4599..696ce77ecb 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: 13332 -updated_at: '2025-01-14' +stargazers_count: 13337 +updated_at: '2025-01-15' archived: false diff --git a/software/pelican-panel.yml b/software/pelican-panel.yml index 182f2a5db2..fcd4d72f84 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: 1019 -updated_at: '2025-01-13' +stargazers_count: 1021 +updated_at: '2025-01-15' archived: false diff --git a/software/penpot.yml b/software/penpot.yml index 5da29ef9b7..506269f192 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: 34639 -updated_at: '2025-01-14' +stargazers_count: 34653 +updated_at: '2025-01-15' archived: false diff --git a/software/photoprism.yml b/software/photoprism.yml index 7a3e7cd139..6656a6f363 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: 36093 -updated_at: '2025-01-13' +stargazers_count: 36098 +updated_at: '2025-01-15' archived: false diff --git a/software/photoview.yml b/software/photoview.yml index 84934f6e54..92f7a0d637 100644 --- a/software/photoview.yml +++ b/software/photoview.yml @@ -9,6 +9,6 @@ platforms: tags: - Photo Galleries source_code_url: https://github.com/photoview/photoview -stargazers_count: 5616 +stargazers_count: 5619 updated_at: '2025-01-09' archived: false diff --git a/software/phplist.yml b/software/phplist.yml index 0fc55b9b04..d05dbe9791 100644 --- a/software/phplist.yml +++ b/software/phplist.yml @@ -9,5 +9,5 @@ tags: - Communication - Email - Mailing Lists and Newsletters source_code_url: https://github.com/phpList/phplist3 stargazers_count: 767 -updated_at: '2024-05-01' +updated_at: '2025-01-15' archived: false diff --git a/software/pi-hole.yml b/software/pi-hole.yml index 6eb8cfacf2..bf854dea6f 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: 49882 +stargazers_count: 49898 updated_at: '2024-12-29' archived: false diff --git a/software/picsur.yml b/software/picsur.yml index 9ee1a78e8e..2cd7b8bdae 100644 --- a/software/picsur.yml +++ b/software/picsur.yml @@ -8,6 +8,6 @@ platforms: tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/CaramelFur/Picsur -stargazers_count: 908 +stargazers_count: 909 updated_at: '2024-11-13' archived: false diff --git a/software/pictshare.yml b/software/pictshare.yml index 9cdd7f6740..7083994cba 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: 851 +stargazers_count: 852 updated_at: '2024-11-10' archived: false diff --git a/software/pigallery-2.yml b/software/pigallery-2.yml index ab3e84f95e..36f6b7a840 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: 1846 +stargazers_count: 1847 updated_at: '2025-01-05' archived: false diff --git a/software/pimcore.yml b/software/pimcore.yml index e0ce54af32..5ea6f32472 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: 3457 -updated_at: '2025-01-14' +stargazers_count: 3458 +updated_at: '2025-01-15' archived: false diff --git a/software/pinepods.yml b/software/pinepods.yml index dc70950331..76b6168ae8 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: 314 +stargazers_count: 315 updated_at: '2025-01-14' archived: false diff --git a/software/pingvin-share.yml b/software/pingvin-share.yml index 56ced65bab..fe0bf6cf2f 100644 --- a/software/pingvin-share.yml +++ b/software/pingvin-share.yml @@ -10,6 +10,6 @@ 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: 3645 +stargazers_count: 3653 updated_at: '2025-01-14' archived: false diff --git a/software/piwigo.yml b/software/piwigo.yml index d1b6938731..82f700e510 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: 3333 +stargazers_count: 3334 updated_at: '2025-01-10' archived: false diff --git a/software/pixelfed.yml b/software/pixelfed.yml index dc1441f423..3be13023f2 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: 5798 -updated_at: '2025-01-14' +stargazers_count: 5818 +updated_at: '2025-01-15' archived: false diff --git a/software/plane.yml b/software/plane.yml index 7b165b5d10..b202692700 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: 31794 -updated_at: '2025-01-14' +stargazers_count: 31828 +updated_at: '2025-01-15' archived: false diff --git a/software/planka.yml b/software/planka.yml index f635f062c3..76766914bc 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: 8371 +stargazers_count: 8376 updated_at: '2025-01-13' archived: false diff --git a/software/plausible-analytics.yml b/software/plausible-analytics.yml index cfdac8dd05..4b92acc369 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: 21145 -updated_at: '2025-01-14' +stargazers_count: 21158 +updated_at: '2025-01-15' archived: false diff --git a/software/plik.yml b/software/plik.yml index cef1bea478..a90a35a66d 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: 1506 +stargazers_count: 1507 updated_at: '2024-06-19' archived: false diff --git a/software/pluxml.yml b/software/pluxml.yml index 64206d20dc..4f6e40a65f 100644 --- a/software/pluxml.yml +++ b/software/pluxml.yml @@ -9,5 +9,5 @@ tags: - Blogging Platforms source_code_url: https://github.com/pluxml/PluXml stargazers_count: 222 -updated_at: '2025-01-12' +updated_at: '2025-01-15' archived: false diff --git a/software/pocketbase.yml b/software/pocketbase.yml index 93799ab39e..97d71bd655 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: 42875 +stargazers_count: 42942 updated_at: '2025-01-12' archived: false diff --git a/software/pomerium.yml b/software/pomerium.yml index 0965194d9b..dda538002c 100644 --- a/software/pomerium.yml +++ b/software/pomerium.yml @@ -8,6 +8,6 @@ platforms: tags: - Web Servers source_code_url: https://github.com/pomerium/pomerium -stargazers_count: 4107 +stargazers_count: 4109 updated_at: '2025-01-14' archived: false diff --git a/software/postal.yml b/software/postal.yml index a42c9041f5..d04643a7ab 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: 15080 +stargazers_count: 15082 updated_at: '2024-10-31' archived: false diff --git a/software/posthog.yml b/software/posthog.yml index ece2cb1c5d..46005090e7 100644 --- a/software/posthog.yml +++ b/software/posthog.yml @@ -8,6 +8,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/posthog/posthog -stargazers_count: 23202 -updated_at: '2025-01-14' +stargazers_count: 23233 +updated_at: '2025-01-16' archived: false diff --git a/software/postiz.yml b/software/postiz.yml index 8333075ec0..1789872c0e 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: 17061 +stargazers_count: 17073 updated_at: '2025-01-14' archived: false diff --git a/software/prestashop.yml b/software/prestashop.yml index 1cb7c41cda..b83a585df6 100644 --- a/software/prestashop.yml +++ b/software/prestashop.yml @@ -10,5 +10,5 @@ tags: source_code_url: https://github.com/PrestaShop/PrestaShop demo_url: https://demo.prestashop.com/ stargazers_count: 8320 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/pretalx.yml b/software/pretalx.yml index 5599b21ca6..947686e12c 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: 757 -updated_at: '2025-01-14' +stargazers_count: 758 +updated_at: '2025-01-15' archived: false diff --git a/software/pretix.yml b/software/pretix.yml index 6c44872737..2c99f2145e 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: 1951 -updated_at: '2025-01-14' +stargazers_count: 1952 +updated_at: '2025-01-15' archived: false diff --git a/software/privatebin.yml b/software/privatebin.yml index 8bf2645313..672327d75f 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: 6765 +stargazers_count: 6771 updated_at: '2025-01-11' archived: false diff --git a/software/psitransfer.yml b/software/psitransfer.yml index 0c7cc7a651..20708b24e6 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: 1602 +stargazers_count: 1604 updated_at: '2024-11-15' archived: false diff --git a/software/pterodactyl.yml b/software/pterodactyl.yml index 9072f4763e..0ecb831640 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: 7040 +stargazers_count: 7042 updated_at: '2025-01-12' archived: false diff --git a/software/pufferpanel.yml b/software/pufferpanel.yml index 8e9bb9df98..6977c8035c 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: 1401 +stargazers_count: 1403 updated_at: '2025-01-13' archived: false diff --git a/software/puter.yml b/software/puter.yml index eb76910144..13f054394f 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: 27553 -updated_at: '2025-01-14' +stargazers_count: 27564 +updated_at: '2025-01-15' archived: false diff --git a/software/pydio.yml b/software/pydio.yml index 5cea3e00c2..8e0f832c5d 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: 1862 +stargazers_count: 1866 updated_at: '2025-01-13' archived: false diff --git a/software/pyload.yml b/software/pyload.yml index e3c4be3c97..d79a19e71a 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: 3387 +stargazers_count: 3390 updated_at: '2025-01-12' archived: false diff --git a/software/qbittorrent.yml b/software/qbittorrent.yml index b4fb41e1c0..0fc78bcf3a 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: 29418 +stargazers_count: 29432 updated_at: '2025-01-13' archived: false diff --git a/software/qloapps.yml b/software/qloapps.yml index 634da842a0..232fc19cf2 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: 4617 +stargazers_count: 4619 updated_at: '2024-10-10' archived: false diff --git a/software/qpixel.yml b/software/qpixel.yml index 3106894d7a..72cce67ff3 100644 --- a/software/qpixel.yml +++ b/software/qpixel.yml @@ -9,5 +9,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/codidact/qpixel stargazers_count: 398 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/quickshare.yml b/software/quickshare.yml index 226a9b8af2..b24493c82e 100644 --- a/software/quickshare.yml +++ b/software/quickshare.yml @@ -10,5 +10,5 @@ tags: - File Transfer - Single-click & Drag-n-drop Upload source_code_url: https://github.com/ihexxa/quickshare stargazers_count: 516 -updated_at: '2024-09-03' +updated_at: '2025-01-15' archived: false diff --git a/software/quizmaster.yml b/software/quizmaster.yml index df6cb87c0a..a4f5daee47 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: 241 +stargazers_count: 242 updated_at: '2024-09-26' archived: false diff --git a/software/radarr.yml b/software/radarr.yml index a979a5da56..c823a0d956 100644 --- a/software/radarr.yml +++ b/software/radarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Radarr/Radarr -stargazers_count: 10794 +stargazers_count: 10802 updated_at: '2025-01-14' archived: false diff --git a/software/radicale.yml b/software/radicale.yml index 814e4da2db..8c6d41dd3c 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: 3459 +stargazers_count: 3462 updated_at: '2025-01-14' archived: false diff --git a/software/rallly.yml b/software/rallly.yml index 26f89a738b..cb3efcdf0e 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: 3886 -updated_at: '2025-01-14' +stargazers_count: 3911 +updated_at: '2025-01-15' archived: false diff --git a/software/raneto.yml b/software/raneto.yml index d7dbac271f..51d3d15589 100644 --- a/software/raneto.yml +++ b/software/raneto.yml @@ -8,6 +8,6 @@ platforms: tags: - Wikis source_code_url: https://github.com/ryanlelek/Raneto -stargazers_count: 2798 +stargazers_count: 2799 updated_at: '2025-01-03' archived: false diff --git a/software/reactive-resume.yml b/software/reactive-resume.yml index 85fed49368..b6b5d0065a 100644 --- a/software/reactive-resume.yml +++ b/software/reactive-resume.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/AmruthPillai/Reactive-Resume demo_url: https://rxresu.me/app/dashboard/ -stargazers_count: 27185 -updated_at: '2025-01-14' +stargazers_count: 27372 +updated_at: '2025-01-15' archived: false diff --git a/software/readflow.yml b/software/readflow.yml index 654cbb65a8..0817891d19 100644 --- a/software/readflow.yml +++ b/software/readflow.yml @@ -9,6 +9,6 @@ platforms: tags: - Feed Readers source_code_url: https://github.com/ncarlier/readflow -stargazers_count: 421 +stargazers_count: 420 updated_at: '2024-12-29' archived: false diff --git a/software/recipesage.yml b/software/recipesage.yml index 2352e0e499..2d67625368 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: 664 +stargazers_count: 665 updated_at: '2025-01-12' archived: false diff --git a/software/recipya.yml b/software/recipya.yml index 4ed5c9d539..41e67f642a 100644 --- a/software/recipya.yml +++ b/software/recipya.yml @@ -10,6 +10,6 @@ platforms: tags: - Recipe Management demo_url: https://recipes.musicavis.ca/guide/login -stargazers_count: 249 -updated_at: '2025-01-14' +stargazers_count: 250 +updated_at: '2025-01-15' archived: false diff --git a/software/redash.yml b/software/redash.yml index b5f1b5bc08..fdc6b1f60b 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: 26747 -updated_at: '2025-01-14' +stargazers_count: 26754 +updated_at: '2025-01-15' archived: false diff --git a/software/redlib.yml b/software/redlib.yml index 64500144b4..2c65091349 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: 1558 +stargazers_count: 1559 updated_at: '2024-12-02' archived: false diff --git a/software/relate.yml b/software/relate.yml index 8839e33b45..36db525821 100644 --- a/software/relate.yml +++ b/software/relate.yml @@ -9,5 +9,5 @@ tags: - Learning and Courses source_code_url: https://github.com/inducer/relate stargazers_count: 388 -updated_at: '2025-01-11' +updated_at: '2025-01-15' archived: false diff --git a/software/remotely.yml b/software/remotely.yml index 8e674194ac..b1c169984b 100644 --- a/software/remotely.yml +++ b/software/remotely.yml @@ -9,6 +9,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/immense/Remotely -stargazers_count: 4648 +stargazers_count: 4650 updated_at: '2024-12-17' archived: false diff --git a/software/rero-ils.yml b/software/rero-ils.yml index 36671a8ead..d5c54bbecc 100644 --- a/software/rero-ils.yml +++ b/software/rero-ils.yml @@ -11,5 +11,5 @@ tags: source_code_url: https://github.com/rero/rero-ils demo_url: https://ils.test.rero.ch/ stargazers_count: 74 -updated_at: '2025-01-06' +updated_at: '2025-01-15' archived: false diff --git a/software/restreamer.yml b/software/restreamer.yml index 08974539be..c87e8c32f1 100644 --- a/software/restreamer.yml +++ b/software/restreamer.yml @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/datarhei/restreamer -stargazers_count: 4150 +stargazers_count: 4156 updated_at: '2024-11-26' archived: false diff --git a/software/retrom.yml b/software/retrom.yml index 8cf02ce8b0..24b1e15c04 100644 --- a/software/retrom.yml +++ b/software/retrom.yml @@ -9,6 +9,6 @@ platforms: - Rust tags: - Games - Administrative Utilities & Control Panels -stargazers_count: 789 -updated_at: '2025-01-14' +stargazers_count: 793 +updated_at: '2025-01-15' archived: false diff --git a/software/retrospring.yml b/software/retrospring.yml index 9aa6d3d32e..e79b2b407e 100644 --- a/software/retrospring.yml +++ b/software/retrospring.yml @@ -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: 271 +stargazers_count: 272 updated_at: '2024-12-02' archived: false diff --git a/software/revealjs.yml b/software/revealjs.yml index f1089d102f..f718e27497 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: 68215 +stargazers_count: 68220 updated_at: '2025-01-13' archived: false diff --git a/software/review-board.yml b/software/review-board.yml index df5579474c..aae0dac743 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: 1581 +stargazers_count: 1582 updated_at: '2024-12-18' archived: false diff --git a/software/rocket.chat.yml b/software/rocket.chat.yml index 2baa55519e..ddb75445c6 100644 --- a/software/rocket.chat.yml +++ b/software/rocket.chat.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/RocketChat/Rocket.Chat -stargazers_count: 41629 -updated_at: '2025-01-14' +stargazers_count: 41636 +updated_at: '2025-01-15' archived: false diff --git a/software/romm.yml b/software/romm.yml index 9151b4e03f..b74e343d8d 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: 2894 +stargazers_count: 2899 updated_at: '2025-01-12' archived: false diff --git a/software/roundcube.yml b/software/roundcube.yml index a8390ae66a..14d73679c8 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: 6009 -updated_at: '2025-01-14' +stargazers_count: 6013 +updated_at: '2025-01-15' archived: false diff --git a/software/rss-bridge.yml b/software/rss-bridge.yml index f0f9809895..6e1772eb99 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: 7514 -updated_at: '2025-01-12' +stargazers_count: 7517 +updated_at: '2025-01-15' archived: false diff --git a/software/rsshub.yml b/software/rsshub.yml index d9fbaee5de..51180b07cf 100644 --- a/software/rsshub.yml +++ b/software/rsshub.yml @@ -10,6 +10,6 @@ platforms: tags: - Feed Readers demo_url: https://rsshub.app -stargazers_count: 34759 -updated_at: '2025-01-14' +stargazers_count: 34777 +updated_at: '2025-01-15' archived: false diff --git a/software/rstudio-server.yml b/software/rstudio-server.yml index ee5d47ca97..49dab42871 100644 --- a/software/rstudio-server.yml +++ b/software/rstudio-server.yml @@ -10,5 +10,5 @@ tags: - Software Development - IDE & Tools source_code_url: https://github.com/rstudio/rstudio stargazers_count: 4725 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/rudderstack.yml b/software/rudderstack.yml index 76af2efb68..ca6c2b6150 100644 --- a/software/rudderstack.yml +++ b/software/rudderstack.yml @@ -11,6 +11,6 @@ platforms: tags: - Analytics source_code_url: https://github.com/rudderlabs/rudder-server/ -stargazers_count: 4125 -updated_at: '2025-01-14' +stargazers_count: 4126 +updated_at: '2025-01-15' archived: false diff --git a/software/rustdesk.yml b/software/rustdesk.yml index 015914b77f..35249fc2e4 100644 --- a/software/rustdesk.yml +++ b/software/rustdesk.yml @@ -10,6 +10,6 @@ platforms: tags: - Remote Access source_code_url: https://github.com/rustdesk/rustdesk-server -stargazers_count: 7095 +stargazers_count: 7098 updated_at: '2024-12-07' archived: false diff --git a/software/rustypaste.yml b/software/rustypaste.yml index aca07a477d..49158ace79 100644 --- a/software/rustypaste.yml +++ b/software/rustypaste.yml @@ -9,5 +9,5 @@ tags: - Pastebins source_code_url: https://github.com/orhun/rustypaste stargazers_count: 818 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/ryot.yml b/software/ryot.yml index c246f29f4f..8fa218c46c 100644 --- a/software/ryot.yml +++ b/software/ryot.yml @@ -9,6 +9,6 @@ platforms: tags: - Personal Dashboards demo_url: https://github.com/IgnisDa/ryot?tab=readme-ov-file#-demo -stargazers_count: 2140 +stargazers_count: 2142 updated_at: '2025-01-12' archived: false diff --git a/software/saleor.yml b/software/saleor.yml index 54ad2c75ce..83149da463 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: 20992 -updated_at: '2025-01-14' +stargazers_count: 20998 +updated_at: '2025-01-15' archived: false diff --git a/software/samvera-hyrax.yml b/software/samvera-hyrax.yml index 8d59b85ec2..fd00678245 100644 --- a/software/samvera-hyrax.yml +++ b/software/samvera-hyrax.yml @@ -9,5 +9,5 @@ tags: - Document Management - Institutional Repository and Digital Library Software source_code_url: https://github.com/samvera/hyrax stargazers_count: 184 -updated_at: '2025-01-08' +updated_at: '2025-01-15' archived: false diff --git a/software/scholarsome.yml b/software/scholarsome.yml index dd8b6cad47..e0bf355565 100644 --- a/software/scholarsome.yml +++ b/software/scholarsome.yml @@ -9,6 +9,6 @@ tags: - Learning and Courses source_code_url: https://github.com/hwgilbert16/scholarsome demo_url: https://scholarsome.com/ -stargazers_count: 553 +stargazers_count: 554 updated_at: '2024-07-23' archived: false diff --git a/software/scoold.yml b/software/scoold.yml index 1c57e1fe10..bc0c904957 100644 --- a/software/scoold.yml +++ b/software/scoold.yml @@ -12,5 +12,5 @@ tags: source_code_url: https://github.com/Erudika/scoold demo_url: https://live.scoold.com stargazers_count: 873 -updated_at: '2025-01-11' +updated_at: '2025-01-15' archived: false diff --git a/software/screego.yml b/software/screego.yml index 77c1e6886d..01c85efcc9 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: 8203 +stargazers_count: 8204 updated_at: '2024-12-07' archived: false diff --git a/software/seafile.yml b/software/seafile.yml index b308cb9879..fd0558b4d5 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: 12598 +stargazers_count: 12602 updated_at: '2024-12-21' archived: false diff --git a/software/searxng.yml b/software/searxng.yml index 13cfffd101..64a843405a 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: 15118 +stargazers_count: 15139 updated_at: '2025-01-14' archived: false diff --git a/software/seatsurfing.yml b/software/seatsurfing.yml index 69fa6187fb..bb03e61249 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: 159 +stargazers_count: 160 updated_at: '2025-01-13' archived: false diff --git a/software/seaweedfs.yml b/software/seaweedfs.yml index 4c238d702c..a505bce383 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: 23460 -updated_at: '2025-01-13' +stargazers_count: 23464 +updated_at: '2025-01-15' archived: false diff --git a/software/send.yml b/software/send.yml index 00cf662c83..af00d8accf 100644 --- a/software/send.yml +++ b/software/send.yml @@ -10,6 +10,6 @@ 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: 4927 +stargazers_count: 4930 updated_at: '2024-12-20' archived: false diff --git a/software/sentry-self-hosted.yml b/software/sentry-self-hosted.yml index 001a138028..4623b47d99 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: 39623 +stargazers_count: 39630 updated_at: '2025-01-15' archived: false diff --git a/software/sftpgo.yml b/software/sftpgo.yml index 7576f8ee90..ffa32241d0 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: 9795 +stargazers_count: 9798 updated_at: '2025-01-11' archived: false diff --git a/software/sharry.yml b/software/sharry.yml index 3515d3a9ae..1f980e326b 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: 944 -updated_at: '2025-01-14' +stargazers_count: 946 +updated_at: '2025-01-15' archived: false diff --git a/software/shelf.yml b/software/shelf.yml index a7536330b9..c7515ffe3c 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: 1927 -updated_at: '2025-01-14' +stargazers_count: 1928 +updated_at: '2025-01-15' archived: false diff --git a/software/shellhub.yml b/software/shellhub.yml index c4c6e3d1d9..64fb68ccb4 100644 --- a/software/shellhub.yml +++ b/software/shellhub.yml @@ -9,5 +9,5 @@ tags: - Remote Access source_code_url: https://github.com/shellhub-io/shellhub stargazers_count: 1424 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/shiori.yml b/software/shiori.yml index 6251fc0618..90ce62b72f 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: 9839 +stargazers_count: 9840 updated_at: '2025-01-05' archived: false diff --git a/software/shlink.yml b/software/shlink.yml index abef32f2b5..78ea898bcd 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: 3454 +stargazers_count: 3457 updated_at: '2025-01-13' archived: false diff --git a/software/shopware-community-edition.yml b/software/shopware-community-edition.yml index 0864595002..e216c29f7a 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: 2894 -updated_at: '2025-01-14' +stargazers_count: 2896 +updated_at: '2025-01-15' archived: false diff --git a/software/sickchill.yml b/software/sickchill.yml index d25892b210..b0f2d56ddb 100644 --- a/software/sickchill.yml +++ b/software/sickchill.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/SickChill/SickChill -stargazers_count: 2405 +stargazers_count: 2406 updated_at: '2024-09-10' archived: false diff --git a/software/silverbullet.yml b/software/silverbullet.yml index b1a9bedd90..0e95e1e144 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: 2836 -updated_at: '2025-01-13' +stargazers_count: 2841 +updated_at: '2025-01-15' archived: false diff --git a/software/simple-machines-forum.yml b/software/simple-machines-forum.yml index 981bb9c5f2..956a9afc7f 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: 610 +stargazers_count: 612 updated_at: '2025-01-14' archived: false diff --git a/software/simplelogin.yml b/software/simplelogin.yml index c7b28f5731..fcc7030479 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: 5323 -updated_at: '2024-12-20' +stargazers_count: 5326 +updated_at: '2025-01-15' archived: false diff --git a/software/simplex-chat.yml b/software/simplex-chat.yml index 50559373f2..9ff11c4465 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: 7705 +stargazers_count: 7712 updated_at: '2025-01-13' archived: false diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index c33807f1f8..1e253f6411 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: 1695 +stargazers_count: 1697 updated_at: '2025-01-08' archived: false diff --git a/software/sish.yml b/software/sish.yml index f4c7557211..e1d8d72e70 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: 4081 +stargazers_count: 4085 updated_at: '2025-01-08' archived: false diff --git a/software/sist2.yml b/software/sist2.yml index 0b8748c1b8..a6953a7e22 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: 919 +stargazers_count: 920 updated_at: '2025-01-12' archived: false diff --git a/software/siyuan.yml b/software/siyuan.yml index b9687a9cd5..1de5f24ccb 100644 --- a/software/siyuan.yml +++ b/software/siyuan.yml @@ -9,6 +9,6 @@ platforms: - Go tags: - Knowledge Management Tools -stargazers_count: 26422 +stargazers_count: 26463 updated_at: '2025-01-07' archived: false diff --git a/software/slash.yml b/software/slash.yml index 6f1a890730..708caf3faa 100644 --- a/software/slash.yml +++ b/software/slash.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Bookmarks and Link Sharing -stargazers_count: 2130 +stargazers_count: 2133 updated_at: '2025-01-14' archived: false diff --git a/software/slskd.yml b/software/slskd.yml index dc8c8210d5..8f08fcd8b7 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: 1237 +stargazers_count: 1239 updated_at: '2024-12-18' archived: false diff --git a/software/snapcast.yml b/software/snapcast.yml index 1930af7e19..53f1a77576 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: 6340 -updated_at: '2025-01-14' +stargazers_count: 6341 +updated_at: '2025-01-15' archived: false diff --git a/software/snappymail.yml b/software/snappymail.yml index 172b606e92..7f124a0f21 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: 1086 +stargazers_count: 1088 updated_at: '2024-12-10' archived: false diff --git a/software/soketi.yml b/software/soketi.yml index fb9d5b514b..8a603976a3 100644 --- a/software/soketi.yml +++ b/software/soketi.yml @@ -10,6 +10,6 @@ platforms: tags: - Communication - Custom Communication Systems source_code_url: https://github.com/soketi/soketi -stargazers_count: 5042 +stargazers_count: 5043 updated_at: '2024-03-25' archived: false diff --git a/software/solidinvoice.yml b/software/solidinvoice.yml index d44a7ab75e..138d335869 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: 602 +stargazers_count: 603 updated_at: '2025-01-14' archived: false diff --git a/software/solidtime.yml b/software/solidtime.yml index 6e0f3da437..1c28c2f302 100644 --- a/software/solidtime.yml +++ b/software/solidtime.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Time Tracking -stargazers_count: 2643 +stargazers_count: 2649 updated_at: '2024-12-21' archived: false diff --git a/software/solidus.yml b/software/solidus.yml index 3d0f806f82..abe4af7403 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: 5069 -updated_at: '2025-01-09' +stargazers_count: 5070 +updated_at: '2025-01-15' archived: false diff --git a/software/sonarr.yml b/software/sonarr.yml index b7a4c58f79..a401eae81c 100644 --- a/software/sonarr.yml +++ b/software/sonarr.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Sonarr/Sonarr -stargazers_count: 11161 +stargazers_count: 11173 updated_at: '2025-01-11' archived: false diff --git a/software/sorry-cypress.yml b/software/sorry-cypress.yml index 8bc786d647..0d3e0d2507 100644 --- a/software/sorry-cypress.yml +++ b/software/sorry-cypress.yml @@ -9,6 +9,6 @@ platforms: tags: - Software Development - Testing source_code_url: https://github.com/sorry-cypress/sorry-cypress -stargazers_count: 2724 +stargazers_count: 2726 updated_at: '2024-04-12' archived: false diff --git "a/software/speed-test-by-openspeedtest\342\204\242.yml" "b/software/speed-test-by-openspeedtest\342\204\242.yml" index d372cb3905..01cecca0ec 100644 --- "a/software/speed-test-by-openspeedtest\342\204\242.yml" +++ "b/software/speed-test-by-openspeedtest\342\204\242.yml" @@ -8,6 +8,6 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/openspeedtest/Speed-Test -stargazers_count: 2396 +stargazers_count: 2397 updated_at: '2024-06-04' archived: false diff --git a/software/spis.yml b/software/spis.yml index f2a7fb1837..81b6cb4ba9 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: 140 -updated_at: '2025-01-13' +stargazers_count: 141 +updated_at: '2025-01-15' archived: false diff --git a/software/spree-commerce.yml b/software/spree-commerce.yml index 916765351b..8d8dd171d7 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: 13237 -updated_at: '2025-01-14' +stargazers_count: 13394 +updated_at: '2025-01-15' archived: false diff --git a/software/sqlpage.yml b/software/sqlpage.yml index 2a7150e523..b0ca502c9a 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: 1799 -updated_at: '2025-01-12' +stargazers_count: 1800 +updated_at: '2025-01-15' archived: false diff --git a/software/squidex.yml b/software/squidex.yml index 39c2af661f..82e6b8d631 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: 2297 +stargazers_count: 2298 updated_at: '2024-12-20' archived: false diff --git a/software/srs.yml b/software/srs.yml index 0ad6826a59..767743f9e3 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: 26163 +stargazers_count: 26178 updated_at: '2025-01-14' archived: false diff --git a/software/sshwifty.yml b/software/sshwifty.yml index d18236753b..eac4c57b33 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: 2551 +stargazers_count: 2552 updated_at: '2024-12-13' archived: false diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml index 8154a0d48b..641ffc05bb 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: 5912 -updated_at: '2025-01-14' +stargazers_count: 5931 +updated_at: '2025-01-15' archived: false diff --git a/software/standard-notes.yml b/software/standard-notes.yml index f171a4c456..f49161a6e5 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.org/ -stargazers_count: 5474 +stargazers_count: 5477 updated_at: '2025-01-09' archived: false diff --git a/software/starbase-80.yml b/software/starbase-80.yml index ffd0b99769..91e565e148 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: 325 +stargazers_count: 326 updated_at: '2025-01-13' archived: false diff --git a/software/stash.yml b/software/stash.yml index a93e56c3ad..29ab401e2f 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: 9627 +stargazers_count: 9633 updated_at: '2024-12-04' archived: false diff --git a/software/static-web-server.yml b/software/static-web-server.yml index badbca1181..368e0fea50 100644 --- a/software/static-web-server.yml +++ b/software/static-web-server.yml @@ -11,5 +11,5 @@ platforms: tags: - Web Servers stargazers_count: 1622 -updated_at: '2025-01-10' +updated_at: '2025-01-15' archived: false diff --git a/software/statping.ng.yml b/software/statping.ng.yml index e6c7a4c357..74ab6ec398 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: 1560 -updated_at: '2025-01-09' +stargazers_count: 1563 +updated_at: '2025-01-15' archived: false diff --git a/software/stirling-pdf.yml b/software/stirling-pdf.yml index 121f389d4b..5483733fcb 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: 48867 -updated_at: '2025-01-14' +stargazers_count: 48883 +updated_at: '2025-01-15' archived: false diff --git a/software/strapi.yml b/software/strapi.yml index af473c753b..8c05869359 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: 64642 -updated_at: '2025-01-14' +stargazers_count: 64659 +updated_at: '2025-01-15' archived: false diff --git a/software/streama.yml b/software/streama.yml index 5a31a68845..d3098d587d 100644 --- a/software/streama.yml +++ b/software/streama.yml @@ -8,6 +8,6 @@ platforms: tags: - Media Streaming - Video Streaming source_code_url: https://github.com/streamaserver/streama -stargazers_count: 9719 +stargazers_count: 9721 updated_at: '2024-04-04' archived: false diff --git a/software/stump.yml b/software/stump.yml index aea668a97f..e9c709f7c8 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: 1106 +stargazers_count: 1107 updated_at: '2024-12-08' archived: false diff --git a/software/suitecrm.yml b/software/suitecrm.yml index 4ccddd432f..5228e607ad 100644 --- a/software/suitecrm.yml +++ b/software/suitecrm.yml @@ -8,6 +8,6 @@ platforms: tags: - Groupware source_code_url: https://github.com/salesagility/SuiteCRM -stargazers_count: 4630 +stargazers_count: 4635 updated_at: '2025-01-03' archived: false diff --git a/software/sunshine.yml b/software/sunshine.yml index 6b8c2dde0f..28e1df43ce 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: 21675 -updated_at: '2025-01-14' +stargazers_count: 21711 +updated_at: '2025-01-15' archived: false diff --git a/software/superset.yml b/software/superset.yml index d624508296..8d06df7223 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: 63786 -updated_at: '2025-01-14' +stargazers_count: 63801 +updated_at: '2025-01-15' archived: false diff --git a/software/supysonic.yml b/software/supysonic.yml index 1a7252b12e..a204d6d034 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: 266 +stargazers_count: 267 updated_at: '2024-12-15' archived: false diff --git a/software/suroi.yml b/software/suroi.yml index a2b9253dac..1a30e8a349 100644 --- a/software/suroi.yml +++ b/software/suroi.yml @@ -10,5 +10,5 @@ tags: - Games demo_url: https://suroi.io/ stargazers_count: 315 -updated_at: '2025-01-03' +updated_at: '2025-01-15' archived: false diff --git a/software/svix.yml b/software/svix.yml index eef4fd330e..1478984c4a 100644 --- a/software/svix.yml +++ b/software/svix.yml @@ -10,5 +10,5 @@ tags: - Software Development - API Management source_code_url: https://github.com/svix/svix-webhooks stargazers_count: 2499 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/swag-secure-web-application-gateway.yml b/software/swag-secure-web-application-gateway.yml index 3f601937e8..b215ba6a5d 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: 3014 +stargazers_count: 3020 updated_at: '2025-01-11' archived: false diff --git a/software/swingmusic.yml b/software/swingmusic.yml index ce765ad0dd..aa63b87f6b 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: 855 +stargazers_count: 859 updated_at: '2025-01-10' archived: false diff --git a/software/sylius.yml b/software/sylius.yml index 9b65e75f83..89141f97a8 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: 8060 +stargazers_count: 8064 updated_at: '2025-01-13' archived: false diff --git a/software/synapse.yml b/software/synapse.yml index c4dfd22877..f43f62fef7 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: 1808 +stargazers_count: 1812 updated_at: '2025-01-14' archived: false diff --git a/software/syncthing.yml b/software/syncthing.yml index d7f6d3b595..5e5dfd96c1 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: 66830 +stargazers_count: 66860 updated_at: '2025-01-13' archived: false diff --git a/software/tagspaces.yml b/software/tagspaces.yml index 8fed6895b4..164bfc0340 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: 3941 -updated_at: '2025-01-14' +stargazers_count: 3944 +updated_at: '2025-01-15' archived: false diff --git a/software/tailchat.yml b/software/tailchat.yml index 643ecbb94d..2cbc6ee330 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: 3067 +stargazers_count: 3069 updated_at: '2025-01-02' archived: false diff --git "a/software/takah\304\223.yml" "b/software/takah\304\223.yml" index c18ac299b7..ec90bde81b 100644 --- "a/software/takah\304\223.yml" +++ "b/software/takah\304\223.yml" @@ -8,6 +8,6 @@ platforms: tags: - Communication - Social Networks and Forums source_code_url: https://github.com/jointakahe/takahe -stargazers_count: 1136 +stargazers_count: 1138 updated_at: '2024-08-28' archived: false diff --git a/software/talkyard.yml b/software/talkyard.yml index 668d329551..ecfff2ad7a 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: 1725 +stargazers_count: 1726 updated_at: '2024-12-31' archived: false diff --git a/software/tandoor-recipes.yml b/software/tandoor-recipes.yml index e7a0cafd8c..43f3e04966 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: 5822 +stargazers_count: 5826 updated_at: '2025-01-05' archived: false diff --git a/software/task-keeper.yml b/software/task-keeper.yml index 9a9cd1010f..1e4648582c 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: 61 +stargazers_count: 62 updated_at: '2025-01-04' archived: false diff --git a/software/tasmota.yml b/software/tasmota.yml index 395dc9a432..69191db079 100644 --- a/software/tasmota.yml +++ b/software/tasmota.yml @@ -9,6 +9,6 @@ platforms: - C++ tags: - Internet of Things (IoT) -stargazers_count: 22557 -updated_at: '2025-01-14' +stargazers_count: 22561 +updated_at: '2025-01-15' archived: false diff --git a/software/teammapper.yml b/software/teammapper.yml index 9f88f89a01..b61f817bde 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: 280 +stargazers_count: 282 updated_at: '2025-01-06' archived: false diff --git a/software/teampass.yml b/software/teampass.yml index b5d7fd1b8d..df77f977e6 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: 1695 +stargazers_count: 1697 updated_at: '2025-01-13' archived: false diff --git a/software/technitium-dns-server.yml b/software/technitium-dns-server.yml index e20140c07e..509cebe07a 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: 4800 +stargazers_count: 4806 updated_at: '2024-12-21' archived: false diff --git a/software/teedy.yml b/software/teedy.yml index 0df5b59c65..d1c7da9cf5 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: 2011 +stargazers_count: 2012 updated_at: '2024-09-07' archived: false diff --git a/software/teleport.yml b/software/teleport.yml index 18a9700e91..8e72f8bc35 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: 17882 -updated_at: '2025-01-14' +stargazers_count: 17883 +updated_at: '2025-01-15' archived: false diff --git a/software/teslamate.yml b/software/teslamate.yml index f406ccbd6a..197f8fc42a 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: 6214 +stargazers_count: 6218 updated_at: '2025-01-13' archived: false diff --git a/software/textbelt.yml b/software/textbelt.yml index 2e3b633445..2b029cc1cc 100644 --- a/software/textbelt.yml +++ b/software/textbelt.yml @@ -9,6 +9,6 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/typpo/textbelt depends_3rdparty: true -stargazers_count: 3092 +stargazers_count: 3094 updated_at: '2024-03-28' archived: false diff --git a/software/the-battle-for-wesnoth.yml b/software/the-battle-for-wesnoth.yml index de3a1d54c0..d7ed8dfe4e 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: 5686 -updated_at: '2025-01-14' +stargazers_count: 5692 +updated_at: '2025-01-15' archived: false diff --git a/software/thingsboard.yml b/software/thingsboard.yml index 4d261034cc..b0feb60e6c 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: 18045 -updated_at: '2025-01-14' +stargazers_count: 18062 +updated_at: '2025-01-15' archived: false diff --git a/software/tiddlywiki.yml b/software/tiddlywiki.yml index 6a91e47b3b..b9a038b844 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: 8158 +stargazers_count: 8159 updated_at: '2025-01-07' archived: false diff --git a/software/tiledesk.yml b/software/tiledesk.yml index 52a6e729b6..6fff4489e7 100644 --- a/software/tiledesk.yml +++ b/software/tiledesk.yml @@ -10,5 +10,5 @@ tags: - Communication - Custom Communication Systems source_code_url: https://github.com/Tiledesk/tiledesk stargazers_count: 189 -updated_at: '2024-12-23' +updated_at: '2025-01-15' archived: false diff --git a/software/tileserver-gl.yml b/software/tileserver-gl.yml index 857503ad25..3986ac9814 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: 2293 +stargazers_count: 2294 updated_at: '2025-01-11' archived: false diff --git a/software/timetagger.yml b/software/timetagger.yml index d749e25fe3..ebd6a1f6ae 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: 1233 +stargazers_count: 1234 updated_at: '2025-01-06' archived: false diff --git a/software/tine.yml b/software/tine.yml index bb977e76bc..a4cb097b61 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: 15 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/tinode.yml b/software/tinode.yml index 15a0cc98c0..5223db6302 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: 12217 +stargazers_count: 12219 updated_at: '2024-04-27' archived: false diff --git a/software/tinyproxy.yml b/software/tinyproxy.yml index 12d6ba2c29..22bc62d6f2 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: 4985 +stargazers_count: 4987 updated_at: '2025-01-06' archived: false diff --git a/software/tipi.yml b/software/tipi.yml index 7925c53d65..e295945179 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: 8044 -updated_at: '2025-01-12' +stargazers_count: 8062 +updated_at: '2025-01-15' archived: false diff --git a/software/titra.yml b/software/titra.yml index d37942f024..cbd1a0d123 100644 --- a/software/titra.yml +++ b/software/titra.yml @@ -10,5 +10,5 @@ tags: - Software Development - Project Management source_code_url: https://github.com/kromitgmbh/titra stargazers_count: 409 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/tolgee.yml b/software/tolgee.yml index c1d0d2e941..41f76db2ba 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: 2310 -updated_at: '2025-01-14' +stargazers_count: 2322 +updated_at: '2025-01-15' archived: false diff --git a/software/tooljet.yml b/software/tooljet.yml index cb3de5365b..c6d13c41b3 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: 33667 -updated_at: '2025-01-10' +stargazers_count: 33675 +updated_at: '2025-01-15' archived: false diff --git a/software/tox.yml b/software/tox.yml index d411e286e2..0761ac7b30 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: 2322 -updated_at: '2025-01-14' +stargazers_count: 2323 +updated_at: '2025-01-15' archived: false diff --git a/software/traduora.yml b/software/traduora.yml index 7ff5802758..e3c287167d 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: 2016 -updated_at: '2024-11-22' +stargazers_count: 2017 +updated_at: '2025-01-15' archived: false diff --git a/software/traefik.yml b/software/traefik.yml index a35df6a023..47766a5a5b 100644 --- a/software/traefik.yml +++ b/software/traefik.yml @@ -9,6 +9,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 52697 +stargazers_count: 52722 updated_at: '2025-01-09' archived: false diff --git a/software/traggo.yml b/software/traggo.yml index 22f66fc239..9998f53792 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: 1267 +stargazers_count: 1269 updated_at: '2025-01-02' archived: false diff --git a/software/transfer.sh.yml b/software/transfer.sh.yml index 9cc1d24671..d1eefe8d4c 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: 15370 +stargazers_count: 15372 updated_at: '2024-10-27' archived: false diff --git a/software/transmission.yml b/software/transmission.yml index 52e91e8764..0ec6ca572f 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: 12536 +stargazers_count: 12539 updated_at: '2025-01-09' archived: false diff --git a/software/trilium-notes.yml b/software/trilium-notes.yml index cf0cd464e8..16fa430cc9 100644 --- a/software/trilium-notes.yml +++ b/software/trilium-notes.yml @@ -10,6 +10,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/zadam/trilium -stargazers_count: 27841 +stargazers_count: 27848 updated_at: '2024-05-30' archived: false diff --git a/software/trudesk.yml b/software/trudesk.yml index 8096f075e4..e6a9673feb 100644 --- a/software/trudesk.yml +++ b/software/trudesk.yml @@ -9,6 +9,6 @@ platforms: tags: - Ticketing source_code_url: https://github.com/polonel/trudesk -stargazers_count: 1337 +stargazers_count: 1339 updated_at: '2024-07-24' archived: false diff --git a/software/tube-archivist.yml b/software/tube-archivist.yml index 8df8b6034d..1cb083f053 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: 5509 -updated_at: '2024-12-20' +stargazers_count: 5514 +updated_at: '2025-01-15' archived: false diff --git a/software/tubesync.yml b/software/tubesync.yml index 1d8eea8501..8ac3aa9533 100644 --- a/software/tubesync.yml +++ b/software/tubesync.yml @@ -10,6 +10,6 @@ tags: - Automation source_code_url: https://github.com/meeb/tubesync depends_3rdparty: true -stargazers_count: 2074 -updated_at: '2025-01-14' +stargazers_count: 2076 +updated_at: '2025-01-15' archived: false diff --git a/software/turndown.yml b/software/turndown.yml index 63449ad4dd..0f90e81abf 100644 --- a/software/turndown.yml +++ b/software/turndown.yml @@ -8,6 +8,6 @@ platforms: tags: - Note-taking & Editors source_code_url: https://github.com/mixmark-io/turndown -stargazers_count: 9101 +stargazers_count: 9107 updated_at: '2024-05-19' archived: false diff --git a/software/twenty.yml b/software/twenty.yml index c8bb56ad11..96849bf7a4 100644 --- a/software/twenty.yml +++ b/software/twenty.yml @@ -8,6 +8,6 @@ platforms: - Docker tags: - Groupware -stargazers_count: 24503 -updated_at: '2025-01-14' +stargazers_count: 24512 +updated_at: '2025-01-15' archived: false diff --git a/software/tyk.yml b/software/tyk.yml index 44ed91a156..83c0c37951 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: 9818 -updated_at: '2025-01-13' +stargazers_count: 9822 +updated_at: '2025-01-15' archived: false diff --git a/software/typebot.yml b/software/typebot.yml index 0a713767d9..758ced419e 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: 7854 +stargazers_count: 7863 updated_at: '2025-01-10' archived: false diff --git a/software/typesense.yml b/software/typesense.yml index ec976970e1..2d710a0137 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: 21726 -updated_at: '2025-01-13' +stargazers_count: 21736 +updated_at: '2025-01-15' archived: false diff --git a/software/typo3.yml b/software/typo3.yml index 5aacde176e..ab7101ca7f 100644 --- a/software/typo3.yml +++ b/software/typo3.yml @@ -9,5 +9,5 @@ tags: - Content Management Systems (CMS) source_code_url: https://github.com/TYPO3/typo3 stargazers_count: 1068 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/uguu.yml b/software/uguu.yml index 2d24d7ef60..f18472a183 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: 895 +stargazers_count: 898 updated_at: '2024-10-26' archived: false diff --git a/software/umami.yml b/software/umami.yml index dd66c9ab26..172ab266ce 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: 23738 +stargazers_count: 23754 updated_at: '2024-12-15' archived: false diff --git a/software/umbraco.yml b/software/umbraco.yml index bed52e0549..7e0cabf5ba 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: 4657 -updated_at: '2025-01-14' +stargazers_count: 4660 +updated_at: '2025-01-15' archived: false diff --git a/software/umbrel.yml b/software/umbrel.yml index 763d88584f..e65d906b03 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: 8106 +stargazers_count: 8111 updated_at: '2024-11-25' archived: false diff --git a/software/unison.yml b/software/unison.yml index f1eb1f9c78..ddcee144ca 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: 4307 -updated_at: '2025-01-07' +stargazers_count: 4314 +updated_at: '2025-01-15' archived: false diff --git a/software/upsnap.yml b/software/upsnap.yml index 55e1c2fcbd..93e4046d43 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: 2801 -updated_at: '2025-01-14' +stargazers_count: 2805 +updated_at: '2025-01-15' archived: false diff --git a/software/uptime-kuma.yml b/software/uptime-kuma.yml index 63ce3e998b..17a339e991 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: 62562 +stargazers_count: 62637 updated_at: '2024-12-22' archived: false diff --git a/software/uvdesk.yml b/software/uvdesk.yml index d5190eacbe..b273a46065 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: 9681 +stargazers_count: 9696 updated_at: '2024-12-04' archived: false diff --git a/software/varnish.yml b/software/varnish.yml index d0b840a03b..98e5a22464 100644 --- a/software/varnish.yml +++ b/software/varnish.yml @@ -10,6 +10,6 @@ platforms: - Docker tags: - Web Servers -stargazers_count: 3740 +stargazers_count: 3741 updated_at: '2025-01-14' archived: false diff --git a/software/vaultwarden.yml b/software/vaultwarden.yml index 8fdad27139..1505f41c7b 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: 40756 +stargazers_count: 40784 updated_at: '2025-01-13' archived: false diff --git a/software/vendure.yml b/software/vendure.yml index 57ba092e80..52f59b5246 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: 5915 -updated_at: '2025-01-14' +stargazers_count: 5918 +updated_at: '2025-01-15' archived: false diff --git a/software/viseron.yml b/software/viseron.yml index 136d6ef1f7..f4158ae423 100644 --- a/software/viseron.yml +++ b/software/viseron.yml @@ -9,6 +9,6 @@ platforms: tags: - Video Surveillance depends_3rdparty: false -stargazers_count: 1839 -updated_at: '2025-01-12' +stargazers_count: 1841 +updated_at: '2025-01-15' archived: false diff --git a/software/vvveb-cms.yml b/software/vvveb-cms.yml index 92bf123ab8..90398ba83c 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: 447 +stargazers_count: 449 updated_at: '2025-01-13' archived: false diff --git a/software/wagtail.yml b/software/wagtail.yml index 1287bee1b0..1449713f74 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: 18620 -updated_at: '2025-01-14' +stargazers_count: 18626 +updated_at: '2025-01-15' archived: false diff --git a/software/wakapi.yml b/software/wakapi.yml index 861ab1d8d2..0db3da1c4c 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: 2955 -updated_at: '2024-12-22' +stargazers_count: 2957 +updated_at: '2025-01-15' archived: false diff --git a/software/wallabag.yml b/software/wallabag.yml index ee132fcee6..df07261893 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: 10810 +stargazers_count: 10817 updated_at: '2025-01-14' archived: false diff --git a/software/wastebin.yml b/software/wastebin.yml index 9eaccbb5b0..37fd7b498f 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: 368 -updated_at: '2025-01-14' +stargazers_count: 369 +updated_at: '2025-01-15' archived: false diff --git a/software/watcharr.yml b/software/watcharr.yml index fdd833be78..0bb10466e1 100644 --- a/software/watcharr.yml +++ b/software/watcharr.yml @@ -9,6 +9,6 @@ tags: - Miscellaneous source_code_url: https://github.com/sbondCo/Watcharr demo_url: https://beta.watcharr.app/ -stargazers_count: 574 +stargazers_count: 576 updated_at: '2025-01-01' archived: false diff --git a/software/wayback.yml b/software/wayback.yml index cdd0db3fa6..0ccc26b6bc 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: 1862 +stargazers_count: 1863 updated_at: '2025-01-09' archived: false diff --git a/software/wbo.yml b/software/wbo.yml index ae25f6459f..87b41afa93 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: 2226 +stargazers_count: 2227 updated_at: '2024-10-13' archived: false diff --git a/software/web-portal.yml b/software/web-portal.yml index e56b628dd9..15eeaa30b1 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: 210 +stargazers_count: 212 updated_at: '2024-10-16' archived: false diff --git a/software/webarchive.yml b/software/webarchive.yml index 8508af82ce..47c65a6391 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: 119 +stargazers_count: 120 updated_at: '2024-07-30' archived: false diff --git a/software/weblate.yml b/software/weblate.yml index f061f7c592..80518c6354 100644 --- a/software/weblate.yml +++ b/software/weblate.yml @@ -11,6 +11,6 @@ tags: - Software Development - Localization source_code_url: https://github.com/WeblateOrg/weblate demo_url: https://demo.weblate.org -stargazers_count: 4764 -updated_at: '2025-01-14' +stargazers_count: 4766 +updated_at: '2025-01-15' archived: false diff --git a/software/websurfx.yml b/software/websurfx.yml index 226bf85375..ce6557ca05 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -10,6 +10,6 @@ platforms: tags: - Search Engines depends_3rdparty: true -stargazers_count: 790 -updated_at: '2025-01-14' +stargazers_count: 791 +updated_at: '2025-01-15' archived: false diff --git a/software/weechat.yml b/software/weechat.yml index 1dfd5fac13..55bc0ef6ec 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: 3011 +stargazers_count: 3014 updated_at: '2025-01-08' archived: false diff --git a/software/wekan.yml b/software/wekan.yml index 214d6ba4fc..394d5f8bf4 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: 19727 -updated_at: '2025-01-12' +stargazers_count: 19729 +updated_at: '2025-01-15' archived: false diff --git a/software/wetty.yml b/software/wetty.yml index c5855a052b..a7d7173222 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: 4438 +stargazers_count: 4439 updated_at: '2024-07-20' archived: false diff --git a/software/wger.yml b/software/wger.yml index b37d8bd5b9..e81d253ebd 100644 --- a/software/wger.yml +++ b/software/wger.yml @@ -10,6 +10,6 @@ tags: - Miscellaneous source_code_url: https://github.com/wger-project/wger demo_url: https://wger.de/en/dashboard -stargazers_count: 3375 +stargazers_count: 3378 updated_at: '2025-01-10' archived: false diff --git a/software/whoogle.yml b/software/whoogle.yml index 521be27e90..c8981b37cf 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: 9755 +stargazers_count: 9757 updated_at: '2024-10-31' archived: false diff --git a/software/wiki.js.yml b/software/wiki.js.yml index ff9a4ae401..20c83803fe 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: 25379 +stargazers_count: 25393 updated_at: '2025-01-01' archived: false diff --git a/software/wikidocs.yml b/software/wikidocs.yml index 7bbd91a306..3d1666d5bc 100644 --- a/software/wikidocs.yml +++ b/software/wikidocs.yml @@ -10,6 +10,6 @@ platforms: tags: - Wikis demo_url: https://demo.wikidocs.it -stargazers_count: 365 +stargazers_count: 366 updated_at: '2025-01-08' archived: false diff --git a/software/wintercms.yml b/software/wintercms.yml index 828f63d673..f266c6b105 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: 1391 +stargazers_count: 1393 updated_at: '2025-01-13' archived: false diff --git a/software/woocommerce.yml b/software/woocommerce.yml index 606ef0af1d..e0fffa338d 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: 9502 -updated_at: '2025-01-14' +stargazers_count: 9505 +updated_at: '2025-01-15' archived: false diff --git a/software/wordpress.yml b/software/wordpress.yml index 85ca356260..3d1d1a420d 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: 19772 -updated_at: '2025-01-14' +stargazers_count: 19776 +updated_at: '2025-01-15' archived: false diff --git a/software/writefreely.yml b/software/writefreely.yml index f39ea8ef41..d4e87627a7 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: 4618 +stargazers_count: 4621 updated_at: '2024-12-01' archived: false diff --git a/software/xwiki.yml b/software/xwiki.yml index ac345d1f43..5446722076 100644 --- a/software/xwiki.yml +++ b/software/xwiki.yml @@ -12,5 +12,5 @@ tags: source_code_url: https://github.com/xwiki/xwiki-platform demo_url: https://playground.xwiki.org stargazers_count: 1030 -updated_at: '2025-01-13' +updated_at: '2025-01-15' archived: false diff --git a/software/yaade.yml b/software/yaade.yml index e483ff0ea5..3fffa1fabd 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: 1627 +stargazers_count: 1628 updated_at: '2025-01-13' archived: false diff --git a/software/yacy.yml b/software/yacy.yml index b79927b026..ed66a6257e 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: 3463 +stargazers_count: 3462 updated_at: '2025-01-03' archived: false diff --git a/software/yaffa.yml b/software/yaffa.yml index bc0796ea16..d570b2f40c 100644 --- a/software/yaffa.yml +++ b/software/yaffa.yml @@ -10,5 +10,5 @@ tags: - Money, Budgeting & Management demo_url: https://sandbox.yaffa.cc stargazers_count: 6 -updated_at: '2025-01-14' +updated_at: '2025-01-15' archived: false diff --git a/software/yarr.yml b/software/yarr.yml index 68e30e21ff..c73ee2f648 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: 3085 +stargazers_count: 3087 updated_at: '2024-12-04' archived: false diff --git a/software/ydl_api_ng.yml b/software/ydl_api_ng.yml index 8a5490d338..304a93b000 100644 --- a/software/ydl_api_ng.yml +++ b/software/ydl_api_ng.yml @@ -8,6 +8,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Totonyus/ydl_api_ng -stargazers_count: 160 +stargazers_count: 161 updated_at: '2024-10-14' archived: false diff --git a/software/yopass.yml b/software/yopass.yml index b68737dda8..b2bb6db2ec 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: 1930 -updated_at: '2025-01-14' +stargazers_count: 1931 +updated_at: '2025-01-15' archived: false diff --git a/software/your-spotify.yml b/software/your-spotify.yml index b5925ca199..5588d06f6f 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: 3340 +stargazers_count: 3341 updated_at: '2024-11-24' archived: false diff --git a/software/yourls.yml b/software/yourls.yml index 24115db7a6..3fb1489069 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: 10933 +stargazers_count: 10937 updated_at: '2024-12-31' archived: false diff --git a/software/youtubedl-material.yml b/software/youtubedl-material.yml index eaea400ea2..8f0e920895 100644 --- a/software/youtubedl-material.yml +++ b/software/youtubedl-material.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/Tzahi12345/YoutubeDL-Material -stargazers_count: 2722 +stargazers_count: 2724 updated_at: '2024-01-18' archived: false diff --git a/software/youtubedl-server.yml b/software/youtubedl-server.yml index c7a96541ac..47602fb302 100644 --- a/software/youtubedl-server.yml +++ b/software/youtubedl-server.yml @@ -9,6 +9,6 @@ platforms: tags: - Automation source_code_url: https://github.com/nbr23/youtube-dl-server -stargazers_count: 246 +stargazers_count: 247 updated_at: '2025-01-13' archived: false diff --git a/software/yt-dlp-web-ui.yml b/software/yt-dlp-web-ui.yml index 95899dca6e..dfe97f3070 100644 --- a/software/yt-dlp-web-ui.yml +++ b/software/yt-dlp-web-ui.yml @@ -10,6 +10,6 @@ platforms: tags: - Automation source_code_url: https://github.com/marcopeocchi/yt-dlp-web-ui -stargazers_count: 1055 -updated_at: '2025-01-13' +stargazers_count: 1058 +updated_at: '2025-01-15' archived: false diff --git a/software/zammad.yml b/software/zammad.yml index 0b28255b81..e2940b5623 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: 4579 -updated_at: '2025-01-14' +stargazers_count: 4581 +updated_at: '2025-01-15' archived: false diff --git a/software/zentao.yml b/software/zentao.yml index 34ac37eda3..abdb735326 100644 --- a/software/zentao.yml +++ b/software/zentao.yml @@ -9,6 +9,6 @@ tags: - Software Development - Project Management source_code_url: https://github.com/easysoft/zentaopms demo_url: https://demo15.zentao.pm/ -stargazers_count: 1350 +stargazers_count: 1351 updated_at: '2024-12-30' archived: false diff --git a/software/zero-k.yml b/software/zero-k.yml index 846fc6afe8..c97d1ef4c2 100644 --- a/software/zero-k.yml +++ b/software/zero-k.yml @@ -9,5 +9,5 @@ tags: - Games source_code_url: https://github.com/ZeroK-RTS/Zero-K stargazers_count: 701 -updated_at: '2025-01-11' +updated_at: '2025-01-15' archived: false diff --git a/software/zincsearch.yml b/software/zincsearch.yml index bfcbc36261..283244e55c 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: 17138 +stargazers_count: 17140 updated_at: '2024-10-25' archived: false diff --git a/software/zipline.yml b/software/zipline.yml index c76cbd3f7d..a5165fd5e8 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: 1689 +stargazers_count: 1694 updated_at: '2025-01-10' archived: false diff --git a/software/zoneminder.yml b/software/zoneminder.yml index 3c0650087a..daa5fa370c 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: 5266 +stargazers_count: 5268 updated_at: '2025-01-05' archived: false diff --git a/software/zulip.yml b/software/zulip.yml index bca22aa812..824c9dfae2 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: 21961 -updated_at: '2025-01-14' +stargazers_count: 21993 +updated_at: '2025-01-15' archived: false diff --git "a/software/\302\265streamer.yml" "b/software/\302\265streamer.yml" index bc1d3bf676..ec3e229d6a 100644 --- "a/software/\302\265streamer.yml" +++ "b/software/\302\265streamer.yml" @@ -9,6 +9,6 @@ platforms: tags: - Media Streaming - Multimedia Streaming source_code_url: https://github.com/pikvm/ustreamer -stargazers_count: 1766 +stargazers_count: 1768 updated_at: '2025-01-13' archived: false From 63a0af43e2315eeb500fb859c18d7db70212802b Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:55:52 +0000 Subject: [PATCH 29/30] Add more URLs to link checker / Fix URLs (#1109) * Update xwiki demo to stop redirect * Fix phabricator source code link * Add more links --- .hecat/url-check.yml | 9 ++++++++- software/mediawiki.yml | 2 +- software/xwiki.yml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 9461001627..0f3faf499b 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -54,4 +54,11 @@ steps: - '^https://www.revive-adserver.com/' # Always returns 403 but loads in browser - '^https://www.sipcapture.org/' # Always returns 403 but loads in browser - '^https://static-web-server.net/' # Always returns 403 but loads in browser - - '^https://www.supportpal.com/' # Always returns 403 but loads in browser \ No newline at end of file + - '^https://www.supportpal.com/' # Always returns 403 but loads in browser + - '^https://www.octobot.cloud/' # Always returns 403 but loads in browser + - '^https://instant.io/' # Always returns 403 but loads in browser + - '^https://kiwiirc.com/' # Timesouts in actions but loads in browser + - '^https://kiwiirc.com/nextclient/' # Timesouts in actions but loads in browser + - '^https://www.qbittorrent.org/' # Always returns 403 but loads in browser + - '^https://www.xwiki.org' # Always returns 403 but loads in browser + - '^https://app.invoiceninja.com/invoices/create' # Always returns 403 but loads in browser diff --git a/software/mediawiki.yml b/software/mediawiki.yml index 940e742870..65b14d35b0 100644 --- a/software/mediawiki.yml +++ b/software/mediawiki.yml @@ -7,5 +7,5 @@ platforms: - PHP tags: - Wikis -source_code_url: https://phabricator.wikimedia.org/diffusion/MW/ +source_code_url: https://phabricator.wikimedia.org/source/mediawiki/ demo_url: https://en.wikipedia.org/wiki/Main_Page diff --git a/software/xwiki.yml b/software/xwiki.yml index 5446722076..720102443b 100644 --- a/software/xwiki.yml +++ b/software/xwiki.yml @@ -10,7 +10,7 @@ platforms: tags: - Wikis source_code_url: https://github.com/xwiki/xwiki-platform -demo_url: https://playground.xwiki.org +demo_url: https://www.xwikiplayground.org/xwiki/bin/view/Main/ stargazers_count: 1030 updated_at: '2025-01-15' archived: false From f80d3211ad6aa3b1669192826158dfa488646cbd Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:56:27 +0000 Subject: [PATCH 30/30] Remove Darkwire.io (Unmaintained since Jan 2024) (#1110) ERROR:awesome_lint.py: Darkwire.io: last updated -368 days, 1:28:18.478446 ago, older than 365 days No commits since Jan 2024 No deployments since 5 years ago Stale PRs Darkwire.io linked site doesnt lead anywherwe --- software/darkwire.io.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/darkwire.io.yml diff --git a/software/darkwire.io.yml b/software/darkwire.io.yml deleted file mode 100644 index bf0062583c..0000000000 --- a/software/darkwire.io.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Darkwire.io -website_url: https://github.com/darkwire/darkwire.io -description: End-to-end encrypted instant web chat. -licenses: - - MIT -platforms: - - Nodejs -tags: - - Communication - Custom Communication Systems -source_code_url: https://github.com/darkwire/darkwire.io -stargazers_count: 929 -updated_at: '2024-01-14' -archived: false