Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/collections-renames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,18 @@ jobs:
run: bundle exec rake collections

- name: Commit changes and open PR
id: cpr
uses: peter-evans/create-pull-request@v8
with:
commit-message: "✨ Autofixing renamed/removed collection items ✨"
committer: "github-actions[bot] <actions@github.com>"
branch: "update-collections-${PR_ID}"
title: "✨ Autofixing renamed/removed collection items ✨"

- name: Auto-merge PR
if: steps.cpr.outputs.pull-request-number
run: |
gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
gh pr merge --auto "${{ steps.cpr.outputs.pull-request-url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file modified topics/appwrite/appwrite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions topics/appwrite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ aliases: appwrite-io, appwriteio
display_name: Appwrite
github_url: https://github.com/appwrite/appwrite
logo: appwrite.png
related: vue, react, flutter, docker, backend, api, serverless, self-hosted, firebase
related: vue, react, flutter, docker, backend, api, serverless, self-hosted, firebase, cloud
released: September 3, 2019
short_description: Appwrite is an end-to-end backend server for web, mobile, or native applications.
short_description: Appwrite is an open-source, developer infrastructure platform for building web, mobile, and AI apps.
topic: appwrite
url: https://appwrite.io/
---

Appwrite is an end-to-end backend server for web, mobile or native applications packaged as a set of Docker microservices.
Appwrite is an end-to-end platform for building web, mobile, native, or backend apps, packaged as a set of Docker microservices. It includes both a backend server and a fully integrated hosting solution for deploying static and server-side rendered frontends.

Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.
Appwrite abstracts the complexity and repetitiveness required to build modern apps from scratch and allows you to build secure, full-stack applications faster.
16 changes: 16 additions & 0 deletions topics/navidrome/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
created_by: Deluan Quintão
display_name: Navidrome
github_url: https://github.com/navidrome/navidrome
logo: navidrome.png
related: music, streaming, self-hosted
released: 2019
short_description: A self-hosted, open source music server and streamer compatible with Subsonic clients.
topic: navidrome
url: https://www.navidrome.org
---
Navidrome is a self-hosted music server that allows you to listen to your personal music collection from any browser or mobile device, similar to services like Spotify or Apple Music but with your own music library.

Built with Go and featuring a modern web interface, Navidrome handles large music collections efficiently and supports on-the-fly transcoding to stream virtually any audio format. It implements the Subsonic API, making it compatible with a wide ecosystem of mobile apps and desktop clients.

Key features include multi-user support with individual playlists and play counts, automatic library monitoring, low resource usage, and support for various metadata sources. Navidrome runs on macOS, Linux, Windows, and Raspberry Pi, with Docker images available for easy deployment.
Binary file added topics/navidrome/navidrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading