Skip to content

Commit ac08927

Browse files
ChigogoGiorgio
andauthored
Giorgio update apps (#744)
add apps --------- Co-authored-by: Giorgio <giorgio@icewhale.org>
1 parent 95322e8 commit ac08927

10 files changed

Lines changed: 800 additions & 9 deletions

File tree

Apps/PdfDing/docker-compose.yml

Lines changed: 270 additions & 0 deletions
Large diffs are not rendered by default.

Apps/PdfDing/icon.png

70 KB
Loading

Apps/PdfDing/screenshot-1.png

141 KB
Loading

Apps/PdfDing/screenshot-2.png

102 KB
Loading

Apps/PdfDing/screenshot-3.png

51.2 KB
Loading

Apps/Pinchflat/docker-compose.yml

Lines changed: 521 additions & 0 deletions
Large diffs are not rendered by default.

Apps/Pinchflat/icon.png

26.3 KB
Loading

Apps/Pinchflat/screenshot-1.png

146 KB
Loading

Apps/Pinchflat/screenshot-2.png

305 KB
Loading

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
6565
...
6666
```
6767

68-
- Language codes are case sensitive and should be in all lower case, e.g. `en_us`, `zh_cn`.
68+
- Language codes are case sensitive and should use the standard format, e.g. en_US, zh_CN.
6969

7070
- There are few system wide variables can be used in `environment` and `volumes`:
7171

@@ -94,19 +94,19 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
9494
...
9595
- container: PUID
9696
description:
97-
en_us: Run Syncthing as specified uid.
97+
en_US: Run Syncthing as specified uid.
9898
ports: # description of each port
9999
- container: "8384"
100100
description:
101-
en_us: WebUI HTTP Port
101+
en_US: WebUI HTTP Port
102102
...
103103
volumes: # description of each volume
104104
- container: /config
105105
description:
106-
en_us: Syncthing config directory.
106+
en_US: Syncthing config directory.
107107
- container: /DATA
108108
description:
109-
en_us: Syncthing Accessible Directory.
109+
en_US: Syncthing Accessible Directory.
110110
```
111111

112112
2. Compose app level
@@ -123,17 +123,17 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
123123
author: CasaOS Team
124124
category: Backup
125125
description: # multiple locales are supported
126-
en_us: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
126+
en_US: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
127127
developer: Syncthing
128128
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png
129129
tagline: # multiple locales are supported
130-
en_us: Free, secure, and distributed file synchronisation tool.
130+
en_US: Free, secure, and distributed file synchronisation tool.
131131
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg
132132
title: # multiple locales are supported
133-
en_us: Syncthing
133+
en_US: Syncthing
134134
tips:
135135
before_install:
136-
en_us: |
136+
en_US: |
137137
(some notes for user to read prior to installation, such as preset `username` and `password` - markdown is supported!)
138138
index: / # the index page for web UI, e.g. index.html
139139
port_map: "8384" # the port for web UI

0 commit comments

Comments
 (0)