kerio-updates-mirror-flask
Local update mirror for Kerio Control and Kerio Connect products
File Explorer
- Dockerfile
- haproxy.cfg
- start.sh
- cert.pem
- combined.pem
- distro_pkey.key
- key.pem
- .gitkeep
- config_env.py
- kerio_control_versions.json
- versions.json
- database.py
- migrations.py
- auth.py
- bitdefender.py
- geo.py
- ids.py
- log_content.py
- pages.py
- update_mirror.py
- webfilter.py
- .gitkeep
- __init__.py
- admin.py
- auth.py
- kerio.py
- main.js
- favicon.ico
- styles.css
- header.html
- scripts.html
- tabs.html
- connections_log.html
- system_log.html
- updates_log.html
- information.html
- settings.html
- base.html
- index.html
- login.html
- messages.mo
- messages.po
- babel.cfg
- messages.pot
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- app_logging.py
- diff.py
- distributes_update.py
- file_utils.py
- internet_utils.py
- ip_auth.py
- schedulers.py
- tor_check.py
- update_check.py
- watcher.py
- app.py
- Dockerfile
- gunicorn.conf.py
- requirements.txt
- common.py
- main.py
- network_utils.py
- tor_utils.py
- bridges.config
- privoxy.config
- tor.config
- Dockerfile
- start.sh
- docker.md
- docker.md
- README.ru.md
- .env
- .gitattributes
- .gitignore
- docker-compose.yml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker compose up
View Details ▼
docker compose up
Start and run Docker services defined in a Compose file.
docker compose up
Start all services defined in the docker-compose file:
docker compose up {{[-d|--detach]}}
Start services in the background (detached mode):
docker compose up --build
Start services and rebuild images before starting:
docker load
View Details ▼
docker load
This command is an alias of `docker image load`.
tldr docker image load
View documentation for the original command:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
nano
View Details ▼
nano
Text editor. An enhanced `pico` clone.
See also: `pico`, `rnano`.
nano {{path/to/file1 path/to/file2 ...}}
Open specific files, moving to the next file after closing the previous one:
nano {{[-I|--ignorercfiles]}}
Start the editor without using configuration files:
nano +{{line}},{{column}} {{path/to/file}}
Open a file and position the cursor at a specific line and column:
passwd
View Details ▼
passwd
Change a user's password.
See also: `chpasswd`.
passwd
Change the password of the current user interactively:
sudo passwd {{username}}
Change the password of a specific user:
passwd {{[-S|--status]}}
Get the current status of the user:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
dpkg-reconfigure
View Details ▼
dpkg-reconfigure
Reconfigure an already installed package.
dpkg-reconfigure {{package1 package2 ...}}
Reconfigure one or more packages:
dpkg-reconfigure console-setup
Reconfigure console font setup:
dpkg-reconfigure tzdata
Reconfigure the timezone:
net
View Details ▼
net
System utility to view and modify network-related settings.
net {{start|stop}} {{service}}
Start or stop a Windows service synchronously:
net use {{\\smb_shared_folder}} /USER:{{username}}
Make sure an SMB share is available in the current console:
net share
Show the folders currently shared over SMB:
