mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge remote-tracking branch 'ynh/dev' into enh-vuejs
This commit is contained in:
commit
70af5dbeaa
3 changed files with 23 additions and 4 deletions
13
app/src/i18n/locales/cs.json
Normal file
13
app/src/i18n/locales/cs.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"password": "Heslo",
|
||||
"app_info_access_desc": "Skupiny a uživatelé kterým je povolen přístup aplikace:",
|
||||
"app_change_url": "Změnit adresu",
|
||||
"api_not_responding": "API YunoHost neodpovídá. Je možné, že „yunohost-api“ spadlo nebo bylo restartováno.",
|
||||
"apply": "Použít",
|
||||
"all_apps": "Všechny aplikace",
|
||||
"all": "Všechno",
|
||||
"administration_password": "Heslo administrátora",
|
||||
"add": "Přidat",
|
||||
"active": "Aktivní",
|
||||
"action": "Akce"
|
||||
}
|
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,3 +1,13 @@
|
|||
yunohost-admin (4.1.4) stable; urgency=low
|
||||
|
||||
- [fix] Remove legacy code for certificate causing issues on some setups (ec805d6)
|
||||
- [i18n] Translations updated for Czech
|
||||
- Stable release
|
||||
|
||||
Thanks to all contributors <3 ! (Aleks, Tom_)
|
||||
|
||||
-- Kayou <pierre@kayou.io> Thu, 14 Jan 2021 21:45:41 +0100
|
||||
|
||||
yunohost-admin (4.1.3) stable; urgency=low
|
||||
|
||||
- [fix] Partial revert #306 because code is broken... (cccb84b)
|
||||
|
|
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -3,10 +3,6 @@
|
|||
set -e
|
||||
|
||||
do_configure() {
|
||||
# make the CA available from the web interface
|
||||
if [ ! -f /usr/share/yunohost/admin/ca.crt ]; then
|
||||
ln -s /etc/ssl/certs/ca-yunohost_crt.pem /usr/share/yunohost/admin/ca.crt
|
||||
fi
|
||||
|
||||
# Set document root permissions
|
||||
chown -R root:root /usr/share/yunohost/admin
|
||||
|
|
Loading…
Add table
Reference in a new issue