mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-02-25 06:23:43 +01:00
Fix CI
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
image: python:alpine
|
image: python:3.8-buster
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pip install mkdocs
|
- pip install mkdocs
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# What is "Powerful Computer Manager"?
|
# What is "Powerful Computer Manager"?
|
||||||
Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.
|
Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.
|
||||||
It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.
|
It inteed to be a simple [SCCM](https://en.wikipedia.org/wiki/Microsoft_System_Center_Configuration_Manager) alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.
|
||||||
|
|
||||||
You only have to write simple _cooks_ that are small yaml text files, create groups of computers and assign _cooks_ to this groups, and will be run in the destination computers
|
You only have to write simple _cooks_ that are small yaml text files, create groups of computers and assign _cooks_ to this groups, and will be run in the destination computers
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2020/07/03
|
||||||
|
- Fixes to web gui and some new options
|
||||||
|
-
|
||||||
|
|
||||||
## 2020/03/17
|
## 2020/03/17
|
||||||
- New function copy
|
- New function copy
|
||||||
- Some fixes
|
- Some fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# What is "Powerful Computer Manager"?
|
# What is "Powerful Computer Manager"?
|
||||||
Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.
|
Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.
|
||||||
It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.
|
It inteed to be a simple [SCCM](https://en.wikipedia.org/wiki/Microsoft_System_Center_Configuration_Manager) alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.
|
||||||
|
|
||||||
You only have to write simple _cooks_ that are small yaml text files, create groups of computers and assign _cooks_ to this groups, and will be run in the destination computers
|
You only have to write simple _cooks_ that are small yaml text files, create groups of computers and assign _cooks_ to this groups, and will be run in the destination computers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user