1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00

Merge pull request #37 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-07-28 09:49:22 +02:00 committed by GitHub
commit e04fffb6bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 57 additions and 19 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Shipped version:** 6.1.0~ynh1
**Shipped version:** 6.1.0~ynh2
## Screenshots

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Versión actual:** 6.1.0~ynh1
**Versión actual:** 6.1.0~ynh2
## Capturas

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Paketatutako bertsioa:** 6.1.0~ynh1
**Paketatutako bertsioa:** 6.1.0~ynh2
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
ownCloud Infinite Scale (oCIS) est la nouvelle plateforme de synchronisation et de partage de fichiers qui constituera la base de votre plateforme de gestion de données.
**Version incluse:** 6.1.0~ynh1
**Version incluse:** 6.1.0~ynh2
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Versión proporcionada:** 6.1.0~ynh1
**Versión proporcionada:** 6.1.0~ynh2
## Capturas de pantalla

47
README_id.md Normal file
View file

@ -0,0 +1,47 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# ownCloud untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/owncloud.svg)](https://ci-apps.yunohost.org/ci/apps/owncloud/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/owncloud.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/owncloud.maintain.svg)
[![Pasang ownCloud dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=owncloud)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang ownCloud secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Versi terkirim:** 6.1.0~ynh2
## Tangkapan Layar
![Tangkapan Layar pada ownCloud](./doc/screenshots/screenshot.png)
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://owncloud.com>
- Dokumentasi admin resmi: <https://doc.owncloud.com/ocis/next/>
- Depot kode aplikasi hulu: <https://github.com/owncloud/ocis>
- Gudang YunoHost: <https://apps.yunohost.org/app/owncloud>
- Laporkan bug: <https://github.com/YunoHost-Apps/owncloud_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/owncloud_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/owncloud_ynh/tree/testing --debug
atau
sudo yunohost app upgrade owncloud -u https://github.com/YunoHost-Apps/owncloud_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

View file

@ -18,7 +18,7 @@
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**分发版本:** 6.1.0~ynh1
**分发版本:** 6.1.0~ynh2
## 截图

View file

@ -1 +0,0 @@
Please note, this package is only intended to test ownCloud Infinite Scale. It should not be used for production for now.

View file

@ -1 +0,0 @@
Attention, ce package est uniquement destiné à tester ownCloud Infinite Scale. Il ne doit pas être utilisé en production.

View file

@ -5,7 +5,7 @@ name = "ownCloud"
description.en = "Online storage, file sharing platform"
description.fr = "Stockage en ligne, plateforme de partage de fichiers"
version = "6.1.0~ynh1"
version = "6.1.0~ynh2"
maintainers = ["eric_G"]
@ -21,11 +21,8 @@ yunohost = ">= 11.2.20"
helpers_version = "2.1"
architectures = ["amd64", "arm64", "armhf", "i386"]
multi_instance = false
ldap = false
sso = false
disk = "100M"
ram.build = "800M"
ram.runtime = "50M"

View file

@ -3,5 +3,5 @@
#=================================================
# COMMON VARIABLES AND CUSTOM HELPERS AND CUSTOM HELPERS
#=================================================
# PHP APP SPECIFIC
#=================================================
timezone=$(cat /etc/timezone)

View file

@ -1,6 +1,5 @@
#!/bin/bash
# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers

View file

@ -3,8 +3,6 @@
source _common.sh
source /usr/share/yunohost/helpers
timezone=$(cat /etc/timezone)
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================

View file

@ -3,8 +3,6 @@
source _common.sh
source /usr/share/yunohost/helpers
timezone=$(cat /etc/timezone)
#=================================================
# STOP SYSTEMD SERVICE
#=================================================