ordered docker folders and fixed files, removed backups

This commit is contained in:
Matteo ℱan 2019-06-05 00:12:49 +02:00
parent c9465674a5
commit 6ced3a04eb
15 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@ _py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.
- Windows 7 - Windows 7
- Windows 8 - Windows 8
- Windows 8.1 - Windows 8.1
- Windows 10 ( 1511 / 1607 / 1703 / 1709 / 1803 / 1809 ) - Windows 10 ( 1511 / 1607 / 1703 / 1709 / 1803 / 1809 / 1903 )
- Windows Server 2008 - Windows Server 2008
- Windows Server 2008 R2 - Windows Server 2008 R2
- Windows Server 2012 - Windows Server 2012

View File

@ -20,7 +20,8 @@ _py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.
- Microsoft Office 2016 ( Volume License ) - Microsoft Office 2016 ( Volume License )
- Microsoft Office 2019 ( Volume License ) - Microsoft Office 2019 ( Volume License )
- It's written in Python: - It's written in Python:
- _py3-kms_ tested with Python 3.5.2 - tested with Python 2.7.15rc1
- tested with Python 3.6.7
# Usage # Usage
``` ```
@ -37,6 +38,7 @@ docker run -d --name py3-kms \
-v /var/log:/var/log:rw \ -v /var/log:/var/log:rw \
--restart unless-stopped ekonprof18/pykms:py3-kms --restart unless-stopped ekonprof18/pykms:py3-kms
``` ```
# Sqlite-web # Sqlite-web
A web-based SQLite database browser written in Python. A web-based SQLite database browser written in Python.
Start on http://example.com:8080/ in read-only mode for clients.db. Start on http://example.com:8080/ in read-only mode for clients.db.

View File

@ -83,7 +83,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/main" >> /etc/a
py2-pysqlite \ py2-pysqlite \
py2-flask \ py2-flask \
py2-pygments \ py2-pygments \
python-tk \ python2-tkinter \
py2-pip && \ py2-pip && \
# EN: Clone git-repo # EN: Clone git-repo

View File

@ -82,7 +82,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/main" >> /etc/a
py3-tz \ py3-tz \
py3-flask \ py3-flask \
py3-pygments \ py3-pygments \
python3-tk \ python3-tkinter \
sqlite-libs \ sqlite-libs \
py3-pip && \ py3-pip && \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.