mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-10-23 04:52:15 +00:00
github-actions[bot]: update README.md
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 11notes
|
Copyright (c) 2025 11notes
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
59
README.md
59
README.md
@@ -1,24 +1,11 @@
|
|||||||

|

|
||||||
|
|
||||||
# ⛰️ kms-gui
|
# KMS-GUI
|
||||||
[<img src="https://img.shields.io/badge/github-source-blue?logo=github&color=040308">](https://github.com/11notes/docker-kms-gui)[<img src="https://img.shields.io/github/issues/11notes/docker-kms-gui?color=7842f5">](https://github.com/11notes/docker-kms-gui/issues)
|
[<img src="https://img.shields.io/badge/github-source-blue?logo=github&color=040308">](https://github.com/11notes/docker-KMS-GUI)[<img src="https://img.shields.io/github/issues/11notes/docker-KMS-GUI?color=7842f5">](https://github.com/11notes/docker-KMS-GUI/issues)
|
||||||
|
|
||||||
Activate any version of Windows and Office, forever
|
Activate any version of Windows and Office, forever
|
||||||
|
|
||||||
# MAIN TAGS 🏷️
|

|
||||||
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
|
|
||||||
|
|
||||||
* [465f4d1](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1)
|
|
||||||
* [stable](https://hub.docker.com/r/11notes/kms-gui/tags?name=stable)
|
|
||||||
* [latest](https://hub.docker.com/r/11notes/kms-gui/tags?name=latest)
|
|
||||||
* [465f4d1-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1-unraid)
|
|
||||||
* [stable-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=stable-unraid)
|
|
||||||
* [latest-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=latest-unraid)
|
|
||||||
|
|
||||||
# UNRAID VERSION 🟠
|
|
||||||
This image supports unraid by default. Simply add **-unraid** to any tag and the image will run as 99:100 instead of 1000:1000 causing no issues on unraid. Enjoy.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
# SYNOPSIS 📖
|
# SYNOPSIS 📖
|
||||||
**What can I do with this?** This image will run a web GUI for your [11notes/kms](https://hub.docker.com/r/11notes/kms) server.
|
**What can I do with this?** This image will run a web GUI for your [11notes/kms](https://hub.docker.com/r/11notes/kms) server.
|
||||||
@@ -27,9 +14,8 @@ This image supports unraid by default. Simply add **-unraid** to any tag and the
|
|||||||
```yaml
|
```yaml
|
||||||
name: "kms"
|
name: "kms"
|
||||||
services:
|
services:
|
||||||
kms:
|
app:
|
||||||
image: "11notes/kms:stable"
|
image: "11notes/kms:465f4d1"
|
||||||
container_name: "kms"
|
|
||||||
environment:
|
environment:
|
||||||
TZ: "Europe/Zurich"
|
TZ: "Europe/Zurich"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -37,20 +23,21 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "1688:1688/tcp"
|
- "1688:1688/tcp"
|
||||||
restart: "always"
|
restart: "always"
|
||||||
kms-gui:
|
|
||||||
|
gui:
|
||||||
image: "11notes/kms-gui:465f4d1"
|
image: "11notes/kms-gui:465f4d1"
|
||||||
depends_on:
|
depends_on:
|
||||||
kms:
|
app:
|
||||||
condition: "service_healthy"
|
condition: "service_healthy"
|
||||||
restart: true
|
restart: true
|
||||||
container_name: "kms-gui"
|
|
||||||
environment:
|
environment:
|
||||||
TZ: "Europe/Zurich"
|
TZ: "Europe/Zurich"
|
||||||
volumes:
|
volumes:
|
||||||
- "var:/kms/var"
|
- "var:/kms/var"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080/tcp"
|
- "3000:3000/tcp"
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
var:
|
var:
|
||||||
```
|
```
|
||||||
@@ -70,8 +57,24 @@ volumes:
|
|||||||
| `DEBUG` | Will activate debug option for container image and app (if available) | |
|
| `DEBUG` | Will activate debug option for container image and app (if available) | |
|
||||||
| `KMS_GUI_STYLE` | switch the UI style of the webinterface (py-kms, custom-icon) | custom-icon |
|
| `KMS_GUI_STYLE` | switch the UI style of the webinterface (py-kms, custom-icon) | custom-icon |
|
||||||
|
|
||||||
|
# MAIN TAGS 🏷️
|
||||||
|
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
|
||||||
|
|
||||||
|
* [465f4d1](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1)
|
||||||
|
* [465f4d1-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1-unraid)
|
||||||
|
|
||||||
|
# REGISTRIES ☁️
|
||||||
|
```
|
||||||
|
docker pull 11notes/kms-gui:465f4d1
|
||||||
|
docker pull ghcr.io/11notes/kms-gui:465f4d1
|
||||||
|
docker pull quay.io/11notes/kms-gui:465f4d1
|
||||||
|
```
|
||||||
|
|
||||||
|
${{ title_unraid }}
|
||||||
|
This image supports unraid by default. Simply add **-unraid** to any tag and the image will run as 99:100 instead of 1000:1000 causing no issues on unraid. Enjoy.
|
||||||
|
|
||||||
# SOURCE 💾
|
# SOURCE 💾
|
||||||
* [11notes/kms-gui](https://github.com/11notes/docker-kms-gui)
|
* [11notes/kms-gui](https://github.com/11notes/docker-KMS-GUI)
|
||||||
|
|
||||||
# PARENT IMAGE 🏛️
|
# PARENT IMAGE 🏛️
|
||||||
* [11notes/kms:465f4d1](https://hub.docker.com/r/11notes/kms)
|
* [11notes/kms:465f4d1](https://hub.docker.com/r/11notes/kms)
|
||||||
@@ -79,12 +82,14 @@ volumes:
|
|||||||
# BUILT WITH 🧰
|
# BUILT WITH 🧰
|
||||||
* [py-kms](https://github.com/Py-KMS-Organization/py-kms)
|
* [py-kms](https://github.com/Py-KMS-Organization/py-kms)
|
||||||
* [CustomIcon/pykms-frontend](https://github.com/CustomIcon/pykms-frontend)
|
* [CustomIcon/pykms-frontend](https://github.com/CustomIcon/pykms-frontend)
|
||||||
|
* [11notes/util](https://github.com/11notes/docker-util)
|
||||||
|
|
||||||
# GENERAL TIPS 📌
|
# GENERAL TIPS 📌
|
||||||
* Use a reverse proxy like Traefik, Nginx, HAproxy to terminate TLS and to protect your endpoints
|
> [!TIP]
|
||||||
* Use Let’s Encrypt DNS-01 challenge to obtain valid SSL certificates for your services
|
>* Use a reverse proxy like Traefik, Nginx, HAproxy to terminate TLS and to protect your endpoints
|
||||||
|
>* Use Let’s Encrypt DNS-01 challenge to obtain valid SSL certificates for your services
|
||||||
|
|
||||||
# ElevenNotes™️
|
# ElevenNotes™️
|
||||||
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-kms-gui/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-kms-gui/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-kms-gui/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
|
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-kms-gui/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-kms-gui/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-kms-gui/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
|
||||||
|
|
||||||
*created 10.3.2025, 12:02:37 (CET)*
|
*created 02.05.2025, 10:23:31 (CET)*
|
Reference in New Issue
Block a user