watchtower-podman 1.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- watchtower_podman-1.5.3/LICENSE +21 -0
- watchtower_podman-1.5.3/MANIFEST.in +14 -0
- watchtower_podman-1.5.3/PKG-INFO +968 -0
- watchtower_podman-1.5.3/README.md +933 -0
- watchtower_podman-1.5.3/config/watchtower.yml +57 -0
- watchtower_podman-1.5.3/pyproject.toml +58 -0
- watchtower_podman-1.5.3/requirements.txt +38 -0
- watchtower_podman-1.5.3/scripts/release.sh +61 -0
- watchtower_podman-1.5.3/setup.cfg +4 -0
- watchtower_podman-1.5.3/setup.py +5 -0
- watchtower_podman-1.5.3/systemd/watchtower-appcenter.service +16 -0
- watchtower_podman-1.5.3/systemd/watchtower.service +23 -0
- watchtower_podman-1.5.3/tests/test_agent.py +267 -0
- watchtower_podman-1.5.3/tests/test_api_endpoints.py +261 -0
- watchtower_podman-1.5.3/tests/test_audit.py +201 -0
- watchtower_podman-1.5.3/tests/test_config.py +97 -0
- watchtower_podman-1.5.3/tests/test_guest_mode.py +67 -0
- watchtower_podman-1.5.3/tests/test_logging.py +143 -0
- watchtower_podman-1.5.3/tests/test_me.py +24 -0
- watchtower_podman-1.5.3/tests/test_queue.py +85 -0
- watchtower_podman-1.5.3/tests/test_rate_limit.py +52 -0
- watchtower_podman-1.5.3/tests/test_runtime_version.py +71 -0
- watchtower_podman-1.5.3/tests/test_security_fixes.py +120 -0
- watchtower_podman-1.5.3/tests/test_spa_security_headers.py +51 -0
- watchtower_podman-1.5.3/watchtower/__init__.py +6 -0
- watchtower_podman-1.5.3/watchtower/__main__.py +9 -0
- watchtower_podman-1.5.3/watchtower/api/__init__.py +327 -0
- watchtower_podman-1.5.3/watchtower/api/agent.py +654 -0
- watchtower_podman-1.5.3/watchtower/api/audit.py +212 -0
- watchtower_podman-1.5.3/watchtower/api/builds.py +114 -0
- watchtower_podman-1.5.3/watchtower/api/deployments.py +339 -0
- watchtower_podman-1.5.3/watchtower/api/enterprise.py +1780 -0
- watchtower_podman-1.5.3/watchtower/api/envvars.py +234 -0
- watchtower_podman-1.5.3/watchtower/api/me.py +111 -0
- watchtower_podman-1.5.3/watchtower/api/notifications.py +105 -0
- watchtower_podman-1.5.3/watchtower/api/projects.py +501 -0
- watchtower_podman-1.5.3/watchtower/api/rate_limit.py +112 -0
- watchtower_podman-1.5.3/watchtower/api/runtime.py +1522 -0
- watchtower_podman-1.5.3/watchtower/api/setup.py +155 -0
- watchtower_podman-1.5.3/watchtower/api/util.py +314 -0
- watchtower_podman-1.5.3/watchtower/api/webhooks.py +209 -0
- watchtower_podman-1.5.3/watchtower/builder.py +604 -0
- watchtower_podman-1.5.3/watchtower/cli.py +295 -0
- watchtower_podman-1.5.3/watchtower/config.py +176 -0
- watchtower_podman-1.5.3/watchtower/database.py +576 -0
- watchtower_podman-1.5.3/watchtower/deploy_server.py +749 -0
- watchtower_podman-1.5.3/watchtower/log_config.py +179 -0
- watchtower_podman-1.5.3/watchtower/logger.py +134 -0
- watchtower_podman-1.5.3/watchtower/main.py +8 -0
- watchtower_podman-1.5.3/watchtower/package_builder.py +136 -0
- watchtower_podman-1.5.3/watchtower/podman_manager.py +419 -0
- watchtower_podman-1.5.3/watchtower/queue.py +114 -0
- watchtower_podman-1.5.3/watchtower/scheduler.py +84 -0
- watchtower_podman-1.5.3/watchtower/schemas.py +389 -0
- watchtower_podman-1.5.3/watchtower/schemas_enterprise.py +270 -0
- watchtower_podman-1.5.3/watchtower/updater.py +167 -0
- watchtower_podman-1.5.3/watchtower/worker.py +51 -0
- watchtower_podman-1.5.3/watchtower_podman.egg-info/PKG-INFO +968 -0
- watchtower_podman-1.5.3/watchtower_podman.egg-info/SOURCES.txt +61 -0
- watchtower_podman-1.5.3/watchtower_podman.egg-info/dependency_links.txt +1 -0
- watchtower_podman-1.5.3/watchtower_podman.egg-info/entry_points.txt +4 -0
- watchtower_podman-1.5.3/watchtower_podman.egg-info/requires.txt +8 -0
- watchtower_podman-1.5.3/watchtower_podman.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 WatchTower Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
include README.md
|
|
2
|
+
include LICENSE
|
|
3
|
+
include requirements.txt
|
|
4
|
+
recursive-include config *.yml *.yaml
|
|
5
|
+
recursive-include systemd *.service
|
|
6
|
+
include nodes.json
|
|
7
|
+
include deploy.sh
|
|
8
|
+
include apps.json
|
|
9
|
+
include install_app_center.sh
|
|
10
|
+
include install_windows.ps1
|
|
11
|
+
include run_app_center_windows.ps1
|
|
12
|
+
include install_macos.sh
|
|
13
|
+
include run_app_center_macos.sh
|
|
14
|
+
include scripts/release.sh
|