From d58fc0eac240a049b1a40c2056c6c8a7731c64c9 Mon Sep 17 00:00:00 2001 From: cy33hc Date: Sat, 1 Mar 2025 18:38:37 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e468da..d3b77eb 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,10 @@ To distinguish between FTP, SMB, NFS, WebDAV or HTTP, the URL must be prefix wit | | | | |----------|-----------|---| | ![archive_org_screen1](https://github.com/user-attachments/assets/b129b6cf-b938-4d7c-a3fa-61e1c633c1f6) | ![archive_org_screen2](https://github.com/user-attachments/assets/646106d1-e60b-4b35-b153-3475182df968)| ![image](https://github.com/user-attachments/assets/cad94de8-a694-4ef5-92a8-b87468e30adb) | - + +- Support for browse and download release artifacts from github repos. Under the server just enter the git repo of the homebrew eg https://github.com/cy33hc/ps4-ezremote-client + ![image](https://github.com/user-attachments/assets/f8e931ea-f1d1-4af8-aed5-b0dfe661a230) + Tested with following WebDAV server: - **(Recommeded)** [Dufs](https://github.com/sigoden/dufs) - For hosting your own WebDAV server. (Recommended since this allow anonymous access which is required for Remote Package Install) - [SFTPgo](https://github.com/drakkan/sftpgo) - For local hosted WebDAV server. Can also be used as a webdav frontend for Cloud Storage like AWS S3, Azure Blob or Google Storage. From 7be30e358a692d93c80be962e3a9ec978f142f3d Mon Sep 17 00:00:00 2001 From: cy33hc Date: Sat, 1 Mar 2025 18:43:00 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3b77eb..f64dbd7 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ To distinguish between FTP, SMB, NFS, WebDAV or HTTP, the URL must be prefix wit |----------|-----------|---| | ![archive_org_screen1](https://github.com/user-attachments/assets/b129b6cf-b938-4d7c-a3fa-61e1c633c1f6) | ![archive_org_screen2](https://github.com/user-attachments/assets/646106d1-e60b-4b35-b153-3475182df968)| ![image](https://github.com/user-attachments/assets/cad94de8-a694-4ef5-92a8-b87468e30adb) | +- For Myrient repos, entry **https://myrient.erista.me/files** in the server field. + ![image](https://github.com/user-attachments/assets/b80e2bec-b8cc-4acc-9ab6-7b0dc4ef20e6) + - Support for browse and download release artifacts from github repos. Under the server just enter the git repo of the homebrew eg https://github.com/cy33hc/ps4-ezremote-client ![image](https://github.com/user-attachments/assets/f8e931ea-f1d1-4af8-aed5-b0dfe661a230)