├── .dockerignore
├── .github
├── FUNDING.yml
└── workflows
│ ├── build-main-docker-to-acr.yml
│ └── dev-docker-to-acr.yml
├── .gitignore
├── Dockerfile
├── LICENSE
├── README.md
├── app
├── [slug]
│ └── page.tsx
├── about
│ └── page.tsx
├── changelog
│ └── page.tsx
├── en
│ ├── [slug]
│ │ └── page.tsx
│ ├── about
│ │ └── page.tsx
│ ├── page.tsx
│ └── tags
│ │ └── page.tsx
├── globals.css
├── layout.tsx
├── not-found.tsx
├── page.tsx
├── robots.ts
├── sitemap.ts
└── tags
│ └── page.tsx
├── components.json
├── components
├── adsense-ad.tsx
├── adsense-script.tsx
├── category-filter.tsx
├── client-service-filter.tsx
├── footer.tsx
├── github-markdown.css
├── github-repo-info.tsx
├── language-provider.tsx
├── navbar.tsx
├── page-transition.tsx
├── rating.tsx
├── search-input.tsx
├── service-card.tsx
├── service-grid.tsx
├── sort-filter.tsx
├── tag-filter.tsx
├── theme-provider.tsx
└── ui
│ ├── accordion.tsx
│ ├── alert-dialog.tsx
│ ├── alert.tsx
│ ├── aspect-ratio.tsx
│ ├── avatar.tsx
│ ├── badge.tsx
│ ├── breadcrumb.tsx
│ ├── button.tsx
│ ├── calendar.tsx
│ ├── card.tsx
│ ├── carousel.tsx
│ ├── chart.tsx
│ ├── checkbox.tsx
│ ├── collapsible.tsx
│ ├── command.tsx
│ ├── context-menu.tsx
│ ├── dialog.tsx
│ ├── drawer.tsx
│ ├── dropdown-menu.tsx
│ ├── form.tsx
│ ├── hover-card.tsx
│ ├── input-otp.tsx
│ ├── input.tsx
│ ├── label.tsx
│ ├── menubar.tsx
│ ├── navigation-menu.tsx
│ ├── pagination.tsx
│ ├── popover.tsx
│ ├── progress.tsx
│ ├── radio-group.tsx
│ ├── resizable.tsx
│ ├── scroll-area.tsx
│ ├── select.tsx
│ ├── separator.tsx
│ ├── sheet.tsx
│ ├── sidebar.tsx
│ ├── skeleton.tsx
│ ├── slider.tsx
│ ├── sonner.tsx
│ ├── switch.tsx
│ ├── table.tsx
│ ├── tabs.tsx
│ ├── textarea.tsx
│ ├── toast.tsx
│ ├── toaster.tsx
│ ├── toggle-group.tsx
│ ├── toggle.tsx
│ ├── tooltip.tsx
│ ├── use-mobile.tsx
│ └── use-toast.ts
├── content
├── about.md
├── services-en
│ ├── archive
│ │ ├── 0-a.d..md
│ │ ├── 2fauth.md
│ │ ├── 3cx.md
│ │ ├── 4ga-boards.md
│ │ ├── 92five.md
│ │ ├── a-dark-room.md
│ │ ├── accent.md
│ │ ├── acp-admin.md
│ │ ├── active-collab.md
│ │ ├── activepieces.md
│ │ ├── activitywatch.md
│ │ ├── actual.md
│ │ ├── adguard-home.md
│ │ ├── admidio.md
│ │ ├── adminer.md
│ │ ├── adventurelog.md
│ │ ├── aimeos.md
│ │ ├── airtrail.md
│ │ ├── akaunting.md
│ │ ├── akkoma.md
│ │ ├── aleph.md
│ │ ├── alerthub.md
│ │ ├── alf.io.md
│ │ ├── alfresco-community-edition.md
│ │ ├── algernon.md
│ │ ├── aliasvault.md
│ │ ├── ampache.md
│ │ ├── amusewiki.md
│ │ ├── anchr.md
│ │ ├── anonaddy.md
│ │ ├── ansible-nas.md
│ │ ├── answer.md
│ │ ├── antville.md
│ │ ├── anycable.md
│ │ ├── apache-airflow.md
│ │ ├── apache-http-server.md
│ │ ├── apache-solr.md
│ │ ├── apaxy.md
│ │ ├── apostrophe.md
│ │ ├── appflowy.md
│ │ ├── apprise.md
│ │ ├── appsmith.md
│ │ ├── appwrite.md
│ │ ├── aptabase.md
│ │ ├── archivebox.md
│ │ ├── archivesspace.md
│ │ ├── artalk.md
│ │ ├── asciinema.md
│ │ ├── asmbb.md
│ │ ├── asterisk.md
│ │ ├── atheos.md
│ │ ├── atomic-server.md
│ │ ├── atsumeru.md
│ │ ├── audiobookshelf.md
│ │ ├── audioserve.md
│ │ ├── auto-mcs.md
│ │ ├── automatisch.md
│ │ ├── awstats.md
│ │ ├── axigen.md
│ │ ├── azimutt.md
│ │ ├── azuracast.md
│ │ ├── baby-buddy.md
│ │ ├── backdrop-cms.md
│ │ ├── bagisto.md
│ │ ├── bamboo.md
│ │ ├── bar-assistant.md
│ │ ├── baserow.md
│ │ ├── baïkal.md
│ │ ├── beaver-habit-tracker.md
│ │ ├── beelzebub.md
│ │ ├── beets.md
│ │ ├── bencher.md
│ │ ├── bewcloud.md
│ │ ├── bicimon.md
│ │ ├── bigbluebutton.md
│ │ ├── bigcapital.md
│ │ ├── bigtree-cms.md
│ │ ├── bin.md
│ │ ├── binpastes.md
│ │ ├── bit.md
│ │ ├── bitbucket-server.md
│ │ ├── bitcart.md
│ │ ├── bitmagnet.md
│ │ ├── bitpoll.md
│ │ ├── bittorrent-tracker.md
│ │ ├── bitwarden.md
│ │ ├── black-candy.md
│ │ ├── blinko.md
│ │ ├── blocky.md
│ │ ├── bludit.md
│ │ ├── bluecherry.md
│ │ ├── bookbounty.md
│ │ ├── booklogr.md
│ │ ├── bookstack.md
│ │ ├── bookwyrm.md
│ │ ├── bracket.md
│ │ ├── briefkasten.md
│ │ ├── browserstack-automate-turboscale.md
│ │ ├── btcpay-server.md
│ │ ├── bubo-reader.md
│ │ ├── buddy-enterprise.md
│ │ ├── buddypress.md
│ │ ├── budibase.md
│ │ ├── bugsink.md
│ │ ├── bugzilla.md
│ │ ├── buku.md
│ │ ├── bunkerweb.md
│ │ ├── bytebase.md
│ │ ├── caddy.md
│ │ ├── cal.com.md
│ │ ├── calibre-web.md
│ │ ├── calibre.md
│ │ ├── cannery.md
│ │ ├── canvas-lms.md
│ │ ├── casaos.md
│ │ ├── castopod.md
│ │ ├── centrifugo.md
│ │ ├── cgit.md
│ │ ├── chamilo-lms.md
│ │ ├── changedetection.io.md
│ │ ├── channels-dvr-server.md
│ │ ├── channeltube.md
│ │ ├── chartbrew.md
│ │ ├── chartdb.md
│ │ ├── chaskiq.md
│ │ ├── chasquid.md
│ │ ├── chatwoot.md
│ │ ├── chevereto.md
│ │ ├── chhoto-url.md
│ │ ├── chibisafe.md
│ │ ├── chiefonboarding.md
│ │ ├── chirpy.md
│ │ ├── chitchatter.md
│ │ ├── christmas-community.md
│ │ ├── chyrp-lite.md
│ │ ├── citadel.md
│ │ ├── ckan.md
│ │ ├── claper.md
│ │ ├── clearflask.md
│ │ ├── clink.md
│ │ ├── clipbucket.md
│ │ ├── clipcascade.md
│ │ ├── cloud-seeder.md
│ │ ├── cloudbeaver.md
│ │ ├── cloudlog.md
│ │ ├── cloudron.md
│ │ ├── cluster-control.md
│ │ ├── cms-made-simple.md
│ │ ├── cncjs.md
│ │ ├── cockpit.md
│ │ ├── code-server.md
│ │ ├── coder.md
│ │ ├── collabora-online-development-edition.md
│ │ ├── collective-access---providence.md
│ │ ├── commafeed.md
│ │ ├── composio.md
│ │ ├── concrete-5-cms.md
│ │ ├── conduit.md
│ │ ├── contao.md
│ │ ├── converse.js.md
│ │ ├── convertx.md
│ │ ├── convos.md
│ │ ├── coppermine.md
│ │ ├── copyparty.md
│ │ ├── coral.md
│ │ ├── coreshop.md
│ │ ├── corteza.md
│ │ ├── cosmos.md
│ │ ├── couchcms.md
│ │ ├── countly-community-edition.md
│ │ ├── courier-mta.md
│ │ ├── cozy-cloud.md
│ │ ├── craftcms.md
│ │ ├── crafty-controller.md
│ │ ├── crucible.md
│ │ ├── cryptpad.md
│ │ ├── cstate.md
│ │ ├── ctfreak.md
│ │ ├── cubiks-2048.md
│ │ ├── cups.md
│ │ ├── cxreports.md
│ │ ├── cyberchef.md
│ │ ├── cypht.md
│ │ ├── cyrus-imap.md
│ │ ├── cytube.md
│ │ ├── dagu.md
│ │ ├── dailytxt.md
│ │ ├── damselfly.md
│ │ ├── dashpress.md
│ │ ├── dashy.md
│ │ ├── databag.md
│ │ ├── databunker.md
│ │ ├── datasette.md
│ │ ├── davical.md
│ │ ├── davis.md
│ │ ├── davmail.md
│ │ ├── dawarich.md
│ │ ├── debops.md
│ │ ├── deluge.md
│ │ ├── depay.md
│ │ ├── deskpro.md
│ │ ├── diaspora.md
│ │ ├── dietpi.md
│ │ ├── dify.ai.md
│ │ ├── digiboard.md
│ │ ├── digibunch.md
│ │ ├── digibuzzer.md
│ │ ├── digicard.md
│ │ ├── digicut.md
│ │ ├── digiface.md
│ │ ├── digiflashcards.md
│ │ ├── digimerge.md
│ │ ├── digimindmap.md
│ │ ├── digipad.md
│ │ ├── digiquiz.md
│ │ ├── digiread.md
│ │ ├── digirecord.md
│ │ ├── digiscreen.md
│ │ ├── digislides.md
│ │ ├── digisteps.md
│ │ ├── digistorm.md
│ │ ├── digitools.md
│ │ ├── digitranscode.md
│ │ ├── digiview.md
│ │ ├── digiwall.md
│ │ ├── digiwords.md
│ │ ├── directorylister.md
│ │ ├── directus.md
│ │ ├── discount-bandit.md
│ │ ├── discourse.md
│ │ ├── dittofeed.md
│ │ ├── django-crm.md
│ │ ├── django-wiki.md
│ │ ├── dnote.md
│ │ ├── docassemble.md
│ │ ├── docat.md
│ │ ├── docker-mailserver.md
│ │ ├── docking.md
│ │ ├── dockstarter.md
│ │ ├── docmost.md
│ │ ├── docs.md
│ │ ├── docspell.md
│ │ ├── documenso.md
│ │ ├── documize.md
│ │ ├── docuseal.md
│ │ ├── dokuwiki.md
│ │ ├── dolibarr.md
│ │ ├── domjudge.md
│ │ ├── domoticz.md
│ │ ├── donetick.md
│ │ ├── dotclear.md
│ │ ├── dovecot.md
│ │ ├── dovel.md
│ │ ├── dpaste.md
│ │ ├── dragonfly.md
│ │ ├── draw.io.md
│ │ ├── dreamfactory.md
│ │ ├── dropserver.md
│ │ ├── druid.md
│ │ ├── drupal-commerce.md
│ │ ├── drupal.md
│ │ ├── dspace.md
│ │ ├── e-label.md
│ │ ├── easy!appointments.md
│ │ ├── easypanel.md
│ │ ├── easywi.md
│ │ ├── eclipse-che.md
│ │ ├── eda.md
│ │ ├── edx.md
│ │ ├── egroupware.md
│ │ ├── ejabberd.md
│ │ ├── elabftw.md
│ │ ├── elasticsearch.md
│ │ ├── element.md
│ │ ├── elgg.md
│ │ ├── elixire.md
│ │ ├── emailrelay.md
│ │ ├── emailwiz.md
│ │ ├── emby.md
│ │ ├── emqx.md
│ │ ├── enclosed.md
│ │ ├── endurain.md
│ │ ├── engity's-bifröst.md
│ │ ├── enigma-12-bbs.md
│ │ ├── ente.md
│ │ ├── eprints.md
│ │ ├── eqivo.md
│ │ ├── ergo.md
│ │ ├── erpnext.md
│ │ ├── erxes.md
│ │ ├── esmira.md
│ │ ├── espial.md
│ │ ├── espocrm.md
│ │ ├── etebase-etesync.md
│ │ ├── etherpad.md
│ │ ├── evcc.md
│ │ ├── ever-gauzy.md
│ │ ├── evergreen.md
│ │ ├── evershop.md
│ │ ├── everydocs.md
│ │ ├── evidence.md
│ │ ├── exim.md
│ │ ├── expenseowl.md
│ │ ├── expressa.md
│ │ ├── ezbookkeeping.md
│ │ ├── f-droid.md
│ │ ├── family-accounting-tool.md
│ │ ├── farmos.md
│ │ ├── fasten-health.md
│ │ ├── fava.md
│ │ ├── featbit.md
│ │ ├── feather-wiki.md
│ │ ├── fedora-commons-repository.md
│ │ ├── feedcord.md
│ │ ├── feedmixer.md
│ │ ├── feedpushr.md
│ │ ├── feeds-fun.md
│ │ ├── fenrus.md
│ │ ├── fess.md
│ │ ├── fhem.md
│ │ ├── fider.md
│ │ ├── filebrowser.md
│ │ ├── filegator.md
│ │ ├── filerun.md
│ │ ├── files-sharing.md
│ │ ├── filestash.md
│ │ ├── firefly-iii.md
│ │ ├── firefox-account-server.md
│ │ ├── firezone.md
│ │ ├── flagsmith.md
│ │ ├── flarum.md
│ │ ├── flashpaper.md
│ │ ├── flatnotes.md
│ │ ├── flatpress.md
│ │ ├── flexisip.md
│ │ ├── flink.md
│ │ ├── flipt.md
│ │ ├── flowforge.md
│ │ ├── fluidd.md
│ │ ├── flyimg.md
│ │ ├── focalboard.md
│ │ ├── foodcoopshop.md
│ │ ├── foodsoft.md
│ │ ├── forgejo.md
│ │ ├── fork-recipes.md
│ │ ├── form.io.md
│ │ ├── formbricks.md
│ │ ├── forward-email.md
│ │ ├── fossbilling.md
│ │ ├── fossil.md
│ │ ├── framadate.md
│ │ ├── frappe-helpdesk.md
│ │ ├── frappe-hr.md
│ │ ├── freedombox.md
│ │ ├── freepbx.md
│ │ ├── freescout.md
│ │ ├── freeswitch.md
│ │ ├── freshrss.md
│ │ ├── friendica.md
│ │ ├── frigate.md
│ │ ├── full-help.md
│ │ ├── funkwhale.md
│ │ ├── fusio.md
│ │ ├── fusion.md
│ │ ├── fusionpbx.md
│ │ ├── galene.md
│ │ ├── galette.md
│ │ ├── gamevault.md
│ │ ├── gancio.md
│ │ ├── ganymede.md
│ │ ├── garagehq.md
│ │ ├── gaseous-server.md
│ │ ├── gathio.md
│ │ ├── gatus.md
│ │ ├── geeftlist.md
│ │ ├── genea.app.md
│ │ ├── geneweb.md
│ │ ├── geo2tz.md
│ │ ├── gerbera.md
│ │ ├── gerrit.md
│ │ ├── ghost.md
│ │ ├── ghostfolio.md
│ │ ├── ghstats.md
│ │ ├── gibbon.md
│ │ ├── git-annex.md
│ │ ├── gitblit.md
│ │ ├── gitbucket.md
│ │ ├── gitea.md
│ │ ├── github-ntfy.md
│ │ ├── gitit.md
│ │ ├── gitlab.md
│ │ ├── gitolite.md
│ │ ├── gladys.md
│ │ ├── glance.md
│ │ ├── glitchtip.md
│ │ ├── globaleaks.md
│ │ ├── glowing-bear.md
│ │ ├── gnunet.md
│ │ ├── go-doxy.md
│ │ ├── go-feature-flag.md
│ │ ├── goaccess.md
│ │ ├── goatcounter.md
│ │ ├── gogs.md
│ │ ├── gokapi.md
│ │ ├── gollum.md
│ │ ├── gonic.md
│ │ ├── google-webfonts-helper.md
│ │ ├── gophish.md
│ │ ├── goploader.md
│ │ ├── gossa.md
│ │ ├── gosɛ.md
│ │ ├── gotenberg.md
│ │ ├── gotify.md
│ │ ├── gotosocial.md
│ │ ├── grai.md
│ │ ├── gramps-web.md
│ │ ├── graph-vl.md
│ │ ├── graphhopper.md
│ │ ├── graphweaver.md
│ │ ├── grimoire.md
│ │ ├── grist.md
│ │ ├── grocy.md
│ │ ├── group-office.md
│ │ ├── groupboard.md
│ │ ├── grr.md
│ │ ├── guacamole.md
│ │ ├── habitica.md
│ │ ├── handbrake-web.md
│ │ ├── haproxy.md
│ │ ├── haraka.md
│ │ ├── hasura.md
│ │ ├── hatsu.md
│ │ ├── haven.md
│ │ ├── headphones.md
│ │ ├── healthchecks.md
│ │ ├── hedgedoc.md
│ │ ├── heimdall.md
│ │ ├── hemmelig.md
│ │ ├── heyform.md
│ │ ├── hi.events.md
│ │ ├── hiccup.md
│ │ ├── hitobito.md
│ │ ├── holoplay.md
│ │ ├── homarr.md
│ │ ├── home-assistant.md
│ │ ├── homebox-sysadminsmedia.md
│ │ ├── homebox.md
│ │ ├── homegallery.md
│ │ ├── homelabos.md
│ │ ├── homepage-by-gethomepage.md
│ │ ├── homepage-by-tomershvueli.md
│ │ ├── homer.md
│ │ ├── homeserverhq.md
│ │ ├── hook0.md
│ │ ├── hoppscotch-community-edition.md
│ │ ├── hortusfox.md
│ │ ├── hrconvert2.md
│ │ ├── htmly.md
│ │ ├── httplaceholder.md
│ │ ├── hubleys.md
│ │ ├── hubzilla.md
│ │ ├── huginn.md
│ │ ├── huly.md
│ │ ├── humhub.md
│ │ ├── hyperkitty.md
│ │ ├── hyperswitch.md
│ │ ├── hyphanet.md
│ │ ├── i-librarian.md
│ │ ├── icecast-2.md
│ │ ├── ifm.md
│ │ ├── ihatemoney.md
│ │ ├── ilias.md
│ │ ├── imgproxy.md
│ │ ├── immich-kiosk.md
│ │ ├── immich.md
│ │ ├── inboxen.md
│ │ ├── indico.md
│ │ ├── inginious.md
│ │ ├── input.md
│ │ ├── inspircd.md
│ │ ├── inveniordm.md
│ │ ├── inventaire.md
│ │ ├── inventree.md
│ │ ├── invidious.md
│ │ ├── invoice-ninja.md
│ │ ├── invoiceplane.md
│ │ ├── invoiceshelf.md
│ │ ├── iobroker.md
│ │ ├── iodine.md
│ │ ├── iopaint.md
│ │ ├── iredmail.md
│ │ ├── islandora.md
│ │ ├── isponsorblocktv.md
│ │ ├── isso.md
│ │ ├── itflow.md
│ │ ├── jami.md
│ │ ├── janus.md
│ │ ├── jarr.md
│ │ ├── jauth.md
│ │ ├── jellyfin.md
│ │ ├── jellyseerr.md
│ │ ├── jelu.md
│ │ ├── jina.md
│ │ ├── jira.md
│ │ ├── jitbit-helpdesk.md
│ │ ├── jitsi-meet.md
│ │ ├── jitsi-video-bridge.md
│ │ ├── joomla!.md
│ │ ├── joplin.md
│ │ ├── jsxc.md
│ │ ├── judge0-ce.md
│ │ ├── jump.md
│ │ ├── juntagrico.md
│ │ ├── jupyterlab.md
│ │ ├── just-short-it!.md
│ │ ├── kallithea.md
│ │ ├── kamailio.md
│ │ ├── kanban-tool.md
│ │ ├── kanboard.md
│ │ ├── kantree.md
│ │ ├── karakeep.md
│ │ ├── karaoke-eternal.md
│ │ ├── kasm-workspaces.md
│ │ ├── kavita.md
│ │ ├── keila.md
│ │ ├── kener.md
│ │ ├── kestra.md
│ │ ├── keygen.md
│ │ ├── keystonejs.md
│ │ ├── kibitzr.md
│ │ ├── kill-bill.md
│ │ ├── kimai.md
│ │ ├── kinto.md
│ │ ├── kirby.md
│ │ ├── kitchenowl.md
│ │ ├── kiwi-irc.md
│ │ ├── kiwix-serve.md
│ │ ├── klaus.md
│ │ ├── known.md
│ │ ├── koblas.md
│ │ ├── kodi.md
│ │ ├── koel.md
│ │ ├── koha.md
│ │ ├── koillection.md
│ │ ├── komga.md
│ │ ├── kong.md
│ │ ├── krayin.md
│ │ ├── kresus.md
│ │ ├── kriss-feed.md
│ │ ├── kubek.md
│ │ ├── kutt.md
│ │ ├── kyoo.md
│ │ ├── lago.md
│ │ ├── lancache.md
│ │ ├── langfuse.md
│ │ ├── languagetool.md
│ │ ├── lazylibrarian.md
│ │ ├── leantime.md
│ │ ├── ledgersmb.md
│ │ ├── leed.md
│ │ ├── lemmy.md
│ │ ├── leon.md
│ │ ├── lesma.md
│ │ ├── lha.md
│ │ ├── libervia.md
│ │ ├── libre-translate.md
│ │ ├── librekb.md
│ │ ├── librephotos.md
│ │ ├── libreserver.md
│ │ ├── libretime.md
│ │ ├── librum.md
│ │ ├── lidarr.md
│ │ ├── lidatube.md
│ │ ├── lidify.md
│ │ ├── lighttpd.md
│ │ ├── lila.md
│ │ ├── limbas.md
│ │ ├── limesurvey.md
│ │ ├── linkace.md
│ │ ├── linkding.md
│ │ ├── linkstack.md
│ │ ├── linkwarden.md
│ │ ├── linuxgsm.md
│ │ ├── listmonk.md
│ │ ├── litecart.md
│ │ ├── liteshort.md
│ │ ├── litlyx.md
│ │ ├── littlelink.md
│ │ ├── live-helper-chat.md
│ │ ├── livebook.md
│ │ ├── livecodes.md
│ │ ├── livestreamdvr.md
│ │ ├── liwan.md
│ │ ├── lms.md
│ │ ├── local-content-share.md
│ │ ├── localess.md
│ │ ├── lodestone.md
│ │ ├── lomorage.md
│ │ ├── loomio.md
│ │ ├── lowdefy.md
│ │ ├── lstu.md
│ │ ├── luanti.md
│ │ ├── lubelogger.md
│ │ ├── lura.md
│ │ ├── lychee.md
│ │ ├── maddy-mail-server.md
│ │ ├── mafl.md
│ │ ├── magento-open-source.md
│ │ ├── mail-in-a-box.md
│ │ ├── mailcatcher.md
│ │ ├── mailcow.md
│ │ ├── mailman.md
│ │ ├── mailu.md
│ │ ├── mainsail.md
│ │ ├── maloja.md
│ │ ├── manage-my-damn-life.md
│ │ ├── managemeals.md
│ │ ├── manifest.md
│ │ ├── manticore-search.md
│ │ ├── mantisbt.md
│ │ ├── manyfold.md
│ │ ├── maptiler-server.md
│ │ ├── mars-server.md
│ │ ├── mastodon.md
│ │ ├── mataroa.md
│ │ ├── matchering.md
│ │ ├── mathesar.md
│ │ ├── matomo.md
│ │ ├── mattermost.md
│ │ ├── mautic.md
│ │ ├── mayan-edms.md
│ │ ├── maybe.md
│ │ ├── maza-ad-blocking.md
│ │ ├── mealie.md
│ │ ├── mediacms.md
│ │ ├── mediagoblin.md
│ │ ├── mediawiki.md
│ │ ├── medusa.md
│ │ ├── medusajs.md
│ │ ├── meelo.md
│ │ ├── meetable.md
│ │ ├── meilisearch.md
│ │ ├── mejiro.md
│ │ ├── memex.md
│ │ ├── memos.md
│ │ ├── mere-medical.md
│ │ ├── meshcentral.md
│ │ ├── metabase.md
│ │ ├── metatube.md
│ │ ├── metube.md
│ │ ├── miaou.md
│ │ ├── microweber.md
│ │ ├── middleware.md
│ │ ├── mikochi.md
│ │ ├── mindsdb.md
│ │ ├── mindustry.md
│ │ ├── mindwendel.md
│ │ ├── miniflux.md
│ │ ├── minimal-git-server.md
│ │ ├── minimalist-web-notepad.md
│ │ ├── minio.md
│ │ ├── miniserve.md
│ │ ├── minthcm.md
│ │ ├── minus-games.md
│ │ ├── mirotalk-c2c.md
│ │ ├── mirotalk-p2p.md
│ │ ├── mirotalk-sfu.md
│ │ ├── misago.md
│ │ ├── misskey.md
│ │ ├── mistborn.md
│ │ ├── mistserver.md
│ │ ├── mixpost.md
│ │ ├── mobilizon.md
│ │ ├── modoboa.md
│ │ ├── modx.md
│ │ ├── mongooseim.md
│ │ ├── monica.md
│ │ ├── moode-audio.md
│ │ ├── moodle.md
│ │ ├── moon.md
│ │ ├── mopidy.md
│ │ ├── mosparo.md
│ │ ├── motion.tools-antragsgrün.md
│ │ ├── motor-admin.md
│ │ ├── movim.md
│ │ ├── mox.md
│ │ ├── mpd.md
│ │ ├── mstream.md
│ │ ├── mta-sa.md
│ │ ├── multi-scrobbler.md
│ │ ├── mumble.md
│ │ ├── musikcube.md
│ │ ├── mybb.md
│ │ ├── mybucks.online.md
│ │ ├── mycorrhiza-wiki.md
│ │ ├── myfin-budget.md
│ │ ├── myip.md
│ │ ├── mylar3.md
│ │ ├── myspeed.md
│ │ ├── mytinytodo.md
│ │ ├── n8n.md
│ │ ├── navidrome-music-server.md
│ │ ├── nefarious.md
│ │ ├── neko.md
│ │ ├── neonlink.md
│ │ ├── neos.md
│ │ ├── netron.md
│ │ ├── newsblur.md
│ │ ├── newspipe.md
│ │ ├── nextcloud-memories.md
│ │ ├── nextcloudpi.md
│ │ ├── nginx-proxy-manager.md
│ │ ├── nginx.md
│ │ ├── ngircd.md
│ │ ├── nocodb.md
│ │ ├── node-red.md
│ │ ├── nodebb.md
│ │ ├── nominatim.md
│ │ ├── noosfero.md
│ │ ├── not-th.re.md
│ │ ├── note-mark.md
│ │ ├── notifo.md
│ │ ├── novu.md
│ │ ├── ntfy.md
│ │ ├── nullboard.md
│ │ ├── nymphcast.md
│ │ ├── october.md
│ │ ├── octobot.md
│ │ ├── octobox.md
│ │ ├── octoprint.md
│ │ ├── ocular.md
│ │ ├── oddmuse.md
│ │ ├── odoo.md
│ │ ├── ofbiz.md
│ │ ├── offen.md
│ │ ├── olivetin.md
│ │ ├── ollama.md
│ │ ├── ombi.md
│ │ ├── omeka-s.md
│ │ ├── omeka.md
│ │ ├── one-time-secret.md
│ │ ├── onedev.md
│ │ ├── onionshare.md
│ │ ├── onlyoffice.md
│ │ ├── open-eclass.md
│ │ ├── open-food-network.md
│ │ ├── open-meteo.md
│ │ ├── open-quartermaster.md
│ │ ├── open-source-pos.md
│ │ ├── open-source-routing-machine-osrm.md
│ │ ├── open-webui.md
│ │ ├── openbudgeteer.md
│ │ ├── opencart.md
│ │ ├── openfire.md
│ │ ├── opengist.md
│ │ ├── openhab.md
│ │ ├── openmediavault.md
│ │ ├── openmeetings.md
│ │ ├── openolat.md
│ │ ├── openolitor.md
│ │ ├── openproject.md
│ │ ├── openremote.md
│ │ ├── openrouteservice.md
│ │ ├── opensearch.md
│ │ ├── opensign.md
│ │ ├── opensips.md
│ │ ├── openslides.md
│ │ ├── opensmtpd.md
│ │ ├── openssh-sftp-server.md
│ │ ├── openstreetmap.md
│ │ ├── opentrashmail.md
│ │ ├── opentripplanner.md
│ │ ├── openttd.md
│ │ ├── openziti.md
│ │ ├── opik.md
│ │ ├── opnform.md
│ │ ├── orangehrm.md
│ │ ├── osem.md
│ │ ├── ossn.md
│ │ ├── otobo.md
│ │ ├── ots.md
│ │ ├── otter-wiki.md
│ │ ├── our-shopping-list.md
│ │ ├── outline-server.md
│ │ ├── outline.md
│ │ ├── ovenmediaengine.md
│ │ ├── overleaf.md
│ │ ├── overseerr.md
│ │ ├── owncast.md
│ │ ├── owncloud.md
│ │ ├── owntracks-recorder.md
│ │ ├── oxid-eshop.md
│ │ ├── paaster.md
│ │ ├── pacebin.md
│ │ ├── pagure.md
│ │ ├── pairdrop.md
│ │ ├── pancake.md
│ │ ├── panora.md
│ │ ├── paperless-ngx.md
│ │ ├── papermerge.md
│ │ ├── para.md
│ │ ├── part-db.md
│ │ ├── passbolt.md
│ │ ├── passit.md
│ │ ├── passky.md
│ │ ├── password-pusher.md
│ │ ├── pastefy.md
│ │ ├── payload-cms.md
│ │ ├── pdfding.md
│ │ ├── peergos.md
│ │ ├── peertube.md
│ │ ├── pelican-panel.md
│ │ ├── penpot.md
│ │ ├── pepperminty-wiki.md
│ │ ├── perplexica.md
│ │ ├── phorge.md
│ │ ├── photofield.md
│ │ ├── photoprism.md
│ │ ├── photostructure.md
│ │ ├── photoview.md
│ │ ├── phpbb.md
│ │ ├── phplist.md
│ │ ├── phpoffice.md
│ │ ├── pi-hole.md
│ │ ├── picoshare.md
│ │ ├── picsur.md
│ │ ├── pictshare.md
│ │ ├── pigallery-2.md
│ │ ├── piler.md
│ │ ├── pimcore.md
│ │ ├── pinchflat.md
│ │ ├── pinepods.md
│ │ ├── pingvin-share.md
│ │ ├── piqueserver.md
│ │ ├── piwigo.md
│ │ ├── pixelfed.md
│ │ ├── plainpad.md
│ │ ├── plane.md
│ │ ├── planka.md
│ │ ├── plausible-analytics.md
│ │ ├── pleroma.md
│ │ ├── plex.md
│ │ ├── plexripper.md
│ │ ├── plik.md
│ │ ├── plone.md
│ │ ├── plugnmeet.md
│ │ ├── pluxml.md
│ │ ├── pmwiki.md
│ │ ├── pocketbase.md
│ │ ├── podfetch.md
│ │ ├── polaris.md
│ │ ├── pomerium.md
│ │ ├── pomjs.md
│ │ ├── portkey.md
│ │ ├── posio.md
│ │ ├── postal.md
│ │ ├── poste.io.md
│ │ ├── postfix.md
│ │ ├── posthog.md
│ │ ├── postiz.md
│ │ ├── postorius.md
│ │ ├── precis.md
│ │ ├── prestashop.md
│ │ ├── pretalx.md
│ │ ├── pretix.md
│ │ ├── prisme-analytics.md
│ │ ├── privatebin.md
│ │ ├── privmx-webmail.md
│ │ ├── privoxy.md
│ │ ├── projectsend.md
│ │ ├── projeqtor.md
│ │ ├── prosody-im.md
│ │ ├── psitransfer.md
│ │ ├── psono.md
│ │ ├── pterodactyl.md
│ │ ├── publify.md
│ │ ├── pufferpanel.md
│ │ ├── pushbits.md
│ │ ├── puter.md
│ │ ├── pydio.md
│ │ ├── pyload.md
│ │ ├── qbittorrent.md
│ │ ├── qloapps.md
│ │ ├── qpixel.md
│ │ ├── qst.md
│ │ ├── quassel-irc.md
│ │ ├── quickshare.md
│ │ ├── quizmaster.md
│ │ ├── radarr.md
│ │ ├── radicale.md
│ │ ├── rallly.md
│ │ ├── raneto.md
│ │ ├── rapidbay.md
│ │ ├── rconcli.md
│ │ ├── reactive-resume.md
│ │ ├── readeck.md
│ │ ├── reader.md
│ │ ├── readflow.md
│ │ ├── readymedia.md
│ │ ├── receipt-wrangler.md
│ │ ├── recipesage.md
│ │ ├── recipya.md
│ │ ├── red-eclipse-2.md
│ │ ├── redash.md
│ │ ├── redaxo.md
│ │ ├── redlib.md
│ │ ├── redmine.md
│ │ ├── rei3.md
│ │ ├── reiverr.md
│ │ ├── relate.md
│ │ ├── releasebell.md
│ │ ├── remark42.md
│ │ ├── remotely.md
│ │ ├── remoteutilities.md
│ │ ├── repoflow.md
│ │ ├── request-tracker.md
│ │ ├── rero-ils.md
│ │ ├── reservo.md
│ │ ├── resilio-sync.md
│ │ ├── resourcespace.md
│ │ ├── restreamer.md
│ │ ├── retrom.md
│ │ ├── retroshare.md
│ │ ├── retrospring.md
│ │ ├── revealjs.md
│ │ ├── review-board.md
│ │ ├── revive-adserver.md
│ │ ├── revolt.md
│ │ ├── rgit.md
│ │ ├── rhodecode.md
│ │ ├── roadiz.md
│ │ ├── robust-irc.md
│ │ ├── rocket.chat.md
│ │ ├── romm.md
│ │ ├── rosariosis.md
│ │ ├── roundcube.md
│ │ ├── roundup-issue-tracker.md
│ │ ├── routr.md
│ │ ├── rs-short.md
│ │ ├── rss-bridge.md
│ │ ├── rss-monster.md
│ │ ├── rss2email.md
│ │ ├── rsshub.md
│ │ ├── rstudio-server.md
│ │ ├── rudderstack.md
│ │ ├── rukovoditel.md
│ │ ├── rustdesk.md
│ │ ├── rustypaste.md
│ │ ├── rygel.md
│ │ ├── ryot.md
│ │ ├── s-cart.md
│ │ ├── sabredav.md
│ │ ├── saleor.md
│ │ ├── salut-à-toi.md
│ │ ├── sama.md
│ │ ├── samba.md
│ │ ├── samvera-hyrax.md
│ │ ├── sandstorm.md
│ │ ├── sane-network-scanning.md
│ │ ├── schleuder.md
│ │ ├── schoco.md
│ │ ├── scholarsome.md
│ │ ├── scm-manager.md
│ │ ├── scoold.md
│ │ ├── screego.md
│ │ ├── screenconnect.md
│ │ ├── scribble.rs.md
│ │ ├── seafile.md
│ │ ├── searxng.md
│ │ ├── seatsurfing.md
│ │ ├── seaweedfs.md
│ │ ├── seeddms.md
│ │ ├── self-host-blocks.md
│ │ ├── selfoss.md
│ │ ├── send.md
│ │ ├── sendmail.md
│ │ ├── sendy.md
│ │ ├── sentry-self-hosted.md
│ │ ├── sentryshot.md
│ │ ├── serendipity.md
│ │ ├── servas.md
│ │ ├── sftpgo.md
│ │ ├── shaarli.md
│ │ ├── sharetribe.md
│ │ ├── sharry.md
│ │ ├── shelf.md
│ │ ├── shellhub.md
│ │ ├── shhh.md
│ │ ├── shifter.md
│ │ ├── shiori.md
│ │ ├── shkeeper.md
│ │ ├── shlink.md
│ │ ├── shopware-community-edition.md
│ │ ├── shynet.md
│ │ ├── sickchill.md
│ │ ├── sigal.md
│ │ ├── silverbullet.md
│ │ ├── silverstripe.md
│ │ ├── simple-machines-forum.md
│ │ ├── simple-nixos-mailserver.md
│ │ ├── simple-url-shortener.md
│ │ ├── simplelogin.md
│ │ ├── simplex-chat.md
│ │ ├── single-file-php-gallery.md
│ │ ├── sip-irrigation-control.md
│ │ ├── sip3.md
│ │ ├── sipcapture-homer.md
│ │ ├── sish.md
│ │ ├── sist2.md
│ │ ├── siyuan.md
│ │ ├── slash.md
│ │ ├── slink.md
│ │ ├── slskd.md
│ │ ├── smederee.md
│ │ ├── snapcast.md
│ │ ├── snappymail.md
│ │ ├── snikket.md
│ │ ├── snypy.md
│ │ ├── socialhome.md
│ │ ├── socioboard.md
│ │ ├── socks5-proxy-server.md
│ │ ├── sogo.md
│ │ ├── solidinvoice.md
│ │ ├── solidtime.md
│ │ ├── solidus.md
│ │ ├── solo.md
│ │ ├── sonarr.md
│ │ ├── sosse.md
│ │ ├── sourcebans++.md
│ │ ├── sourcehut.md
│ │ ├── spacebin.md
│ │ ├── sparkview.md
│ │ ├── specifically-clementines.md
│ │ ├── spectrum-2.md
│ │ ├── speed-test-by-openspeedtest™.md
│ │ ├── speedtest-tracker.md
│ │ ├── spip.md
│ │ ├── spis.md
│ │ ├── spoolman.md
│ │ ├── spree-commerce.md
│ │ ├── sqlpage.md
│ │ ├── squid.md
│ │ ├── squidex.md
│ │ ├── squirrelmail.md
│ │ ├── srs.md
│ │ ├── sshwifty.md
│ │ ├── stackstorm.md
│ │ ├── stalwart-mail-server.md
│ │ ├── standard-notes.md
│ │ ├── starbase-80.md
│ │ ├── startos.md
│ │ ├── stash.md
│ │ ├── static-web-server.md
│ │ ├── statping.ng.md
│ │ ├── stirling-pdf.md
│ │ ├── strapi.md
│ │ ├── stretto.md
│ │ ├── string.is.md
│ │ ├── stringer.md
│ │ ├── stump.md
│ │ ├── subsonic.md
│ │ ├── suitecrm.md
│ │ ├── sunshine.md
│ │ ├── sup3rs3cretmes5age.md
│ │ ├── superdesk.md
│ │ ├── superset.md
│ │ ├── supportpal.md
│ │ ├── supysonic.md
│ │ ├── surfer.md
│ │ ├── suroi.md
│ │ ├── svix.md
│ │ ├── swag-secure-web-application-gateway.md
│ │ ├── swetrix.md
│ │ ├── swingmusic.md
│ │ ├── sylius.md
│ │ ├── sympa.md
│ │ ├── synapse.md
│ │ ├── syncloud.md
│ │ ├── syncmarks.md
│ │ ├── syncthing.md
│ │ ├── synctube.md
│ │ ├── syndie.md
│ │ ├── tagspaces.md
│ │ ├── taiga.md
│ │ ├── tailchat.md
│ │ ├── takahē.md
│ │ ├── talkyard.md
│ │ ├── tamari.md
│ │ ├── tandoor-recipes.md
│ │ ├── task-keeper.md
│ │ ├── tasks.md.md
│ │ ├── taskwarrior.md
│ │ ├── tasmota.md
│ │ ├── teammapper.md
│ │ ├── teampass.md
│ │ ├── technitium-dns-server.md
│ │ ├── teedy.md
│ │ ├── tegon.md
│ │ ├── teikei.md
│ │ ├── teleport.md
│ │ ├── teslamate.md
│ │ ├── textpattern.md
│ │ ├── the-battle-for-wesnoth.md
│ │ ├── the-epube.md
│ │ ├── the-lounge.md
│ │ ├── thelia.md
│ │ ├── thingsboard.md
│ │ ├── this-week-in-past.md
│ │ ├── thumbor.md
│ │ ├── tiddlywiki.md
│ │ ├── tigase.md
│ │ ├── tiki.md
│ │ ├── tiledesk.md
│ │ ├── tileserver-gl.md
│ │ ├── timetagger.md
│ │ ├── tine.md
│ │ ├── tinode.md
│ │ ├── tiny-file-manager.md
│ │ ├── tiny-tiny-rss.md
│ │ ├── tinyproxy.md
│ │ ├── tipi.md
│ │ ├── titra.md
│ │ ├── tolgee.md
│ │ ├── tooljet.md
│ │ ├── tox.md
│ │ ├── trac.md
│ │ ├── traccar.md
│ │ ├── tracim.md
│ │ ├── tracks.md
│ │ ├── traduora.md
│ │ ├── traefik.md
│ │ ├── traggo.md
│ │ ├── trailbase.md
│ │ ├── transfer.sh.md
│ │ ├── transmission.md
│ │ ├── traq.md
│ │ ├── trilium-notes.md
│ │ ├── trudesk.md
│ │ ├── trueconf.md
│ │ ├── tryton.md
│ │ ├── tube-archivist.md
│ │ ├── tube.md
│ │ ├── tubesync.md
│ │ ├── tuleap.md
│ │ ├── turndown.md
│ │ ├── turtl.md
│ │ ├── twenty.md
│ │ ├── txtdot.md
│ │ ├── tyk.md
│ │ ├── typebot.md
│ │ ├── typemill.md
│ │ ├── typesense.md
│ │ ├── typo3.md
│ │ ├── ubooquity.md
│ │ ├── ubos.md
│ │ ├── uguu.md
│ │ ├── ui-bakery.md
│ │ ├── umami.md
│ │ ├── umbraco.md
│ │ ├── umbrel.md
│ │ ├── unison.md
│ │ ├── unraid.md
│ │ ├── unrealircd.md
│ │ ├── untrusted.md
│ │ ├── uploady.md
│ │ ├── upsnap.md
│ │ ├── uptime-kuma.md
│ │ ├── url-to-png.md
│ │ ├── uvdesk.md
│ │ ├── varnish.md
│ │ ├── vaultwarden.md
│ │ ├── veloren.md
│ │ ├── vendure.md
│ │ ├── videolan-client-vlc.md
│ │ ├── vikunja.md
│ │ ├── virola-messenger.md
│ │ ├── virtual-timeclock.md
│ │ ├── viseron.md
│ │ ├── vod2pod-rss.md
│ │ ├── vouchervault.md
│ │ ├── vvveb-cms.md
│ │ ├── w.md
│ │ ├── wackowiki.md
│ │ ├── wagtail.md
│ │ ├── wakapi.md
│ │ ├── wakupator.md
│ │ ├── wallabag.md
│ │ ├── wallos.md
│ │ ├── wanderer.md
│ │ ├── warpgate.md
│ │ ├── wastebin.md
│ │ ├── watcharr.md
│ │ ├── wavelog.md
│ │ ├── wayback.md
│ │ ├── wazo.md
│ │ ├── wbo.md
│ │ ├── web-portal.md
│ │ ├── webarchive.md
│ │ ├── webdb.md
│ │ ├── webhook-tester.md
│ │ ├── weblate.md
│ │ ├── websoft9.md
│ │ ├── websurfx.md
│ │ ├── webthings-gateway.md
│ │ ├── webtrees.md
│ │ ├── weechat.md
│ │ ├── weewx.md
│ │ ├── wekan.md
│ │ ├── wetty.md
│ │ ├── wger.md
│ │ ├── what-to-cook.md
│ │ ├── whoogle.md
│ │ ├── wiki.js.md
│ │ ├── wikidocs.md
│ │ ├── wikiss.md
│ │ ├── wikisuite.md
│ │ ├── wikmd.md
│ │ ├── wildduck.md
│ │ ├── wintercms.md
│ │ ├── wiznote.md
│ │ ├── wondercms.md
│ │ ├── woocommerce.md
│ │ ├── word-mastermind.md
│ │ ├── wordpress.md
│ │ ├── workadventure.md
│ │ ├── writefreely.md
│ │ ├── writing.md
│ │ ├── wygiwyh.md
│ │ ├── xandikos.md
│ │ ├── xbackbone.md
│ │ ├── xsrv.md
│ │ ├── xwiki.md
│ │ ├── yaade.md
│ │ ├── yabin.md
│ │ ├── yacy.md
│ │ ├── yaffa.md
│ │ ├── yamtrack.md
│ │ ├── yarn.social.md
│ │ ├── yarr.md
│ │ ├── ybfeed.md
│ │ ├── ydl_api_ng.md
│ │ ├── yeti-switch.md
│ │ ├── yetishare.md
│ │ ├── yopass.md
│ │ ├── your-spotify.md
│ │ ├── yourls.md
│ │ ├── youtubedl-server.md
│ │ ├── yt-dlp-web-ui.md
│ │ ├── yunohost.md
│ │ ├── zammad.md
│ │ ├── zenko-cloudserver.md
│ │ ├── zenphoto.md
│ │ ├── zentao.md
│ │ ├── zero-k.md
│ │ ├── zim.md
│ │ ├── zimbra-collaboration.md
│ │ ├── zincsearch.md
│ │ ├── zipline.md
│ │ ├── znc.md
│ │ ├── zoneminder.md
│ │ ├── zoraxy.md
│ │ ├── zot-oci-registry.md
│ │ ├── zulip.md
│ │ ├── zusam.md
│ │ ├── µstreamer.md
│ │ ├── µtask.md
│ │ └── üwave.md
│ └── nextcloud.md
└── services
│ ├── 1panel.md
│ ├── akile-monitor.md
│ ├── alist.md
│ ├── amh.md
│ ├── appnode.md
│ ├── appsmith.md
│ ├── appwrite.md
│ ├── astroluma.md
│ ├── beszel.md
│ ├── bitwarden.md
│ ├── bt-panel.md
│ ├── casdoor.md
│ ├── cgit.md
│ ├── changedetection.md
│ ├── chartdb.md
│ ├── chatgpt-web-midjourney-proxy.md
│ ├── chevereto.md
│ ├── cloudbak.md
│ ├── cloudreve.md
│ ├── cloudsaver.md
│ ├── commafeed.md
│ ├── coolify.md
│ ├── deepclaude.md
│ ├── dify.md
│ ├── directus.md
│ ├── django-cms.md
│ ├── dns-benchmark.md
│ ├── dnsmgr.md
│ ├── dokploy.md
│ ├── dozzle.md
│ ├── drawdb.md
│ ├── drupal.md
│ ├── dufs.md
│ ├── easyImages2.md
│ ├── easypanel.md
│ ├── fastgpt.md
│ ├── filebrowser.md
│ ├── filestash.md
│ ├── flutter-server-box.md
│ ├── freshrss.md
│ ├── fusion.md
│ ├── ghost.md
│ ├── gitbutler.md
│ ├── gitea.md
│ ├── gitlab.md
│ ├── glance.md
│ ├── glitchtip.md
│ ├── goaccess.md
│ ├── gomft.md
│ ├── grafana.md
│ ├── h5ai.md
│ ├── hacker-news-ai.md
│ ├── halo.md
│ ├── harbor.md
│ ├── harness.md
│ ├── hexo.md
│ ├── homarr.md
│ ├── home-assistant.md
│ ├── huginn.md
│ ├── hugo.md
│ ├── imageFlow.md
│ ├── immich.md
│ ├── influxdb.md
│ ├── jekyll.md
│ ├── jellyfin.md
│ ├── joomla.md
│ ├── joplin.md
│ ├── jsoncrack.md
│ ├── k3s.md
│ ├── karakeep.md
│ ├── keel.md
│ ├── kodbox.md
│ ├── kodi.md
│ ├── kuma-mieru.md
│ ├── librechat.md
│ ├── linkding.md
│ ├── listmonk.md
│ ├── lobechat.md
│ ├── logocreator.md
│ ├── lsky-pro.md
│ ├── manifest.md
│ ├── matomo.md
│ ├── medama.md
│ ├── memos.md
│ ├── mineru.md
│ ├── miniflux.md
│ ├── minio.md
│ ├── motor-admin.md
│ ├── mtranserver.md
│ ├── n8n.md
│ ├── navidrome.md
│ ├── neko.md
│ ├── netdata.md
│ ├── netmount.md
│ ├── neurapress.md
│ ├── new-api.md
│ ├── newsnow.md
│ ├── nextchat.md
│ ├── nextcloud.md
│ ├── nginx-proxy-manager.md
│ ├── nginx-ui.md
│ ├── obsidian-livesync.md
│ ├── obsidian.md
│ ├── ocrmypdf.md
│ ├── omni-tools.md
│ ├── one-api.md
│ ├── open-webui.md
│ ├── opengist.md
│ ├── openresty-manager.md
│ ├── palmr.md
│ ├── passbolt.md
│ ├── passwordpusher.md
│ ├── payload.md
│ ├── pgadmin.md
│ ├── phpmyadmin.md
│ ├── plausible.md
│ ├── pocketbase.md
│ ├── postgrest.md
│ ├── privatebin.md
│ ├── prometheus.md
│ ├── proxmox-backup-server.md
│ ├── proxmox-datacenter-manager.md
│ ├── proxmox-ve.md
│ ├── puter.md
│ ├── pydio-cells.md
│ ├── rag-web-ui.md
│ ├── resume.md
│ ├── rssant.md
│ ├── rustypaste.md
│ ├── rybbit.md
│ ├── saveany-bot.md
│ ├── seafile.md
│ ├── searxng.md
│ ├── sentry.md
│ ├── serverless-markdown-convertor.md
│ ├── sftpgo.md
│ ├── siyuan.md
│ ├── smokeping.md
│ ├── sqlpage.md
│ ├── strapi.md
│ ├── syncclipboard.md
│ ├── syncthing.md
│ ├── tailscale-derp.md
│ ├── tegon.md
│ ├── telegram-deepseek-bot.md
│ ├── telegraph-image.md
│ ├── tianji.md
│ ├── tnb-panel.md
│ ├── tooljet.md
│ ├── trailbase.md
│ ├── ttrss.md
│ ├── typecho.md
│ ├── umami.md
│ ├── uptime-kuma.md
│ ├── vaultwarden.md
│ ├── vince.md
│ ├── vmware-vsphere.md
│ ├── vps-audit.md
│ ├── wagtail.md
│ ├── web-check.md
│ ├── webmin.md
│ ├── weclone.md
│ ├── wewerss.md
│ ├── wordpress.md
│ ├── yopass.md
│ ├── yourls.md
│ └── zola.md
├── data
├── tag-groups-en.yaml
└── tag-groups-zh.yaml
├── hooks
├── use-mobile.tsx
└── use-toast.ts
├── lib
├── github-api.ts
├── services.ts
├── types.d.ts
└── utils.ts
├── next.config.mjs
├── package.json
├── pnpm-lock.yaml
├── postcss.config.mjs
├── public
├── 2dcccd0f67794e4bb4c68f673a940967.txt
├── ads.txt
├── brand
│ ├── README.md
│ ├── favicon.svg
│ └── logo.svg
├── placeholder-logo.png
├── placeholder-logo.svg
├── placeholder-user.jpg
├── placeholder.jpg
└── placeholder.svg
├── scripts
├── add-update-times.ts
├── indexnow.ts
└── yaml-to-md-converter.pl
├── styles
└── globals.css
├── tailwind.config.ts
└── tsconfig.json
/app/robots.ts:
--------------------------------------------------------------------------------
1 | import type { MetadataRoute } from "next"
2 |
3 | export default function robots(): MetadataRoute.Robots {
4 | return {
5 | rules: {
6 | userAgent: "*",
7 | allow: "/",
8 | },
9 | sitemap: "https://selfhost-hub.com/sitemap.xml",
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/components/theme-provider.tsx:
--------------------------------------------------------------------------------
1 | 'use client'
2 |
3 | import * as React from 'react'
4 | import {
5 | ThemeProvider as NextThemesProvider,
6 | type ThemeProviderProps,
7 | } from 'next-themes'
8 |
9 | export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
10 | return {children}
11 | }
12 |
--------------------------------------------------------------------------------
/components/ui/aspect-ratio.tsx:
--------------------------------------------------------------------------------
1 | "use client"
2 |
3 | import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"
4 |
5 | const AspectRatio = AspectRatioPrimitive.Root
6 |
7 | export { AspectRatio }
8 |
--------------------------------------------------------------------------------
/components/ui/collapsible.tsx:
--------------------------------------------------------------------------------
1 | "use client"
2 |
3 | import * as CollapsiblePrimitive from "@radix-ui/react-collapsible"
4 |
5 | const Collapsible = CollapsiblePrimitive.Root
6 |
7 | const CollapsibleTrigger = CollapsiblePrimitive.CollapsibleTrigger
8 |
9 | const CollapsibleContent = CollapsiblePrimitive.CollapsibleContent
10 |
11 | export { Collapsible, CollapsibleTrigger, CollapsibleContent }
12 |
--------------------------------------------------------------------------------
/components/ui/skeleton.tsx:
--------------------------------------------------------------------------------
1 | import { cn } from "@/lib/utils"
2 |
3 | function Skeleton({
4 | className,
5 | ...props
6 | }: React.HTMLAttributes) {
7 | return (
8 |
12 | )
13 | }
14 |
15 | export { Skeleton }
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/92five.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "92five"
3 | name: "92five"
4 | description: "Self-hosted project management application."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "Software Development"
9 | website: "https://92fiveapp.com/"
10 | repo: "https://92fiveapp.com/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/a-dark-room.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "a-dark-room"
3 | name: "A Dark Room"
4 | description: "Minimalist text adventure game for your browser."
5 | tags:
6 | - "MPL-2.0"
7 | - "Javascript"
8 | category: "Games"
9 | website: "https://github.com/doublespeakgames/adarkroom"
10 | repo: "https://github.com/doublespeakgames/adarkroom"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/accent.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "accent"
3 | name: "Accent"
4 | description: "Developer-oriented translation tool."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Elixir"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://www.accent.reviews/"
11 | repo: "https://github.com/mirego/accent"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/active-collab.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "active-collab"
3 | name: "Active Collab"
4 | description: "Project management."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "Software Development"
9 | website: "https://activecollab.com/"
10 | repo: "https://activecollab.com/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/activitywatch.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "activitywatch"
3 | name: "ActivityWatch"
4 | description: "Automatically track how you spend time on your devices."
5 | tags:
6 | - "MPL-2.0"
7 | - "Python"
8 | category: "Time Tracking"
9 | website: "https://activitywatch.net"
10 | repo: "https://github.com/ActivityWatch/activitywatch"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/adguard-home.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "adguard-home"
3 | name: "AdGuard Home"
4 | description: "User-friendly ads & trackers blocking DNS server."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "DNS"
9 | website: "https://adguard.com/en/adguard-home/overview.html"
10 | repo: "https://github.com/AdguardTeam/AdGuardHome"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/adventurelog.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "adventurelog"
3 | name: "AdventureLog"
4 | description: "Travel tracker and trip planner."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Maps and Global Positioning System (GPS)"
9 | website: "https://adventurelog.app"
10 | repo: "https://github.com/seanmorley15/AdventureLog"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/airtrail.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "airtrail"
3 | name: "AirTrail"
4 | description: "Personal flight tracking system."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Maps and Global Positioning System (GPS)"
10 | website: "https://airtrail.johan.ohly.dk"
11 | repo: "https://github.com/johanohly/AirTrail"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/akaunting.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "akaunting"
3 | name: "Akaunting"
4 | description: "Accounting software designed for small businesses and freelancers."
5 | tags:
6 | - "BUSL-1.1"
7 | - "PHP"
8 | category: "Money, Budgeting & Management"
9 | website: "https://akaunting.com/"
10 | repo: "https://github.com/akaunting/akaunting"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/alerthub.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "alerthub"
3 | name: "AlertHub"
4 | description: "Get alerts from GitHub releases."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Miscellaneous"
10 | website: "https://github.com/Ardakilic/alerthub"
11 | repo: "https://github.com/Ardakilic/alerthub"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/alf.io.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "alf.io"
3 | name: "Alf.io"
4 | description: "Ticket reservation system."
5 | tags:
6 | - "GPL-3.0"
7 | - "Java"
8 | category: "Booking and Scheduling"
9 | website: "https://alf.io/"
10 | repo: "https://github.com/alfio-event/alf.io"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ampache.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ampache"
3 | name: "Ampache"
4 | description: "Web based audio/video streaming application."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Media Streaming"
9 | website: "https://ampache.org/"
10 | repo: "https://github.com/ampache/ampache"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/anonaddy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "anonaddy"
3 | name: "AnonAddy"
4 | description: "Email forwarding service for creating aliases."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://anonaddy.com"
11 | repo: "https://github.com/anonaddy/anonaddy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/apostrophe.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "apostrophe"
3 | name: "Apostrophe"
4 | description: "CMS with a focus on extensible in-context editing tools."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://apostrophecms.com/"
10 | repo: "https://github.com/apostrophecms/apostrophe"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/appwrite.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "appwrite"
3 | name: "Appwrite"
4 | description: "End to end backend server for web, native, and mobile developers 🚀."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Docker"
8 | category: "Software Development"
9 | website: "https://appwrite.io"
10 | repo: "https://github.com/appwrite/appwrite"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/aptabase.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "aptabase"
3 | name: "Aptabase"
4 | description: "Privacy first and simple analytics for mobile and desktop apps."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Analytics"
9 | website: "https://aptabase.com/"
10 | repo: "https://github.com/aptabase/aptabase"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/asciinema.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "asciinema"
3 | name: "asciinema"
4 | description: "Web app for hosting asciicasts."
5 | tags:
6 | - "Apache-2.0"
7 | - "Elixir"
8 | - "Docker"
9 | category: "Miscellaneous"
10 | website: "https://asciinema.org/"
11 | repo: "https://github.com/asciinema/asciinema-server"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/asmbb.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "asmbb"
3 | name: "AsmBB"
4 | description: "Fast, SQLite-powered forum engine written in ASM."
5 | tags:
6 | - "EUPL-1.2"
7 | - "Assembly"
8 | category: "Communication"
9 | website: "https://board.asm32.info"
10 | repo: "https://asm32.info/fossil/asmbb/index"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/asterisk.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "asterisk"
3 | name: "Asterisk"
4 | description: "Easy to use but advanced IP PBX system, VoIP gateway and conference server."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | - "deb"
9 | category: "Communication"
10 | website: "https://www.asterisk.org/"
11 | repo: "https://github.com/asterisk/asterisk"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/auto-mcs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "auto-mcs"
3 | name: "auto-mcs"
4 | description: "Cross-platform Minecraft server manager."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | category: "Games"
9 | website: "https://www.auto-mcs.com"
10 | repo: "https://github.com/macarooni-man/auto-mcs"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/awstats.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "awstats"
3 | name: "AWStats"
4 | description: "Generate statistics from web, streaming, ftp or mail server logfiles."
5 | tags:
6 | - "GPL-3.0"
7 | - "Perl"
8 | category: "Analytics"
9 | website: "http://www.awstats.org/"
10 | repo: "https://github.com/eldy/awstats"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/azuracast.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "azuracast"
3 | name: "AzuraCast"
4 | description: "Modern and accessible web radio management suite."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | category: "Media Streaming"
9 | website: "https://www.azuracast.com/"
10 | repo: "https://github.com/AzuraCast/AzuraCast"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/bamboo.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bamboo"
3 | name: "Bamboo"
4 | description: "Continuous integration server."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Java"
8 | category: "Software Development"
9 | website: "https://www.atlassian.com/software/bamboo"
10 | repo: "https://www.atlassian.com/software/bamboo"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/baserow.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "baserow"
3 | name: "Baserow"
4 | description: "Create your own database without technical experience (alternative to Airtable)."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Database Management"
9 | website: "https://baserow.io/"
10 | repo: "https://gitlab.com/bramw/baserow"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/baïkal.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "baïkal"
3 | name: "Baïkal"
4 | description: "Lightweight CalDAV and CardDAV server based on sabre/dav."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Calendar & Contacts"
9 | website: "https://sabre.io/baikal/"
10 | repo: "https://github.com/sabre-io/Baikal"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/beets.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "beets"
3 | name: "Beets"
4 | description: "Music library manager and MusicBrainz tagger (command-line and Web interface)."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | - "deb"
9 | category: "Media Streaming"
10 | website: "https://beets.io/"
11 | repo: "https://github.com/beetbox/beets"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/bicimon.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bicimon"
3 | name: "Bicimon"
4 | description: "Bike Speedometer as Progressive Web App."
5 | tags:
6 | - "MIT"
7 | - "Javascript"
8 | category: "Maps and Global Positioning System (GPS)"
9 | website: "https://github.com/knrdl/bicimon"
10 | repo: "https://github.com/knrdl/bicimon"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/bigtree-cms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bigtree-cms"
3 | name: "BigTree CMS"
4 | description: "Straightforward, well documented, and capable CMS."
5 | tags:
6 | - "LGPL-2.1"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.bigtreecms.org/"
10 | repo: "https://github.com/bigtreecms/BigTree-CMS"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/bin.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bin"
3 | name: "bin"
4 | description: "A paste bin that's actually minimalist."
5 | tags:
6 | - "WTFPL"
7 | - "0BSD"
8 | - "Rust"
9 | category: "Pastebins"
10 | website: "https://github.com/w4/bin"
11 | repo: "https://github.com/w4/bin"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/bit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bit"
3 | name: "bit"
4 | description: "Fast, lightweight, resource-efficient, compiled URL shortener."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Crystal"
9 | category: "URL Shorteners"
10 | website: "https://github.com/sjdonado/bit"
11 | repo: "https://github.com/sjdonado/bit"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/bitpoll.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bitpoll"
3 | name: "Bitpoll"
4 | description: "Conduct polls about dates, times or general questions."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | - "Python"
9 | category: "Polls and Events"
10 | website: "https://github.com/fsinfuhh/Bitpoll"
11 | repo: "https://github.com/fsinfuhh/Bitpoll"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/bitwarden.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bitwarden"
3 | name: "Bitwarden"
4 | description: "Password manager with a webapp, browser extension, and mobile app."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "C#"
9 | category: "Password Managers"
10 | website: "https://bitwarden.com/"
11 | repo: "https://github.com/bitwarden/server"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/black-candy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "black-candy"
3 | name: "Black Candy"
4 | description: "Music streaming server."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Ruby"
9 | category: "Media Streaming"
10 | website: "https://github.com/blackcandy-org/black_candy"
11 | repo: "https://github.com/blackcandy-org/black_candy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/blinko.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "blinko"
3 | name: "Blinko"
4 | description: "A personal note tool with AI features."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Note-taking & Editors"
9 | website: "https://blinko.space/"
10 | repo: "https://github.com/blinko-space/blinko"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/bookbounty.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bookbounty"
3 | name: "BookBounty"
4 | description: "Retrieve missing Readarr books from Library Genesis."
5 | tags:
6 | - "MPL-2.0"
7 | - "Docker"
8 | category: "Automation"
9 | website: "https://github.com/TheWicklowWolf/BookBounty"
10 | repo: "https://github.com/TheWicklowWolf/BookBounty"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/booklogr.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "booklogr"
3 | name: "BookLogr"
4 | description: "Manage your personal book library with ease."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | category: "Document Management"
9 | website: "https://github.com/Mozzo1000/booklogr"
10 | repo: "https://github.com/Mozzo1000/booklogr"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/btcpay-server.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "btcpay-server"
3 | name: "BTCPay Server"
4 | description: "Bitcoin and other cryptocurrencies payment processor."
5 | tags:
6 | - "MIT"
7 | - "C#"
8 | category: "Money, Budgeting & Management"
9 | website: "https://btcpayserver.org/"
10 | repo: "https://github.com/btcpayserver/btcpayserver"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/bubo-reader.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "bubo-reader"
3 | name: "Bubo Reader"
4 | description: "Irrationally minimal RSS feed reader."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Feed Readers"
9 | website: "https://github.com/georgemandis/bubo-rss"
10 | repo: "https://github.com/georgemandis/bubo-rss"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/buddy-enterprise.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "buddy-enterprise"
3 | name: "Buddy Enterprise"
4 | description: "Git and Continuous Integration/Delivery Platform."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Nodejs"
8 | - "Java"
9 | category: "Software Development"
10 | website: "https://buddy.works/"
11 | repo: "https://buddy.works/"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/buku.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "buku"
3 | name: "Buku"
4 | description: "Powerful bookmark manager and a personal textual mini-web."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | - "deb"
9 | category: "Bookmarks and Link Sharing"
10 | website: "https://github.com/jarun/Buku"
11 | repo: "https://github.com/jarun/Buku"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/cal.com.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cal.com"
3 | name: "Cal.com"
4 | description: "Online appointment scheduling system."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Booking and Scheduling"
9 | website: "https://cal.com/"
10 | repo: "https://github.com/calcom/cal.com"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cannery.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cannery"
3 | name: "Cannery"
4 | description: "Firearm and ammunition tracker app."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Inventory Management"
9 | website: "https://cannery.app"
10 | repo: "https://gitea.bubbletea.dev/shibao/cannery"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/casaos.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "casaos"
3 | name: "CasaOS"
4 | description: "Simple, easy-to-use, elegant Home Cloud system."
5 | tags:
6 | - "Apache-2.0"
7 | - "Go"
8 | - "Docker"
9 | category: "Self-hosting Solutions"
10 | website: "https://casaos.zimaspace.com/"
11 | repo: "https://github.com/IceWhaleTech/CasaOS"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/cgit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cgit"
3 | name: "Cgit"
4 | description: "Fast lightweight web interface for git repositories."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | category: "Software Development"
9 | website: "https://git.zx2c4.com/cgit/about/"
10 | repo: "https://git.zx2c4.com/cgit/tree/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/chamilo-lms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "chamilo-lms"
3 | name: "Chamilo LMS"
4 | description: "Create a virtual campus for the provision of online or semi-online training."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Learning and Courses"
9 | website: "https://chamilo.org/"
10 | repo: "https://github.com/chamilo/chamilo-lms"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/chirpy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "chirpy"
3 | name: "Chirpy"
4 | description: "Privacy-friendly and customizable Disqus (comment system) alternate."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Communication"
10 | website: "https://chirpy.dev"
11 | repo: "https://github.com/devrsi0n/chirpy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/chitchatter.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "chitchatter"
3 | name: "Chitchatter"
4 | description: "Peer-to-peer chat app that is serverless, decentralized, and ephemeral."
5 | tags:
6 | - "GPL-2.0"
7 | - "Nodejs"
8 | category: "Communication"
9 | website: "https://chitchatter.im/"
10 | repo: "https://github.com/jeremyckahn/chitchatter"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/chyrp-lite.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "chyrp-lite"
3 | name: "Chyrp Lite"
4 | description: "Extra-awesome, extra-lightweight blog engine."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "PHP"
8 | category: "Blogging Platforms"
9 | website: "https://chyrplite.net"
10 | repo: "https://github.com/xenocrat/chyrp-lite"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ckan.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ckan"
3 | name: "CKAN"
4 | description: "Make open data websites."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | category: "Archiving and Digital Preservation (DP)"
9 | website: "https://ckan.org"
10 | repo: "https://github.com/ckan/ckan"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cloudlog.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cloudlog"
3 | name: "Cloudlog"
4 | description: "Log your amateur radio contacts anywhere."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | - "Docker"
9 | category: "Miscellaneous"
10 | website: "https://magicbug.co.uk/cloudlog/"
11 | repo: "https://github.com/magicbug/cloudlog"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/cncjs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cncjs"
3 | name: "CNCjs"
4 | description: "Web interface for CNC milling controllers running Grbl, Smoothieware, or TinyG."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Manufacturing"
9 | website: "https://cnc.js.org/"
10 | repo: "https://github.com/cncjs/cncjs/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cockpit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cockpit"
3 | name: "Cockpit"
4 | description: "Simple content platform to manage any structured content."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://getcockpit.com"
10 | repo: "https://github.com/Cockpit-HQ/Cockpit"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/coder.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "coder"
3 | name: "Coder"
4 | description: "Remote development machines on your own infrastructure."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | - "K8S"
10 | - "deb"
11 | category: "Software Development"
12 | website: "https://coder.com/"
13 | repo: "https://github.com/coder/coder"
14 | #image: "/placeholder.svg?height=300&width=400"
15 | ---
16 |
17 |
--------------------------------------------------------------------------------
/content/services-en/archive/commafeed.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "commafeed"
3 | name: "CommaFeed"
4 | description: "Google Reader inspired self-hosted RSS reader."
5 | tags:
6 | - "Apache-2.0"
7 | - "Java"
8 | - "Docker"
9 | category: "Feed Readers"
10 | website: "https://www.commafeed.com/"
11 | repo: "https://github.com/Athou/commafeed"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/concrete-5-cms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "concrete-5-cms"
3 | name: "Concrete 5 CMS"
4 | description: "Open source content management system."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.concretecms.com"
10 | repo: "https://github.com/concretecms/concretecms"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/conduit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "conduit"
3 | name: "Conduit"
4 | description: "A simple, fast, and reliable chat server powered by Matrix."
5 | tags:
6 | - "Apache-2.0"
7 | - "Rust"
8 | category: "Communication"
9 | website: "https://conduit.rs/"
10 | repo: "https://gitlab.com/famedly/conduit"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/converse.js.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "converse.js"
3 | name: "Converse.js"
4 | description: "XMPP chat client in your browser."
5 | tags:
6 | - "MPL-2.0"
7 | - "Javascript"
8 | category: "Communication"
9 | website: "https://conversejs.org/"
10 | repo: "https://github.com/conversejs/converse.js"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/convertx.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "convertx"
3 | name: "ConvertX"
4 | description: "Online file converter which supports over a thousand different formats."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Miscellaneous"
9 | website: "https://github.com/C4illin/ConvertX"
10 | repo: "https://github.com/C4illin/ConvertX"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/convos.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "convos"
3 | name: "Convos"
4 | description: "Always online web IRC client."
5 | tags:
6 | - "Artistic-2.0"
7 | - "Perl"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://convos.chat/"
11 | repo: "https://github.com/convos-chat/convos"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/coral.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "coral"
3 | name: "Coral"
4 | description: "A better commenting experience from Vox Media."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Communication"
10 | website: "https://coralproject.net/"
11 | repo: "https://github.com/coralproject/talk"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/coreshop.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "coreshop"
3 | name: "CoreShop"
4 | description: "E-commerce plugin for Pimcore."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "E-commerce"
9 | website: "https://www.coreshop.org"
10 | repo: "https://github.com/coreshop/CoreShop"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/couchcms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "couchcms"
3 | name: "CouchCMS"
4 | description: "CMS for designers."
5 | tags:
6 | - "CPAL-1.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.couchcms.com/"
10 | repo: "https://github.com/CouchCMS/CouchCMS"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/crucible.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "crucible"
3 | name: "Crucible"
4 | description: "Peer code review application."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Java"
8 | category: "Software Development"
9 | website: "https://www.atlassian.com/software/crucible"
10 | repo: "https://www.atlassian.com/software/crucible"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cubiks-2048.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cubiks-2048"
3 | name: "Cubiks-2048"
4 | description: "Clone of 2048 game in 3D."
5 | tags:
6 | - "CC-BY-NC-4.0"
7 | - "Javascript"
8 | category: "Games"
9 | website: "https://github.com/Kshitij-Banerjee/Cubiks-2048"
10 | repo: "https://github.com/Kshitij-Banerjee/Cubiks-2048"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cypht.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cypht"
3 | name: "Cypht"
4 | description: "Feed reader for your email accounts."
5 | tags:
6 | - "LGPL-2.1"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://cypht.org"
10 | repo: "https://github.com/cypht-org/cypht"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cyrus-imap.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cyrus-imap"
3 | name: "Cyrus IMAP"
4 | description: "Email (IMAP/POP3), contacts and calendar server."
5 | tags:
6 | - "BSD-3-Clause-Attribution"
7 | - "C"
8 | category: "Communication"
9 | website: "https://www.cyrusimap.org/"
10 | repo: "https://github.com/cyrusimap/cyrus-imapd"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/cytube.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "cytube"
3 | name: "CyTube"
4 | description: "Synchronize media, chat, and more for an arbitrary number of channels."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Media Streaming"
9 | website: "https://github.com/calzoneman/sync"
10 | repo: "https://github.com/calzoneman/sync"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/dashy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dashy"
3 | name: "Dashy"
4 | description: "Feature-rich homepage for your homelab, with easy YAML configuration."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Personal Dashboards"
10 | website: "https://dashy.to/"
11 | repo: "https://github.com/lissy93/dashy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/deluge.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "deluge"
3 | name: "Deluge"
4 | description: "Lightweight, cross-platform BitTorrent client."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | - "deb"
9 | category: "File Transfer"
10 | website: "https://deluge-torrent.org/"
11 | repo: "https://git.deluge-torrent.org/deluge/tree/?h=develop"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/depay.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "depay"
3 | name: "DePay"
4 | description: "Accept Web3 Payments directly into your wallet. Peer-to-peer, free, self-hosted & open-source."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Money, Budgeting & Management"
9 | website: "https://depay.com"
10 | repo: "https://github.com/depayfi/widgets"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/diaspora.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "diaspora"
3 | name: "diaspora*"
4 | description: "Distributed social networking server."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | category: "Communication"
9 | website: "https://diasporafoundation.org/"
10 | repo: "https://github.com/diaspora/diaspora"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/dify.ai.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dify.ai"
3 | name: "Dify.ai"
4 | description: "Build, test and deploy LLM applications."
5 | tags:
6 | - "Apache-2.0"
7 | - "Commons-Clause"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://dify.ai"
11 | repo: "https://github.com/langgenius/dify"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/digiboard.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "digiboard"
3 | name: "Digiboard"
4 | description: "Create collaborative whiteboards (documentation in French)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Miscellaneous"
9 | website: "https://digiboard.app/"
10 | repo: "https://codeberg.org/ladigitale/digiboard"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/digibuzzer.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "digibuzzer"
3 | name: "Digibuzzer"
4 | description: "Create a virtual game room around a connected buzzer (documentation in French)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Games"
9 | website: "https://digibuzzer.app/"
10 | repo: "https://codeberg.org/ladigitale/digibuzzer"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/digicard.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "digicard"
3 | name: "Digicard"
4 | description: "Create simple graphic compositions (documentation in French)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Miscellaneous"
9 | website: "https://codeberg.org/ladigitale/digicard"
10 | repo: "https://codeberg.org/ladigitale/digicard"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/digicut.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "digicut"
3 | name: "Digicut"
4 | description: "Cut audio and video files using FFMPEG.wasm (documentation in French)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Miscellaneous"
9 | website: "https://ladigitale.dev/digicut/"
10 | repo: "https://codeberg.org/ladigitale/digicut"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/digiface.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "digiface"
3 | name: "Digiface"
4 | description: "Create avatars using the Avataaars library (documentation in French)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Miscellaneous"
9 | website: "https://ladigitale.dev/digiface/"
10 | repo: "https://codeberg.org/ladigitale/digiface"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/discourse.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "discourse"
3 | name: "Discourse"
4 | description: "Advanced forum / community solution based on Ruby and JS."
5 | tags:
6 | - "GPL-2.0"
7 | - "Docker"
8 | category: "Communication"
9 | website: "https://www.discourse.org/"
10 | repo: "https://github.com/discourse/discourse"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/dnote.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dnote"
3 | name: "Dnote"
4 | description: "A simple command line notebook with multi-device sync and web interface."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | category: "Note-taking & Editors"
9 | website: "https://www.getdnote.com"
10 | repo: "https://github.com/dnote/dnote"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/docat.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "docat"
3 | name: "DOCAT"
4 | description: "Host your docs. Simple. Versioned. Fancy."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | - "Docker"
9 | category: "Miscellaneous"
10 | website: "https://github.com/docat-org/docat"
11 | repo: "https://github.com/docat-org/docat"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/docmost.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "docmost"
3 | name: "docmost"
4 | description: "Collaborative wiki and documentation software (alternative to Confluence, Notion)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Wikis"
10 | website: "https://docmost.com/"
11 | repo: "https://github.com/docmost/docmost"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/docs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "docs"
3 | name: "Docs"
4 | description: "Collaborative note taking, wiki and documentation platform that scales."
5 | tags:
6 | - "MIT"
7 | - "K8S"
8 | category: "Note-taking & Editors"
9 | website: "https://docs.numerique.gouv.fr/"
10 | repo: "https://github.com/suitenumerique/docs"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/docspell.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "docspell"
3 | name: "Docspell"
4 | description: "Auto-tagging document organizer and archive."
5 | tags:
6 | - "GPL-3.0"
7 | - "Scala"
8 | - "Java"
9 | - "Docker"
10 | category: "Document Management"
11 | website: "https://docspell.org"
12 | repo: "https://github.com/eikek/docspell"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/documenso.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "documenso"
3 | name: "Documenso"
4 | description: "Digital document signing platform (alternative to DocuSign)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Document Management"
10 | website: "https://documenso.com"
11 | repo: "https://github.com/documenso/documenso"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/docuseal.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "docuseal"
3 | name: "Docuseal"
4 | description: "Create, fill, and sign digital documents (alternative to DocuSign)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Document Management"
9 | website: "https://www.docuseal.co"
10 | repo: "https://github.com/docusealco/docuseal"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/dotclear.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dotclear"
3 | name: "Dotclear"
4 | description: "Take control over your blog."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Blogging Platforms"
9 | website: "https://git.dotclear.org/dev/dotclear"
10 | repo: "https://git.dotclear.org/dev/dotclear"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/dovecot.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dovecot"
3 | name: "Dovecot"
4 | description: "IMAP and POP3 server written primarily with security in mind."
5 | tags:
6 | - "MIT"
7 | - "LGPL-2.1"
8 | - "C"
9 | - "deb"
10 | category: "Communication"
11 | website: "https://www.dovecot.org/"
12 | repo: "https://github.com/dovecot/core"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/dragonfly.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dragonfly"
3 | name: "DragonFly"
4 | description: "A small MTA for home and office use. Works on Linux and FreeBSD."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "C"
8 | category: "Communication"
9 | website: "https://github.com/corecode/dma"
10 | repo: "https://github.com/corecode/dma"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/druid.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "druid"
3 | name: "Druid"
4 | description: "Distributed, column-oriented, real-time analytics data store."
5 | tags:
6 | - "Apache-2.0"
7 | - "Java"
8 | - "Docker"
9 | category: "Analytics"
10 | website: "http://druid.io/"
11 | repo: "https://github.com/apache/druid"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/drupal.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "drupal"
3 | name: "Drupal"
4 | description: "Advanced open source content management platform."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.drupal.org/"
10 | repo: "https://git.drupalcode.org/project/drupal"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/dspace.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "dspace"
3 | name: "DSpace"
4 | description: "Turnkey repository application providing durable access to digital resources."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Java"
8 | category: "Document Management"
9 | website: "http://www.dspace.org/"
10 | repo: "https://github.com/DSpace/DSpace"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/easypanel.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "easypanel"
3 | name: "Easypanel"
4 | description: "Modern server control panel powered by Docker."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Docker"
8 | category: "Self-hosting Solutions"
9 | website: "https://easypanel.io"
10 | repo: "https://easypanel.io"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/eclipse-che.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "eclipse-che"
3 | name: "Eclipse Che"
4 | description: "Open source workspace server and cloud IDE."
5 | tags:
6 | - "EPL-1.0"
7 | - "Docker"
8 | - "Java"
9 | category: "Software Development"
10 | website: "https://www.eclipse.org/che/"
11 | repo: "https://github.com/eclipse/che"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/eda.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "eda"
3 | name: "EDA"
4 | description: "Web application for data analysis and visualization."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Analytics"
10 | website: "https://github.com/jortilles/EDA"
11 | repo: "https://github.com/jortilles/EDA"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/edx.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "edx"
3 | name: "edX"
4 | description: "The Open edX platform is open-source code that powers edX.org."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | category: "Learning and Courses"
9 | website: "https://www.edx.org/"
10 | repo: "https://github.com/edx/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ejabberd.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ejabberd"
3 | name: "ejabberd"
4 | description: "XMPP instant messaging server."
5 | tags:
6 | - "GPL-2.0"
7 | - "Erlang"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://www.ejabberd.im/"
11 | repo: "https://github.com/processone/ejabberd"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/elasticsearch.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "elasticsearch"
3 | name: "ElasticSearch"
4 | description: "Distributed, RESTful search and analytics engine."
5 | tags:
6 | - "SSPL-1.0"
7 | - "Java"
8 | category: "Search Engines"
9 | website: "https://www.elastic.co/elasticsearch/"
10 | repo: "https://github.com/elastic/elasticsearch"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/element.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "element"
3 | name: "Element"
4 | description: "Fully-featured Matrix client for Web, iOS & Android."
5 | tags:
6 | - "Apache-2.0"
7 | - "Nodejs"
8 | category: "Communication"
9 | website: "https://element.io"
10 | repo: "https://github.com/vector-im/element-web"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/elgg.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "elgg"
3 | name: "Elgg"
4 | description: "Powerful open source social networking engine."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://elgg.org/"
10 | repo: "https://github.com/Elgg/Elgg"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/elixire.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "elixire"
3 | name: "elixire"
4 | description: "Simple yet advanced screenshot uploading and link shortening service."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | category: "File Transfer"
9 | website: "https://gitlab.com/elixire/elixire"
10 | repo: "https://gitlab.com/elixire/elixire"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/emby.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "emby"
3 | name: "Emby"
4 | description: "Home media server supporting both DLNA and DIAL (Chromecast) devices out-of-the-box."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "C#"
8 | category: "Media Streaming"
9 | website: "https://emby.media/"
10 | repo: "https://emby.media/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/erpnext.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "erpnext"
3 | name: "ERPNext"
4 | description: "ERP system to help you run your business."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | - "Docker"
9 | category: "Resource Planning"
10 | website: "https://frappe.io/erpnext"
11 | repo: "https://github.com/frappe/erpnext"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/espial.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "espial"
3 | name: "Espial"
4 | description: "An open-source, web-based bookmarking server."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Haskell"
8 | category: "Bookmarks and Link Sharing"
9 | website: "https://github.com/jonschoning/espial"
10 | repo: "https://github.com/jonschoning/espial"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/evidence.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "evidence"
3 | name: "Evidence"
4 | description: "Code-based BI tool. Write reports using SQL and markdown and they render as a website."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Database Management"
9 | website: "https://evidence.dev"
10 | repo: "https://github.com/evidence-dev/evidence"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/exim.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "exim"
3 | name: "Exim"
4 | description: "Message transfer agent (MTA) developed at the University of Cambridge."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | - "deb"
9 | category: "Communication"
10 | website: "https://www.exim.org/"
11 | repo: "https://git.exim.org/exim.git"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/f-droid.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "f-droid"
3 | name: "F-Droid"
4 | description: "Server tools for maintaining an F-Droid repository system."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | - "Docker"
9 | - "deb"
10 | category: "Miscellaneous"
11 | website: "https://f-droid.org"
12 | repo: "https://gitlab.com/fdroid/fdroidserver"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/farmos.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "farmos"
3 | name: "farmOS"
4 | description: "Web-based farm record keeping application."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | - "Docker"
9 | category: "Resource Planning"
10 | website: "https://farmos.org/"
11 | repo: "https://github.com/farmOS/farmOS"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/fava.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "fava"
3 | name: "Fava"
4 | description: "Web frontend of Beancount, a text based double-entry accounting system."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Money, Budgeting & Management"
9 | website: "https://beancount.github.io/fava/"
10 | repo: "https://github.com/beancount/fava"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/featbit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "featbit"
3 | name: "Featbit"
4 | description: "Enterprise-grade feature flag platform that you can self-host."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "K8S"
9 | category: "Software Development"
10 | website: "https://www.featbit.co/"
11 | repo: "https://github.com/featbit/featbit"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/feedcord.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "feedcord"
3 | name: "FeedCord"
4 | description: "Simple, lightweight & customizable RSS News Feed for your Discord Server."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Feed Readers"
9 | website: "https://github.com/Qolors/FeedCord"
10 | repo: "https://github.com/Qolors/FeedCord"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/feeds-fun.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "feeds-fun"
3 | name: "Feeds Fun"
4 | description: "News reader with tags, scoring, and AI."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Python"
8 | category: "Feed Readers"
9 | website: "https://feeds.fun/"
10 | repo: "https://github.com/Tiendil/feeds.fun"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/fess.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "fess"
3 | name: "Fess"
4 | description: "Powerful and easily deployable Enterprise Search Server."
5 | tags:
6 | - "Apache-2.0"
7 | - "Java"
8 | - "Docker"
9 | category: "Search Engines"
10 | website: "https://fess.codelibs.org/"
11 | repo: "https://github.com/codelibs/fess"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/fider.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "fider"
3 | name: "Fider"
4 | description: "Open platform to collect and prioritize feedback (alternative to UserVoice)."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Polls and Events"
9 | website: "https://fider.io"
10 | repo: "https://github.com/getfider/fider"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/filebrowser.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "filebrowser"
3 | name: "filebrowser"
4 | description: "Web File Browser with a Material Design web interface."
5 | tags:
6 | - "Apache-2.0"
7 | - "Go"
8 | category: "File Transfer"
9 | website: "https://filebrowser.org/"
10 | repo: "https://github.com/filebrowser/filebrowser"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/filerun.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "filerun"
3 | name: "FileRun"
4 | description: "Complete solution for your files with integration with Google and Office."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "File Transfer & Synchronization"
9 | website: "https://www.filerun.com/"
10 | repo: "https://www.filerun.com/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/flatpress.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "flatpress"
3 | name: "FlatPress"
4 | description: "A lightweight, easy-to-set-up flat-file blogging engine."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Blogging Platforms"
9 | website: "https://flatpress.org/"
10 | repo: "https://github.com/flatpressblog/flatpress"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/fork-recipes.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "fork-recipes"
3 | name: "Fork Recipes"
4 | description: "Manage your food recipes with simplicity."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Docker"
8 | category: "Recipe Management"
9 | website: "https://mikebgrep.github.io/forkapi/clients/"
10 | repo: "https://github.com/mikebgrep/fork.recipes"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/freepbx.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "freepbx"
3 | name: "Freepbx"
4 | description: "Web-based open source GUI that controls and manages Asterisk."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://www.freepbx.org"
10 | repo: "https://git.freepbx.org/projects/FREEPBX"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/freeswitch.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "freeswitch"
3 | name: "FreeSWITCH"
4 | description: "Scalable open source cross-platform telephony platform."
5 | tags:
6 | - "MPL-2.0"
7 | - "C"
8 | category: "Communication"
9 | website: "https://freeswitch.org/"
10 | repo: "https://github.com/signalwire/freeswitch"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/freshrss.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "freshrss"
3 | name: "FreshRSS"
4 | description: "Self-hostable RSS feed aggregator."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | - "Docker"
9 | category: "Feed Readers"
10 | website: "https://freshrss.org/"
11 | repo: "https://github.com/FreshRSS/FreshRSS"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/friendica.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "friendica"
3 | name: "Friendica"
4 | description: "Social Communication Server."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://friendi.ca/"
10 | repo: "https://github.com/friendica/friendica"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/fusion.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "fusion"
3 | name: "Fusion"
4 | description: "Lightweight RSS aggregator and reader."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "Feed Readers"
10 | website: "https://github.com/0x2E/fusion"
11 | repo: "https://github.com/0x2E/fusion"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/fusionpbx.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "fusionpbx"
3 | name: "FusionPBX"
4 | description: "Web interface for multi-platform voice switch called FreeSWITCH."
5 | tags:
6 | - "MPL-1.1"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://www.fusionpbx.com/"
10 | repo: "https://github.com/fusionpbx/fusionpbx"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/galene.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "galene"
3 | name: "Galene"
4 | description: "Video conferencing server that is easy to deploy and that requires moderate server resources."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | category: "Communication"
9 | website: "https://galene.org/"
10 | repo: "https://github.com/jech/galene"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/galette.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "galette"
3 | name: "Galette"
4 | description: "Membership management web application aimed towards non profit organizations."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Money, Budgeting & Management"
9 | website: "https://galette.eu/"
10 | repo: "https://github.com/galette/galette"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gancio.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gancio"
3 | name: "Gancio"
4 | description: "Local community event and agenda sharing."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Polls and Events"
9 | website: "https://gancio.org/"
10 | repo: "https://framagit.org/les/gancio"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gathio.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gathio"
3 | name: "gathio"
4 | description: "Self-destructing, shareable, no-registration event pages."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Polls and Events"
10 | website: "https://docs.gath.io/"
11 | repo: "https://github.com/lowercasename/gathio"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/gatus.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gatus"
3 | name: "Gatus"
4 | description: "Automated service health dashboard."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | - "K8S"
9 | category: "Status / Uptime pages"
10 | website: "https://gatus.io/"
11 | repo: "https://github.com/TwiN/gatus"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/geneweb.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "geneweb"
3 | name: "GeneWeb"
4 | description: "Genealogy software that can be used offline or as a Web service."
5 | tags:
6 | - "GPL-2.0"
7 | - "OCaml"
8 | category: "Genealogy"
9 | website: "https://geneweb.tuxfamily.org/wiki/GeneWeb"
10 | repo: "https://github.com/geneweb/geneweb"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/geo2tz.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "geo2tz"
3 | name: "Geo2tz"
4 | description: "Get the timezone from geo coordinates (lat, lon)."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "Maps and Global Positioning System (GPS)"
10 | website: "https://github.com/noandrea/geo2tz"
11 | repo: "https://github.com/noandrea/geo2tz"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/ghost.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ghost"
3 | name: "Ghost"
4 | description: "Just a blogging platform."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Blogging Platforms"
9 | website: "https://ghost.org/"
10 | repo: "https://github.com/TryGhost/Ghost"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ghstats.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ghstats"
3 | name: "ghstats"
4 | description: "Dashboard for tracking GitHub repos traffic history longer than 14 days."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Analytics"
9 | website: "https://github.com/vladkens/ghstats"
10 | repo: "https://github.com/vladkens/ghstats"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gitblit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gitblit"
3 | name: "Gitblit"
4 | description: "Pure Java stack for managing, viewing, and serving Git repositories."
5 | tags:
6 | - "Apache-2.0"
7 | - "Java"
8 | category: "Software Development"
9 | website: "https://www.gitblit.com/"
10 | repo: "https://github.com/gitblit-org/gitblit"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gladys.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gladys"
3 | name: "Gladys"
4 | description: "Privacy-first home assistant."
5 | tags:
6 | - "Apache-2.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Internet of Things (IoT)"
10 | website: "https://gladysassistant.com/"
11 | repo: "https://github.com/GladysAssistant/Gladys"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/glowing-bear.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "glowing-bear"
3 | name: "Glowing Bear"
4 | description: "A web frontend for WeeChat."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | category: "Communication"
9 | website: "https://github.com/glowing-bear/glowing-bear"
10 | repo: "https://github.com/glowing-bear/glowing-bear"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gnunet.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gnunet"
3 | name: "GNUnet"
4 | description: "Software framework for decentralized, peer-to-peer networking."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | category: "Communication"
9 | website: "https://gnunet.org/"
10 | repo: "https://gnunet.org/git/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/goaccess.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "goaccess"
3 | name: "GoAccess"
4 | description: "Real-time web log analyzer and interactive viewer that runs in a terminal."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | category: "Analytics"
9 | website: "http://goaccess.io/"
10 | repo: "https://github.com/allinurl/goaccess"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/goatcounter.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "goatcounter"
3 | name: "GoatCounter"
4 | description: "Easy web statistics without tracking of personal data."
5 | tags:
6 | - "EUPL-1.2"
7 | - "Go"
8 | category: "Analytics"
9 | website: "https://www.goatcounter.com"
10 | repo: "https://github.com/arp242/goatcounter"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gogs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gogs"
3 | name: "Gogs"
4 | description: "Painless self-hosted Git Service written in Go."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | category: "Software Development"
9 | website: "https://gogs.io/"
10 | repo: "https://github.com/gogs/gogs"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gollum.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gollum"
3 | name: "Gollum"
4 | description: "Simple, Git-powered wiki with a sweet API and local frontend."
5 | tags:
6 | - "MIT"
7 | - "Ruby"
8 | category: "Wikis"
9 | website: "https://github.com/gollum/gollum"
10 | repo: "https://github.com/gollum/gollum"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gonic.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gonic"
3 | name: "gonic"
4 | description: "Lightweight music streaming server. Subsonic compatible."
5 | tags:
6 | - "GPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | category: "Media Streaming"
10 | website: "https://github.com/sentriz/gonic"
11 | repo: "https://github.com/sentriz/gonic"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/goploader.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "goploader"
3 | name: "goploader"
4 | description: "Easy file sharing with server-side encryption, curl/httpie/wget compliant."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | category: "File Transfer"
9 | website: "https://depado.github.io/goploader/"
10 | repo: "https://github.com/Depado/goploader"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gossa.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gossa"
3 | name: "Gossa"
4 | description: "Light and simple webserver for your files."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | category: "File Transfer"
9 | website: "https://github.com/pldubouilh/gossa"
10 | repo: "https://github.com/pldubouilh/gossa"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/gotify.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "gotify"
3 | name: "Gotify"
4 | description: "Notification server with Android and CLI clients (alternative to PushBullet)."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://gotify.net/"
11 | repo: "https://github.com/gotify/server"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/graphweaver.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "graphweaver"
3 | name: "Graphweaver"
4 | description: "Turn multiple data sources into a single GraphQL API."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Software Development"
9 | website: "https://graphweaver.com/"
10 | repo: "https://github.com/exogee-technology/graphweaver"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/grocy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "grocy"
3 | name: "grocy"
4 | description: "ERP beyond your fridge. Groceries & household management solution for your home."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | - "Docker"
9 | category: "Resource Planning"
10 | website: "https://grocy.info/"
11 | repo: "https://github.com/grocy/grocy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/grr.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "grr"
3 | name: "GRR"
4 | description: "Assets management and booking for small/medium companies."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Money, Budgeting & Management"
9 | website: "https://grr.devome.com/?lang=en"
10 | repo: "https://github.com/JeromeDevome/GRR"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/haraka.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "haraka"
3 | name: "Haraka"
4 | description: "Fast, highly extensible, and event driven SMTP server."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Communication"
9 | website: "https://haraka.github.io/"
10 | repo: "https://github.com/haraka/Haraka"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/hatsu.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "hatsu"
3 | name: "Hatsu"
4 | description: "Bridge that interacts with Fediverse on behalf of your static site."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Rust"
9 | category: "Communication"
10 | website: "https://hatsu.cli.rs/"
11 | repo: "https://github.com/importantimport/hatsu"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/haven.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "haven"
3 | name: "Haven"
4 | description: "Private blogging system with markdown editing and built in RSS reader."
5 | tags:
6 | - "MIT"
7 | - "Ruby"
8 | category: "Blogging Platforms"
9 | website: "https://havenweb.org/"
10 | repo: "https://github.com/havenweb/haven"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/heimdall.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "heimdall"
3 | name: "Heimdall"
4 | description: "Elegant solution to organise all your web applications."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Personal Dashboards"
9 | website: "https://heimdall.site/"
10 | repo: "https://github.com/linuxserver/Heimdall"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/hemmelig.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "hemmelig"
3 | name: "Hemmelig"
4 | description: "Share encrypted secrets cross organizations, or as private persons."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Pastebins"
10 | website: "https://hemmelig.app"
11 | repo: "https://github.com/HemmeligOrg/Hemmelig.app"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/hitobito.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "hitobito"
3 | name: "hitobito"
4 | description: "Manage complex group hierarchies with members, events and a lot more."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | category: "Polls and Events"
9 | website: "https://hitobito.com"
10 | repo: "https://github.com/hitobito/hitobito"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/holoplay.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "holoplay"
3 | name: "HoloPlay"
4 | description: "Listen to Youtube audio sources using Invidious API."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Media Streaming"
10 | website: "https://app.holoplay.io"
11 | repo: "https://github.com/stephane-r/holoplay-pwa"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/homarr.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "homarr"
3 | name: "Homarr"
4 | description: "Sleek, modern dashboard with many integrations and web-based config."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Personal Dashboards"
10 | website: "https://homarr.dev"
11 | repo: "https://github.com/homarr-labs/homarr"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/home-assistant.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "home-assistant"
3 | name: "Home Assistant"
4 | description: "Home automation platform."
5 | tags:
6 | - "Apache-2.0"
7 | - "Python"
8 | - "Docker"
9 | category: "Internet of Things (IoT)"
10 | website: "https://home-assistant.io/"
11 | repo: "https://github.com/home-assistant/core"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/huginn.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "huginn"
3 | name: "Huginn"
4 | description: "Build agents that monitor and act on your behalf."
5 | tags:
6 | - "MIT"
7 | - "Ruby"
8 | category: "Automation"
9 | website: "https://github.com/huginn/huginn"
10 | repo: "https://github.com/huginn/huginn"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/humhub.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "humhub"
3 | name: "HumHub"
4 | description: "Flexible kit for private social networks."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://www.humhub.org/"
10 | repo: "https://github.com/humhub/humhub"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/hyperkitty.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "hyperkitty"
3 | name: "HyperKitty"
4 | description: "Access GNU Mailman v3 archives."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://wiki.list.org/HyperKitty"
10 | repo: "https://gitlab.com/mailman/hyperkitty"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ifm.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ifm"
3 | name: "IFM"
4 | description: "Single script file manager."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "File Transfer"
9 | website: "https://github.com/misterunknown/ifm"
10 | repo: "https://github.com/misterunknown/ifm"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ilias.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ilias"
3 | name: "ILIAS"
4 | description: "Learning management system that can cope with anything you throw at it."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Learning and Courses"
9 | website: "https://www.ilias.de"
10 | repo: "https://github.com/ILIAS-eLearning/ILIAS"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/immich.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "immich"
3 | name: "Immich"
4 | description: "Photo and video backup solution directly from your mobile phone."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Photo Galleries"
9 | website: "https://immich.app/"
10 | repo: "https://github.com/immich-app/immich"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/inboxen.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "inboxen"
3 | name: "Inboxen"
4 | description: "Lets you have an infinite number of unique inboxes."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://inboxen.org"
10 | repo: "https://codeberg.org/Inboxen/Inboxen"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/indico.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "indico"
3 | name: "indico"
4 | description: "Feature-rich event management system, made @ CERN, the place where the Web was born."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Conference Management"
9 | website: "https://getindico.io/"
10 | repo: "https://github.com/indico/indico"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/invidious.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "invidious"
3 | name: "Invidious"
4 | description: "Alternative YouTube front-end."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Crystal"
9 | category: "Media Streaming"
10 | website: "https://github.com/iv-org/invidious"
11 | repo: "https://github.com/iv-org/invidious"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/iodine.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "iodine"
3 | name: "iodine"
4 | description: "IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener."
5 | tags:
6 | - "ISC"
7 | - "C"
8 | - "deb"
9 | category: "Proxy"
10 | website: "https://code.kryo.se/iodine/"
11 | repo: "https://github.com/yarrick/iodine"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/iredmail.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "iredmail"
3 | name: "iRedMail"
4 | description: "Full-featured mail server solution based on Postfix and Dovecot."
5 | tags:
6 | - "GPL-3.0"
7 | - "Shell"
8 | category: "Communication"
9 | website: "https://www.iredmail.org/"
10 | repo: "https://github.com/iredmail/iRedMail"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/islandora.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "islandora"
3 | name: "Islandora"
4 | description: "Drupal module for browsing and managing Fedora-based digital repositories."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Document Management"
9 | website: "https://www.islandora.ca/"
10 | repo: "https://github.com/Islandora/islandora"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/itflow.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "itflow"
3 | name: "ITFlow"
4 | description: "Client IT documentation, ticketing, invoicing and accounting for MSPs (Managed Service Providers)."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Ticketing"
9 | website: "https://itflow.org"
10 | repo: "https://github.com/itflow-org/itflow"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/janus.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "janus"
3 | name: "Janus"
4 | description: "General-purpose, lightweight, minimalist WebRTC Server."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | category: "Communication"
9 | website: "https://janus.conf.meetecho.com/"
10 | repo: "https://github.com/meetecho/janus-gateway"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/jauth.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "jauth"
3 | name: "Jauth"
4 | description: "Lightweight SSL/TLS reverse proxy with authorization (via Telegram and SSH) for self-hosted apps."
5 | tags:
6 | - "GPL-3.0"
7 | - "Go"
8 | category: "Web Servers"
9 | website: "https://github.com/Jipok/Jauth"
10 | repo: "https://github.com/Jipok/Jauth"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/jelu.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "jelu"
3 | name: "Jelu"
4 | description: "Read and to-read list book tracker."
5 | tags:
6 | - "MIT"
7 | - "Java"
8 | - "Docker"
9 | category: "Miscellaneous"
10 | website: "https://bayang.github.io/jelu-web"
11 | repo: "https://github.com/bayang/jelu"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/jina.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "jina"
3 | name: "Jina"
4 | description: "Cloud-native neural search framework for any kind of data."
5 | tags:
6 | - "Apache-2.0"
7 | - "Python"
8 | - "Docker"
9 | category: "Search Engines"
10 | website: "https://github.com/jina-ai/jina/"
11 | repo: "https://github.com/jina-ai/jina/"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/jira.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "jira"
3 | name: "JIRA"
4 | description: "Professional and extensible issue tracker."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Java"
8 | category: "Ticketing"
9 | website: "https://www.atlassian.com/software/jira"
10 | repo: "https://www.atlassian.com/software/jira"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/jitbit-helpdesk.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "jitbit-helpdesk"
3 | name: "Jitbit Helpdesk"
4 | description: "Help desk software - simple but powerful."
5 | tags:
6 | - "⊘ Proprietary"
7 | - ".NET"
8 | category: "Ticketing"
9 | website: "https://www.jitbit.com/helpdesk/"
10 | repo: "https://www.jitbit.com/helpdesk/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/joomla!.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "joomla!"
3 | name: "Joomla!"
4 | description: "Advanced Content Management System (CMS)."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.joomla.org/"
10 | repo: "https://github.com/joomla/joomla-cms"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/judge0-ce.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "judge0-ce"
3 | name: "Judge0 CE"
4 | description: "API to compile and run source code."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Software Development"
9 | website: "https://judge0.com"
10 | repo: "https://github.com/judge0/judge0"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kamailio.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kamailio"
3 | name: "Kamailio"
4 | description: "Modular SIP server (registrar/proxy/router/etc)."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | - "deb"
9 | category: "Communication"
10 | website: "https://www.kamailio.org/w/"
11 | repo: "https://github.com/kamailio/kamailio"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/kanboard.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kanboard"
3 | name: "Kanboard"
4 | description: "Simple visual task board."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Task Management & To-do Lists"
9 | website: "https://kanboard.org/"
10 | repo: "https://github.com/kanboard/kanboard"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kantree.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kantree"
3 | name: "Kantree"
4 | description: "Work management and collaboration."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Python"
8 | category: "Software Development"
9 | website: "https://kantree.io"
10 | repo: "https://kantree.io"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/keila.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "keila"
3 | name: "Keila"
4 | description: "Reliable and easy-to-use newsletter tool (alternative to Mailchimp or Sendinblue)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Communication"
9 | website: "https://www.keila.io"
10 | repo: "https://github.com/pentacent/keila"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kener.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kener"
3 | name: "kener"
4 | description: "Status page with incident management, easy to use and customize."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Status / Uptime pages"
10 | website: "https://kener.ing/"
11 | repo: "https://github.com/rajnandan1/kener"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/keygen.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "keygen"
3 | name: "Keygen"
4 | description: "Software licensing and distribution API."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Ruby"
8 | category: "Miscellaneous"
9 | website: "https://keygen.sh/"
10 | repo: "https://github.com/keygen-sh/keygen-api"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/keystonejs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "keystonejs"
3 | name: "KeystoneJS"
4 | description: "CMS and web application platform."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://keystonejs.com/"
10 | repo: "https://github.com/keystonejs/keystone"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kibitzr.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kibitzr"
3 | name: "Kibitzr"
4 | description: "Lightweight personal web assistant with powerful integrations."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Automation"
9 | website: "https://kibitzr.github.io"
10 | repo: "https://github.com/kibitzr/kibitzr"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kimai.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kimai"
3 | name: "Kimai"
4 | description: "Track work time and print out a summary of your activities on demand."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Time Tracking"
9 | website: "https://www.kimai.org/"
10 | repo: "https://github.com/kimai/kimai"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kirby.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kirby"
3 | name: "Kirby"
4 | description: "File-based CMS. Easy to setup. Easy to use. Flexible as hell."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://getkirby.com/"
10 | repo: "https://github.com/getkirby/kirby"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kiwi-irc.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kiwi-irc"
3 | name: "Kiwi IRC"
4 | description: "Responsive web IRC client with theming support."
5 | tags:
6 | - "Apache-2.0"
7 | - "Nodejs"
8 | category: "Communication"
9 | website: "https://kiwiirc.com/"
10 | repo: "https://github.com/kiwiirc/kiwiirc"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kiwix-serve.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kiwix-serve"
3 | name: "kiwix-serve"
4 | description: "HTTP daemon for serving wikis from ZIM files."
5 | tags:
6 | - "GPL-3.0"
7 | - "C++"
8 | category: "Document Management"
9 | website: "https://www.kiwix.org/en/downloads/kiwix-serve/"
10 | repo: "https://github.com/kiwix/kiwix-tools"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/klaus.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "klaus"
3 | name: "Klaus"
4 | description: "Simple, easy-to-set-up Git web viewer that Just Works."
5 | tags:
6 | - "ISC"
7 | - "Python"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://github.com/jonashaag/klaus"
11 | repo: "https://github.com/jonashaag/klaus"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/known.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "known"
3 | name: "Known"
4 | description: "Collaborative social publishing platform."
5 | tags:
6 | - "Apache-2.0"
7 | - "PHP"
8 | category: "Blogging Platforms"
9 | website: "https://withknown.com/"
10 | repo: "https://github.com/idno/known"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/koblas.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "koblas"
3 | name: "Koblas"
4 | description: "Lightweight SOCKS5 proxy server."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | - "Docker"
9 | category: "Proxy"
10 | website: "https://github.com/ynuwenhof/koblas"
11 | repo: "https://github.com/ynuwenhof/koblas"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/koel.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "koel"
3 | name: "koel"
4 | description: "Personal music streaming server that works."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Media Streaming"
9 | website: "https://koel.dev/"
10 | repo: "https://github.com/koel/koel"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kong.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kong"
3 | name: "Kong"
4 | description: "Microservice API Gateway and Platform."
5 | tags:
6 | - "Apache-2.0"
7 | - "Lua"
8 | - "Docker"
9 | - "K8S"
10 | - "deb"
11 | category: "Software Development"
12 | website: "https://konghq.com/kong/"
13 | repo: "https://github.com/Kong/kong"
14 | #image: "/placeholder.svg?height=300&width=400"
15 | ---
16 |
17 |
--------------------------------------------------------------------------------
/content/services-en/archive/kresus.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kresus"
3 | name: "Kresus"
4 | description: "Personal finance manager."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Money, Budgeting & Management"
10 | website: "https://kresus.org/"
11 | repo: "https://github.com/kresusapp/kresus"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/kriss-feed.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kriss-feed"
3 | name: "Kriss Feed"
4 | description: "Simple and smart (or stupid) feed reader."
5 | tags:
6 | - "CC0-1.0"
7 | - "PHP"
8 | category: "Feed Readers"
9 | website: "https://github.com/tontof/kriss_feed"
10 | repo: "https://github.com/tontof/kriss_feed"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kubek.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kubek"
3 | name: "Kubek"
4 | description: "Web management panel for Minecraft servers."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | category: "Games"
9 | website: "https://kubek.seeeroy.ru"
10 | repo: "https://github.com/seeroy/kubek-minecraft-dashboard"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/kutt.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "kutt"
3 | name: "Kutt"
4 | description: "Modern URL shortener with support for custom domains and custom URLs."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "URL Shorteners"
10 | website: "https://kutt.it"
11 | repo: "https://github.com/thedevs-network/kutt"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/lago.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lago"
3 | name: "Lago"
4 | description: "Metering and usage-based billing."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Money, Budgeting & Management"
9 | website: "https://www.getlago.com/"
10 | repo: "https://github.com/getlago/lago"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/lancache.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lancache"
3 | name: "Lancache"
4 | description: "LAN Party game caching made easy."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Shell"
9 | category: "Games"
10 | website: "https://lancache.net"
11 | repo: "https://github.com/lancachenet/monolithic"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/leed.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "leed"
3 | name: "Leed"
4 | description: "Leed (for Light Feed) is a Free and minimalist RSS aggregator."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Feed Readers"
9 | website: "https://github.com/LeedRSS/Leed"
10 | repo: "https://github.com/LeedRSS/Leed"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/lemmy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lemmy"
3 | name: "Lemmy"
4 | description: "Link aggregator for the fediverse (alternative to Reddit)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Rust"
9 | category: "Communication"
10 | website: "https://join-lemmy.org/"
11 | repo: "https://github.com/LemmyNet/lemmy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/leon.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "leon"
3 | name: "Leon"
4 | description: "Personal assistant who can live on your server."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Automation"
9 | website: "https://getleon.ai"
10 | repo: "https://github.com/leon-ai/leon"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/lesma.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lesma"
3 | name: "lesma"
4 | description: "Simple paste app friendly with browser and command line."
5 | tags:
6 | - "GPL-3.0"
7 | - "Rust"
8 | - "Docker"
9 | category: "Pastebins"
10 | website: "https://lesma.eu"
11 | repo: "https://gitlab.com/ogarcia/lesma"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/libervia.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "libervia"
3 | name: "Libervia"
4 | description: "Web frontend from Salut à Toi."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://repos.goffi.org/libervia-web"
10 | repo: "https://repos.goffi.org/libervia-web"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/libre-translate.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "libre-translate"
3 | name: "Libre Translate"
4 | description: "Machine Translation API."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Python"
9 | category: "Miscellaneous"
10 | website: "https://libretranslate.com/"
11 | repo: "https://github.com/LibreTranslate/LibreTranslate"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/libreserver.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "libreserver"
3 | name: "LibreServer"
4 | description: "Home server configuration based on Debian."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Shell"
8 | category: "Self-hosting Solutions"
9 | website: "https://libreserver.org/"
10 | repo: "https://github.com/bashrc2/libreserver"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/lidarr.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lidarr"
3 | name: "Lidarr"
4 | description: "Music collection manager for Usenet and BitTorrent users."
5 | tags:
6 | - "GPL-3.0"
7 | - "C#"
8 | - "Docker"
9 | category: "Media Management"
10 | website: "https://lidarr.audio/"
11 | repo: "https://github.com/Lidarr/Lidarr"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/lidatube.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lidatube"
3 | name: "LidaTube"
4 | description: "Finding and fetch missing Lidarr albums via yt-dlp."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Media Management"
9 | website: "https://github.com/TheWicklowWolf/LidaTube"
10 | repo: "https://github.com/TheWicklowWolf/LidaTube"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/lila.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lila"
3 | name: "Lila"
4 | description: "Ad-less chess server powering lichess.org, with official iOS and Android client apps."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Scala"
8 | category: "Games"
9 | website: "https://lichess.org/"
10 | repo: "https://github.com/lichess-org/lila"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/liteshort.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "liteshort"
3 | name: "liteshort"
4 | description: "User-friendly, actually lightweight, and configurable URL shortener."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | - "deb"
9 | category: "URL Shorteners"
10 | website: "https://ls.ikl.sh/"
11 | repo: "https://git.ikl.sh/132ikl/liteshort"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/live-helper-chat.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "live-helper-chat"
3 | name: "Live Helper Chat"
4 | description: "Live Support chat for your website."
5 | tags:
6 | - "Apache-2.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://livehelperchat.com/"
10 | repo: "https://github.com/LiveHelperChat/livehelperchat"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/liwan.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "liwan"
3 | name: "Liwan"
4 | description: "Privacy-first web analytics."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Rust"
8 | - "Docker"
9 | category: "Analytics"
10 | website: "https://liwan.dev/"
11 | repo: "https://github.com/explodingcamera/liwan"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/lms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lms"
3 | name: "LMS"
4 | description: "Access your self-hosted music using a web interface."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | - "deb"
9 | - "C++"
10 | category: "Media Streaming"
11 | website: "https://github.com/epoupon/lms"
12 | repo: "https://github.com/epoupon/lms"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/lstu.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lstu"
3 | name: "Lstu"
4 | description: "Lightweight URL shortener."
5 | tags:
6 | - "WTFPL"
7 | - "Perl"
8 | - "Docker"
9 | category: "URL Shorteners"
10 | website: "https://github.com/ldidry/lstu"
11 | repo: "https://github.com/ldidry/lstu"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/lubelogger.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lubelogger"
3 | name: "LubeLogger"
4 | description: "Web-based vehicle maintenance and fuel mileage tracker."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "K8S"
9 | - "C#"
10 | category: "Miscellaneous"
11 | website: "https://lubelogger.com"
12 | repo: "https://github.com/hargata/lubelog"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/lura.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lura"
3 | name: "Lura"
4 | description: "High-performance API Gateway."
5 | tags:
6 | - "Apache-2.0"
7 | - "Go"
8 | category: "Software Development"
9 | website: "https://luraproject.org/"
10 | repo: "https://github.com/luraproject/lura"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/lychee.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "lychee"
3 | name: "Lychee"
4 | description: "Grid and album based photo-management-system."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | - "Docker"
9 | category: "Photo Galleries"
10 | website: "https://lycheeorg.github.io/"
11 | repo: "https://github.com/LycheeOrg/Lychee"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/mafl.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mafl"
3 | name: "Mafl"
4 | description: "Minimalistic flexible homepage."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Personal Dashboards"
10 | website: "https://mafl.hywax.space/"
11 | repo: "https://github.com/hywax/mafl"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/mailman.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mailman"
3 | name: "Mailman"
4 | description: "Manage electronic mail discussion and e-newsletter lists."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://www.list.org/"
10 | repo: "https://gitlab.com/mailman/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mailu.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mailu"
3 | name: "Mailu"
4 | description: "Simple yet full-featured mail server as a set of Docker images."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Python"
9 | category: "Communication"
10 | website: "https://mailu.io/"
11 | repo: "https://github.com/Mailu/Mailu"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/maloja.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "maloja"
3 | name: "Maloja"
4 | description: "Music scrobble database (alternative to Last.fm)."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | - "Docker"
9 | category: "Media Streaming"
10 | website: "https://github.com/krateng/maloja"
11 | repo: "https://github.com/krateng/maloja"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/manifest.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "manifest"
3 | name: "Manifest"
4 | description: "Complete backend that fits into 1 YAML file."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Software Development"
9 | website: "https://manifest.build"
10 | repo: "https://github.com/mnfst/manifest"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mantisbt.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mantisbt"
3 | name: "MantisBT"
4 | description: "Bug tracker, fits best for software development."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Ticketing"
9 | website: "https://www.mantisbt.org/"
10 | repo: "https://github.com/mantisbt/mantisbt"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/manyfold.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "manyfold"
3 | name: "Manyfold"
4 | description: "Digital asset manager for 3d print files; STL, OBJ, 3MF and more."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Manufacturing"
9 | website: "https://manyfold.app"
10 | repo: "https://github.com/manyfold3d/manyfold"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mastodon.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mastodon"
3 | name: "Mastodon"
4 | description: "Federated microblogging server."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | category: "Communication"
9 | website: "https://joinmastodon.org/"
10 | repo: "https://github.com/mastodon/mastodon"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mataroa.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mataroa"
3 | name: "Mataroa"
4 | description: "Naked blogging platform for minimalists."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Blogging Platforms"
9 | website: "https://mataroa.blog/"
10 | repo: "https://github.com/mataroa-blog/mataroa"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/matomo.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "matomo"
3 | name: "Matomo"
4 | description: "Web analytics that protects your data and your customers' privacy (alternative to Google Analytics)."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Analytics"
9 | website: "https://matomo.org/"
10 | repo: "https://github.com/matomo-org/matomo"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mautic.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mautic"
3 | name: "Mautic"
4 | description: "Marketing automation software (email, social and more)."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://www.mautic.org/"
10 | repo: "https://github.com/mautic/mautic"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/meelo.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "meelo"
3 | name: "Meelo"
4 | description: "Personal Music Server, designed for collectors and music maniacs."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Media Streaming"
9 | website: "https://github.com/Arthi-chaud/Meelo"
10 | repo: "https://github.com/Arthi-chaud/Meelo"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/meetable.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "meetable"
3 | name: "Meetable"
4 | description: "Minimal events aggregator."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Polls and Events"
9 | website: "https://events.indieweb.org"
10 | repo: "https://github.com/aaronpk/Meetable"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mejiro.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mejiro"
3 | name: "Mejiro"
4 | description: "Easy-to-use instant photo publishing."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Photo Galleries"
9 | website: "https://github.com/dmpop/mejiro"
10 | repo: "https://github.com/dmpop/mejiro"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/memos.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "memos"
3 | name: "Memos"
4 | description: "Knowledge base that works with a SQLite db file."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Go"
9 | category: "Note-taking & Editors"
10 | website: "https://usememos.com/"
11 | repo: "https://github.com/usememos/memos"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/miaou.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "miaou"
3 | name: "MiAOU"
4 | description: "Multi-room persistent chat server."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Communication"
9 | website: "https://miaou.dystroy.org/login"
10 | repo: "https://github.com/Canop/miaou"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/microweber.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "microweber"
3 | name: "Microweber"
4 | description: "Drag and Drop CMS and online shop."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "E-commerce"
9 | website: "https://microweber.com/"
10 | repo: "https://github.com/microweber/microweber"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/miniflux.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "miniflux"
3 | name: "Miniflux"
4 | description: "Minimalist news reader."
5 | tags:
6 | - "Apache-2.0"
7 | - "Go"
8 | - "deb"
9 | - "Docker"
10 | category: "Feed Readers"
11 | website: "https://miniflux.app/"
12 | repo: "https://github.com/miniflux/v2"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/minio.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "minio"
3 | name: "Minio"
4 | description: "Object storage server compatible with Amazon S3 APIs."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | - "K8S"
10 | category: "File Transfer"
11 | website: "https://min.io/"
12 | repo: "https://github.com/minio/minio"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/miniserve.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "miniserve"
3 | name: "miniserve"
4 | description: "CLI tool to serve files and dirs over HTTP."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | category: "File Transfer"
9 | website: "https://github.com/svenstaro/miniserve"
10 | repo: "https://github.com/svenstaro/miniserve"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/minus-games.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "minus-games"
3 | name: "Minus Games"
4 | description: "Sync games and save files across multiple devices."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | category: "Games"
9 | website: "https://accessory.github.io/minus_games_user_guide"
10 | repo: "https://github.com/Accessory/minus_games"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/misago.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "misago"
3 | name: "Misago"
4 | description: "Fully featured modern forum application that is fast, scalable and responsive."
5 | tags:
6 | - "GPL-2.0"
7 | - "Docker"
8 | category: "Communication"
9 | website: "https://misago-project.org/"
10 | repo: "https://github.com/rafalp/Misago"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/modoboa.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "modoboa"
3 | name: "Modoboa"
4 | description: "Mail hosting and management platform including a modern and simplified web user interface."
5 | tags:
6 | - "ISC"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://modoboa.org/en/"
10 | repo: "https://github.com/modoboa/modoboa"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/moodle.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "moodle"
3 | name: "Moodle"
4 | description: "Learning and courses platform with one of the largest open source communities worldwide."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Learning and Courses"
9 | website: "https://moodle.org/"
10 | repo: "https://git.moodle.org/gw"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/moon.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "moon"
3 | name: "Moon"
4 | description: "Efficient Selenium protocol implementation running everything in Kubernetes or Openshift."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Go"
8 | category: "Software Development"
9 | website: "https://aerokube.com/moon/"
10 | repo: "https://aerokube.com/moon/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mstream.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mstream"
3 | name: "mStream"
4 | description: "Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | category: "Media Streaming"
9 | website: "https://mstream.io/"
10 | repo: "https://github.com/IrosTheBeggar/mStream"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/mumble.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mumble"
3 | name: "Mumble"
4 | description: "Low-latency, high quality voice/text chat software."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "C++"
8 | - "deb"
9 | category: "Communication"
10 | website: "https://wiki.mumble.info/wiki/Main_Page"
11 | repo: "https://github.com/mumble-voip/mumble"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/mybb.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "mybb"
3 | name: "MyBB"
4 | description: "Free, extensible forum software package."
5 | tags:
6 | - "LGPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://mybb.com/"
10 | repo: "https://github.com/mybb/mybb"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/myspeed.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "myspeed"
3 | name: "MySpeed"
4 | description: "Speed test analysis software that shows your internet speed for up to 30 days."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Miscellaneous"
10 | website: "https://myspeed.dev/"
11 | repo: "https://github.com/gnmyt/myspeed"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/nefarious.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "nefarious"
3 | name: "nefarious"
4 | description: "Automate downloading Movies and TV Shows."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | category: "Media Management"
9 | website: "https://lardbit.github.io/nefarious/"
10 | repo: "https://github.com/lardbit/nefarious"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/neko.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "neko"
3 | name: "Neko"
4 | description: "Virtual browser that runs in docker and uses WebRTC."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | - "Go"
9 | category: "Miscellaneous"
10 | website: "https://neko.m1k1o.net"
11 | repo: "https://github.com/m1k1o/neko"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/neos.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "neos"
3 | name: "Neos"
4 | description: "Neos or TYPO3 Neos (for version 1) is a modern, open source CMS."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.neos.io"
10 | repo: "https://github.com/neos"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/netron.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "netron"
3 | name: "Netron"
4 | description: "Visualizer for neural network and machine learning models."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | - "Nodejs"
9 | category: "Analytics"
10 | website: "https://netron.app/"
11 | repo: "https://github.com/lutzroeder/netron"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/newspipe.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "newspipe"
3 | name: "Newspipe"
4 | description: "Web news reader."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | category: "Feed Readers"
9 | website: "https://git.sr.ht/~cedric/newspipe"
10 | repo: "https://git.sr.ht/~cedric/newspipe"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ngircd.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ngircd"
3 | name: "ngircd"
4 | description: "Portable and lightweight Internet Relay Chat server for small or private networks."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | - "deb"
9 | category: "Communication"
10 | website: "https://ngircd.barton.de/"
11 | repo: "https://github.com/ngircd/ngircd"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/nodebb.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "nodebb"
3 | name: "NodeBB"
4 | description: "Forum software built for the modern web."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://nodebb.org/"
11 | repo: "https://github.com/NodeBB/NodeBB"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/note-mark.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "note-mark"
3 | name: "Note Mark"
4 | description: "Minimal web-based Markdown notes app."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Note-taking & Editors"
9 | website: "https://notemark.docs.enchantedcode.co.uk/"
10 | repo: "https://github.com/enchant97/note-mark"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/novu.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "novu"
3 | name: "Novu"
4 | description: "Notification infrastructure for developers."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Communication"
10 | website: "https://novu.co/"
11 | repo: "https://github.com/novuhq/novu/"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/october.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "october"
3 | name: "october"
4 | description: "CMS platform based on the Laravel PHP Framework."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://octobercms.com/"
10 | repo: "https://github.com/octobercms/october"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/octobot.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "octobot"
3 | name: "OctoBot"
4 | description: "Cryptocurrency trading bot."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | - "Docker"
9 | category: "Money, Budgeting & Management"
10 | website: "https://www.octobot.cloud/"
11 | repo: "https://github.com/Drakkar-Software/OctoBot"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/octobox.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "octobox"
3 | name: "Octobox"
4 | description: "Take back control of your GitHub Notifications."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://octobox.io/"
11 | repo: "https://github.com/octobox/octobox"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/octoprint.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "octoprint"
3 | name: "Octoprint"
4 | description: "Snappy web interface for controlling consumer 3D printers."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Python"
9 | category: "Manufacturing"
10 | website: "https://octoprint.org/"
11 | repo: "https://github.com/OctoPrint/OctoPrint"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/oddmuse.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "oddmuse"
3 | name: "Oddmuse"
4 | description: "Simple wiki engine written in Perl. No database required."
5 | tags:
6 | - "GPL-3.0"
7 | - "Perl"
8 | category: "Note-taking & Editors"
9 | website: "https://oddmuse.org/"
10 | repo: "https://github.com/kensanata/oddmuse"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/odoo.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "odoo"
3 | name: "Odoo"
4 | description: "Free open source ERP system."
5 | tags:
6 | - "LGPL-3.0"
7 | - "Python"
8 | - "deb"
9 | - "Docker"
10 | category: "Resource Planning"
11 | website: "https://www.odoo.com"
12 | repo: "https://github.com/odoo/odoo"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/olivetin.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "olivetin"
3 | name: "OliveTin"
4 | description: "Web interface for running Linux shell commands."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | category: "Automation"
9 | website: "https://www.olivetin.app/"
10 | repo: "https://github.com/OliveTin/OliveTin"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/opencart.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "opencart"
3 | name: "OpenCart"
4 | description: "Shopping cart solution."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "E-commerce"
9 | website: "https://www.opencart.com"
10 | repo: "https://github.com/opencart/opencart"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/openfire.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "openfire"
3 | name: "Openfire"
4 | description: "Real time collaboration (RTC) server."
5 | tags:
6 | - "Apache-2.0"
7 | - "Java"
8 | category: "Communication"
9 | website: "https://www.igniterealtime.org/projects/openfire/"
10 | repo: "https://github.com/igniterealtime/Openfire"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/opengist.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "opengist"
3 | name: "Opengist"
4 | description: "Pastebin powered by Git."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Go"
9 | - "Nodejs"
10 | category: "Pastebins"
11 | website: "https://github.com/thomiceli/opengist"
12 | repo: "https://github.com/thomiceli/opengist"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/openhab.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "openhab"
3 | name: "openHAB"
4 | description: "Vendor and technology agnostic open source software for home automation."
5 | tags:
6 | - "EPL-2.0"
7 | - "Java"
8 | category: "Internet of Things (IoT)"
9 | website: "https://www.openhab.org"
10 | repo: "https://github.com/openhab/openhab-core"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/opensips.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "opensips"
3 | name: "openSIPS"
4 | description: "SIP proxy/server for voice, video, IM, presence and any other SIP extensions."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | category: "Communication"
9 | website: "https://opensips.org/"
10 | repo: "https://github.com/OpenSIPS/opensips"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/openttd.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "openttd"
3 | name: "OpenTTD"
4 | description: "Transport tycoon simulation game."
5 | tags:
6 | - "GPL-2.0"
7 | - "C++"
8 | - "Docker"
9 | category: "Games"
10 | website: "https://www.openttd.org/"
11 | repo: "https://github.com/OpenTTD/OpenTTD"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/opnform.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "opnform"
3 | name: "OpnForm"
4 | description: "Beautiful open-source form builder."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | - "Nodejs"
9 | - "Docker"
10 | category: "Polls and Events"
11 | website: "https://opnform.com"
12 | repo: "https://github.com/JhumanJ/opnform"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/osem.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "osem"
3 | name: "osem"
4 | description: "Event management tailored to free Software conferences."
5 | tags:
6 | - "MIT"
7 | - "Ruby"
8 | - "Docker"
9 | category: "Conference Management"
10 | website: "https://osem.io/"
11 | repo: "https://github.com/openSUSE/osem"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/ots.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ots"
3 | name: "OTS"
4 | description: "One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser."
5 | tags:
6 | - "Apache-2.0"
7 | - "Go"
8 | category: "Communication"
9 | website: "https://ots.fyi/"
10 | repo: "https://github.com/Luzifer/ots"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/otter-wiki.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "otter-wiki"
3 | name: "Otter Wiki"
4 | description: "Simple, easy to use wiki software using markdown."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Wikis"
9 | website: "https://otterwiki.com/"
10 | repo: "https://github.com/redimp/otterwiki"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/outline.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "outline"
3 | name: "Outline"
4 | description: "Extensible wiki for your team."
5 | tags:
6 | - "BUSL-1.1"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Wikis"
10 | website: "https://www.getoutline.com/"
11 | repo: "https://github.com/outline/outline"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/overleaf.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "overleaf"
3 | name: "Overleaf"
4 | description: "Web-based collaborative LaTeX editor."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | category: "Note-taking & Editors"
9 | website: "https://www.overleaf.com/"
10 | repo: "https://github.com/overleaf/overleaf"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/paaster.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "paaster"
3 | name: "paaster"
4 | description: "End-to-end encrypted pastebin built with the objective of simplicity."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Pastebins"
9 | website: "https://paaster.io"
10 | repo: "https://github.com/WardPearce/paaster"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/payload-cms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "payload-cms"
3 | name: "Payload CMS"
4 | description: "Developer-first headless CMS and application framework."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://payloadcms.com/"
10 | repo: "https://github.com/payloadcms/payload"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/penpot.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "penpot"
3 | name: "penpot"
4 | description: "A web based design and prototyping platform meant for cross-domain teams."
5 | tags:
6 | - "MPL-2.0"
7 | - "Docker"
8 | category: "Miscellaneous"
9 | website: "https://penpot.app/"
10 | repo: "https://github.com/penpot/penpot"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/photofield.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "photofield"
3 | name: "Photofield"
4 | description: "Experimental fast photo viewer."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Go"
9 | category: "Photo Galleries"
10 | website: "https://github.com/SmilyOrg/photofield"
11 | repo: "https://github.com/SmilyOrg/photofield"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/picoshare.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "picoshare"
3 | name: "PicoShare"
4 | description: "A minimalist, easy-to-host service for sharing images and other files."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | category: "File Transfer"
10 | website: "https://pico.rocks"
11 | repo: "https://github.com/mtlynch/picoshare"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/piler.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "piler"
3 | name: "Piler"
4 | description: "Feature-rich email archiving solution."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | category: "Communication"
9 | website: "https://www.mailpiler.org/"
10 | repo: "https://github.com/jsuto/piler/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/pinchflat.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pinchflat"
3 | name: "Pinchflat"
4 | description: "Download YouTube content built using yt-dlp."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Media Management"
9 | website: "https://github.com/kieraneglin/pinchflat"
10 | repo: "https://github.com/kieraneglin/pinchflat"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/piwigo.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "piwigo"
3 | name: "Piwigo"
4 | description: "Photo gallery software for the web, built by an active community of users and developers."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Photo Galleries"
9 | website: "https://piwigo.org/"
10 | repo: "https://github.com/Piwigo/Piwigo"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/pixelfed.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pixelfed"
3 | name: "PixelFed"
4 | description: "Pixelfed is an open-source, federated platform alternate to Instagram."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://pixelfed.social"
10 | repo: "https://github.com/pixelfed/pixelfed"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/pleroma.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pleroma"
3 | name: "Pleroma"
4 | description: "Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Elixir"
8 | category: "Communication"
9 | website: "https://pleroma.social"
10 | repo: "https://git.pleroma.social/pleroma/pleroma"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/plex.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "plex"
3 | name: "Plex"
4 | description: "Centralized home media playback system with a powerful central server."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Unknown"
8 | category: "Media Streaming"
9 | website: "https://www.plex.tv/"
10 | repo: "https://www.plex.tv/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/plik.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "plik"
3 | name: "Plik"
4 | description: "Plik is a scalable and friendly temporary file upload system."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "File Transfer"
10 | website: "https://github.com/root-gg/plik"
11 | repo: "https://github.com/root-gg/plik"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/plone.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "plone"
3 | name: "Plone"
4 | description: "Powerful open-source CMS system."
5 | tags:
6 | - "ZPL-2.0"
7 | - "Python"
8 | - "Docker"
9 | category: "Content Management Systems (CMS)"
10 | website: "https://plone.org/"
11 | repo: "https://github.com/plone"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/pluxml.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pluxml"
3 | name: "PluXml"
4 | description: "XML-based blog/CMS platform."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Blogging Platforms"
9 | website: "https://pluxml.org"
10 | repo: "https://github.com/pluxml/PluXml"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/pmwiki.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pmwiki"
3 | name: "PmWiki"
4 | description: "Wiki-based system for collaborative creation and maintenance of websites."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Wikis"
9 | website: "https://www.pmwiki.org"
10 | repo: "https://www.pmwiki.org"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/podfetch.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "podfetch"
3 | name: "PodFetch"
4 | description: "Sleek and efficient podcast downloader."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | - "Rust"
9 | category: "Media Management"
10 | website: "https://samtv12345.github.io/PodFetch"
11 | repo: "https://github.com/SamTV12345/PodFetch"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/pomjs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pomjs"
3 | name: "POMjs"
4 | description: "Random Password Generator."
5 | tags:
6 | - "GPL-2.0"
7 | - "Javascript"
8 | category: "Miscellaneous"
9 | website: "https://password.oppetmoln.se/"
10 | repo: "https://github.com/joho1968/POMjs"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/posio.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "posio"
3 | name: "Posio"
4 | description: "Geography multiplayer game."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Games"
9 | website: "https://github.com/abrenaut/posio"
10 | repo: "https://github.com/abrenaut/posio"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/postfix.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "postfix"
3 | name: "Postfix"
4 | description: "Fast, easy to administer, and secure Sendmail replacement."
5 | tags:
6 | - "IPL-1.0"
7 | - "C"
8 | - "deb"
9 | category: "Communication"
10 | website: "http://www.postfix.org/"
11 | repo: "http://www.postfix.org/"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/postorius.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "postorius"
3 | name: "Postorius"
4 | description: "Web user interface to access GNU Mailman."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://docs.mailman3.org/projects/postorius/en/latest/"
10 | repo: "https://gitlab.com/mailman/postorius/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/pretix.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pretix"
3 | name: "Pretix"
4 | description: "Django based ticket sales platform for events."
5 | tags:
6 | - "Apache-2.0"
7 | - "Python"
8 | - "Docker"
9 | category: "E-commerce"
10 | website: "https://pretix.eu/"
11 | repo: "https://github.com/pretix/pretix"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/prosody-im.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "prosody-im"
3 | name: "Prosody IM"
4 | description: "Feature-rich and easy to configure XMPP server."
5 | tags:
6 | - "MIT"
7 | - "Lua"
8 | category: "Communication"
9 | website: "https://prosody.im/"
10 | repo: "https://hg.prosody.im/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/psono.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "psono"
3 | name: "Psono"
4 | description: "A promising password managers fully featured for teams."
5 | tags:
6 | - "Apache-2.0"
7 | - "Python"
8 | category: "Password Managers"
9 | website: "https://psono.com/"
10 | repo: "https://gitlab.com/psono"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/pterodactyl.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "pterodactyl"
3 | name: "Pterodactyl"
4 | description: "Management panel for game servers, with an intuitive UI for end users."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Games"
9 | website: "https://pterodactyl.io/"
10 | repo: "https://github.com/pterodactyl/panel"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/publify.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "publify"
3 | name: "Publify"
4 | description: "Simple but full featured web publishing software."
5 | tags:
6 | - "MIT"
7 | - "Ruby"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://publify.github.io/"
10 | repo: "https://github.com/publify/publify"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/qpixel.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "qpixel"
3 | name: "qpixel"
4 | description: "Q&A-based community knowledge-sharing software."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | category: "Communication"
9 | website: "https://codidact.com/"
10 | repo: "https://github.com/codidact/qpixel"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/rallly.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "rallly"
3 | name: "Rallly"
4 | description: "Create polls to vote on dates and times (alternative to Doodle)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Booking and Scheduling"
10 | website: "https://rallly.co"
11 | repo: "https://github.com/lukevella/rallly"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/rconcli.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "rconcli"
3 | name: "RconCli"
4 | description: "CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | category: "Games"
9 | website: "https://github.com/gorcon/rcon-cli"
10 | repo: "https://github.com/gorcon/rcon-cli"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/redlib.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "redlib"
3 | name: "Redlib"
4 | description: "An alternative private front-end to Reddit, with its origins in Libreddit."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Rust"
8 | category: "Communication"
9 | website: "https://github.com/redlib-org/redlib"
10 | repo: "https://github.com/redlib-org/redlib"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/redmine.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "redmine"
3 | name: "Redmine"
4 | description: "Redmine is a flexible project management web application."
5 | tags:
6 | - "GPL-2.0"
7 | - "Ruby"
8 | category: "Software Development"
9 | website: "https://www.redmine.org/"
10 | repo: "https://svn.redmine.org/redmine/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/releasebell.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "releasebell"
3 | name: "ReleaseBell"
4 | description: "Send release notifications for starred Github repos."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Miscellaneous"
9 | website: "https://releasebell.com/"
10 | repo: "https://git.cloudron.io/cloudron/releasebell"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/request-tracker.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "request-tracker"
3 | name: "Request Tracker"
4 | description: "An enterprise-grade issue tracking system."
5 | tags:
6 | - "GPL-2.0"
7 | - "Perl"
8 | category: "Ticketing"
9 | website: "https://www.bestpractical.com/rt/"
10 | repo: "https://github.com/bestpractical/rt"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/resilio-sync.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "resilio-sync"
3 | name: "Resilio Sync"
4 | description: "Proprietary peer-to-peer file synchronisation tool."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Unknown"
8 | category: "File Transfer & Synchronization"
9 | website: "https://www.resilio.com/"
10 | repo: "https://www.resilio.com/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/retrom.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "retrom"
3 | name: "Retrom"
4 | description: "Private cloud game library distribution server + frontend/launcher."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | - "Rust"
9 | category: "Games"
10 | website: "https://github.com/JMBeresford/retrom"
11 | repo: "https://github.com/JMBeresford/retrom"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/revealjs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "revealjs"
3 | name: "revealjs"
4 | description: "Framework for easily creating beautiful presentations using HTML."
5 | tags:
6 | - "MIT"
7 | - "Javascript"
8 | category: "Miscellaneous"
9 | website: "https://revealjs.com"
10 | repo: "https://github.com/hakimel/reveal.js"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/revolt.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "revolt"
3 | name: "Revolt"
4 | description: "Revolt is a user-first chat platform built with modern web technologies."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Rust"
8 | category: "Communication"
9 | website: "https://revolt.chat/"
10 | repo: "https://github.com/revoltchat/self-hosted"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/rgit.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "rgit"
3 | name: "rgit"
4 | description: "An ultra-fast & lightweight cgit clone."
5 | tags:
6 | - "WTFPL"
7 | - "Rust"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://github.com/w4/rgit"
11 | repo: "https://github.com/w4/rgit"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/roadiz.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "roadiz"
3 | name: "Roadiz"
4 | description: "Modern CMS based on a node system which can handle many types of services."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.roadiz.io/"
10 | repo: "https://github.com/roadiz/roadiz"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/romm.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "romm"
3 | name: "RomM"
4 | description: "ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Games"
9 | website: "https://romm.app/"
10 | repo: "https://github.com/rommapp/romm"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/rustypaste.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "rustypaste"
3 | name: "rustypaste"
4 | description: "A minimal file upload/pastebin service."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | category: "Pastebins"
9 | website: "https://github.com/orhun/rustypaste"
10 | repo: "https://github.com/orhun/rustypaste"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/ryot.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "ryot"
3 | name: "ryot"
4 | description: "Platform for tracking various facets of your life - media, fitness, etc."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Personal Dashboards"
9 | website: "https://github.com/ignisda/ryot"
10 | repo: "https://github.com/ignisda/ryot"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sabredav.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sabredav"
3 | name: "SabreDAV"
4 | description: "Open source CardDAV, CalDAV, and WebDAV framework and server."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Calendar & Contacts"
9 | website: "https://sabre.io/"
10 | repo: "https://github.com/sabre-io/dav"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/saleor.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "saleor"
3 | name: "Saleor"
4 | description: "Django based open-sourced e-commerce storefront."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Docker"
8 | - "Python"
9 | category: "E-commerce"
10 | website: "https://saleor.io"
11 | repo: "https://github.com/saleor/saleor"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/sama.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sama"
3 | name: "SAMA"
4 | description: "Next-Gen self-hosted chat server and clients."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://samacloud.io"
11 | repo: "https://github.com/SAMA-Communications/sama-server"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/schleuder.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "schleuder"
3 | name: "Schleuder"
4 | description: "GPG-enabled mailing list manager with resending-capabilities."
5 | tags:
6 | - "GPL-3.0"
7 | - "Ruby"
8 | category: "Communication"
9 | website: "https://schleuder.nadir.org/"
10 | repo: "https://0xacab.org/schleuder/schleuder/tree/master"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/scribble.rs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "scribble.rs"
3 | name: "Scribble.rs"
4 | description: "A web-based pictionary game."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Go"
8 | - "Docker"
9 | category: "Games"
10 | website: "https://github.com/scribble-rs/scribble.rs"
11 | repo: "https://github.com/scribble-rs/scribble.rs"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/seatsurfing.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "seatsurfing"
3 | name: "Seatsurfing"
4 | description: "Webbased app to book seats, desks and rooms for offices."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Booking and Scheduling"
9 | website: "https://seatsurfing.app/"
10 | repo: "https://github.com/seatsurfing/backend"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/selfoss.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "selfoss"
3 | name: "Selfoss"
4 | description: "New multipurpose rss reader, live stream, mashup, aggregation web application."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Feed Readers"
9 | website: "https://selfoss.aditu.de/"
10 | repo: "https://github.com/fossar/selfoss"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/shifter.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "shifter"
3 | name: "Shifter"
4 | description: "A simple, self-hosted file-sharing web app, powered by Django."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "File Transfer"
9 | website: "https://github.com/TobySuch/Shifter"
10 | repo: "https://github.com/TobySuch/Shifter"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/shiori.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "shiori"
3 | name: "Shiori"
4 | description: "Simple bookmark manager built with Go."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "Bookmarks and Link Sharing"
10 | website: "https://github.com/go-shiori/shiori"
11 | repo: "https://github.com/go-shiori/shiori"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/sigal.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sigal"
3 | name: "sigal"
4 | description: "Yet another simple static gallery generator."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Photo Galleries"
9 | website: "https://github.com/saimn/sigal"
10 | repo: "https://github.com/saimn/sigal"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/single-file-php-gallery.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "single-file-php-gallery"
3 | name: "Single File PHP Gallery"
4 | description: "Web gallery in one single PHP file."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "Photo Galleries"
9 | website: "http://sye.dk/sfpg/"
10 | repo: "http://sye.dk/sfpg/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sip3.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sip3"
3 | name: "SIP3"
4 | description: "VoIP troubleshooting and monitoring platform."
5 | tags:
6 | - "Apache-2.0"
7 | - "Java"
8 | category: "Communication"
9 | website: "https://sip3.io/"
10 | repo: "https://github.com/sip3io/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sish.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sish"
3 | name: "sish"
4 | description: "HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH (serveo/ngrok alternative)."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "Proxy"
10 | website: "https://github.com/antoniomika/sish"
11 | repo: "https://github.com/antoniomika/sish"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/sist2.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sist2"
3 | name: "sist2"
4 | description: "Lightning-fast file system indexer and search tool."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | - "Docker"
9 | category: "Search Engines"
10 | website: "https://github.com/simon987/sist2"
11 | repo: "https://github.com/simon987/sist2"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/slash.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "slash"
3 | name: "Slash"
4 | description: "An open source, self-hosted bookmarks and link sharing platform."
5 | tags:
6 | - "GPL-3.0"
7 | - "Docker"
8 | category: "Bookmarks and Link Sharing"
9 | website: "https://github.com/boojack/slash"
10 | repo: "https://github.com/boojack/slash"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/slskd.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "slskd"
3 | name: "slskd"
4 | description: "A modern client-server application for the Soulseek file sharing network."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "C#"
9 | category: "File Transfer"
10 | website: "https://github.com/slskd/slskd"
11 | repo: "https://github.com/slskd/slskd"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/snapcast.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "snapcast"
3 | name: "Snapcast"
4 | description: "Synchronous multiroom audio server."
5 | tags:
6 | - "GPL-3.0"
7 | - "C++"
8 | - "deb"
9 | category: "Media Streaming"
10 | website: "https://github.com/badaix/snapcast"
11 | repo: "https://github.com/badaix/snapcast"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/snappymail.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "snappymail"
3 | name: "SnappyMail"
4 | description: "Simple, modern, lightweight & fast web-based email client (fork of RainLoop)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://snappymail.eu/"
10 | repo: "https://github.com/the-djmaze/snappymail"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/snikket.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "snikket"
3 | name: "Snikket"
4 | description: "All-in-one Dockerized easy XMPP solution, including web admin and clients."
5 | tags:
6 | - "Apache-2.0"
7 | - "Docker"
8 | category: "Communication"
9 | website: "https://snikket.org/"
10 | repo: "https://github.com/snikket-im/snikket-server"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/snypy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "snypy"
3 | name: "SnyPy"
4 | description: "Open source on-prem code snippet manager."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Pastebins"
9 | website: "https://snypy.com"
10 | repo: "https://github.com/snypy"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/solidinvoice.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "solidinvoice"
3 | name: "SolidInvoice"
4 | description: "Open source invoicing and quote application."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Money, Budgeting & Management"
9 | website: "https://solidinvoice.co"
10 | repo: "https://github.com/SolidInvoice/SolidInvoice"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/solidtime.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "solidtime"
3 | name: "solidtime"
4 | description: "Modern time tracking application for freelancers and agencies."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Time Tracking"
9 | website: "https://www.solidtime.io"
10 | repo: "https://github.com/solidtime-io/solidtime"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sourcehut.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sourcehut"
3 | name: "Sourcehut"
4 | description: "A full web git interface with no javascript."
5 | tags:
6 | - "GPL-2.0"
7 | - "Go"
8 | category: "Software Development"
9 | website: "https://sourcehut.org/"
10 | repo: "https://git.sr.ht/~sircmpwn/git.sr.ht/tree"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sqlpage.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sqlpage"
3 | name: "SQLPage"
4 | description: "SQL-only dynamic website builder."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://sql-page.com"
11 | repo: "https://github.com/sqlpage/SQLPage"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/squidex.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "squidex"
3 | name: "Squidex"
4 | description: "Headless CMS, based on MongoDB, CQRS and Event Sourcing."
5 | tags:
6 | - "MIT"
7 | - ".NET"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://squidex.io"
10 | repo: "https://github.com/Squidex/squidex"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/squirrelmail.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "squirrelmail"
3 | name: "SquirrelMail"
4 | description: "Another browser-based IMAP client."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://squirrelmail.org"
10 | repo: "https://sourceforge.net/p/squirrelmail/code/HEAD/tree/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/srs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "srs"
3 | name: "SRS"
4 | description: "A simple, high efficiency and real-time video server, supports RTMP, WebRTC, HLS, HTTP-FLV and SRT."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "C++"
9 | category: "Media Streaming"
10 | website: "https://ossrs.io/"
11 | repo: "https://github.com/ossrs/srs"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/sshwifty.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sshwifty"
3 | name: "Sshwifty"
4 | description: "Sshwifty is a SSH and Telnet connector made for the Web."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | category: "Remote Access"
10 | website: "https://github.com/nirui/sshwifty"
11 | repo: "https://github.com/nirui/sshwifty"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/stretto.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "stretto"
3 | name: "Stretto"
4 | description: "Music player with Youtube/Soundcloud import and iTunes/Spotify discovery."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Media Streaming"
9 | website: "https://github.com/benkaiser/stretto"
10 | repo: "https://github.com/benkaiser/stretto"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/string.is.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "string.is"
3 | name: "string.is"
4 | description: "An open-source, privacy-friendly online string toolkit for developers."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | category: "Miscellaneous"
9 | website: "https://string.is/"
10 | repo: "https://github.com/recurser/string-is"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/stringer.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "stringer"
3 | name: "Stringer"
4 | description: "Work-in-progress self-hosted, anti-social RSS reader."
5 | tags:
6 | - "MIT"
7 | - "Ruby"
8 | category: "Feed Readers"
9 | website: "https://github.com/stringer-rss/stringer"
10 | repo: "https://github.com/stringer-rss/stringer"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/stump.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "stump"
3 | name: "Stump"
4 | description: "A fast, free and open source comics, manga and digital book server with OPDS support."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | category: "Document Management"
9 | website: "https://www.stumpapp.dev"
10 | repo: "https://github.com/stumpapp/stump"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/subsonic.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "subsonic"
3 | name: "Subsonic"
4 | description: "Web-based media streamer and jukebox."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Unknown"
8 | category: "Media Streaming"
9 | website: "http://www.subsonic.org/pages/index.jsp"
10 | repo: "http://www.subsonic.org/pages/index.jsp"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/suitecrm.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "suitecrm"
3 | name: "SuiteCRM"
4 | description: "The award-winning, enterprise-class open source CRM."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Customer Relationship Management (CRM)"
9 | website: "https://suitecrm.com"
10 | repo: "https://github.com/salesagility/SuiteCRM"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/superset.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "superset"
3 | name: "Superset"
4 | description: "Modern data exploration and visualization platform."
5 | tags:
6 | - "Apache-2.0"
7 | - "Python"
8 | category: "Analytics"
9 | website: "http://superset.apache.org/"
10 | repo: "https://github.com/apache/superset"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/supportpal.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "supportpal"
3 | name: "SupportPal"
4 | description: "Powerful help desk software - easy, fast and intuitive."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "PHP"
8 | category: "Ticketing"
9 | website: "https://www.supportpal.com/"
10 | repo: "https://www.supportpal.com/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/supysonic.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "supysonic"
3 | name: "Supysonic"
4 | description: "Python implementation of the Subsonic server API."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Python"
8 | - "deb"
9 | category: "Media Streaming"
10 | website: "https://github.com/spl0k/supysonic"
11 | repo: "https://github.com/spl0k/supysonic"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/surfer.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "surfer"
3 | name: "Surfer"
4 | description: "Simple static file server with webui to manage files."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "File Transfer"
9 | website: "https://git.cloudron.io/cloudron/surfer"
10 | repo: "https://git.cloudron.io/cloudron/surfer"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/suroi.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "suroi"
3 | name: "Suroi"
4 | description: "An open-source 2D battle royale game inspired by surviv.io."
5 | tags:
6 | - "GPL-3.0"
7 | - "Nodejs"
8 | category: "Games"
9 | website: "https://suroi.io/"
10 | repo: "https://github.com/HasangerGames/suroi"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/swetrix.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "swetrix"
3 | name: "Swetrix"
4 | description: "Ultimate, open-source web analytics to satisfy all your needs."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Analytics"
9 | website: "https://swetrix.com/"
10 | repo: "https://github.com/Swetrix/selfhosting"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sylius.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sylius"
3 | name: "Sylius"
4 | description: "Symfony2 powered open source full-stack platform for eCommerce."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "E-commerce"
9 | website: "https://sylius.com"
10 | repo: "https://github.com/Sylius/Sylius"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/sympa.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "sympa"
3 | name: "Sympa"
4 | description: "Mailing list manager."
5 | tags:
6 | - "GPL-2.0"
7 | - "Perl"
8 | category: "Communication"
9 | website: "https://www.sympa.community/"
10 | repo: "https://github.com/sympa-community/sympa"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/syncloud.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "syncloud"
3 | name: "Syncloud"
4 | description: "Your own online file storage, social network or email server."
5 | tags:
6 | - "GPL-3.0"
7 | - "Go"
8 | - "Shell"
9 | category: "Self-hosting Solutions"
10 | website: "https://syncloud.org/"
11 | repo: "https://github.com/syncloud/platform"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/syndie.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "syndie"
3 | name: "Syndie"
4 | description: "Syndie is a libre system for operating distributed forums."
5 | tags:
6 | - "CC0-1.0"
7 | - "Java"
8 | category: "Communication"
9 | website: "https://syndie.de"
10 | repo: "https://syndie.de"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/takahē.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "takahÄ"
3 | name: "Takahē"
4 | description: "Federated microblogging server. Mastodon, & ActivityPub compatible."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Docker"
8 | category: "Communication"
9 | website: "https://jointakahe.org/"
10 | repo: "https://github.com/jointakahe/takahe"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/tegon.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tegon"
3 | name: "Tegon"
4 | description: "Dev-first issue tracking tool (alternative to Jira, Linear)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Task Management & To-do Lists"
9 | website: "https://tegon.ai"
10 | repo: "https://github.com/tegonhq/tegon"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/teslamate.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "teslamate"
3 | name: "TeslaMate"
4 | description: "A powerful data logger for Tesla vehicles."
5 | tags:
6 | - "MIT"
7 | - "Elixir"
8 | - "Docker"
9 | category: "Miscellaneous"
10 | website: "https://github.com/adriankumpf/teslamate"
11 | repo: "https://github.com/adriankumpf/teslamate"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/textpattern.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "textpattern"
3 | name: "Textpattern"
4 | description: "Flexible, elegant and easy-to-use CMS."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://textpattern.com/"
10 | repo: "https://github.com/textpattern/textpattern"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/the-lounge.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "the-lounge"
3 | name: "The Lounge"
4 | description: "Self-hosted web IRC client."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://thelounge.chat/"
11 | repo: "https://github.com/thelounge/thelounge"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/thelia.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "thelia"
3 | name: "Thelia"
4 | description: "Thelia is an open source and flexible e-commerce solution."
5 | tags:
6 | - "LGPL-3.0"
7 | - "PHP"
8 | category: "E-commerce"
9 | website: "https://thelia.net/"
10 | repo: "https://github.com/thelia/thelia"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/tiddlywiki.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tiddlywiki"
3 | name: "TiddlyWiki"
4 | description: "Reusable non-linear personal web notebook."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Nodejs"
8 | category: "Wikis"
9 | website: "https://tiddlywiki.com/"
10 | repo: "https://github.com/Jermolene/TiddlyWiki5"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/tigase.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tigase"
3 | name: "Tigase"
4 | description: "XMPP server implementation in Java."
5 | tags:
6 | - "GPL-3.0"
7 | - "Java"
8 | category: "Communication"
9 | website: "https://tigase.net/xmpp-server"
10 | repo: "https://github.com/tigase/tigase-server"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/tiki.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tiki"
3 | name: "Tiki"
4 | description: "Wiki CMS Groupware with the most built-in features."
5 | tags:
6 | - "LGPL-2.1"
7 | - "PHP"
8 | category: "Wikis"
9 | website: "https://tiki.org/HomePage"
10 | repo: "https://gitlab.com/tikiwiki/tiki"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/tinyproxy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tinyproxy"
3 | name: "Tinyproxy"
4 | description: "Light-weight HTTP/HTTPS proxy daemon."
5 | tags:
6 | - "GPL-2.0"
7 | - "C"
8 | - "deb"
9 | category: "Proxy"
10 | website: "https://tinyproxy.github.io/"
11 | repo: "https://github.com/tinyproxy/tinyproxy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/titra.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "titra"
3 | name: "Titra"
4 | description: "Time-tracking solution for freelancers and small teams."
5 | tags:
6 | - "GPL-3.0"
7 | - "Javascript"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://titra.io/"
11 | repo: "https://github.com/kromitgmbh/titra"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/tox.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tox"
3 | name: "Tox"
4 | description: "Distributed, secure messenger with audio and video chat capabilities."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | category: "Communication"
9 | website: "https://tox.chat/"
10 | repo: "https://github.com/TokTok/c-toxcore"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/traduora.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "traduora"
3 | name: "Traduora"
4 | description: "Translation management platform for teams."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "K8S"
9 | - "Nodejs"
10 | category: "Software Development"
11 | website: "https://traduora.co"
12 | repo: "https://github.com/ever-co/ever-traduora"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/traefik.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "traefik"
3 | name: "Traefik"
4 | description: "HTTP reverse proxy and load balancer that makes deploying microservices easy."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | - "Docker"
9 | category: "Web Servers"
10 | website: "https://traefik.io/"
11 | repo: "https://github.com/traefik/traefik"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/transfer.sh.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "transfer.sh"
3 | name: "transfer.sh"
4 | description: "Easy file sharing from the command line."
5 | tags:
6 | - "MIT"
7 | - "Go"
8 | category: "File Transfer"
9 | website: "https://github.com/dutchcoders/transfer.sh"
10 | repo: "https://github.com/dutchcoders/transfer.sh"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/transmission.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "transmission"
3 | name: "Transmission"
4 | description: "Fast, easy, free Bittorrent client."
5 | tags:
6 | - "GPL-3.0"
7 | - "C++"
8 | - "deb"
9 | category: "File Transfer"
10 | website: "https://transmissionbt.com/"
11 | repo: "https://github.com/transmission/transmission"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/traq.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "traq"
3 | name: "Traq"
4 | description: "Project management and issue tracking system written in PHP."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | - "Nodejs"
9 | category: "Software Development"
10 | website: "https://traq.io/"
11 | repo: "https://github.com/nirix/traq"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/trudesk.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "trudesk"
3 | name: "Trudesk"
4 | description: "Trudesk is an open-source help desk/ticketing solution."
5 | tags:
6 | - "Apache-2.0"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Ticketing"
10 | website: "https://trudesk.io/"
11 | repo: "https://github.com/polonel/trudesk"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/tryton.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "tryton"
3 | name: "Tryton"
4 | description: "Free open source business solution."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | category: "Resource Planning"
9 | website: "https://www.tryton.org/"
10 | repo: "https://foss.heptapod.net/tryton/tryton"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/turndown.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "turndown"
3 | name: "turndown"
4 | description: "HTML to Markdown converter written in Javascript."
5 | tags:
6 | - "MIT"
7 | - "Javascript"
8 | category: "Note-taking & Editors"
9 | website: "https://mixmark-io.github.io/turndown/"
10 | repo: "https://github.com/mixmark-io/turndown"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/turtl.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "turtl"
3 | name: "Turtl"
4 | description: "Totally private personal database and note taking app."
5 | tags:
6 | - "GPL-3.0"
7 | - "CommonLisp"
8 | category: "Note-taking & Editors"
9 | website: "https://turtl.it/"
10 | repo: "https://github.com/turtl"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/typebot.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "typebot"
3 | name: "Typebot"
4 | description: "Conversational app builder (alternative to Typeform or Landbot)."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Communication"
9 | website: "https://typebot.io"
10 | repo: "https://github.com/baptisteArno/typebot.io"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/typo3.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "typo3"
3 | name: "TYPO3"
4 | description: "Powerful and advanced CMS with a large community."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://typo3.org/"
10 | repo: "https://github.com/TYPO3/typo3"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/uguu.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "uguu"
3 | name: "Uguu"
4 | description: "Stores files and deletes after X amount of time."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "File Transfer"
9 | website: "https://github.com/nokonoko/uguu"
10 | repo: "https://github.com/nokonoko/uguu"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/umami.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "umami"
3 | name: "Umami"
4 | description: "Simple, fast, privacy-focused alternative to Google Analytics."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Analytics"
10 | website: "https://umami.is/"
11 | repo: "https://github.com/umami-software/umami"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/umbraco.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "umbraco"
3 | name: "Umbraco"
4 | description: "The friendly CMS. Free and open source with an amazing community."
5 | tags:
6 | - "MIT"
7 | - ".NET"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://umbraco.com/"
10 | repo: "https://github.com/umbraco/Umbraco-CMS"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/unraid.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "unraid"
3 | name: "Unraid"
4 | description: "Linux-based operating system designed to run on home media server setups."
5 | tags:
6 | - "⊘ Proprietary"
7 | - "Unknown"
8 | category: "Self-hosting Solutions"
9 | website: "https://www.unraid.net"
10 | repo: "https://www.unraid.net"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/uploady.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "uploady"
3 | name: "Uploady"
4 | description: "Uploady is a simple file uploader script with multi file upload support."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "File Transfer"
9 | website: "https://github.com/farisc0de/Uploady"
10 | repo: "https://github.com/farisc0de/Uploady"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/vendure.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "vendure"
3 | name: "Vendure"
4 | description: "A headless commerce framework."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "E-commerce"
9 | website: "https://www.vendure.io"
10 | repo: "https://github.com/vendure-ecommerce/vendure"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/vikunja.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "vikunja"
3 | name: "Vikunja"
4 | description: "The to-do app to organize your life."
5 | tags:
6 | - "GPL-3.0"
7 | - "Go"
8 | category: "Task Management & To-do Lists"
9 | website: "https://vikunja.io/"
10 | repo: "https://kolaente.dev/vikunja/"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wackowiki.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wackowiki"
3 | name: "WackoWiki"
4 | description: "WackoWiki is a light and easy to install multilingual Wiki-engine."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "PHP"
8 | category: "Wikis"
9 | website: "https://wackowiki.org/"
10 | repo: "https://github.com/WackoWiki/wackowiki"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wakapi.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wakapi"
3 | name: "Wakapi"
4 | description: "Tracking tool for coding statistics, compatible with WakaTime."
5 | tags:
6 | - "GPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | category: "Software Development"
10 | website: "https://wakapi.dev/"
11 | repo: "https://github.com/muety/wakapi"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/wakupator.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wakupator"
3 | name: "Wakupator"
4 | description: "Wake On LAN Machine Manager based on network traffic."
5 | tags:
6 | - "MIT"
7 | - "C"
8 | category: "Miscellaneous"
9 | website: "https://github.com/Gibus21250/Wakupator"
10 | repo: "https://github.com/Gibus21250/Wakupator"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wastebin.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wastebin"
3 | name: "Wastebin"
4 | description: "Lightweight, minimal and fast pastebin with an SQLite backend."
5 | tags:
6 | - "MIT"
7 | - "Rust"
8 | - "Docker"
9 | category: "Pastebins"
10 | website: "https://github.com/matze/wastebin"
11 | repo: "https://github.com/matze/wastebin"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/webdb.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "webdb"
3 | name: "WebDB"
4 | description: "Efficient database IDE."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | category: "Database Management"
9 | website: "https://webdb.app"
10 | repo: "https://gitlab.com/web-db/app"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/webtrees.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "webtrees"
3 | name: "webtrees"
4 | description: "Webtrees is the web's leading online collaborative genealogy application."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "Genealogy"
9 | website: "https://www.webtrees.net"
10 | repo: "https://github.com/fisharebest/webtrees"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/weechat.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "weechat"
3 | name: "Weechat"
4 | description: "Fast, light and extensible chat client."
5 | tags:
6 | - "GPL-3.0"
7 | - "C"
8 | - "Docker"
9 | - "deb"
10 | category: "Communication"
11 | website: "https://weechat.org/"
12 | repo: "https://github.com/weechat/weechat"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/weewx.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "weewx"
3 | name: "WeeWX"
4 | description: "Open source software for your weather station."
5 | tags:
6 | - "GPL-3.0"
7 | - "Python"
8 | - "deb"
9 | category: "Miscellaneous"
10 | website: "https://weewx.com/"
11 | repo: "https://github.com/weewx/weewx"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/wekan.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wekan"
3 | name: "Wekan"
4 | description: "Open-source Trello-like kanban."
5 | tags:
6 | - "MIT"
7 | - "Nodejs"
8 | category: "Task Management & To-do Lists"
9 | website: "https://wekan.github.io/"
10 | repo: "https://github.com/wekan/wekan"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wetty.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wetty"
3 | name: "WeTTY"
4 | description: "Terminal in browser over http/https."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | - "Nodejs"
9 | category: "Miscellaneous"
10 | website: "https://butlerx.github.io/wetty/#/"
11 | repo: "https://github.com/butlerx/wetty"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/whoogle.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "whoogle"
3 | name: "Whoogle"
4 | description: "A self-hosted, ad-free, privacy-respecting metasearch engine."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | category: "Search Engines"
9 | website: "https://github.com/benbusby/whoogle-search"
10 | repo: "https://github.com/benbusby/whoogle-search"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wiki.js.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wiki.js"
3 | name: "Wiki.js"
4 | description: "Modern, lightweight and powerful wiki app using Git and Markdown."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Nodejs"
8 | - "Docker"
9 | - "K8S"
10 | category: "Wikis"
11 | website: "https://js.wiki/"
12 | repo: "https://github.com/Requarks/wiki"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/wikidocs.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wikidocs"
3 | name: "WikiDocs"
4 | description: "A databaseless markdown flat-file wiki engine."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | - "Docker"
9 | category: "Wikis"
10 | website: "http://wikidocs.it"
11 | repo: "https://github.com/Zavy86/WikiDocs"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/wikiss.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wikiss"
3 | name: "WiKiss"
4 | description: "Wiki, simple to use and install."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Wikis"
9 | website: "https://wikiss.tuxfamily.org/"
10 | repo: "https://svnweb.tuxfamily.org/listing.php?repname=wikiss/svn&path=%2F&sc=0"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wikmd.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wikmd"
3 | name: "Wikmd"
4 | description: "Modern and simple file based wiki that uses Markdown and Git."
5 | tags:
6 | - "MIT"
7 | - "Python"
8 | - "Docker"
9 | category: "Wikis"
10 | website: "https://github.com/Linbreux/wikmd"
11 | repo: "https://github.com/Linbreux/wikmd"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/wildduck.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wildduck"
3 | name: "wildduck"
4 | description: "Scalable no-SPOF IMAP/POP3 mail server."
5 | tags:
6 | - "EUPL-1.2"
7 | - "Nodejs"
8 | - "Docker"
9 | category: "Communication"
10 | website: "https://wildduck.email/"
11 | repo: "https://github.com/nodemailer/wildduck"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/wondercms.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wondercms"
3 | name: "WonderCMS"
4 | description: "WonderCMS is the smallest flat file CMS since 2008."
5 | tags:
6 | - "MIT"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://www.wondercms.com"
10 | repo: "https://github.com/WonderCMS/wondercms"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/woocommerce.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "woocommerce"
3 | name: "WooCommerce"
4 | description: "WordPress based e-commerce solution."
5 | tags:
6 | - "GPL-3.0"
7 | - "PHP"
8 | category: "E-commerce"
9 | website: "https://woocommerce.com/"
10 | repo: "https://github.com/woocommerce/woocommerce"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wordpress.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wordpress"
3 | name: "WordPress"
4 | description: "World's most-used blogging and CMS engine."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Content Management Systems (CMS)"
9 | website: "https://wordpress.org/"
10 | repo: "https://github.com/WordPress/WordPress"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/wygiwyh.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "wygiwyh"
3 | name: "WYGIWYH"
4 | description: "Simple and powerful finance tracker."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Docker"
8 | - "Django"
9 | category: "Money, Budgeting & Management"
10 | website: "https://github.com/eitchtee/WYGIWYH"
11 | repo: "https://github.com/eitchtee/WYGIWYH"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/yaade.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "yaade"
3 | name: "Yaade"
4 | description: "Yaade is an open-source, self-hosted, collaborative API development environment."
5 | tags:
6 | - "MIT"
7 | - "Docker"
8 | category: "Software Development"
9 | website: "https://docs.yaade.io/"
10 | repo: "https://github.com/EsperoTech/yaade"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/yacy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "yacy"
3 | name: "Yacy"
4 | description: "Peer based, decentralized search engine server."
5 | tags:
6 | - "GPL-2.0"
7 | - "Java"
8 | - "Docker"
9 | - "K8S"
10 | category: "Search Engines"
11 | website: "https://yacy.net/en/index.html"
12 | repo: "https://github.com/yacy/yacy_search_server"
13 | #image: "/placeholder.svg?height=300&width=400"
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/content/services-en/archive/yopass.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "yopass"
3 | name: "Yopass"
4 | description: "Secure sharing of secrets, passwords and files."
5 | tags:
6 | - "Apache-2.0"
7 | - "Go"
8 | - "Docker"
9 | category: "Pastebins"
10 | website: "https://github.com/jhaals/yopass"
11 | repo: "https://github.com/jhaals/yopass"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/zammad.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "zammad"
3 | name: "Zammad"
4 | description: "Easy to use but powerful open-source support and ticketing system."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Ruby"
8 | - "deb"
9 | category: "Ticketing"
10 | website: "https://zammad.org/"
11 | repo: "https://github.com/zammad/zammad"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/zenphoto.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "zenphoto"
3 | name: "Zenphoto"
4 | description: "Open-source gallery and CMS project."
5 | tags:
6 | - "GPL-2.0"
7 | - "PHP"
8 | category: "Photo Galleries"
9 | website: "https://www.zenphoto.org/"
10 | repo: "https://github.com/zenphoto/zenphoto"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/zentao.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "zentao"
3 | name: "ZenTao"
4 | description: "An agile(scrum) project management system/tool."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Software Development"
9 | website: "https://www.zentao.pm/"
10 | repo: "https://github.com/easysoft/zentaopms"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/znc.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "znc"
3 | name: "ZNC"
4 | description: "Advanced IRC bouncer."
5 | tags:
6 | - "Apache-2.0"
7 | - "C++"
8 | - "deb"
9 | category: "Communication"
10 | website: "https://wiki.znc.in/ZNC"
11 | repo: "https://github.com/znc/znc"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/zoraxy.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "zoraxy"
3 | name: "Zoraxy"
4 | description: "General purpose HTTP reverse proxy and forwarding tool."
5 | tags:
6 | - "AGPL-3.0"
7 | - "Go"
8 | - "Docker"
9 | category: "Web Servers"
10 | website: "https://zoraxy.aroz.org/"
11 | repo: "https://github.com/tobychui/zoraxy"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/content/services-en/archive/zulip.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "zulip"
3 | name: "Zulip"
4 | description: "Zulip is a powerful, open source group chat application."
5 | tags:
6 | - "Apache-2.0"
7 | - "Python"
8 | category: "Communication"
9 | website: "https://zulip.org"
10 | repo: "https://github.com/zulip/zulip"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/zusam.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "zusam"
3 | name: "Zusam"
4 | description: "Free and open-source way to self-host private forums for groups of friends or family."
5 | tags:
6 | - "AGPL-3.0"
7 | - "PHP"
8 | category: "Communication"
9 | website: "https://github.com/zusam/zusam"
10 | repo: "https://github.com/zusam/zusam"
11 | #image: "/placeholder.svg?height=300&width=400"
12 | ---
13 |
14 |
--------------------------------------------------------------------------------
/content/services-en/archive/µtask.md:
--------------------------------------------------------------------------------
1 | ---
2 | id: "µtask"
3 | name: "µTask"
4 | description: "Automation engine that models and executes business processes declared in yaml."
5 | tags:
6 | - "BSD-3-Clause"
7 | - "Go"
8 | - "Docker"
9 | category: "Automation"
10 | website: "https://github.com/ovh/utask"
11 | repo: "https://github.com/ovh/utask"
12 | #image: "/placeholder.svg?height=300&width=400"
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/lib/types.d.ts:
--------------------------------------------------------------------------------
1 | // 声明 js-yaml 模块的类型
2 | declare module 'js-yaml';
--------------------------------------------------------------------------------
/lib/utils.ts:
--------------------------------------------------------------------------------
1 | import { type ClassValue, clsx } from "clsx"
2 | import { twMerge } from "tailwind-merge"
3 |
4 | export function cn(...inputs: ClassValue[]) {
5 | return twMerge(clsx(inputs))
6 | }
7 |
--------------------------------------------------------------------------------
/next.config.mjs:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | const nextConfig = {
3 | eslint: {
4 | ignoreDuringBuilds: true,
5 | },
6 | typescript: {
7 | ignoreBuildErrors: true,
8 | },
9 | images: {
10 | unoptimized: true,
11 | },
12 | }
13 |
14 | export default nextConfig
15 |
--------------------------------------------------------------------------------
/postcss.config.mjs:
--------------------------------------------------------------------------------
1 | /** @type {import('postcss-load-config').Config} */
2 | const config = {
3 | plugins: {
4 | tailwindcss: {},
5 | },
6 | };
7 |
8 | export default config;
9 |
--------------------------------------------------------------------------------
/public/2dcccd0f67794e4bb4c68f673a940967.txt:
--------------------------------------------------------------------------------
1 | 2dcccd0f67794e4bb4c68f673a940967
--------------------------------------------------------------------------------
/public/ads.txt:
--------------------------------------------------------------------------------
1 | google.com, pub-7296634171837358, DIRECT, f08c47fec0942fa0
--------------------------------------------------------------------------------