Skip to content

Giorgio update apps #744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jun 19, 2025
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
270 changes: 270 additions & 0 deletions Apps/PdfDing/docker-compose.yml

Large diffs are not rendered by default.

Binary file added Apps/PdfDing/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/PdfDing/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/PdfDing/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/PdfDing/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
521 changes: 521 additions & 0 deletions Apps/Pinchflat/docker-compose.yml

Large diffs are not rendered by default.

Binary file added Apps/Pinchflat/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Pinchflat/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Pinchflat/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
...
```

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

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

Expand Down Expand Up @@ -94,19 +94,19 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
...
- container: PUID
description:
en_us: Run Syncthing as specified uid.
en_US: Run Syncthing as specified uid.
ports: # description of each port
- container: "8384"
description:
en_us: WebUI HTTP Port
en_US: WebUI HTTP Port
...
volumes: # description of each volume
- container: /config
description:
en_us: Syncthing config directory.
en_US: Syncthing config directory.
- container: /DATA
description:
en_us: Syncthing Accessible Directory.
en_US: Syncthing Accessible Directory.
```

2. Compose app level
Expand All @@ -123,17 +123,17 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
author: CasaOS Team
category: Backup
description: # multiple locales are supported
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.
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.
developer: Syncthing
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png
tagline: # multiple locales are supported
en_us: Free, secure, and distributed file synchronisation tool.
en_US: Free, secure, and distributed file synchronisation tool.
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg
title: # multiple locales are supported
en_us: Syncthing
en_US: Syncthing
tips:
before_install:
en_us: |
en_US: |
(some notes for user to read prior to installation, such as preset `username` and `password` - markdown is supported!)
index: / # the index page for web UI, e.g. index.html
port_map: "8384" # the port for web UI
Expand Down
3 changes: 0 additions & 3 deletions recommend-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
{
"appid": "immich"
},
{
"appid": "alist"
},
{
"appid": "vocechat"
}
Expand Down