Skip to content

Commit cd1ca80

Browse files
Merge branch 'main' into main
2 parents 2fd594d + 67774fb commit cd1ca80

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.github/workflows/collections-renames.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,18 @@ jobs:
3030
run: bundle exec rake collections
3131

3232
- name: Commit changes and open PR
33+
id: cpr
3334
uses: peter-evans/create-pull-request@v8
3435
with:
3536
commit-message: "✨ Autofixing renamed/removed collection items ✨"
3637
committer: "github-actions[bot] <actions@github.com>"
3738
branch: "update-collections-${PR_ID}"
3839
title: "✨ Autofixing renamed/removed collection items ✨"
40+
41+
- name: Auto-merge PR
42+
if: steps.cpr.outputs.pull-request-number
43+
run: |
44+
gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
45+
gh pr merge --auto "${{ steps.cpr.outputs.pull-request-url }}"
46+
env:
47+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

topics/appwrite/appwrite.png

-6.01 KB
Loading

topics/appwrite/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ aliases: appwrite-io, appwriteio
33
display_name: Appwrite
44
github_url: https://github.com/appwrite/appwrite
55
logo: appwrite.png
6-
related: vue, react, flutter, docker, backend, api, serverless, self-hosted, firebase
6+
related: vue, react, flutter, docker, backend, api, serverless, self-hosted, firebase, cloud
77
released: September 3, 2019
8-
short_description: Appwrite is an end-to-end backend server for web, mobile, or native applications.
8+
short_description: Appwrite is an open-source, developer infrastructure platform for building web, mobile, and AI apps.
99
topic: appwrite
1010
url: https://appwrite.io/
1111
---
1212

13-
Appwrite is an end-to-end backend server for web, mobile or native applications packaged as a set of Docker microservices.
13+
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.
1414

15-
Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.
15+
Appwrite abstracts the complexity and repetitiveness required to build modern apps from scratch and allows you to build secure, full-stack applications faster.

topics/navidrome/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
created_by: Deluan Quintão
3+
display_name: Navidrome
4+
github_url: https://github.com/navidrome/navidrome
5+
logo: navidrome.png
6+
related: music, streaming, self-hosted
7+
released: 2019
8+
short_description: A self-hosted, open source music server and streamer compatible with Subsonic clients.
9+
topic: navidrome
10+
url: https://www.navidrome.org
11+
---
12+
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.
13+
14+
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.
15+
16+
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.

topics/navidrome/navidrome.png

45.6 KB
Loading

0 commit comments

Comments
 (0)