From 7a6c334435fa8a2cfe46b0e96afa5b1911a580e9 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 10 May 2023 00:03:52 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a24d2a..e39fde6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou 1. Compose app level - For the same example, at the bottome of the [`docker-compose.yml` of Syncthing](Apps/Syncthing/docker-compose.yml) + For the same example, at the bottom of the [`docker-compose.yml` of Syncthing](Apps/Syncthing/docker-compose.yml) ```yaml x-casaos: @@ -75,6 +75,10 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg title: # multiple locales are supported en_us: Syncthing + tips: + before_install: + en_us: | + (some notes for user to read prior to installation) index: / # the index page for web UI, e.g. index.html port_map: "8384" # the port for web UI ```