Skip to content

Commit 68a4a63

Browse files
committed
Merge branch 'master' of github.com:virtualmin/virtualmin-nginx
2 parents 8840f3f + 36fac35 commit 68a4a63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2691
-8115
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "virtualmin.dev: virtualmin/virtualmin-nginx"
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
release:
8+
types:
9+
- published
10+
- edited
11+
12+
jobs:
13+
build:
14+
uses: webmin/webmin-ci-cd/.github/workflows/master-workflow.yml@main
15+
with:
16+
build-type: module
17+
project-name: ${{ github.event.repository.name }}
18+
is-release: ${{ github.event_name == 'release' }}
19+
secrets:
20+
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
21+
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
22+
DEV_IP_KNOWN_HOSTS: ${{ secrets.DEV_IP_KNOWN_HOSTS }}
23+
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
24+
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
25+
PRERELEASE_UPLOAD_SSH_DIR: ${{ secrets.PRERELEASE_UPLOAD_SSH_DIR }}
26+
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
27+
DEV_SIGN_BUILD_REPOS_CMD: ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }}

README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# virtualmin-nginx
1+
## virtualmin-nginx
22

33
Virtualmin plugin to use the nginx web server instead of Apache.
44

5-
# Installation
5+
### Installation
66

77
The recommended way to install Virtualmin is to use the `virtualmin-install.sh`
88
automated install script, found on the [download page](https://www.virtualmin.com/download)
@@ -19,6 +19,31 @@ The `LEMP` stack installs Virtualmin with the nginx and nginx-ssl plugins, nginx
1919
BIND, Postfix, MariaDB, PHP, etc. and sets them up for use in a shared virtual hosting
2020
environment. The `--minimal` flag also works with a `LEMP` installation.
2121

22-
# OS Support
22+
### OS Support
2323

24-
We support this plugin on the same [operating systems as Virtualmin itself](https://www.virtualmin.com/documentation/os-support/).
24+
We support this plugin on the same [operating systems as Virtualmin itself](https://www.virtualmin.com/docs/os-support/).
25+
26+
### Contributing Translations
27+
28+
If you'd like to help improve `virtualmin-nginx` translations, please see our [translation contribution guide](https://www.virtualmin.com/docs/development/translations/).
29+
30+
The following languages are currently supported for `virtualmin-nginx`:
31+
32+
| Language | Human | Machine | Missing | Coverage (Human vs. Total) |
33+
|----------|-------|---------|---------|----------------------------|
34+
| cs | 0 | 465 | 1 | 0.0% / 99.8% |
35+
| de | 0 | 466 | 0 | 0.0% / 100.0% |
36+
| en | 466 | 0 | 0 | 100.0% / 100.0% |
37+
| es | 0 | 466 | 0 | 0.0% / 100.0% |
38+
| fr | 0 | 466 | 0 | 0.0% / 100.0% |
39+
| it | 0 | 465 | 1 | 0.0% / 99.8% |
40+
| ja | 0 | 465 | 1 | 0.0% / 99.8% |
41+
| nl | 440 | 25 | 1 | 94.4% / 99.8% |
42+
| no | 0 | 465 | 1 | 0.0% / 99.8% |
43+
| pl | 0 | 465 | 1 | 0.0% / 99.8% |
44+
| pt_BR | 0 | 465 | 1 | 0.0% / 99.8% |
45+
| ru | 0 | 466 | 0 | 0.0% / 100.0% |
46+
| sk | 0 | 465 | 1 | 0.0% / 99.8% |
47+
| tr | 0 | 465 | 1 | 0.0% / 99.8% |
48+
| zh | 0 | 466 | 0 | 0.0% / 100.0% |
49+
| zh_TW | 0 | 466 | 0 | 0.0% / 100.0% |

help/label.af.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.be.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.he.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.lt.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.lv.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.mt.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.ro.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.sl.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.th.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.ur.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

help/label.vi.auto.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)