diff options
79 files changed, 2837 insertions, 163 deletions
@@ -731,7 +731,7 @@ stirlingpdf:*:785: # free: 787 # free: 788 # free: 789 -# free: 790 +healthchecks:*:790: # free: 791 # free: 792 # free: 793 @@ -4536,7 +4536,6 @@ misc/py-orange3-network||2025-06-23|Has expired: Depends on expiring misc/orange www/onionshare||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites deskutils/py-todoman||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites deskutils/py-khard||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites -devel/py-pytest-relaxed||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 devel/py-pytest4-flakes||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 devel/py-pytest-pep8||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 devel/py-pytest4-cache||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 @@ -737,7 +737,7 @@ stirlingpdf:*:785:785::0:0:Stirling PDF Daemon:/usr/local/stirlingpdf:/usr/sbin/ # free: 787 # free: 788 # free: 789 -# free: 790 +healthchecks:*:790:790::0:0:Open-source cron and background task monitoring service:/var/db/healthchecks:/usr/sbin/nologin # free: 791 # free: 792 # free: 793 diff --git a/devel/Makefile b/devel/Makefile index 68712d6be3c7..59a5d7964e46 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4739,6 +4739,7 @@ SUBDIR += py-crc32c SUBDIR += py-crcmod SUBDIR += py-crick + SUBDIR += py-cronsim SUBDIR += py-crontab SUBDIR += py-crosshair-tool SUBDIR += py-cson @@ -5331,6 +5332,7 @@ SUBDIR += py-olefile SUBDIR += py-omnijson SUBDIR += py-omniorb + SUBDIR += py-oncalendar SUBDIR += py-onigurumacffi SUBDIR += py-opcodes SUBDIR += py-openapi-codec @@ -5720,6 +5722,7 @@ SUBDIR += py-pytest-recording SUBDIR += py-pytest-regressions SUBDIR += py-pytest-regtest + SUBDIR += py-pytest-relaxed SUBDIR += py-pytest-remotedata SUBDIR += py-pytest-repeat SUBDIR += py-pytest-rerunfailures diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile index 2bfe1a4cd103..564dc064e3d9 100644 --- a/devel/libayatana-appindicator/Makefile +++ b/devel/libayatana-appindicator/Makefile @@ -1,6 +1,5 @@ PORTNAME= libayatana-appindicator -PORTVERSION= 0.5.93 -PORTREVISION= 1 +PORTVERSION= 0.5.94 CATEGORIES= devel MAINTAINER= jgh@FreeBSD.org @@ -13,7 +12,6 @@ LIB_DEPENDS= libayatana-ido3-0.4.so:devel/ayatana-ido \ libayatana-indicator3.so:devel/libayatana-indicator \ libdbusmenu-glib.so:devel/libdbusmenu \ libharfbuzz.so:print/harfbuzz -BUILD_DEPENDS= lcov>=0:devel/lcov USES= cmake gnome localbase:ldflags pkgconfig pathfix diff --git a/devel/libayatana-appindicator/distinfo b/devel/libayatana-appindicator/distinfo index d668992d7ab0..f2ba9dea14d7 100644 --- a/devel/libayatana-appindicator/distinfo +++ b/devel/libayatana-appindicator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700969176 -SHA256 (AyatanaIndicators-libayatana-appindicator-0.5.93_GH0.tar.gz) = cbefed7a918a227bf71286246e237fcd3a9c8499b3eaac4897811a869409edf0 -SIZE (AyatanaIndicators-libayatana-appindicator-0.5.93_GH0.tar.gz) = 162627 +TIMESTAMP = 1750544507 +SHA256 (AyatanaIndicators-libayatana-appindicator-0.5.94_GH0.tar.gz) = 884a6bc77994c0b58c961613ca4c4b974dc91aa0f804e70e92f38a542d0d0f90 +SIZE (AyatanaIndicators-libayatana-appindicator-0.5.94_GH0.tar.gz) = 164282 diff --git a/devel/py-cronsim/Makefile b/devel/py-cronsim/Makefile new file mode 100644 index 000000000000..0d2ac9f6aef2 --- /dev/null +++ b/devel/py-cronsim/Makefile @@ -0,0 +1,23 @@ +PORTNAME= cronsim +DISTVERSION= 2.6 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Cron expression parser and evaluator +WWW= https://pypi.org/project/${PORTNAME} \ + https://github.com/cuu508/${PORTNAME} + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-cronsim/distinfo b/devel/py-cronsim/distinfo new file mode 100644 index 000000000000..1bb42373616f --- /dev/null +++ b/devel/py-cronsim/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1749597413 +SHA256 (cronsim-2.6.tar.gz) = 5aab98716ef90ab5ac6be294b2c3965dbf76dc869f048846a0af74ebb506c10d +SIZE (cronsim-2.6.tar.gz) = 20315 diff --git a/devel/py-cronsim/pkg-descr b/devel/py-cronsim/pkg-descr new file mode 100644 index 000000000000..ea3b77e79b56 --- /dev/null +++ b/devel/py-cronsim/pkg-descr @@ -0,0 +1,3 @@ +Cron Sim(ulator), a cron expression parser and evaluator. Works +with Python 3.9+. CronSim is written for and being used in Healthchecks +(a cron job monitoring service). diff --git a/devel/py-cwcwidth/Makefile b/devel/py-cwcwidth/Makefile index 386a391ac4ee..24235d492fa6 100644 --- a/devel/py-cwcwidth/Makefile +++ b/devel/py-cwcwidth/Makefile @@ -1,5 +1,6 @@ PORTNAME= cwcwidth PORTVERSION= 0.1.10 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python:3.9+ -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-cwcwidth/files/patch-pyproject.toml b/devel/py-cwcwidth/files/patch-pyproject.toml deleted file mode 100644 index 4e400138e15c..000000000000 --- a/devel/py-cwcwidth/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-02-09 21:07:05 UTC -+++ pyproject.toml -@@ -1,7 +1,7 @@ requires = [ - [build-system] - requires = [ - "setuptools >= 43", -- "Cython >= 3", -+ "Cython >= 0.28", - ] - build-backend = "setuptools.build_meta" - diff --git a/devel/py-dj52-django-rq/Makefile b/devel/py-dj52-django-rq/Makefile index 3e376d972e51..6649ae59d80b 100644 --- a/devel/py-dj52-django-rq/Makefile +++ b/devel/py-dj52-django-rq/Makefile @@ -1,8 +1,8 @@ PORTNAME= django-rq PORTVERSION= 3.0.1 CATEGORIES= devel python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- DISTNAME= django_rq-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/py-oncalendar/Makefile b/devel/py-oncalendar/Makefile new file mode 100644 index 000000000000..ff2cd398b8f8 --- /dev/null +++ b/devel/py-oncalendar/Makefile @@ -0,0 +1,20 @@ +PORTNAME= oncalendar +DISTVERSION= 1.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Systemd OnCalendar expression parser and evaluator +WWW= https://pypi.org/project/${PORTNAME} \ + https://github.com/cuu508/${PORTNAME} + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-oncalendar/distinfo b/devel/py-oncalendar/distinfo new file mode 100644 index 000000000000..331c53fb3330 --- /dev/null +++ b/devel/py-oncalendar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1749600049 +SHA256 (oncalendar-1.1.tar.gz) = 3122aa811786c313568a53745015729aa650e35054b689c08b6db4b1ee891287 +SIZE (oncalendar-1.1.tar.gz) = 8650 diff --git a/devel/py-oncalendar/pkg-descr b/devel/py-oncalendar/pkg-descr new file mode 100644 index 000000000000..b8beefc8f079 --- /dev/null +++ b/devel/py-oncalendar/pkg-descr @@ -0,0 +1,9 @@ +OnCalendar is a systemd expression parser and evaluator written for +and being used in Healthchecks (a scheduled task monitoring service). + +This package provides three iterators: + +- base: supports expressions without timezone. +- tz: supports expressions with and without timezone. +- oncalendar: supports multiple expressions with or without timezones, + separated by newlines. diff --git a/devel/py-pycocotools/Makefile b/devel/py-pycocotools/Makefile index b5e430dd2f26..c57ca7a25943 100644 --- a/devel/py-pycocotools/Makefile +++ b/devel/py-pycocotools/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycocotools PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 OPTIONS_DEFINE= ALL ALL_DESC= All optional dependencies diff --git a/devel/py-pycocotools/files/patch-pyproject.toml b/devel/py-pycocotools/files/patch-pyproject.toml index a883e4c32ccd..ae8e3ebbde70 100644 --- a/devel/py-pycocotools/files/patch-pyproject.toml +++ b/devel/py-pycocotools/files/patch-pyproject.toml @@ -3,10 +3,9 @@ @@ -1,7 +1,7 @@ requires = [ [build-system] requires = [ -- "cython>=3.1.0", + "cython>=3.1.0", - "numpy>=2.0.0,<3", - "setuptools>=70.1.0", -+ "cython", + "numpy", + "setuptools>=43.0.0", ] diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile new file mode 100644 index 000000000000..b1ddc593713f --- /dev/null +++ b/devel/py-pytest-relaxed/Makefile @@ -0,0 +1,25 @@ +PORTNAME= pytest-relaxed +PORTVERSION= 2.0.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Relaxed test discovery/organization for pytest +WWW= https://pytest-relaxed.readthedocs.io/en/latest/ \ + https://github.com/bitprophet/pytest-relaxed + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=7,1:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pytest-relaxed/distinfo b/devel/py-pytest-relaxed/distinfo new file mode 100644 index 000000000000..ca6a7323c79a --- /dev/null +++ b/devel/py-pytest-relaxed/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750955575 +SHA256 (pytest-relaxed-2.0.2.tar.gz) = 956ea028ec30dbbfb680dd8e7b4a7fb8f80a239595e88bace018bf2c0d718248 +SIZE (pytest-relaxed-2.0.2.tar.gz) = 27876 diff --git a/devel/py-pytest-relaxed/pkg-descr b/devel/py-pytest-relaxed/pkg-descr new file mode 100644 index 000000000000..a0f3f1b209c9 --- /dev/null +++ b/devel/py-pytest-relaxed/pkg-descr @@ -0,0 +1,5 @@ +pytest-relaxed provides 'relaxed' test discovery for pytest. + +It is the spiritual successor to spec, but is built for pytest instead of +nosetests, and rethinks some aspects of the design (such as increased ability to +opt-in to various behaviors.) diff --git a/devel/py-thriftpy2/Makefile b/devel/py-thriftpy2/Makefile index cab0243774f4..48e499e06492 100644 --- a/devel/py-thriftpy2/Makefile +++ b/devel/py-thriftpy2/Makefile @@ -1,5 +1,6 @@ PORTNAME= thriftpy2 PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4<4.0:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.15<2:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-thriftpy2/files/patch-pyproject.toml b/devel/py-thriftpy2/files/patch-pyproject.toml deleted file mode 100644 index c9747b866406..000000000000 --- a/devel/py-thriftpy2/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2024-07-05 11:57:11 UTC -+++ pyproject.toml -@@ -9,7 +9,7 @@ dependencies = [ - {name = "ThriftPy Organization", email = "gotzehsing@gmail.com"}, - ] - dependencies = [ -- "Cython>=3.0.10", -+ "Cython", - "ply>=3.4,<4.0", - "six~=1.15", - ] diff --git a/devel/py-wait-for2/Makefile b/devel/py-wait-for2/Makefile index 4988b81ebfc1..63df43a80ae5 100644 --- a/devel/py-wait-for2/Makefile +++ b/devel/py-wait-for2/Makefile @@ -1,5 +1,5 @@ PORTNAME= wait-for2 -DISTVERSION= 0.3.2 +DISTVERSION= 0.4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-wait-for2/distinfo b/devel/py-wait-for2/distinfo index 83ec7bb55dd2..9d16877fea99 100644 --- a/devel/py-wait-for2/distinfo +++ b/devel/py-wait-for2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748292412 -SHA256 (wait_for2-0.3.2.tar.gz) = 93863026dc35f3471104ecf7de1f4a0b31f4c8b12a2241c0d6ee26dcc0c2092a -SIZE (wait_for2-0.3.2.tar.gz) = 16673 +TIMESTAMP = 1750959844 +SHA256 (wait_for2-0.4.1.tar.gz) = 7f415415d21845c441391d6b4abe68f5959d2c0fbe927c2f61be28a297bc2acb +SIZE (wait_for2-0.4.1.tar.gz) = 17519 diff --git a/editors/libreoffice/files/patch-avmedia_source_qt6_QtPlayer.cxx b/editors/libreoffice/files/patch-avmedia_source_qt6_QtPlayer.cxx deleted file mode 100644 index eaa1a925ec1d..000000000000 --- a/editors/libreoffice/files/patch-avmedia_source_qt6_QtPlayer.cxx +++ /dev/null @@ -1,17 +0,0 @@ ---- avmedia/source/qt6/QtPlayer.cxx.orig 2025-05-20 08:25:45 UTC -+++ avmedia/source/qt6/QtPlayer.cxx -@@ -41,6 +41,14 @@ using namespace ::com::sun::star; - - using namespace ::com::sun::star; - -+namespace -+{ -+inline OUString toOUString(const QString& s) -+{ -+ return OUString(reinterpret_cast<const sal_Unicode*>(s.data()), s.length()); -+} -+} -+ - namespace avmedia::qt - { - QtPlayer::QtPlayer() diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index bc4b226d64bf..09803172ed8a 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.101.1 -PORTREVISION= 1 +DISTVERSION= 1.101.2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -69,7 +68,7 @@ USES= desktop-file-utils gl gmake gnome gssapi:mit iconv:wchar_t \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= 18e3a1ec544e6907be1e944a94c496e302073435 +SOURCE_COMMIT_HASH= 2901c5ac6db8a986a5666c3af51ff804d05af0d4 BINARY_ALIAS= python=${PYTHON_CMD} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 6abb2ca8eea5..c39714bbf8fa 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1750365794 -SHA256 (vscode/vscode-node-modules-1.101.1.tar.gz) = 7fdee8be7622f42be9d0658076c0d8c077d79a86250eda38d97dcda98111d1a7 -SIZE (vscode/vscode-node-modules-1.101.1.tar.gz) = 395119485 -SHA256 (vscode/vscode-marketplace-exts-1.101.1.tar.gz) = 13c6bd8b7ca7535e6ae1fa5178f56a703b1de7a484ff01d60931a692ec1924c5 -SIZE (vscode/vscode-marketplace-exts-1.101.1.tar.gz) = 1708576 -SHA256 (vscode/microsoft-vscode-1.101.1_GH0.tar.gz) = fc015daead5b5a14422944af9b04eb241c78d5b7273888c46bb184d6651a7a2b -SIZE (vscode/microsoft-vscode-1.101.1_GH0.tar.gz) = 22852405 +TIMESTAMP = 1750968241 +SHA256 (vscode/vscode-node-modules-1.101.2.tar.gz) = 84aab8d4b3f220ea94c9533c33be10fb66c518cdb2e0b643f563319cc4d39533 +SIZE (vscode/vscode-node-modules-1.101.2.tar.gz) = 395151117 +SHA256 (vscode/vscode-marketplace-exts-1.101.2.tar.gz) = 49e723dbfff85988adbb55815b0bcf5632449d3bb16a4a578b7caf9f4d468c26 +SIZE (vscode/vscode-marketplace-exts-1.101.2.tar.gz) = 1714638 +SHA256 (vscode/microsoft-vscode-1.101.2_GH0.tar.gz) = d65d04e68ae04a372b1c6b13d0e8a72e2c919e491d4c3b2dcf997b22fc25a509 +SIZE (vscode/microsoft-vscode-1.101.2_GH0.tar.gz) = 22853707 diff --git a/editors/vscode/files/patch-node__modules_kerberos_binding.gyp b/editors/vscode/files/patch-node__modules_kerberos_binding.gyp index 8d5f1b08f7db..98d1ff149173 100644 --- a/editors/vscode/files/patch-node__modules_kerberos_binding.gyp +++ b/editors/vscode/files/patch-node__modules_kerberos_binding.gyp @@ -1,4 +1,4 @@ ---- node_modules/kerberos/binding.gyp.orig 2025-06-12 22:34:24 UTC +--- node_modules/kerberos/binding.gyp.orig 2025-06-26 19:59:03 UTC +++ node_modules/kerberos/binding.gyp @@ -54,14 +54,14 @@ ] @@ -17,7 +17,7 @@ 'link_settings': { 'libraries': [ '-lkrb5', -@@ -78,7 +78,7 @@ +@@ -78,11 +78,21 @@ }] ] }], @@ -26,3 +26,17 @@ 'defines': ['KERBEROS_USE_RTLD=1'], 'link_settings': { 'libraries': [ + '-ldl', ++ ] ++ }, ++ }], ++ ['OS=="freebsd"', { ++ 'include_dirs+': [ ++ '<!(pkg-config krb5 --cflags-only-I | sed -E "s/(-I *|-isystem *)//g")', ++ ], ++ 'link_settings': { ++ 'library_dirs': [ ++ '<!(pkg-config krb5 --libs-only-L | sed -e "s/-L//g")', + ] + }, + }], diff --git a/editors/vscode/files/patch-node__modules_kerberos_src_unix_kerberos__gss.cc b/editors/vscode/files/patch-node__modules_kerberos_src_unix_kerberos__gss.cc new file mode 100644 index 000000000000..4ee74c9e7851 --- /dev/null +++ b/editors/vscode/files/patch-node__modules_kerberos_src_unix_kerberos__gss.cc @@ -0,0 +1,20 @@ +--- node_modules/kerberos/src/unix/kerberos_gss.cc.orig 2025-06-26 20:14:32 UTC ++++ node_modules/kerberos/src/unix/kerberos_gss.cc +@@ -65,10 +65,17 @@ struct DLOpenHandle { + DLOpenHandle& operator=(DLOpenHandle&) = delete; + }; + ++#ifndef __FreeBSD__ + #define DYLIBS(V) \ + V(gssapi, "libgssapi_krb5.so.2") \ + V(krb5, "libkrb5.so.3") \ + V(comerr, "libcom_err.so.2") ++#else ++#define DYLIBS(V) \ ++ V(gssapi, "libgssapi_krb5.so.2") \ ++ V(krb5, "libkrb5.so.3") \ ++ V(comerr, "libcom_err.so.3") ++#endif + + #define LIBRARY_HANDLE_GETTER(name, lib) \ + static const DLOpenHandle& name ## _handle() { \ diff --git a/editors/vscode/files/patch-remote_node__modules_kerberos_binding.gyp b/editors/vscode/files/patch-remote_node__modules_kerberos_binding.gyp index 6f7857f33b31..c45e3b1a359c 100644 --- a/editors/vscode/files/patch-remote_node__modules_kerberos_binding.gyp +++ b/editors/vscode/files/patch-remote_node__modules_kerberos_binding.gyp @@ -1,4 +1,4 @@ ---- remote/node_modules/kerberos/binding.gyp.orig 2025-06-12 22:38:39 UTC +--- remote/node_modules/kerberos/binding.gyp.orig 2025-06-26 20:01:28 UTC +++ remote/node_modules/kerberos/binding.gyp @@ -54,14 +54,14 @@ ] @@ -17,7 +17,7 @@ 'link_settings': { 'libraries': [ '-lkrb5', -@@ -78,7 +78,7 @@ +@@ -78,11 +78,21 @@ }] ] }], @@ -26,3 +26,17 @@ 'defines': ['KERBEROS_USE_RTLD=1'], 'link_settings': { 'libraries': [ + '-ldl', ++ ] ++ }, ++ }], ++ ['OS=="freebsd"', { ++ 'include_dirs+': [ ++ '<!(pkg-config krb5 --cflags-only-I | sed -E "s/(-I *|-isystem *)//g")', ++ ], ++ 'link_settings': { ++ 'library_dirs': [ ++ '<!(pkg-config krb5 --libs-only-L | sed -e "s/-L//g")', + ] + }, + }], diff --git a/editors/vscode/files/patch-remote_node__modules_kerberos_src_unix_kerberos__gss.cc b/editors/vscode/files/patch-remote_node__modules_kerberos_src_unix_kerberos__gss.cc new file mode 100644 index 000000000000..be4c95e3d422 --- /dev/null +++ b/editors/vscode/files/patch-remote_node__modules_kerberos_src_unix_kerberos__gss.cc @@ -0,0 +1,20 @@ +--- remote/node_modules/kerberos/src/unix/kerberos_gss.cc.orig 2025-06-26 20:17:25 UTC ++++ remote/node_modules/kerberos/src/unix/kerberos_gss.cc +@@ -65,10 +65,17 @@ struct DLOpenHandle { + DLOpenHandle& operator=(DLOpenHandle&) = delete; + }; + ++#ifndef __FreeBSD__ + #define DYLIBS(V) \ + V(gssapi, "libgssapi_krb5.so.2") \ + V(krb5, "libkrb5.so.3") \ + V(comerr, "libcom_err.so.2") ++#else ++#define DYLIBS(V) \ ++ V(gssapi, "libgssapi_krb5.so.2") \ ++ V(krb5, "libkrb5.so.3") \ ++ V(comerr, "libcom_err.so.3") ++#endif + + #define LIBRARY_HANDLE_GETTER(name, lib) \ + static const DLOpenHandle& name ## _handle() { \ diff --git a/games/libretro-beetle_psx/Makefile b/games/libretro-beetle_psx/Makefile index fb83b88eb649..8721fc66325c 100644 --- a/games/libretro-beetle_psx/Makefile +++ b/games/libretro-beetle_psx/Makefile @@ -2,7 +2,7 @@ PORTNAME= libretro-beetle_psx DISTVERSION= 0.20250622 CATEGORIES= games -MAINTAINER= tilde@ultros.prog +MAINTAINER= tilde@ultros.pro COMMENT= Standalone port/fork of Mednafen PSX to the Libretro API WWW= https://github.com/libretro/beetle-psx-libretro diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index 537d810c3488..47404cbbfd52 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,6 +1,6 @@ PORTNAME= rasterio PORTVERSION= 1.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR} USES= compiler:c++11-lang python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 OPTIONS_DEFINE= PLOT S3 PLOT_DESC= Plotting support diff --git a/graphics/py-rasterio/files/patch-pyproject.toml b/graphics/py-rasterio/files/patch-pyproject.toml index 3158f30c006e..59c5ffbafb21 100644 --- a/graphics/py-rasterio/files/patch-pyproject.toml +++ b/graphics/py-rasterio/files/patch-pyproject.toml @@ -9,7 +9,7 @@ - "cython~=3.0.2", - "numpy>=2.0.0,<3.0; python_version >= '3.9'", - "oldest-supported-numpy; python_version < '3.9'" -+ "cython", ++ "cython>=3.0.2", + "numpy", ] diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index d0da36dcf914..b49c29619554 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.1.4 +PORTVERSION= 5.1.5 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index 88e8f3d9b6f9..f3806066f6f7 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750267917 -SHA256 (nextcloud/mail-v5.1.4.tar.gz) = 3715eb99a03c7a6c6e821d799e9ffe8825adfda9bf398f18b53337fac8ff2b4d -SIZE (nextcloud/mail-v5.1.4.tar.gz) = 26671056 +TIMESTAMP = 1750971738 +SHA256 (nextcloud/mail-v5.1.5.tar.gz) = 5a7853715976bcff260ea5d30f84c92251a48a085e73dee4501530cec0684ca2 +SIZE (nextcloud/mail-v5.1.5.tar.gz) = 26681365 diff --git a/math/py-blis/Makefile b/math/py-blis/Makefile index a8040e41539c..153586695a61 100644 --- a/math/py-blis/Makefile +++ b/math/py-blis/Makefile @@ -1,5 +1,6 @@ PORTNAME= blis PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/explosion/cython-blis/releases/download/release-v${PORTVERSION}/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1<3.0.0,1:math/py-numpy@${PY RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/math/py-blis/files/patch-pyproject.toml b/math/py-blis/files/patch-pyproject.toml deleted file mode 100644 index 6e108948eb19..000000000000 --- a/math/py-blis/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-04-03 12:23:45 UTC -+++ pyproject.toml -@@ -1,7 +1,7 @@ requires = [ - [build-system] - requires = [ - "setuptools", -- "cython>=3.0,<4.0", -+ "cython>=0,<4.0", - "numpy>=1.19.3,<3.0.0" - ] - build-backend = "setuptools.build_meta" diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py index 7f66284b12b2..ebd4020cd70d 100644 --- a/math/py-blis/files/patch-setup.py +++ b/math/py-blis/files/patch-setup.py @@ -1,12 +1,10 @@ --- setup.py.orig 2025-04-03 12:23:45 UTC +++ setup.py -@@ -302,8 +302,8 @@ setup( - +@@ -303,7 +303,7 @@ setup( setup( setup_requires=[ -- "cython>=3.0,<4.0", + "cython>=3.0,<4.0", - "numpy>=2.0.0,<3.0.0", -+ "cython>=0,<4.0", + "numpy>=1.19.0,<3.0.0", ], install_requires=[ diff --git a/math/py-pyreadstat/Makefile b/math/py-pyreadstat/Makefile index a4fc50048746..28702f0c4c52 100644 --- a/math/py-pyreadstat/Makefile +++ b/math/py-pyreadstat/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyreadstat PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.0,1:math/py-pandas@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/math/py-pyreadstat/files/patch-setup.py b/math/py-pyreadstat/files/patch-setup.py deleted file mode 100644 index ee04a6d9cc21..000000000000 --- a/math/py-pyreadstat/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- setup.py.orig 2024-10-18 20:21:39 UTC -+++ setup.py -@@ -26,11 +26,6 @@ if PY_MAJOR_VERSION < 3 and os.name == 'nt': - if PY_MAJOR_VERSION < 3 and os.name == 'nt': - raise Exception("Python 2 is not supported on Windows.") - --cyver = int(Cython.__version__.split(".")[0]) --if cyver < 3: -- msg = "Cython version 3 or newer required" -- raise Exception(msg) -- - ext = '.pyx' - - diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 56642a84f7e3..6c2111d58869 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.33.0 +DISTVERSION= 0.33.1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index 66eb16bd7ae7..2e633ac56d1d 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749761424 -SHA256 (huggingface_hub-0.33.0.tar.gz) = aa31f70d29439d00ff7a33837c03f1f9dd83971ce4e29ad664d63ffb17d3bb97 -SIZE (huggingface_hub-0.33.0.tar.gz) = 426179 +TIMESTAMP = 1750985431 +SHA256 (huggingface_hub-0.33.1.tar.gz) = 589b634f979da3ea4b8bdb3d79f97f547840dc83715918daf0b64209c0844c7b +SIZE (huggingface_hub-0.33.1.tar.gz) = 426728 diff --git a/net-mgmt/gnu-ipcalc/Makefile b/net-mgmt/gnu-ipcalc/Makefile index d70a1ea76af7..d27a36240350 100644 --- a/net-mgmt/gnu-ipcalc/Makefile +++ b/net-mgmt/gnu-ipcalc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipcalc -PORTVERSION= 1.0.3 -PORTREVISION= 1 +DISTVERSION= 1.0.3 +PORTREVISION= 2 CATEGORIES= net-mgmt PKGNAMEPREFIX= gnu- @@ -13,17 +13,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase meson pkgconfig USE_GITLAB= yes -GL_ACCOUNT= ipcalc -GL_TAGNAME= c341e55be386649c0a5347eefeae410753c4e753 MESON_ARGS= -Duse_geoip=disabled CONFLICTS_INSTALL= ipcalc -OPTIONS_DEFINE= DOCS MAXMINDDB -OPTIONS_SUB= yes -MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support +OPTIONS_DEFINE= MANPAGES MAXMINDDB +OPTIONS_DEFAULT= MANPAGES +OPTIONS_SUB= yes +MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support -DOCS_BUILD_DEPENDS= ronn:textproc/rubygem-ronn +MANPAGES_BUILD_DEPENDS= ronn:textproc/rubygem-ronn MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb MAXMINDDB_MESON_ENABLED= use_maxminddb MAXMINDDB_SUB_FILES= pkg-message diff --git a/net-mgmt/gnu-ipcalc/distinfo b/net-mgmt/gnu-ipcalc/distinfo index 1e80042701e8..5d4ac404b408 100644 --- a/net-mgmt/gnu-ipcalc/distinfo +++ b/net-mgmt/gnu-ipcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686294069 -SHA256 (ipcalc-ipcalc-c341e55be386649c0a5347eefeae410753c4e753_GL0.tar.gz) = 27a67c54b8cff07eacf4337898f54295acecf60186fddc11bc4470c304c76bf8 -SIZE (ipcalc-ipcalc-c341e55be386649c0a5347eefeae410753c4e753_GL0.tar.gz) = 56542 +TIMESTAMP = 1750793347 +SHA256 (ipcalc-1.0.3.tar.bz2) = 5ed8f20819a5bdb089829fc62c9a2c685252759d5c3ec289492e6ef5762f4e3b +SIZE (ipcalc-1.0.3.tar.bz2) = 46303 diff --git a/net-mgmt/gnu-ipcalc/pkg-plist b/net-mgmt/gnu-ipcalc/pkg-plist index 7a54297f3620..da419dbc074e 100644 --- a/net-mgmt/gnu-ipcalc/pkg-plist +++ b/net-mgmt/gnu-ipcalc/pkg-plist @@ -1,2 +1,2 @@ bin/ipcalc -%%DOCS%%share/man/man1/ipcalc.1.gz +%%MANPAGES%%share/man/man1/ipcalc.1.gz diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index cf17355d137b..37c98f07f066 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= texinfo PORTVERSION= 7.1 -PORTREVISION= 9 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ @@ -42,10 +42,10 @@ INFO= info-stnd texi2any_api texi2any_internals texinfo CPE_VENDOR= gnu # Use the date on https://ftp.gnu.org/gnu/texinfo/ -HTMLXREF_CNF_RELDATE= 20241223 +HTMLXREF_CNF_RELDATE= 20250626 TEXI2DVI_RELDATE= 20241223 TEXI2PDF_RELDATE= 20241223 -TEXINFO_TEX_RELDATE= 20250322 +TEXINFO_TEX_RELDATE= 20250618 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index 7976d1babba4..427cd742a758 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1748495703 +TIMESTAMP = 1750959228 SHA256 (texinfo/texinfo-7.1.tar.xz) = deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953 SIZE (texinfo/texinfo-7.1.tar.xz) = 5545720 -SHA256 (texinfo/htmlxref.cnf-20241223) = 5f24eb1ba065e6bbc1ce16950e6a3274fa56c71541e141245483266ac796232d -SIZE (texinfo/htmlxref.cnf-20241223) = 25050 +SHA256 (texinfo/htmlxref.cnf-20250626) = 3ffecc1d8941daabd2eec93697a3ced02d68d84425dba6a2e693dffd67cb5cb8 +SIZE (texinfo/htmlxref.cnf-20250626) = 769 SHA256 (texinfo/texi2dvi-20241223) = cb8a5fed2801350c093aa5ccb082aa9c315717ec3e818ef5ec70c367d7232b9e SIZE (texinfo/texi2dvi-20241223) = 52733 SHA256 (texinfo/texi2pdf-20241223) = cf2aa65ef663811755ff97caffb0e6df7cd65d605779996272fcae8f1886c705 SIZE (texinfo/texi2pdf-20241223) = 1163 -SHA256 (texinfo/texinfo.tex-20250322) = 12b3447f5d877faaa6a464a8f1f0951fb2e4e2346ba56cce140eeb4d7f2add3a -SIZE (texinfo/texinfo.tex-20250322) = 389283 +SHA256 (texinfo/texinfo.tex-20250618) = c29c86a0777885ee0da75e1aef8c131070731d1a71d36d2a2767a37f8dd442af +SIZE (texinfo/texinfo.tex-20250618) = 389333 diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 27f7c73d1a2a..d72689f75660 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2025.06.05.01 +PORTVERSION= 0.0.0.0.2025.06.25.01 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz @@ -19,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 5622da9 +GH_TAGNAME= 78b48c1 CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index c05036202f73..64e40c2a4f5f 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1749831968 +TIMESTAMP = 1750950234 SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65 SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809 SHA256 (filippo.io/edwards25519/@v/v1.1.0.mod) = 099556fc4d7e6f5cb135efdd8b6bb4c0932e38ea058c53fc5fa5ce285572fb61 @@ -11,5 +11,5 @@ SHA256 (golang.org/x/sys/@v/v0.32.0.zip) = 85d47075d21fd7ef35d9a47fc73f2356fb3cd SIZE (golang.org/x/sys/@v/v0.32.0.zip) = 1991164 SHA256 (golang.org/x/sys/@v/v0.32.0.mod) = f67e3e18f4c08e60a7e80726ab36b691fdcea5b81ae1c696ff64caf518bcfe3d SIZE (golang.org/x/sys/@v/v0.32.0.mod) = 35 -SHA256 (google-boringssl-0.0.0.0.2025.06.05.01-5622da9_GH0.tar.gz) = ae4f97f3adf33f578fc58bfa946e74f16cd1afec4bd213cc53d77c87be027c72 -SIZE (google-boringssl-0.0.0.0.2025.06.05.01-5622da9_GH0.tar.gz) = 46161255 +SHA256 (google-boringssl-0.0.0.0.2025.06.25.01-78b48c1_GH0.tar.gz) = 2cfaa5f01ecedb7d662d7b01cac6f2f5f873a52f694a44af69de9b8efcdb6e90 +SIZE (google-boringssl-0.0.0.0.2025.06.25.01-78b48c1_GH0.tar.gz) = 46168678 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 042957fdf1f6..a13b0b1015ce 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,162 @@ + <vuln vid="5e64770c-52aa-11f0-b522-b42e991fc52e"> + <topic>MongoDB -- Running certain aggregation operations with the SBE engine may lead to unexpected behavior</topic> + <affects> + <package> + <name>mongodb60</name> + <range><lt>6.0.21</lt></range> + </package> + <package> + <name>mongodb70</name> + <range><lt>7.0.17</lt></range> + </package> + <package> + <name>mongodb80</name> + <range><lt>8.0.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cna@mongodb.com reports:</p> + <blockquote cite="https://jira.mongodb.org/browse/SERVER-106746"> + <p>An authenticated user may trigger a use after free that may result + in MongoDB Server crash and other unexpected behavior, even if the + user does not have authorization to shut down a server. The crash + is triggered on affected versions by issuing an aggregation framework + operation using a specific combination of rarely-used aggregation + pipeline expressions. This issue affects MongoDB Server v6.0 version + prior to 6.0.21, MongoDB Server v7.0 version prior to 7.0.17 and + MongoDB Server v8.0 version prior to 8.0.4 when the SBE engine is + enabled.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6706</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6706</url> + </references> + <dates> + <discovery>2025-06-26</discovery> + <entry>2025-06-26</entry> + </dates> + </vuln> + + <vuln vid="5cd2bd2b-52aa-11f0-b522-b42e991fc52e"> + <topic>MongoDB -- Race condition in privilege cache invalidation cycle</topic> + <affects> + <package> + <name>mongodb50</name> + <range><lt>5.0.31</lt></range> + </package> + <package> + <name>mongodb60</name> + <range><lt>6.0.24</lt></range> + </package> + <package> + <name>mongodb70</name> + <range><lt>7.0.21</lt></range> + </package> + <package> + <name>mongodb80</name> + <range><lt>8.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NVD reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2025-6707"> + <p>Under certain conditions, an authenticated user request + may execute with stale privileges following an intentional + change by an authorized administrator.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6707</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6707</url> + </references> + <dates> + <discovery>2025-06-26</discovery> + <entry>2025-06-26</entry> + </dates> + </vuln> + + <vuln vid="5b87eef6-52aa-11f0-b522-b42e991fc52e"> + <topic>MongoDB -- Pre-Authentication Denial of Service Vulnerability in MongoDB Server's OIDC Authentication</topic> + <affects> + <package> + <name>mongodb60</name> + <range><lt>6.0.21</lt></range> + </package> + <package> + <name>mongodb70</name> + <range><lt>7.0.17</lt></range> + </package> + <package> + <name>mongodb80</name> + <range><lt>8.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NVD reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2025-6709"> + <p>The MongoDB Server is susceptible to a denial of service + vulnerability due to improper handling of specific date + values in JSON input when using OIDC authentication. + This can be reproduced using the mongo shell to send a + malicious JSON payload leading to an invariant failure + and server crash. </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6709</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6709</url> + </references> + <dates> + <discovery>2025-06-26</discovery> + <entry>2025-06-26</entry> + </dates> + </vuln> + + <vuln vid="59ed4b19-52aa-11f0-b522-b42e991fc52e"> + <topic>MongoDB -- Pre-authentication Denial of Service Stack Overflow Vulnerability in JSON Parsing via Excessive Recursion in MongoDB</topic> + <affects> + <package> + <name>mongodb70</name> + <range><lt>7.0.17</lt></range> + </package> + <package> + <name>mongodb80</name> + <range><lt>8.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cna@mongodb.com reports:</p> + <blockquote cite="https://jira.mongodb.org/browse/SERVER-106749"> + <p>MongoDB Server may be susceptible to stack overflow due to JSON + parsing mechanism, where specifically crafted JSON inputs may induce + unwarranted levels of recursion, resulting in excessive stack space + consumption. Such inputs can lead to a stack overflow that causes + the server to crash which could occur pre-authorisation. This issue + affects MongoDB Server v7.0 versions prior to 7.0.17 and MongoDB + Server v8.0 versions prior to 8.0.5. + The same issue affects MongoDB Server v6.0 versions prior to 6.0.21, + but an attacker can only induce denial of service after authenticating.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6710</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6710</url> + </references> + <dates> + <discovery>2025-06-26</discovery> + <entry>2025-06-26</entry> + </dates> + </vuln> + <vuln vid="e26608ff-5266-11f0-b522-b42e991fc52e"> <topic>kanboard -- Password Reset Poisoning via Host Header Injection</topic> <affects> diff --git a/sysutils/Makefile b/sysutils/Makefile index ae05c95773c3..f31ade8c88cf 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -462,6 +462,7 @@ SUBDIR += gnome-settings-daemon SUBDIR += gnome-system-monitor SUBDIR += gnome_subr + SUBDIR += go-ntfy SUBDIR += go-wtf SUBDIR += goaccess SUBDIR += goawk @@ -1032,6 +1033,7 @@ SUBDIR += py-google-compute-engine SUBDIR += py-hared SUBDIR += py-hcloud + SUBDIR += py-healthchecks SUBDIR += py-honcho SUBDIR += py-howdoi SUBDIR += py-hpilo diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index 81ca077701c3..1c025d99b4a8 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -3,9 +3,10 @@ DISTVERSION= 35.0.0 PORTREVISION= 6 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org -COMMENT= Terminal JSON viewer -WWW= https://github.com/antonmedv/fx +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Terminal JSON viewer and processor +WWW= https://fx.wtf/ \ + https://github.com/antonmedv/fx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile new file mode 100644 index 000000000000..fb8db411df89 --- /dev/null +++ b/sysutils/go-ntfy/Makefile @@ -0,0 +1,66 @@ +PORTNAME= ntfy +DISTVERSIONPREFIX= v +DISTVERSION= 2.12.0 +CATEGORIES= sysutils +MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ +PKGNAMEPREFIX= go- +DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Send push notifications to your phone or desktop using PUT/POST +WWW= https://ntfy.sh + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= binwiederhier + +USE_RC_SUBR= ${PORTNAME} + +GO_MOD_DIST= github +GO_MODULE= github.com/binwiederhier/${PORTNAME} +GO_BUILDFLAGS= -ldflags "\ + -X 'main.version=${DISTVERSION}' \ + -X 'main.commit=${GITID}' \ + -X 'main.date=${BUILD_DATE}'" + +CONFLICTS_INSTALL= sysutils/ntfy + +PLIST_FILES= "@sample ${ETCDIR}/client.yml.sample" \ + "@sample ${ETCDIR}/server.yml.sample" \ + bin/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=0:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-minify-plugin>=0:textproc/py-mkdocs-minify-plugin@${PY_FLAVOR} +DOCS_USES= python + +# Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse --short HEAD' +# in the ntfy repository to get the value of GITID. +GITID= 061677a7 + +BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") + +post-patch: + @${GREP} -rl "/etc/${PORTNAME}" ${WRKSRC}/cmd \ + | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/${PORTNAME}#${ETCDIR}#g' + +pre-build: + @${MKDIR} ${WRKSRC}/server/docs + ${TOUCH} ${WRKSRC}/server/docs/index.html + ${RM} -r ${WRKSRC}/server/site + @${MKDIR} ${WRKSRC}/server/site + @cd ${WRKDIR}/ntfy-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/server/site + +pre-build-DOCS-on: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} mkdocs build + +post-install: + @${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/server/server.yml ${STAGEDIR}${ETCDIR}/server.yml.sample + ${INSTALL_DATA} ${WRKSRC}/client/client.yml ${STAGEDIR}${ETCDIR}/client.yml.sample + +.include <bsd.port.mk> diff --git a/sysutils/go-ntfy/distinfo b/sysutils/go-ntfy/distinfo new file mode 100644 index 000000000000..3ed506c03a3d --- /dev/null +++ b/sysutils/go-ntfy/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1750965231 +SHA256 (go/sysutils_go-ntfy/binwiederhier-ntfy-v2.12.0_GH0/ntfy-2.12.0.frontend.tar.gz) = 8b777d3618b2dde7095be53b09cb220e50a7e52af2a4211d074c5796151e5d4f +SIZE (go/sysutils_go-ntfy/binwiederhier-ntfy-v2.12.0_GH0/ntfy-2.12.0.frontend.tar.gz) = 2297703 +SHA256 (go/sysutils_go-ntfy/binwiederhier-ntfy-v2.12.0_GH0/go.mod) = f88dd70c2bc8386f38d575e2c424cfb729a6c36a0c6299449df3cac40d289a7d +SIZE (go/sysutils_go-ntfy/binwiederhier-ntfy-v2.12.0_GH0/go.mod) = 4705 +SHA256 (go/sysutils_go-ntfy/binwiederhier-ntfy-v2.12.0_GH0/binwiederhier-ntfy-v2.12.0_GH0.tar.gz) = 210b7409894aa51719077da6a771c82d460bd710a52a527cf52694166f6103d0 +SIZE (go/sysutils_go-ntfy/binwiederhier-ntfy-v2.12.0_GH0/binwiederhier-ntfy-v2.12.0_GH0.tar.gz) = 13608026 diff --git a/sysutils/go-ntfy/files/ntfy.in b/sysutils/go-ntfy/files/ntfy.in new file mode 100644 index 000000000000..f681ce0b5c1b --- /dev/null +++ b/sysutils/go-ntfy/files/ntfy.in @@ -0,0 +1,32 @@ +#!/bin/sh + +# PROVIDE: ntfy +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Configuration settings for ntfy in /etc/rc.conf +# +# ntfy_enable (bool): Enable ntfy. (default=NO) +# ntfy_log (str): Log output. (default=/var/log/ntfy.log) +# ntfy_runas (str): User to run ntfy as. (default=www) +# + +. /etc/rc.subr + +name="ntfy" +desc="Send push notifications to your phone or desktop using PUT/POST" +rcvar="${name}_enable" + +load_rc_config $name + +: ${ntfy_enable:="NO"} +: ${ntfy_log:="/var/log/ntfy.log"} +: ${ntfy_runas:="www"} +: ${ntfy_args="--listen-http :8080"} + +pidfile="/var/run/${name}.pid" +procname="%%LOCALBASE%%/bin/${name}" +command="/usr/sbin/daemon" +command_args="-c -u '${ntfy_runas}' -p '${pidfile}' -t '${desc}' -o '${ntfy_log}' '${procname}' serve ${ntfy_args}" + +run_rc_command "$1" diff --git a/sysutils/go-ntfy/pkg-descr b/sysutils/go-ntfy/pkg-descr new file mode 100644 index 000000000000..279182934b82 --- /dev/null +++ b/sysutils/go-ntfy/pkg-descr @@ -0,0 +1,5 @@ +ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification +service. With ntfy, you can send notifications to your phone or +desktop via scripts from any computer, without having to sign up +or pay any fees. If you'd like to run your own instance of the +service, you can easily do so since ntfy is open source. diff --git a/sysutils/ntfy/Makefile b/sysutils/ntfy/Makefile index 4afd571ed885..d196cb578b94 100644 --- a/sysutils/ntfy/Makefile +++ b/sysutils/ntfy/Makefile @@ -21,6 +21,8 @@ USE_GITHUB= yes GH_ACCOUNT= dschep USE_PYTHON= distutils noflavors autoplist +CONFLICTS_INSTALL= sysutils/go-ntfy + NO_ARCH= yes post-patch: diff --git a/sysutils/py-healthchecks/Makefile b/sysutils/py-healthchecks/Makefile new file mode 100644 index 000000000000..04f881daa09c --- /dev/null +++ b/sysutils/py-healthchecks/Makefile @@ -0,0 +1,100 @@ +PORTNAME= healthchecks +DISTVERSIONPREFIX= v +DISTVERSION= 3.10 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Open-source cron job and background task monitoring service +WWW= https://github.com/healthchecks/${PORTNAME} + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${ALL_DEPENDS} +RUN_DEPENDS= ${ALL_DEPENDS} + +USES= python shebangfix +USE_GITHUB= yes + +SHEBANG_FILES= ${WRKSRC}/manage.py + +NO_ARCH= yes +SUB_FILES= hcks pkg-message uwsgi.ini +SUB_LIST= HOMEDIR=${HEALTHCHECKS_HOMEDIR} + +USERS= ${HEALTHCHECKS_USER} +GROUPS= ${HEALTHCHECKS_GROUP} + +PLIST_SUB= GROUP=${GROUPS:[1]} \ + HOMEDIR=${HEALTHCHECKS_HOMEDIR} \ + USER=${USERS:[1]} +PORTDOCS= README.md + +OPTIONS_DEFINE= APPRISE DOCS MINIO +OPTIONS_DEFAULT= APPRISE MINIO + +APPRISE_DESC= Enable support for Apprise integration +MINIO_DESC= Enable support for external object storage + +APPRISE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apprise>=0:net-im/py-apprise@${PY_FLAVOR} +MINIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}minio>=0:devel/py-minio@${PY_FLAVOR} + +HEALTHCHECKS_USER= ${PORTNAME} +HEALTHCHECKS_GROUP= ${HEALTHCHECKS_USER} + +HEALTHCHECKS_HOMEDIR= /var/db/${PORTNAME} + +ALL_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosmtpd>=0:mail/py-aiosmtpd@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cronsim>=0:devel/py-cronsim@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django52>=0:www/py-django52@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django_compressor>=0:www/py-django_compressor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-django-stubs-ext>0:www/py-dj52-django-stubs-ext@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oncalendar>=0:devel/py-oncalendar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg>=0:databases/py-psycopg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycurl>=0:ftp/py-pycurl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=0:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyotp>=0:security/py-pyotp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}segno>=0:textproc/py-segno@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}statsd>=0:devel/py-statsd@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}whitenoise>=0:www/py-whitenoise@${PY_FLAVOR} + +do-build: + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ + -d ${PYTHONPREFIX_SITELIBDIR} \ + -f ${WRKSRC}/hc + @${SETENV} \ + ${PYTHON_CMD} ${WRKSRC}/manage.py compress --force + @${SETENV} \ + ${PYTHON_CMD} ${WRKSRC}/manage.py collectstatic --no-input + +do-install: + @${MKDIR} ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + @cd ${WRKSRC} && \ + ${COPYTREE_SHARE} ./hc ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + @cd ${WRKSRC} && \ + ${COPYTREE_SHARE} ./static ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + @cd ${WRKSRC} && \ + ${COPYTREE_SHARE} ./static-collected ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + @cd ${WRKSRC} && \ + ${COPYTREE_SHARE} ./templates ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/manage.py ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + ${INSTALL_DATA} ${WRKSRC}/search.db ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKDIR}/uwsgi.ini ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/hcks ${STAGEDIR}${LOCALBASE}/bin/hcks + +post-install: +.for dir in run log + @${MKDIR} ${STAGEDIR}/var/${dir}/${PORTNAME} +.endfor + @${MKDIR} ${STAGEDIR}${HEALTHCHECKS_HOMEDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} + +.include <bsd.port.mk> diff --git a/sysutils/py-healthchecks/distinfo b/sysutils/py-healthchecks/distinfo new file mode 100644 index 000000000000..ab854ba59b73 --- /dev/null +++ b/sysutils/py-healthchecks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1749595062 +SHA256 (healthchecks-healthchecks-v3.10_GH0.tar.gz) = 81fcc6577771ba966e45e35976f084419e1637b3f595e42d91556054a7a1b6d6 +SIZE (healthchecks-healthchecks-v3.10_GH0.tar.gz) = 4868195 diff --git a/sysutils/py-healthchecks/files/hcks.in b/sysutils/py-healthchecks/files/hcks.in new file mode 100644 index 000000000000..bad9800f4b1b --- /dev/null +++ b/sysutils/py-healthchecks/files/hcks.in @@ -0,0 +1,12 @@ +#!/bin/sh + +args= +for arg in "$@" ; do + if [ "${arg#* }" != "${arg}" ] ; then + args="${args} '${arg}'" + else + args="${args} ${arg}" + fi +done + +su -m healthchecks -c "%%HOMEDIR%%/manage.py ${args}" diff --git a/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py b/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py new file mode 100644 index 000000000000..24494bdf19db --- /dev/null +++ b/sysutils/py-healthchecks/files/patch-hc_lib_webauthn.py @@ -0,0 +1,11 @@ +--- hc/lib/webauthn.py.orig 2025-06-11 05:51:38 UTC ++++ hc/lib/webauthn.py +@@ -14,8 +14,6 @@ from fido2.webauthn import ( + UserVerificationRequirement, + ) + +-fido2.features.webauthn_json_mapping.enabled = True +- + + class CreateHelper: + def __init__(self, rp_id: str, credentials: Iterable[bytes]): diff --git a/sysutils/py-healthchecks/files/pkg-message.in b/sysutils/py-healthchecks/files/pkg-message.in new file mode 100644 index 000000000000..62bf96d135ad --- /dev/null +++ b/sysutils/py-healthchecks/files/pkg-message.in @@ -0,0 +1,22 @@ +[ +{ type: install + message: <<EOM +Healthchecks is located in its home directory %%HOMEDIR%% and can be run like any +Django application using 'hcks runserver' but for production use it is recommended +to use uWSGI or Gunicorn. + +If you plan to use uWSGI, install www/uwsgi and configure in your rc.conf(5): + + sysrc uwsgi_enable="YES" + sysrc uwsgi_procname="uWSGI" + sysrc uwsgi_profiles="hc" + sysrc uwsgi_hc_socket="/var/run/healthchecks/hc.sock" + sysrc uwsgi_hc_socket_owner="healthchecks:www" + sysrc uwsgi_hc_uid="healthchecks" + sysrc uwsgi_hc_gid="healthchecks" + sysrc uwsgi_hc_configfile="%%EXAMPLESDIR%%/uwsgi.ini" + sysrc uwsgi_hc_pidfile="/var/run/healthchecks/hc.pid" + sysrc uwsgi_hc_logfile="/var/log/healthchecks/hc.log" +EOM +} +] diff --git a/sysutils/py-healthchecks/files/uwsgi.ini.in b/sysutils/py-healthchecks/files/uwsgi.ini.in new file mode 100644 index 000000000000..06b1f09a59bc --- /dev/null +++ b/sysutils/py-healthchecks/files/uwsgi.ini.in @@ -0,0 +1,35 @@ +[uwsgi] +strict +die-on-term +http-socket = :8000 +harakiri = 10 +buffer-size = 32768 +post-buffering = 16192 +processes = 4 +if-env = UWSGI_PROCESSES +processes = %(_) +endif = +auto-procname +enable-threads +threads = 1 +chdir = %%HOMEDIR%% +module = hc.wsgi:application +thunder-lock +disable-write-exception + +# workaround for https://github.com/unbit/uwsgi/issues/2299 +max-fd = 10000 + +# compression +check-static = static-collected/ +static-gzip-dir = static-collected/CACHE + +# Note: manage.py migrate will also run system checks +hook-pre-app = exec:./manage.py migrate +# Use "--skip-checks" to avoid running same checks 3 times +attach-daemon = ./manage.py sendalerts --skip-checks +attach-daemon = ./manage.py sendreports --loop --skip-checks + +if-env = SMTPD_PORT +attach-daemon = ./manage.py smtpd --port %(_) --skip-checks +endif = diff --git a/sysutils/py-healthchecks/pkg-descr b/sysutils/py-healthchecks/pkg-descr new file mode 100644 index 000000000000..fe21e345771c --- /dev/null +++ b/sysutils/py-healthchecks/pkg-descr @@ -0,0 +1,9 @@ +Healthchecks is a cron job monitoring service. It listens for HTTP +requests and email messages ("pings") from your cron jobs and +scheduled tasks ("checks"). When a ping does not arrive on time, +Healthchecks sends out alerts. + +Healthchecks comes with a web dashboard, API, 25+ integrations for +delivering notifications, monthly email reports, WebAuthn 2FA +support, team management features: projects, team members, read-only +access. diff --git a/sysutils/py-healthchecks/pkg-plist b/sysutils/py-healthchecks/pkg-plist new file mode 100644 index 000000000000..8cf35605944b --- /dev/null +++ b/sysutils/py-healthchecks/pkg-plist @@ -0,0 +1,2088 @@ +@dir(%%USER%%,%%GROUP%%,0700) %%HOMEDIR%% +@dir(%%USER%%,%%GROUP%%,0700) /var/log/%%USER%% +@dir(%%USER%%,%%GROUP%%,0700) /var/run/%%USER%% +bin/hcks +%%HOMEDIR%%/CHANGELOG.md +%%HOMEDIR%%/hc/__init__.py +%%HOMEDIR%%/hc/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/__pycache__/settings%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/__pycache__/settings%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/__pycache__/test%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/__pycache__/urls%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/__pycache__/wsgi%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__init__.py +%%HOMEDIR%%/hc/accounts/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/admin%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/admin%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/backends%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/decorators%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/forms%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/http%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/middleware%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/models%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/models%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/urls%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/__pycache__/views%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/admin.py +%%HOMEDIR%%/hc/accounts/backends.py +%%HOMEDIR%%/hc/accounts/decorators.py +%%HOMEDIR%%/hc/accounts/forms.py +%%HOMEDIR%%/hc/accounts/http.py +%%HOMEDIR%%/hc/accounts/management/__init__.py +%%HOMEDIR%%/hc/accounts/management/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/management/commands/__init__.py +%%HOMEDIR%%/hc/accounts/management/commands/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/management/commands/__pycache__/createsuperuser%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/management/commands/__pycache__/pruneusers%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/management/commands/__pycache__/senddeletionscheduled%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/management/commands/__pycache__/sendinactivitynotices%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/management/commands/createsuperuser.py +%%HOMEDIR%%/hc/accounts/management/commands/pruneusers.py +%%HOMEDIR%%/hc/accounts/management/commands/senddeletionscheduled.py +%%HOMEDIR%%/hc/accounts/management/commands/sendinactivitynotices.py +%%HOMEDIR%%/hc/accounts/middleware.py +%%HOMEDIR%%/hc/accounts/migrations/0001_initial.py +%%HOMEDIR%%/hc/accounts/migrations/0002_profile_ping_log_limit.py +%%HOMEDIR%%/hc/accounts/migrations/0003_profile_token.py +%%HOMEDIR%%/hc/accounts/migrations/0004_profile_api_key.py +%%HOMEDIR%%/hc/accounts/migrations/0005_auto_20160509_0801.py +%%HOMEDIR%%/hc/accounts/migrations/0006_profile_current_team.py +%%HOMEDIR%%/hc/accounts/migrations/0007_profile_check_limit.py +%%HOMEDIR%%/hc/accounts/migrations/0008_profile_bill_to.py +%%HOMEDIR%%/hc/accounts/migrations/0009_auto_20170714_1734.py +%%HOMEDIR%%/hc/accounts/migrations/0010_profile_team_limit.py +%%HOMEDIR%%/hc/accounts/migrations/0011_profile_sort.py +%%HOMEDIR%%/hc/accounts/migrations/0012_auto_20171014_1002.py +%%HOMEDIR%%/hc/accounts/migrations/0013_remove_profile_team_access_allowed.py +%%HOMEDIR%%/hc/accounts/migrations/0014_auto_20171227_1530.py +%%HOMEDIR%%/hc/accounts/migrations/0015_auto_20181029_1858.py +%%HOMEDIR%%/hc/accounts/migrations/0016_remove_profile_bill_to.py +%%HOMEDIR%%/hc/accounts/migrations/0017_auto_20190112_1426.py +%%HOMEDIR%%/hc/accounts/migrations/0018_auto_20190112_1426.py +%%HOMEDIR%%/hc/accounts/migrations/0019_project_badge_key.py +%%HOMEDIR%%/hc/accounts/migrations/0020_auto_20190112_1950.py +%%HOMEDIR%%/hc/accounts/migrations/0021_auto_20190112_2005.py +%%HOMEDIR%%/hc/accounts/migrations/0022_auto_20190114_0857.py +%%HOMEDIR%%/hc/accounts/migrations/0023_auto_20190117_1419.py +%%HOMEDIR%%/hc/accounts/migrations/0024_auto_20190119_1540.py +%%HOMEDIR%%/hc/accounts/migrations/0025_remove_member_team.py +%%HOMEDIR%%/hc/accounts/migrations/0026_auto_20190204_2042.py +%%HOMEDIR%%/hc/accounts/migrations/0027_profile_deletion_notice_date.py +%%HOMEDIR%%/hc/accounts/migrations/0028_auto_20191119_1346.py +%%HOMEDIR%%/hc/accounts/migrations/0029_remove_profile_current_project.py +%%HOMEDIR%%/hc/accounts/migrations/0030_member_transfer_request_date.py +%%HOMEDIR%%/hc/accounts/migrations/0031_auto_20200803_1413.py +%%HOMEDIR%%/hc/accounts/migrations/0032_auto_20200819_0757.py +%%HOMEDIR%%/hc/accounts/migrations/0033_member_rw.py +%%HOMEDIR%%/hc/accounts/migrations/0034_credential.py +%%HOMEDIR%%/hc/accounts/migrations/0035_profile_reports.py +%%HOMEDIR%%/hc/accounts/migrations/0036_fill_profile_reports.py +%%HOMEDIR%%/hc/accounts/migrations/0037_profile_tz.py +%%HOMEDIR%%/hc/accounts/migrations/0038_profile_theme.py +%%HOMEDIR%%/hc/accounts/migrations/0039_remove_profile_reports_allowed.py +%%HOMEDIR%%/hc/accounts/migrations/0040_auto_20210722_1244.py +%%HOMEDIR%%/hc/accounts/migrations/0041_fill_role.py +%%HOMEDIR%%/hc/accounts/migrations/0042_remove_member_rw.py +%%HOMEDIR%%/hc/accounts/migrations/0043_add_role_manager.py +%%HOMEDIR%%/hc/accounts/migrations/0044_auto_20210730_0942.py +%%HOMEDIR%%/hc/accounts/migrations/0045_auto_20210908_1257.py +%%HOMEDIR%%/hc/accounts/migrations/0046_profile_deletion_scheduled_date.py +%%HOMEDIR%%/hc/accounts/migrations/0047_profile_over_limit_date.py +%%HOMEDIR%%/hc/accounts/migrations/0048_alter_profile_user.py +%%HOMEDIR%%/hc/accounts/migrations/0049_convert_email_lowercase.py +%%HOMEDIR%%/hc/accounts/migrations/__init__.py +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0001_initial%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0002_profile_ping_log_limit%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0003_profile_token%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0004_profile_api_key%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0005_auto_20160509_0801%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0006_profile_current_team%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0007_profile_check_limit%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0008_profile_bill_to%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0009_auto_20170714_1734%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0010_profile_team_limit%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0011_profile_sort%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0012_auto_20171014_1002%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0013_remove_profile_team_access_allowed%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0014_auto_20171227_1530%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0015_auto_20181029_1858%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0016_remove_profile_bill_to%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0017_auto_20190112_1426%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0018_auto_20190112_1426%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0019_project_badge_key%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0020_auto_20190112_1950%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0021_auto_20190112_2005%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0022_auto_20190114_0857%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0023_auto_20190117_1419%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0024_auto_20190119_1540%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0025_remove_member_team%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0026_auto_20190204_2042%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0027_profile_deletion_notice_date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0028_auto_20191119_1346%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0029_remove_profile_current_project%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0030_member_transfer_request_date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0031_auto_20200803_1413%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0032_auto_20200819_0757%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0033_member_rw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0034_credential%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0035_profile_reports%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0036_fill_profile_reports%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0037_profile_tz%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0038_profile_theme%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0039_remove_profile_reports_allowed%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0040_auto_20210722_1244%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0041_fill_role%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0042_remove_member_rw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0043_add_role_manager%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0044_auto_20210730_0942%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0045_auto_20210908_1257%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0046_profile_deletion_scheduled_date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0047_profile_over_limit_date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0048_alter_profile_user%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/0049_convert_email_lowercase%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/migrations/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/models.py +%%HOMEDIR%%/hc/accounts/tests/__init__.py +%%HOMEDIR%%/hc/accounts/tests/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_add_project%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_add_totp%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_add_webauthn%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_admin%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_change_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_change_email_verify%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_check_token%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_close_account%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_createsuperuser%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_login%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_login_totp%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_login_webauthn%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_notifications%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_profile%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_profile_model%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_project%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_project_model%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_pruneusers%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_remote_user_header_login%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_remove_credential%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_remove_project%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_remove_totp%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_senddeletionscheduled%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_sendinactivitynotices%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_set_password%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_signup%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_signup_csrf%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_sudo_mode%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_team_access_middleware%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_transfer_project%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/__pycache__/test_unsubscribe_reports%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/accounts/tests/test_add_project.py +%%HOMEDIR%%/hc/accounts/tests/test_add_totp.py +%%HOMEDIR%%/hc/accounts/tests/test_add_webauthn.py +%%HOMEDIR%%/hc/accounts/tests/test_admin.py +%%HOMEDIR%%/hc/accounts/tests/test_change_email.py +%%HOMEDIR%%/hc/accounts/tests/test_change_email_verify.py +%%HOMEDIR%%/hc/accounts/tests/test_check_token.py +%%HOMEDIR%%/hc/accounts/tests/test_close_account.py +%%HOMEDIR%%/hc/accounts/tests/test_createsuperuser.py +%%HOMEDIR%%/hc/accounts/tests/test_login.py +%%HOMEDIR%%/hc/accounts/tests/test_login_totp.py +%%HOMEDIR%%/hc/accounts/tests/test_login_webauthn.py +%%HOMEDIR%%/hc/accounts/tests/test_notifications.py +%%HOMEDIR%%/hc/accounts/tests/test_profile.py +%%HOMEDIR%%/hc/accounts/tests/test_profile_model.py +%%HOMEDIR%%/hc/accounts/tests/test_project.py +%%HOMEDIR%%/hc/accounts/tests/test_project_model.py +%%HOMEDIR%%/hc/accounts/tests/test_pruneusers.py +%%HOMEDIR%%/hc/accounts/tests/test_remote_user_header_login.py +%%HOMEDIR%%/hc/accounts/tests/test_remove_credential.py +%%HOMEDIR%%/hc/accounts/tests/test_remove_project.py +%%HOMEDIR%%/hc/accounts/tests/test_remove_totp.py +%%HOMEDIR%%/hc/accounts/tests/test_senddeletionscheduled.py +%%HOMEDIR%%/hc/accounts/tests/test_sendinactivitynotices.py +%%HOMEDIR%%/hc/accounts/tests/test_set_password.py +%%HOMEDIR%%/hc/accounts/tests/test_signup.py +%%HOMEDIR%%/hc/accounts/tests/test_signup_csrf.py +%%HOMEDIR%%/hc/accounts/tests/test_sudo_mode.py +%%HOMEDIR%%/hc/accounts/tests/test_team_access_middleware.py +%%HOMEDIR%%/hc/accounts/tests/test_transfer_project.py +%%HOMEDIR%%/hc/accounts/tests/test_unsubscribe_reports.py +%%HOMEDIR%%/hc/accounts/urls.py +%%HOMEDIR%%/hc/accounts/views.py +%%HOMEDIR%%/hc/api/__init__.py +%%HOMEDIR%%/hc/api/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/api/__pycache__/admin%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/admin%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/api/__pycache__/apps%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/apps%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/api/__pycache__/decorators%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/forms%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/models%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/models%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/api/__pycache__/transports%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/transports%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/api/__pycache__/urls%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/__pycache__/views%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/admin.py +%%HOMEDIR%%/hc/api/apps.py +%%HOMEDIR%%/hc/api/decorators.py +%%HOMEDIR%%/hc/api/forms.py +%%HOMEDIR%%/hc/api/management/__init__.py +%%HOMEDIR%%/hc/api/management/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__init__.py +%%HOMEDIR%%/hc/api/management/commands/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/pruneobjects%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/prunepingsslow%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/prunetokenbucket%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/sendalerts%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/sendreports%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/settelegramwebhook%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/smtpd%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/__pycache__/submitchallenge%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/management/commands/pruneobjects.py +%%HOMEDIR%%/hc/api/management/commands/prunepingsslow.py +%%HOMEDIR%%/hc/api/management/commands/prunetokenbucket.py +%%HOMEDIR%%/hc/api/management/commands/sendalerts.py +%%HOMEDIR%%/hc/api/management/commands/sendreports.py +%%HOMEDIR%%/hc/api/management/commands/settelegramwebhook.py +%%HOMEDIR%%/hc/api/management/commands/smtpd.py +%%HOMEDIR%%/hc/api/management/commands/submitchallenge.py +%%HOMEDIR%%/hc/api/migrations/0001_initial.py +%%HOMEDIR%%/hc/api/migrations/0002_auto_20150616_0732.py +%%HOMEDIR%%/hc/api/migrations/0003_auto_20150616_1249.py +%%HOMEDIR%%/hc/api/migrations/0004_auto_20150616_1319.py +%%HOMEDIR%%/hc/api/migrations/0005_auto_20150630_2021.py +%%HOMEDIR%%/hc/api/migrations/0006_check_grace.py +%%HOMEDIR%%/hc/api/migrations/0007_ping.py +%%HOMEDIR%%/hc/api/migrations/0008_auto_20150801_1213.py +%%HOMEDIR%%/hc/api/migrations/0009_auto_20150801_1250.py +%%HOMEDIR%%/hc/api/migrations/0010_channel.py +%%HOMEDIR%%/hc/api/migrations/0011_notification.py +%%HOMEDIR%%/hc/api/migrations/0012_auto_20150930_1922.py +%%HOMEDIR%%/hc/api/migrations/0013_auto_20151001_2029.py +%%HOMEDIR%%/hc/api/migrations/0014_auto_20151019_2039.py +%%HOMEDIR%%/hc/api/migrations/0015_auto_20151022_1008.py +%%HOMEDIR%%/hc/api/migrations/0016_auto_20151030_1107.py +%%HOMEDIR%%/hc/api/migrations/0017_auto_20151117_1032.py +%%HOMEDIR%%/hc/api/migrations/0018_remove_ping_body.py +%%HOMEDIR%%/hc/api/migrations/0019_check_tags.py +%%HOMEDIR%%/hc/api/migrations/0020_check_n_pings.py +%%HOMEDIR%%/hc/api/migrations/0021_ping_n.py +%%HOMEDIR%%/hc/api/migrations/0022_auto_20160130_2042.py +%%HOMEDIR%%/hc/api/migrations/0023_auto_20160131_1919.py +%%HOMEDIR%%/hc/api/migrations/0024_auto_20160203_2227.py +%%HOMEDIR%%/hc/api/migrations/0025_auto_20160216_1214.py +%%HOMEDIR%%/hc/api/migrations/0026_auto_20160415_1824.py +%%HOMEDIR%%/hc/api/migrations/0027_auto_20161213_1059.py +%%HOMEDIR%%/hc/api/migrations/0028_auto_20170305_1907.py +%%HOMEDIR%%/hc/api/migrations/0029_auto_20170507_1251.py +%%HOMEDIR%%/hc/api/migrations/0030_check_last_ping_body.py +%%HOMEDIR%%/hc/api/migrations/0031_auto_20170509_1320.py +%%HOMEDIR%%/hc/api/migrations/0032_auto_20170608_1158.py +%%HOMEDIR%%/hc/api/migrations/0033_auto_20170714_1715.py +%%HOMEDIR%%/hc/api/migrations/0034_auto_20171227_1530.py +%%HOMEDIR%%/hc/api/migrations/0035_auto_20171229_2008.py +%%HOMEDIR%%/hc/api/migrations/0036_auto_20180116_2243.py +%%HOMEDIR%%/hc/api/migrations/0037_auto_20180127_1215.py +%%HOMEDIR%%/hc/api/migrations/0038_auto_20180318_1306.py +%%HOMEDIR%%/hc/api/migrations/0039_remove_check_last_ping_body.py +%%HOMEDIR%%/hc/api/migrations/0040_auto_20180517_1336.py +%%HOMEDIR%%/hc/api/migrations/0041_check_desc.py +%%HOMEDIR%%/hc/api/migrations/0042_auto_20181029_1522.py +%%HOMEDIR%%/hc/api/migrations/0043_channel_name.py +%%HOMEDIR%%/hc/api/migrations/0044_auto_20181120_2004.py +%%HOMEDIR%%/hc/api/migrations/0045_flip.py +%%HOMEDIR%%/hc/api/migrations/0046_auto_20181218_1245.py +%%HOMEDIR%%/hc/api/migrations/0047_auto_20181225_2315.py +%%HOMEDIR%%/hc/api/migrations/0048_auto_20190102_0737.py +%%HOMEDIR%%/hc/api/migrations/0049_auto_20190102_0743.py +%%HOMEDIR%%/hc/api/migrations/0050_ping_kind.py +%%HOMEDIR%%/hc/api/migrations/0051_auto_20190104_0908.py +%%HOMEDIR%%/hc/api/migrations/0052_auto_20190104_1122.py +%%HOMEDIR%%/hc/api/migrations/0053_check_subject.py +%%HOMEDIR%%/hc/api/migrations/0054_auto_20190112_1427.py +%%HOMEDIR%%/hc/api/migrations/0055_auto_20190112_1427.py +%%HOMEDIR%%/hc/api/migrations/0056_auto_20190114_0857.py +%%HOMEDIR%%/hc/api/migrations/0057_auto_20190118_1319.py +%%HOMEDIR%%/hc/api/migrations/0058_auto_20190312_1716.py +%%HOMEDIR%%/hc/api/migrations/0059_auto_20190314_1744.py +%%HOMEDIR%%/hc/api/migrations/0060_tokenbucket.py +%%HOMEDIR%%/hc/api/migrations/0061_webhook_values.py +%%HOMEDIR%%/hc/api/migrations/0062_auto_20190720_1350.py +%%HOMEDIR%%/hc/api/migrations/0063_auto_20190903_0901.py +%%HOMEDIR%%/hc/api/migrations/0064_auto_20191119_1346.py +%%HOMEDIR%%/hc/api/migrations/0065_auto_20191127_1240.py +%%HOMEDIR%%/hc/api/migrations/0066_channel_last_error.py +%%HOMEDIR%%/hc/api/migrations/0067_last_error_values.py +%%HOMEDIR%%/hc/api/migrations/0068_auto_20200117_1023.py +%%HOMEDIR%%/hc/api/migrations/0069_auto_20200117_1227.py +%%HOMEDIR%%/hc/api/migrations/0070_auto_20200411_1310.py +%%HOMEDIR%%/hc/api/migrations/0071_check_manual_resume.py +%%HOMEDIR%%/hc/api/migrations/0072_auto_20200701_1007.py +%%HOMEDIR%%/hc/api/migrations/0073_auto_20200721_1000.py +%%HOMEDIR%%/hc/api/migrations/0074_auto_20200803_1411.py +%%HOMEDIR%%/hc/api/migrations/0075_auto_20200805_1004.py +%%HOMEDIR%%/hc/api/migrations/0076_auto_20201128_0951.py +%%HOMEDIR%%/hc/api/migrations/0077_auto_20210506_0755.py +%%HOMEDIR%%/hc/api/migrations/0078_sms_values.py +%%HOMEDIR%%/hc/api/migrations/0079_auto_20210907_0918.py +%%HOMEDIR%%/hc/api/migrations/0080_fill_slug.py +%%HOMEDIR%%/hc/api/migrations/0081_channel_last_notify.py +%%HOMEDIR%%/hc/api/migrations/0082_fill_last_notify.py +%%HOMEDIR%%/hc/api/migrations/0083_channel_disabled.py +%%HOMEDIR%%/hc/api/migrations/0084_ping_body_raw.py +%%HOMEDIR%%/hc/api/migrations/0085_ping_object_size.py +%%HOMEDIR%%/hc/api/migrations/0086_remove_check_last_ping_was_fail_and_more.py +%%HOMEDIR%%/hc/api/migrations/0087_check_failure_kw_check_filter_body_and_more.py +%%HOMEDIR%%/hc/api/migrations/0088_fill_kw.py +%%HOMEDIR%%/hc/api/migrations/0089_remove_check_subject_remove_check_subject_fail.py +%%HOMEDIR%%/hc/api/migrations/0090_alter_check_filter_subject.py +%%HOMEDIR%%/hc/api/migrations/0091_alter_check_filter_body.py +%%HOMEDIR%%/hc/api/migrations/0092_alter_check_success_kw.py +%%HOMEDIR%%/hc/api/migrations/0093_alter_check_failure_kw.py +%%HOMEDIR%%/hc/api/migrations/0094_ping_rid_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0095_check_last_start_rid.py +%%HOMEDIR%%/hc/api/migrations/0096_check_start_kw_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0097_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0098_channel_last_notify_duration.py +%%HOMEDIR%%/hc/api/migrations/0099_alter_channel_disabled.py +%%HOMEDIR%%/hc/api/migrations/0100_opsgenie_values.py +%%HOMEDIR%%/hc/api/migrations/0101_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0102_alter_check_kind.py +%%HOMEDIR%%/hc/api/migrations/0103_check_badge_key.py +%%HOMEDIR%%/hc/api/migrations/0104_fill_notification_code.py +%%HOMEDIR%%/hc/api/migrations/0105_alter_notification_code.py +%%HOMEDIR%%/hc/api/migrations/0106_fix_tz_kiev_kyiv.py +%%HOMEDIR%%/hc/api/migrations/0107_fix_legacy_timezones.py +%%HOMEDIR%%/hc/api/migrations/0108_move_body_to_body_raw.py +%%HOMEDIR%%/hc/api/migrations/0109_remove_ping_body.py +%%HOMEDIR%%/hc/api/migrations/0110_delete_hipchat_pagerteam_zendesk.py +%%HOMEDIR%%/hc/api/migrations/0111_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0112_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0113_alter_channel_kind.py +%%HOMEDIR%%/hc/api/migrations/0114_flip_reason.py +%%HOMEDIR%%/hc/api/migrations/0115_flip_api_flip_owner_created.py +%%HOMEDIR%%/hc/api/migrations/0116_alter_check_badge_key.py +%%HOMEDIR%%/hc/api/migrations/0117_fill_badge_key.py +%%HOMEDIR%%/hc/api/migrations/0118_alter_check_badge_key.py +%%HOMEDIR%%/hc/api/migrations/__init__.py +%%HOMEDIR%%/hc/api/migrations/__pycache__/0001_initial%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0002_auto_20150616_0732%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0003_auto_20150616_1249%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0004_auto_20150616_1319%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0005_auto_20150630_2021%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0006_check_grace%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0007_ping%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0008_auto_20150801_1213%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0009_auto_20150801_1250%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0010_channel%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0011_notification%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0012_auto_20150930_1922%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0013_auto_20151001_2029%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0014_auto_20151019_2039%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0015_auto_20151022_1008%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0016_auto_20151030_1107%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0017_auto_20151117_1032%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0018_remove_ping_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0019_check_tags%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0020_check_n_pings%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0021_ping_n%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0022_auto_20160130_2042%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0023_auto_20160131_1919%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0024_auto_20160203_2227%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0025_auto_20160216_1214%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0026_auto_20160415_1824%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0027_auto_20161213_1059%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0028_auto_20170305_1907%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0029_auto_20170507_1251%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0030_check_last_ping_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0031_auto_20170509_1320%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0032_auto_20170608_1158%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0033_auto_20170714_1715%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0034_auto_20171227_1530%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0035_auto_20171229_2008%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0036_auto_20180116_2243%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0037_auto_20180127_1215%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0038_auto_20180318_1306%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0039_remove_check_last_ping_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0040_auto_20180517_1336%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0041_check_desc%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0042_auto_20181029_1522%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0043_channel_name%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0044_auto_20181120_2004%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0045_flip%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0046_auto_20181218_1245%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0047_auto_20181225_2315%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0048_auto_20190102_0737%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0049_auto_20190102_0743%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0050_ping_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0051_auto_20190104_0908%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0052_auto_20190104_1122%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0053_check_subject%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0054_auto_20190112_1427%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0055_auto_20190112_1427%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0056_auto_20190114_0857%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0057_auto_20190118_1319%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0058_auto_20190312_1716%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0059_auto_20190314_1744%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0060_tokenbucket%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0061_webhook_values%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0062_auto_20190720_1350%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0063_auto_20190903_0901%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0064_auto_20191119_1346%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0065_auto_20191127_1240%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0066_channel_last_error%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0067_last_error_values%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0068_auto_20200117_1023%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0069_auto_20200117_1227%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0070_auto_20200411_1310%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0071_check_manual_resume%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0072_auto_20200701_1007%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0073_auto_20200721_1000%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0074_auto_20200803_1411%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0075_auto_20200805_1004%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0076_auto_20201128_0951%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0077_auto_20210506_0755%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0078_sms_values%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0079_auto_20210907_0918%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0080_fill_slug%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0081_channel_last_notify%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0082_fill_last_notify%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0083_channel_disabled%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0084_ping_body_raw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0085_ping_object_size%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0086_remove_check_last_ping_was_fail_and_more%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0087_check_failure_kw_check_filter_body_and_more%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0088_fill_kw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0089_remove_check_subject_remove_check_subject_fail%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0090_alter_check_filter_subject%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0091_alter_check_filter_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0092_alter_check_success_kw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0093_alter_check_failure_kw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0094_ping_rid_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0095_check_last_start_rid%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0096_check_start_kw_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0097_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0098_channel_last_notify_duration%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0099_alter_channel_disabled%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0100_opsgenie_values%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0101_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0102_alter_check_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0103_check_badge_key%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0104_fill_notification_code%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0105_alter_notification_code%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0106_fix_tz_kiev_kyiv%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0107_fix_legacy_timezones%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0108_move_body_to_body_raw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0109_remove_ping_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0110_delete_hipchat_pagerteam_zendesk%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0111_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0112_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0113_alter_channel_kind%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0114_flip_reason%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0115_flip_api_flip_owner_created%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0116_alter_check_badge_key%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0117_fill_badge_key%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/0118_alter_check_badge_key%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/migrations/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/models.py +%%HOMEDIR%%/hc/api/tests/__init__.py +%%HOMEDIR%%/hc/api/tests/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_admin%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_badge%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_bounces%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_channel_model%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_check_badge%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_check_going_down_after%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_check_model%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_create_check%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_delete_check%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_flip_model%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_get_badges%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_get_check%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_get_flips%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_get_ping_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_get_pings%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_list_channels%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_list_checks%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_metrics%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notification_status%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_apprise%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_call%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_discord%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_github%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_gotify%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_group%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_matrix%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_mattermost%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_msteams%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_msteamsw%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_ntfy%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_opsgenie%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_pagertree%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_pd%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_pushbullet%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_pushover%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_rocketchat%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_signal%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_slack%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_sms%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_spike%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_telegram%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_trello%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_victorops%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_webhook%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_whatsapp%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_notify_zulip%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_pause%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_ping%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_ping_by_slug%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_ping_model%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_resume%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_sendalerts%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_sendreports%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_smtpd%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_status%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_system_checks%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_tokenbucket%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/__pycache__/test_update_check%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/api/tests/test_admin.py +%%HOMEDIR%%/hc/api/tests/test_badge.py +%%HOMEDIR%%/hc/api/tests/test_bounces.py +%%HOMEDIR%%/hc/api/tests/test_channel_model.py +%%HOMEDIR%%/hc/api/tests/test_check_badge.py +%%HOMEDIR%%/hc/api/tests/test_check_going_down_after.py +%%HOMEDIR%%/hc/api/tests/test_check_model.py +%%HOMEDIR%%/hc/api/tests/test_create_check.py +%%HOMEDIR%%/hc/api/tests/test_delete_check.py +%%HOMEDIR%%/hc/api/tests/test_flip_model.py +%%HOMEDIR%%/hc/api/tests/test_get_badges.py +%%HOMEDIR%%/hc/api/tests/test_get_check.py +%%HOMEDIR%%/hc/api/tests/test_get_flips.py +%%HOMEDIR%%/hc/api/tests/test_get_ping_body.py +%%HOMEDIR%%/hc/api/tests/test_get_pings.py +%%HOMEDIR%%/hc/api/tests/test_list_channels.py +%%HOMEDIR%%/hc/api/tests/test_list_checks.py +%%HOMEDIR%%/hc/api/tests/test_metrics.py +%%HOMEDIR%%/hc/api/tests/test_notification_status.py +%%HOMEDIR%%/hc/api/tests/test_notify.py +%%HOMEDIR%%/hc/api/tests/test_notify_apprise.py +%%HOMEDIR%%/hc/api/tests/test_notify_call.py +%%HOMEDIR%%/hc/api/tests/test_notify_discord.py +%%HOMEDIR%%/hc/api/tests/test_notify_email.py +%%HOMEDIR%%/hc/api/tests/test_notify_github.py +%%HOMEDIR%%/hc/api/tests/test_notify_gotify.py +%%HOMEDIR%%/hc/api/tests/test_notify_group.py +%%HOMEDIR%%/hc/api/tests/test_notify_matrix.py +%%HOMEDIR%%/hc/api/tests/test_notify_mattermost.py +%%HOMEDIR%%/hc/api/tests/test_notify_msteams.py +%%HOMEDIR%%/hc/api/tests/test_notify_msteamsw.py +%%HOMEDIR%%/hc/api/tests/test_notify_ntfy.py +%%HOMEDIR%%/hc/api/tests/test_notify_opsgenie.py +%%HOMEDIR%%/hc/api/tests/test_notify_pagertree.py +%%HOMEDIR%%/hc/api/tests/test_notify_pd.py +%%HOMEDIR%%/hc/api/tests/test_notify_pushbullet.py +%%HOMEDIR%%/hc/api/tests/test_notify_pushover.py +%%HOMEDIR%%/hc/api/tests/test_notify_rocketchat.py +%%HOMEDIR%%/hc/api/tests/test_notify_signal.py +%%HOMEDIR%%/hc/api/tests/test_notify_slack.py +%%HOMEDIR%%/hc/api/tests/test_notify_sms.py +%%HOMEDIR%%/hc/api/tests/test_notify_spike.py +%%HOMEDIR%%/hc/api/tests/test_notify_telegram.py +%%HOMEDIR%%/hc/api/tests/test_notify_trello.py +%%HOMEDIR%%/hc/api/tests/test_notify_victorops.py +%%HOMEDIR%%/hc/api/tests/test_notify_webhook.py +%%HOMEDIR%%/hc/api/tests/test_notify_whatsapp.py +%%HOMEDIR%%/hc/api/tests/test_notify_zulip.py +%%HOMEDIR%%/hc/api/tests/test_pause.py +%%HOMEDIR%%/hc/api/tests/test_ping.py +%%HOMEDIR%%/hc/api/tests/test_ping_by_slug.py +%%HOMEDIR%%/hc/api/tests/test_ping_model.py +%%HOMEDIR%%/hc/api/tests/test_resume.py +%%HOMEDIR%%/hc/api/tests/test_sendalerts.py +%%HOMEDIR%%/hc/api/tests/test_sendreports.py +%%HOMEDIR%%/hc/api/tests/test_smtpd.py +%%HOMEDIR%%/hc/api/tests/test_status.py +%%HOMEDIR%%/hc/api/tests/test_system_checks.py +%%HOMEDIR%%/hc/api/tests/test_tokenbucket.py +%%HOMEDIR%%/hc/api/tests/test_update_check.py +%%HOMEDIR%%/hc/api/transports.py +%%HOMEDIR%%/hc/api/urls.py +%%HOMEDIR%%/hc/api/views.py +%%HOMEDIR%%/hc/front/__init__.py +%%HOMEDIR%%/hc/front/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/front/__pycache__/admin%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/admin%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/front/__pycache__/context_processors%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/decorators%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/forms%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/models%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/models%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/front/__pycache__/urls%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/validators%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/__pycache__/views%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/admin.py +%%HOMEDIR%%/hc/front/context_processors.py +%%HOMEDIR%%/hc/front/decorators.py +%%HOMEDIR%%/hc/front/forms.py +%%HOMEDIR%%/hc/front/management/__init__.py +%%HOMEDIR%%/hc/front/management/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/management/commands/__init__.py +%%HOMEDIR%%/hc/front/management/commands/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/management/commands/__pycache__/populate_searchdb%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/management/commands/__pycache__/pygmentize%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/management/commands/__pycache__/render_docs%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/management/commands/populate_searchdb.py +%%HOMEDIR%%/hc/front/management/commands/pygmentize.py +%%HOMEDIR%%/hc/front/management/commands/render_docs.py +%%HOMEDIR%%/hc/front/migrations/__init__.py +%%HOMEDIR%%/hc/front/migrations/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/models.py +%%HOMEDIR%%/hc/front/templatetags/__init__.py +%%HOMEDIR%%/hc/front/templatetags/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/templatetags/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/front/templatetags/__pycache__/hc_extras%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/templatetags/__pycache__/hc_extras%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/front/templatetags/__pycache__/linemode%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/templatetags/__pycache__/linemode%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/front/templatetags/hc_extras.py +%%HOMEDIR%%/hc/front/templatetags/linemode.py +%%HOMEDIR%%/hc/front/tests/__init__.py +%%HOMEDIR%%/hc/front/tests/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_apprise%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_call%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_check%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_discord%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_discord_complete%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_github%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_github_save%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_github_select%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_gotify%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_group%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_matrix%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_mattermost%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_msteams%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_ntfy%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_opsgenie%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pagerduty_complete%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pagertree%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pd%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_prometheus%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pushbullet%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pushbullet_complete%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pushover%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_pushover_help%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_rocketchat%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_shell%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_signal%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_slack%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_slack_btn%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_slack_complete%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_slack_help%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_sms%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_spike%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_telegram%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_trello%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_victorops%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_webhook%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_whatsapp%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_add_zulip%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_badges%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_basics%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_channel_checks%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_channels%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_clear_events%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_copy%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_cron_preview%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_details%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_group%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_ntfy%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_signal%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_sms%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_webhook%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_edit_whatsapp%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_filtering_rules%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_get_events%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_hc_extras%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_index%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_linemode_tag%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_log%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_log_events%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_mattermost_help%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_metrics%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_my_checks%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_oncalendar_preview%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_pause%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_pd_help%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_ping_body%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_ping_details%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_projects_menu%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_remove_channel%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_remove_check%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_resume%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_search%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_send_test_notification%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_serve_doc%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_signal_captcha%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_status%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_status_single%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_switch_channel%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_transfer%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_trello_settings%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_uncloak%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_unsubscribe_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_update_channel%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_update_channel_name%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_update_name%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_update_timeout%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_validate_schedule%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_verify_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_verify_signal_number%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/__pycache__/test_webhook_validator%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/front/tests/test_add_apprise.py +%%HOMEDIR%%/hc/front/tests/test_add_call.py +%%HOMEDIR%%/hc/front/tests/test_add_check.py +%%HOMEDIR%%/hc/front/tests/test_add_discord.py +%%HOMEDIR%%/hc/front/tests/test_add_discord_complete.py +%%HOMEDIR%%/hc/front/tests/test_add_email.py +%%HOMEDIR%%/hc/front/tests/test_add_github.py +%%HOMEDIR%%/hc/front/tests/test_add_github_save.py +%%HOMEDIR%%/hc/front/tests/test_add_github_select.py +%%HOMEDIR%%/hc/front/tests/test_add_gotify.py +%%HOMEDIR%%/hc/front/tests/test_add_group.py +%%HOMEDIR%%/hc/front/tests/test_add_matrix.py +%%HOMEDIR%%/hc/front/tests/test_add_mattermost.py +%%HOMEDIR%%/hc/front/tests/test_add_msteams.py +%%HOMEDIR%%/hc/front/tests/test_add_ntfy.py +%%HOMEDIR%%/hc/front/tests/test_add_opsgenie.py +%%HOMEDIR%%/hc/front/tests/test_add_pagerduty_complete.py +%%HOMEDIR%%/hc/front/tests/test_add_pagertree.py +%%HOMEDIR%%/hc/front/tests/test_add_pd.py +%%HOMEDIR%%/hc/front/tests/test_add_prometheus.py +%%HOMEDIR%%/hc/front/tests/test_add_pushbullet.py +%%HOMEDIR%%/hc/front/tests/test_add_pushbullet_complete.py +%%HOMEDIR%%/hc/front/tests/test_add_pushover.py +%%HOMEDIR%%/hc/front/tests/test_add_pushover_help.py +%%HOMEDIR%%/hc/front/tests/test_add_rocketchat.py +%%HOMEDIR%%/hc/front/tests/test_add_shell.py +%%HOMEDIR%%/hc/front/tests/test_add_signal.py +%%HOMEDIR%%/hc/front/tests/test_add_slack.py +%%HOMEDIR%%/hc/front/tests/test_add_slack_btn.py +%%HOMEDIR%%/hc/front/tests/test_add_slack_complete.py +%%HOMEDIR%%/hc/front/tests/test_add_slack_help.py +%%HOMEDIR%%/hc/front/tests/test_add_sms.py +%%HOMEDIR%%/hc/front/tests/test_add_spike.py +%%HOMEDIR%%/hc/front/tests/test_add_telegram.py +%%HOMEDIR%%/hc/front/tests/test_add_trello.py +%%HOMEDIR%%/hc/front/tests/test_add_victorops.py +%%HOMEDIR%%/hc/front/tests/test_add_webhook.py +%%HOMEDIR%%/hc/front/tests/test_add_whatsapp.py +%%HOMEDIR%%/hc/front/tests/test_add_zulip.py +%%HOMEDIR%%/hc/front/tests/test_badges.py +%%HOMEDIR%%/hc/front/tests/test_basics.py +%%HOMEDIR%%/hc/front/tests/test_channel_checks.py +%%HOMEDIR%%/hc/front/tests/test_channels.py +%%HOMEDIR%%/hc/front/tests/test_clear_events.py +%%HOMEDIR%%/hc/front/tests/test_copy.py +%%HOMEDIR%%/hc/front/tests/test_cron_preview.py +%%HOMEDIR%%/hc/front/tests/test_details.py +%%HOMEDIR%%/hc/front/tests/test_edit_email.py +%%HOMEDIR%%/hc/front/tests/test_edit_group.py +%%HOMEDIR%%/hc/front/tests/test_edit_ntfy.py +%%HOMEDIR%%/hc/front/tests/test_edit_signal.py +%%HOMEDIR%%/hc/front/tests/test_edit_sms.py +%%HOMEDIR%%/hc/front/tests/test_edit_webhook.py +%%HOMEDIR%%/hc/front/tests/test_edit_whatsapp.py +%%HOMEDIR%%/hc/front/tests/test_filtering_rules.py +%%HOMEDIR%%/hc/front/tests/test_get_events.py +%%HOMEDIR%%/hc/front/tests/test_hc_extras.py +%%HOMEDIR%%/hc/front/tests/test_index.py +%%HOMEDIR%%/hc/front/tests/test_linemode_tag.py +%%HOMEDIR%%/hc/front/tests/test_log.py +%%HOMEDIR%%/hc/front/tests/test_log_events.py +%%HOMEDIR%%/hc/front/tests/test_mattermost_help.py +%%HOMEDIR%%/hc/front/tests/test_metrics.py +%%HOMEDIR%%/hc/front/tests/test_my_checks.py +%%HOMEDIR%%/hc/front/tests/test_oncalendar_preview.py +%%HOMEDIR%%/hc/front/tests/test_pause.py +%%HOMEDIR%%/hc/front/tests/test_pd_help.py +%%HOMEDIR%%/hc/front/tests/test_ping_body.py +%%HOMEDIR%%/hc/front/tests/test_ping_details.py +%%HOMEDIR%%/hc/front/tests/test_projects_menu.py +%%HOMEDIR%%/hc/front/tests/test_remove_channel.py +%%HOMEDIR%%/hc/front/tests/test_remove_check.py +%%HOMEDIR%%/hc/front/tests/test_resume.py +%%HOMEDIR%%/hc/front/tests/test_search.py +%%HOMEDIR%%/hc/front/tests/test_send_test_notification.py +%%HOMEDIR%%/hc/front/tests/test_serve_doc.py +%%HOMEDIR%%/hc/front/tests/test_signal_captcha.py +%%HOMEDIR%%/hc/front/tests/test_status.py +%%HOMEDIR%%/hc/front/tests/test_status_single.py +%%HOMEDIR%%/hc/front/tests/test_switch_channel.py +%%HOMEDIR%%/hc/front/tests/test_transfer.py +%%HOMEDIR%%/hc/front/tests/test_trello_settings.py +%%HOMEDIR%%/hc/front/tests/test_uncloak.py +%%HOMEDIR%%/hc/front/tests/test_unsubscribe_email.py +%%HOMEDIR%%/hc/front/tests/test_update_channel.py +%%HOMEDIR%%/hc/front/tests/test_update_channel_name.py +%%HOMEDIR%%/hc/front/tests/test_update_name.py +%%HOMEDIR%%/hc/front/tests/test_update_timeout.py +%%HOMEDIR%%/hc/front/tests/test_validate_schedule.py +%%HOMEDIR%%/hc/front/tests/test_verify_email.py +%%HOMEDIR%%/hc/front/tests/test_verify_signal_number.py +%%HOMEDIR%%/hc/front/tests/test_webhook_validator.py +%%HOMEDIR%%/hc/front/urls.py +%%HOMEDIR%%/hc/front/validators.py +%%HOMEDIR%%/hc/front/views.py +%%HOMEDIR%%/hc/lib/__init__.py +%%HOMEDIR%%/hc/lib/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/badges%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/curl%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/curl%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/date%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/emails%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/emails%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/github%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/github%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/html%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/html%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/matrix%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/s3%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/s3%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/signing%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/signing%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/statsd%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/statsd%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/string%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/string%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/typealias%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/typealias%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/tz%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/urls%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/__pycache__/urls%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/lib/__pycache__/webauthn%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/badges.py +%%HOMEDIR%%/hc/lib/curl.py +%%HOMEDIR%%/hc/lib/date.py +%%HOMEDIR%%/hc/lib/emails.py +%%HOMEDIR%%/hc/lib/github.py +%%HOMEDIR%%/hc/lib/html.py +%%HOMEDIR%%/hc/lib/matrix.py +%%HOMEDIR%%/hc/lib/s3.py +%%HOMEDIR%%/hc/lib/signing.py +%%HOMEDIR%%/hc/lib/statsd.py +%%HOMEDIR%%/hc/lib/string.py +%%HOMEDIR%%/hc/lib/tests/__init__.py +%%HOMEDIR%%/hc/lib/tests/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_badges%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_curl%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_emails%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_html%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_s3%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_signing%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_statsd%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/__pycache__/test_string%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/lib/tests/test_badges.py +%%HOMEDIR%%/hc/lib/tests/test_curl.py +%%HOMEDIR%%/hc/lib/tests/test_date.py +%%HOMEDIR%%/hc/lib/tests/test_emails.py +%%HOMEDIR%%/hc/lib/tests/test_html.py +%%HOMEDIR%%/hc/lib/tests/test_s3.py +%%HOMEDIR%%/hc/lib/tests/test_signing.py +%%HOMEDIR%%/hc/lib/tests/test_statsd.py +%%HOMEDIR%%/hc/lib/tests/test_string.py +%%HOMEDIR%%/hc/lib/typealias.py +%%HOMEDIR%%/hc/lib/tz.py +%%HOMEDIR%%/hc/lib/urls.py +%%HOMEDIR%%/hc/lib/webauthn.py +%%HOMEDIR%%/hc/local_settings.py.example +%%HOMEDIR%%/hc/logs/__init__.py +%%HOMEDIR%%/hc/logs/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/logs/__pycache__/admin%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/__pycache__/admin%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/logs/__pycache__/models%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/__pycache__/models%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/logs/__pycache__/tests%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/admin.py +%%HOMEDIR%%/hc/logs/management/__init__.py +%%HOMEDIR%%/hc/logs/management/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/management/commands/__init__.py +%%HOMEDIR%%/hc/logs/management/commands/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/management/commands/__pycache__/sendlogs%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/management/commands/sendlogs.py +%%HOMEDIR%%/hc/logs/migrations/0001_initial.py +%%HOMEDIR%%/hc/logs/migrations/0002_record_host.py +%%HOMEDIR%%/hc/logs/migrations/__init__.py +%%HOMEDIR%%/hc/logs/migrations/__pycache__/0001_initial%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/migrations/__pycache__/0002_record_host%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/migrations/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/logs/models.py +%%HOMEDIR%%/hc/logs/tests.py +%%HOMEDIR%%/hc/payments/__init__.py +%%HOMEDIR%%/hc/payments/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/payments/__pycache__/context_processors%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/__pycache__/models%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/__pycache__/models%%PYTHON_TAG%%.pyc +%%HOMEDIR%%/hc/payments/__pycache__/urls%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/__pycache__/views%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/context_processors.py +%%HOMEDIR%%/hc/payments/migrations/0001_initial.py +%%HOMEDIR%%/hc/payments/migrations/0002_subscription_plan_id.py +%%HOMEDIR%%/hc/payments/migrations/0003_subscription_address_id.py +%%HOMEDIR%%/hc/payments/migrations/0004_subscription_send_invoices.py +%%HOMEDIR%%/hc/payments/migrations/0005_subscription_plan_name.py +%%HOMEDIR%%/hc/payments/migrations/0006_subscription_invoice_email.py +%%HOMEDIR%%/hc/payments/migrations/0007_auto_20200727_1430.py +%%HOMEDIR%%/hc/payments/migrations/0008_subscription_setup_date.py +%%HOMEDIR%%/hc/payments/migrations/0009_alter_subscription_user.py +%%HOMEDIR%%/hc/payments/migrations/__init__.py +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0001_initial%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0002_subscription_plan_id%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0003_subscription_address_id%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0004_subscription_send_invoices%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0005_subscription_plan_name%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0006_subscription_invoice_email%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0007_auto_20200727_1430%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0008_subscription_setup_date%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/0009_alter_subscription_user%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/migrations/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%HOMEDIR%%/hc/payments/models.py +%%HOMEDIR%%/hc/payments/urls.py +%%HOMEDIR%%/hc/payments/views.py +%%HOMEDIR%%/hc/settings.py +%%HOMEDIR%%/hc/test.py +%%HOMEDIR%%/hc/urls.py +%%HOMEDIR%%/hc/wsgi.py +%%HOMEDIR%%/manage.py +%%HOMEDIR%%/search.db +%%HOMEDIR%%/static-collected/CACHE/css/output.10c762b66514.css +%%HOMEDIR%%/static-collected/CACHE/css/output.10c762b66514.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.137dbe41694e.css +%%HOMEDIR%%/static-collected/CACHE/css/output.137dbe41694e.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.150f42047134.css +%%HOMEDIR%%/static-collected/CACHE/css/output.150f42047134.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.26a788c8e229.css +%%HOMEDIR%%/static-collected/CACHE/css/output.26a788c8e229.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.27d9190db11c.css +%%HOMEDIR%%/static-collected/CACHE/css/output.27d9190db11c.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.27fed4d96071.css +%%HOMEDIR%%/static-collected/CACHE/css/output.27fed4d96071.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.338a92d956e0.css +%%HOMEDIR%%/static-collected/CACHE/css/output.338a92d956e0.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.3b9726e6757d.css +%%HOMEDIR%%/static-collected/CACHE/css/output.3b9726e6757d.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.3df2acb75a09.css +%%HOMEDIR%%/static-collected/CACHE/css/output.3df2acb75a09.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.4118f003b752.css +%%HOMEDIR%%/static-collected/CACHE/css/output.4118f003b752.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.48b942e160d8.css +%%HOMEDIR%%/static-collected/CACHE/css/output.48b942e160d8.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.537f18b6ba12.css +%%HOMEDIR%%/static-collected/CACHE/css/output.537f18b6ba12.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.591dec56fbd3.css +%%HOMEDIR%%/static-collected/CACHE/css/output.591dec56fbd3.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.5b9a3186b65a.css +%%HOMEDIR%%/static-collected/CACHE/css/output.5b9a3186b65a.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.61b1757619db.css +%%HOMEDIR%%/static-collected/CACHE/css/output.61b1757619db.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.651292eaad87.css +%%HOMEDIR%%/static-collected/CACHE/css/output.651292eaad87.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.7349cc459c54.css +%%HOMEDIR%%/static-collected/CACHE/css/output.7349cc459c54.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.79bc4ba389df.css +%%HOMEDIR%%/static-collected/CACHE/css/output.79bc4ba389df.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.85131bd6fe18.css +%%HOMEDIR%%/static-collected/CACHE/css/output.85131bd6fe18.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.92ca7578c1e1.css +%%HOMEDIR%%/static-collected/CACHE/css/output.92ca7578c1e1.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.994ced6690f1.css +%%HOMEDIR%%/static-collected/CACHE/css/output.994ced6690f1.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.99b939d7a1fa.css +%%HOMEDIR%%/static-collected/CACHE/css/output.99b939d7a1fa.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.9a9ce3157513.css +%%HOMEDIR%%/static-collected/CACHE/css/output.9a9ce3157513.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.9bc737015d79.css +%%HOMEDIR%%/static-collected/CACHE/css/output.9bc737015d79.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.9dc9155cfd63.css +%%HOMEDIR%%/static-collected/CACHE/css/output.9dc9155cfd63.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.a28ec659c3ea.css +%%HOMEDIR%%/static-collected/CACHE/css/output.a28ec659c3ea.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.a2931392e224.css +%%HOMEDIR%%/static-collected/CACHE/css/output.a2931392e224.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.afdd0d9e2c60.css +%%HOMEDIR%%/static-collected/CACHE/css/output.afdd0d9e2c60.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.b5314e6471ce.css +%%HOMEDIR%%/static-collected/CACHE/css/output.b5314e6471ce.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.ba3a60f23b9a.css +%%HOMEDIR%%/static-collected/CACHE/css/output.ba3a60f23b9a.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.bc14245246d0.css +%%HOMEDIR%%/static-collected/CACHE/css/output.bc14245246d0.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.c2d1279dce0e.css +%%HOMEDIR%%/static-collected/CACHE/css/output.c2d1279dce0e.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.ca025a6b1199.css +%%HOMEDIR%%/static-collected/CACHE/css/output.ca025a6b1199.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.cfc4fef61755.css +%%HOMEDIR%%/static-collected/CACHE/css/output.cfc4fef61755.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.d9463e06395a.css +%%HOMEDIR%%/static-collected/CACHE/css/output.d9463e06395a.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.e3f0c67e857e.css +%%HOMEDIR%%/static-collected/CACHE/css/output.e3f0c67e857e.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.eebd23618fe6.css +%%HOMEDIR%%/static-collected/CACHE/css/output.eebd23618fe6.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.f6cc102e1861.css +%%HOMEDIR%%/static-collected/CACHE/css/output.f6cc102e1861.css.gz +%%HOMEDIR%%/static-collected/CACHE/css/output.fdf9c458f5a6.css +%%HOMEDIR%%/static-collected/CACHE/css/output.fdf9c458f5a6.css.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.02b19c497817.js +%%HOMEDIR%%/static-collected/CACHE/js/output.02b19c497817.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.0438348d3041.js +%%HOMEDIR%%/static-collected/CACHE/js/output.0438348d3041.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.069f2c1b83ff.js +%%HOMEDIR%%/static-collected/CACHE/js/output.069f2c1b83ff.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.097d8334f506.js +%%HOMEDIR%%/static-collected/CACHE/js/output.097d8334f506.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.0e0937a580b2.js +%%HOMEDIR%%/static-collected/CACHE/js/output.0e0937a580b2.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.18f4718d4ce3.js +%%HOMEDIR%%/static-collected/CACHE/js/output.18f4718d4ce3.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.26c3b45ec11c.js +%%HOMEDIR%%/static-collected/CACHE/js/output.26c3b45ec11c.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.29ce58ce5705.js +%%HOMEDIR%%/static-collected/CACHE/js/output.29ce58ce5705.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.30713209972b.js +%%HOMEDIR%%/static-collected/CACHE/js/output.30713209972b.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.407d637b1928.js +%%HOMEDIR%%/static-collected/CACHE/js/output.407d637b1928.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.430be6dfa998.js +%%HOMEDIR%%/static-collected/CACHE/js/output.430be6dfa998.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.52bc3df408cb.js +%%HOMEDIR%%/static-collected/CACHE/js/output.52bc3df408cb.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.53705ab48c41.js +%%HOMEDIR%%/static-collected/CACHE/js/output.53705ab48c41.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.5c8a3cbfd539.js +%%HOMEDIR%%/static-collected/CACHE/js/output.5c8a3cbfd539.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.5f1f94c63220.js +%%HOMEDIR%%/static-collected/CACHE/js/output.5f1f94c63220.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.6790dcf39da2.js +%%HOMEDIR%%/static-collected/CACHE/js/output.6790dcf39da2.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.708e28e6c629.js +%%HOMEDIR%%/static-collected/CACHE/js/output.708e28e6c629.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.7505ee85b4a8.js +%%HOMEDIR%%/static-collected/CACHE/js/output.7505ee85b4a8.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.866b0bf6a99c.js +%%HOMEDIR%%/static-collected/CACHE/js/output.866b0bf6a99c.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.8745e5647b67.js +%%HOMEDIR%%/static-collected/CACHE/js/output.8745e5647b67.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.903693c65e2f.js +%%HOMEDIR%%/static-collected/CACHE/js/output.903693c65e2f.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.90b827a4394a.js +%%HOMEDIR%%/static-collected/CACHE/js/output.90b827a4394a.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.9ce1f5e65e9a.js +%%HOMEDIR%%/static-collected/CACHE/js/output.9ce1f5e65e9a.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.9f0fa72b79a3.js +%%HOMEDIR%%/static-collected/CACHE/js/output.9f0fa72b79a3.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.b4ba48ed4f66.js +%%HOMEDIR%%/static-collected/CACHE/js/output.b4ba48ed4f66.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.b85217576987.js +%%HOMEDIR%%/static-collected/CACHE/js/output.b85217576987.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.ba3b5cef98dc.js +%%HOMEDIR%%/static-collected/CACHE/js/output.ba3b5cef98dc.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.bda6ebb8a412.js +%%HOMEDIR%%/static-collected/CACHE/js/output.bda6ebb8a412.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.c4e367d31ce9.js +%%HOMEDIR%%/static-collected/CACHE/js/output.c4e367d31ce9.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.c56525d27da6.js +%%HOMEDIR%%/static-collected/CACHE/js/output.c56525d27da6.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.c653f0934335.js +%%HOMEDIR%%/static-collected/CACHE/js/output.c653f0934335.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.c9c5c8413808.js +%%HOMEDIR%%/static-collected/CACHE/js/output.c9c5c8413808.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.cf866df012a0.js +%%HOMEDIR%%/static-collected/CACHE/js/output.cf866df012a0.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.d1af18153f71.js +%%HOMEDIR%%/static-collected/CACHE/js/output.d1af18153f71.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.db93224f6407.js +%%HOMEDIR%%/static-collected/CACHE/js/output.db93224f6407.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.deacfb4c1f0f.js +%%HOMEDIR%%/static-collected/CACHE/js/output.deacfb4c1f0f.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.e9c76ee85b5e.js +%%HOMEDIR%%/static-collected/CACHE/js/output.e9c76ee85b5e.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.eb1a69c41837.js +%%HOMEDIR%%/static-collected/CACHE/js/output.eb1a69c41837.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.ef84b43ce662.js +%%HOMEDIR%%/static-collected/CACHE/js/output.ef84b43ce662.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.eff9e36f847f.js +%%HOMEDIR%%/static-collected/CACHE/js/output.eff9e36f847f.js.gz +%%HOMEDIR%%/static-collected/CACHE/js/output.f95b393f8094.js +%%HOMEDIR%%/static-collected/CACHE/js/output.f95b393f8094.js.gz +%%HOMEDIR%%/static-collected/CACHE/manifest.json +%%HOMEDIR%%/static-collected/admin/css/autocomplete.css +%%HOMEDIR%%/static-collected/admin/css/base.css +%%HOMEDIR%%/static-collected/admin/css/changelists.css +%%HOMEDIR%%/static-collected/admin/css/dark_mode.css +%%HOMEDIR%%/static-collected/admin/css/dashboard.css +%%HOMEDIR%%/static-collected/admin/css/forms.css +%%HOMEDIR%%/static-collected/admin/css/login.css +%%HOMEDIR%%/static-collected/admin/css/nav_sidebar.css +%%HOMEDIR%%/static-collected/admin/css/responsive.css +%%HOMEDIR%%/static-collected/admin/css/responsive_rtl.css +%%HOMEDIR%%/static-collected/admin/css/rtl.css +%%HOMEDIR%%/static-collected/admin/css/unusable_password_field.css +%%HOMEDIR%%/static-collected/admin/css/vendor/select2/LICENSE-SELECT2.md +%%HOMEDIR%%/static-collected/admin/css/vendor/select2/select2.css +%%HOMEDIR%%/static-collected/admin/css/vendor/select2/select2.min.css +%%HOMEDIR%%/static-collected/admin/css/widgets.css +%%HOMEDIR%%/static-collected/admin/img/LICENSE +%%HOMEDIR%%/static-collected/admin/img/README.txt +%%HOMEDIR%%/static-collected/admin/img/calendar-icons.svg +%%HOMEDIR%%/static-collected/admin/img/gis/move_vertex_off.svg +%%HOMEDIR%%/static-collected/admin/img/gis/move_vertex_on.svg +%%HOMEDIR%%/static-collected/admin/img/icon-addlink.svg +%%HOMEDIR%%/static-collected/admin/img/icon-alert.svg +%%HOMEDIR%%/static-collected/admin/img/icon-calendar.svg +%%HOMEDIR%%/static-collected/admin/img/icon-changelink.svg +%%HOMEDIR%%/static-collected/admin/img/icon-clock.svg +%%HOMEDIR%%/static-collected/admin/img/icon-deletelink.svg +%%HOMEDIR%%/static-collected/admin/img/icon-hidelink.svg +%%HOMEDIR%%/static-collected/admin/img/icon-no.svg +%%HOMEDIR%%/static-collected/admin/img/icon-unknown-alt.svg +%%HOMEDIR%%/static-collected/admin/img/icon-unknown.svg +%%HOMEDIR%%/static-collected/admin/img/icon-viewlink.svg +%%HOMEDIR%%/static-collected/admin/img/icon-yes.svg +%%HOMEDIR%%/static-collected/admin/img/inline-delete.svg +%%HOMEDIR%%/static-collected/admin/img/search.svg +%%HOMEDIR%%/static-collected/admin/img/selector-icons.svg +%%HOMEDIR%%/static-collected/admin/img/sorting-icons.svg +%%HOMEDIR%%/static-collected/admin/img/tooltag-add.svg +%%HOMEDIR%%/static-collected/admin/img/tooltag-arrowright.svg +%%HOMEDIR%%/static-collected/admin/js/SelectBox.js +%%HOMEDIR%%/static-collected/admin/js/SelectFilter2.js +%%HOMEDIR%%/static-collected/admin/js/actions.js +%%HOMEDIR%%/static-collected/admin/js/admin/DateTimeShortcuts.js +%%HOMEDIR%%/static-collected/admin/js/admin/RelatedObjectLookups.js +%%HOMEDIR%%/static-collected/admin/js/autocomplete.js +%%HOMEDIR%%/static-collected/admin/js/calendar.js +%%HOMEDIR%%/static-collected/admin/js/cancel.js +%%HOMEDIR%%/static-collected/admin/js/change_form.js +%%HOMEDIR%%/static-collected/admin/js/core.js +%%HOMEDIR%%/static-collected/admin/js/filters.js +%%HOMEDIR%%/static-collected/admin/js/inlines.js +%%HOMEDIR%%/static-collected/admin/js/jquery.init.js +%%HOMEDIR%%/static-collected/admin/js/nav_sidebar.js +%%HOMEDIR%%/static-collected/admin/js/popup_response.js +%%HOMEDIR%%/static-collected/admin/js/prepopulate.js +%%HOMEDIR%%/static-collected/admin/js/prepopulate_init.js +%%HOMEDIR%%/static-collected/admin/js/theme.js +%%HOMEDIR%%/static-collected/admin/js/unusable_password_field.js +%%HOMEDIR%%/static-collected/admin/js/urlify.js +%%HOMEDIR%%/static-collected/admin/js/vendor/jquery/LICENSE.txt +%%HOMEDIR%%/static-collected/admin/js/vendor/jquery/jquery.js +%%HOMEDIR%%/static-collected/admin/js/vendor/jquery/jquery.min.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/LICENSE.md +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/af.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ar.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/az.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/bg.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/bn.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/bs.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ca.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/cs.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/da.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/de.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/dsb.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/el.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/en.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/es.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/et.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/eu.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/fa.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/fi.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/fr.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/gl.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/he.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/hi.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/hr.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/hsb.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/hu.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/hy.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/id.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/is.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/it.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ja.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ka.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/km.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ko.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/lt.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/lv.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/mk.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ms.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/nb.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ne.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/nl.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/pl.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ps.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/pt-BR.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/pt.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ro.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/ru.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/sk.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/sl.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/sq.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/sr-Cyrl.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/sr.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/sv.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/th.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/tk.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/tr.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/uk.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/vi.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/zh-CN.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n/zh-TW.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/select2.full.js +%%HOMEDIR%%/static-collected/admin/js/vendor/select2/select2.full.min.js +%%HOMEDIR%%/static-collected/admin/js/vendor/xregexp/LICENSE.txt +%%HOMEDIR%%/static-collected/admin/js/vendor/xregexp/xregexp.js +%%HOMEDIR%%/static-collected/admin/js/vendor/xregexp/xregexp.min.js +%%HOMEDIR%%/static-collected/css/add_credential.css +%%HOMEDIR%%/static-collected/css/add_project_modal.css +%%HOMEDIR%%/static-collected/css/admin/channels.css +%%HOMEDIR%%/static-collected/css/admin/checks.css +%%HOMEDIR%%/static-collected/css/admin/notifications.css +%%HOMEDIR%%/static-collected/css/admin/profiles.css +%%HOMEDIR%%/static-collected/css/admin/projects.css +%%HOMEDIR%%/static-collected/css/admin/records.css +%%HOMEDIR%%/static-collected/css/appearance.css +%%HOMEDIR%%/static-collected/css/badges.css +%%HOMEDIR%%/static-collected/css/base.css +%%HOMEDIR%%/static-collected/css/bootstrap-colors.css +%%HOMEDIR%%/static-collected/css/bootstrap.css +%%HOMEDIR%%/static-collected/css/channel_checks.css +%%HOMEDIR%%/static-collected/css/channels.css +%%HOMEDIR%%/static-collected/css/checkbox.css +%%HOMEDIR%%/static-collected/css/checks.css +%%HOMEDIR%%/static-collected/css/checks_table.css +%%HOMEDIR%%/static-collected/css/details.css +%%HOMEDIR%%/static-collected/css/docs.css +%%HOMEDIR%%/static-collected/css/docs_cron.css +%%HOMEDIR%%/static-collected/css/group_form.css +%%HOMEDIR%%/static-collected/css/icomoon.css +%%HOMEDIR%%/static-collected/css/log.css +%%HOMEDIR%%/static-collected/css/login.css +%%HOMEDIR%%/static-collected/css/nouislider.dark.css +%%HOMEDIR%%/static-collected/css/nouislider.hc.css +%%HOMEDIR%%/static-collected/css/nouislider.min.css +%%HOMEDIR%%/static-collected/css/ping_details.css +%%HOMEDIR%%/static-collected/css/profile.css +%%HOMEDIR%%/static-collected/css/project.css +%%HOMEDIR%%/static-collected/css/projects.css +%%HOMEDIR%%/static-collected/css/radio.css +%%HOMEDIR%%/static-collected/css/search.css +%%HOMEDIR%%/static-collected/css/selectize.hc.css +%%HOMEDIR%%/static-collected/css/set_password.css +%%HOMEDIR%%/static-collected/css/settings.css +%%HOMEDIR%%/static-collected/css/signal_form.css +%%HOMEDIR%%/static-collected/css/signup.css +%%HOMEDIR%%/static-collected/css/slug-suggestions.css +%%HOMEDIR%%/static-collected/css/snippet-copy.css +%%HOMEDIR%%/static-collected/css/syntax.css +%%HOMEDIR%%/static-collected/css/update_timeout_modal.css +%%HOMEDIR%%/static-collected/css/variables.css +%%HOMEDIR%%/static-collected/css/webhook_form.css +%%HOMEDIR%%/static-collected/fonts/icomoon.svg +%%HOMEDIR%%/static-collected/fonts/icomoon.ttf +%%HOMEDIR%%/static-collected/fonts/icomoon.woff +%%HOMEDIR%%/static-collected/img/apple-touch-180.png +%%HOMEDIR%%/static-collected/img/badges.png +%%HOMEDIR%%/static-collected/img/badges@2x.png +%%HOMEDIR%%/static-collected/img/check_details.png +%%HOMEDIR%%/static-collected/img/check_details@2x.png +%%HOMEDIR%%/static-collected/img/cron.png +%%HOMEDIR%%/static-collected/img/cron@2x.png +%%HOMEDIR%%/static-collected/img/docs/add_check.png +%%HOMEDIR%%/static-collected/img/docs/badges.png +%%HOMEDIR%%/static-collected/img/docs/checks_durations.png +%%HOMEDIR%%/static-collected/img/docs/checks_integrations.png +%%HOMEDIR%%/static-collected/img/docs/create_copy.png +%%HOMEDIR%%/static-collected/img/docs/ddwrt.png +%%HOMEDIR%%/static-collected/img/docs/details_durations.png +%%HOMEDIR%%/static-collected/img/docs/details_integrations.png +%%HOMEDIR%%/static-collected/img/docs/edit_cron_schedule.png +%%HOMEDIR%%/static-collected/img/docs/edit_name.png +%%HOMEDIR%%/static-collected/img/docs/edit_oncalendar_schedule.png +%%HOMEDIR%%/static-collected/img/docs/edit_simple_schedule.png +%%HOMEDIR%%/static-collected/img/docs/email_reports.png +%%HOMEDIR%%/static-collected/img/docs/emails.png +%%HOMEDIR%%/static-collected/img/docs/events.png +%%HOMEDIR%%/static-collected/img/docs/filtering_rules.png +%%HOMEDIR%%/static-collected/img/docs/monthly_report.png +%%HOMEDIR%%/static-collected/img/docs/ping_details.png +%%HOMEDIR%%/static-collected/img/docs/projects.png +%%HOMEDIR%%/static-collected/img/docs/prometheus_endpoint.png +%%HOMEDIR%%/static-collected/img/docs/routeros1.png +%%HOMEDIR%%/static-collected/img/docs/routeros2.png +%%HOMEDIR%%/static-collected/img/docs/run_ids.png +%%HOMEDIR%%/static-collected/img/docs/team_access.png +%%HOMEDIR%%/static-collected/img/docs/transfer_check.png +%%HOMEDIR%%/static-collected/img/docs/transfer_project.png +%%HOMEDIR%%/static-collected/img/down.png +%%HOMEDIR%%/static-collected/img/favicon.ico +%%HOMEDIR%%/static-collected/img/favicon.svg +%%HOMEDIR%%/static-collected/img/favicon_down.svg +%%HOMEDIR%%/static-collected/img/integrations/add_to_slack.png +%%HOMEDIR%%/static-collected/img/integrations/add_to_slack@2x.png +%%HOMEDIR%%/static-collected/img/integrations/apprise.png +%%HOMEDIR%%/static-collected/img/integrations/call.png +%%HOMEDIR%%/static-collected/img/integrations/discord.png +%%HOMEDIR%%/static-collected/img/integrations/email.png +%%HOMEDIR%%/static-collected/img/integrations/github-white.png +%%HOMEDIR%%/static-collected/img/integrations/github.png +%%HOMEDIR%%/static-collected/img/integrations/gotify.png +%%HOMEDIR%%/static-collected/img/integrations/group.png +%%HOMEDIR%%/static-collected/img/integrations/linenotify.png +%%HOMEDIR%%/static-collected/img/integrations/matrix.png +%%HOMEDIR%%/static-collected/img/integrations/mattermost.png +%%HOMEDIR%%/static-collected/img/integrations/missing.png +%%HOMEDIR%%/static-collected/img/integrations/msteams.png +%%HOMEDIR%%/static-collected/img/integrations/msteamsw.png +%%HOMEDIR%%/static-collected/img/integrations/ntfy.png +%%HOMEDIR%%/static-collected/img/integrations/opsgenie.png +%%HOMEDIR%%/static-collected/img/integrations/pagertree.png +%%HOMEDIR%%/static-collected/img/integrations/pd.png +%%HOMEDIR%%/static-collected/img/integrations/pd_connect_button.png +%%HOMEDIR%%/static-collected/img/integrations/po.png +%%HOMEDIR%%/static-collected/img/integrations/prometheus.png +%%HOMEDIR%%/static-collected/img/integrations/pushbullet.png +%%HOMEDIR%%/static-collected/img/integrations/rocketchat.png +%%HOMEDIR%%/static-collected/img/integrations/setup_gotify_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_gotify_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_matrix_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_matrix_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_matrix_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_matrix_4.png +%%HOMEDIR%%/static-collected/img/integrations/setup_mattermost_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_mattermost_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_mattermost_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_mattermost_4.png +%%HOMEDIR%%/static-collected/img/integrations/setup_mattermost_5.png +%%HOMEDIR%%/static-collected/img/integrations/setup_msteamsw_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_msteamsw_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_msteamsw_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_msteamsw_4.png +%%HOMEDIR%%/static-collected/img/integrations/setup_opsgenie_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_opsgenie_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_opsgenie_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_opsgenie_4.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pagertree_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pagertree_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pagertree_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pd_s1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pd_s2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pd_simple_0.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pd_simple_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pd_simple_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pd_simple_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_prometheus_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pushover_0.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pushover_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pushover_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_pushover_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_rocketchat_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_rocketchat_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_rocketchat_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_rocketchat_4.png +%%HOMEDIR%%/static-collected/img/integrations/setup_rocketchat_5.png +%%HOMEDIR%%/static-collected/img/integrations/setup_rocketchat_6.png +%%HOMEDIR%%/static-collected/img/integrations/setup_slack_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_slack_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_slack_btn_0.png +%%HOMEDIR%%/static-collected/img/integrations/setup_slack_btn_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_slack_btn_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_slack_btn_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_spike_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_spike_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_spike_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_spike_4.png +%%HOMEDIR%%/static-collected/img/integrations/setup_telegram_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_telegram_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_telegram_3.png +%%HOMEDIR%%/static-collected/img/integrations/setup_victorops_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_victorops_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_zulip_1.png +%%HOMEDIR%%/static-collected/img/integrations/setup_zulip_2.png +%%HOMEDIR%%/static-collected/img/integrations/setup_zulip_3.png +%%HOMEDIR%%/static-collected/img/integrations/shell.png +%%HOMEDIR%%/static-collected/img/integrations/signal.png +%%HOMEDIR%%/static-collected/img/integrations/slack.png +%%HOMEDIR%%/static-collected/img/integrations/sms.png +%%HOMEDIR%%/static-collected/img/integrations/spike.png +%%HOMEDIR%%/static-collected/img/integrations/telegram.png +%%HOMEDIR%%/static-collected/img/integrations/trello.png +%%HOMEDIR%%/static-collected/img/integrations/victorops.png +%%HOMEDIR%%/static-collected/img/integrations/webhook.png +%%HOMEDIR%%/static-collected/img/integrations/whatsapp.png +%%HOMEDIR%%/static-collected/img/integrations/zulip.png +%%HOMEDIR%%/static-collected/img/logo.png +%%HOMEDIR%%/static-collected/img/my_checks.png +%%HOMEDIR%%/static-collected/img/my_checks@2x.png +%%HOMEDIR%%/static-collected/img/period_grace.png +%%HOMEDIR%%/static-collected/img/period_grace@2x.png +%%HOMEDIR%%/static-collected/img/theme-dark.png +%%HOMEDIR%%/static-collected/img/theme-light.png +%%HOMEDIR%%/static-collected/img/theme-system.png +%%HOMEDIR%%/static-collected/img/up.png +%%HOMEDIR%%/static-collected/js/adaptive-setinterval.js +%%HOMEDIR%%/static-collected/js/add-check-modal.js +%%HOMEDIR%%/static-collected/js/add_credential.js +%%HOMEDIR%%/static-collected/js/add_project_modal.js +%%HOMEDIR%%/static-collected/js/add_pushover.js +%%HOMEDIR%%/static-collected/js/add_trello.js +%%HOMEDIR%%/static-collected/js/add_zulip.js +%%HOMEDIR%%/static-collected/js/appearance.js +%%HOMEDIR%%/static-collected/js/auto-submit.js +%%HOMEDIR%%/static-collected/js/badges.js +%%HOMEDIR%%/static-collected/js/bootstrap-native.min.js +%%HOMEDIR%%/static-collected/js/bootstrap.min.js +%%HOMEDIR%%/static-collected/js/channels.js +%%HOMEDIR%%/static-collected/js/checks.js +%%HOMEDIR%%/static-collected/js/details.js +%%HOMEDIR%%/static-collected/js/docs_cron.js +%%HOMEDIR%%/static-collected/js/initialize-timezone-selects.js +%%HOMEDIR%%/static-collected/js/jquery-3.6.0.min.js +%%HOMEDIR%%/static-collected/js/log.js +%%HOMEDIR%%/static-collected/js/login_tfa.js +%%HOMEDIR%%/static-collected/js/moment-timezone-with-data-10-year-range.min.js +%%HOMEDIR%%/static-collected/js/moment.min.js +%%HOMEDIR%%/static-collected/js/notifications.js +%%HOMEDIR%%/static-collected/js/nouislider.min.js +%%HOMEDIR%%/static-collected/js/ntfy_form.js +%%HOMEDIR%%/static-collected/js/ping_details.js +%%HOMEDIR%%/static-collected/js/profile.js +%%HOMEDIR%%/static-collected/js/project.js +%%HOMEDIR%%/static-collected/js/projects.js +%%HOMEDIR%%/static-collected/js/projects_menu.js +%%HOMEDIR%%/static-collected/js/purify.min.js +%%HOMEDIR%%/static-collected/js/search.js +%%HOMEDIR%%/static-collected/js/selectize.min.js +%%HOMEDIR%%/static-collected/js/set-password.js +%%HOMEDIR%%/static-collected/js/signal_form.js +%%HOMEDIR%%/static-collected/js/signup.js +%%HOMEDIR%%/static-collected/js/slug-suggestions.js +%%HOMEDIR%%/static-collected/js/snippet-copy.js +%%HOMEDIR%%/static-collected/js/update-timeout-modal.js +%%HOMEDIR%%/static-collected/js/webauthn-json.browser-global.js +%%HOMEDIR%%/static-collected/js/webhook.js +%%HOMEDIR%%/static-collected/js/zxcvbn.min.js +%%HOMEDIR%%/static/css/add_credential.css +%%HOMEDIR%%/static/css/add_project_modal.css +%%HOMEDIR%%/static/css/admin/channels.css +%%HOMEDIR%%/static/css/admin/checks.css +%%HOMEDIR%%/static/css/admin/notifications.css +%%HOMEDIR%%/static/css/admin/profiles.css +%%HOMEDIR%%/static/css/admin/projects.css +%%HOMEDIR%%/static/css/admin/records.css +%%HOMEDIR%%/static/css/appearance.css +%%HOMEDIR%%/static/css/badges.css +%%HOMEDIR%%/static/css/base.css +%%HOMEDIR%%/static/css/bootstrap-colors.css +%%HOMEDIR%%/static/css/bootstrap.css +%%HOMEDIR%%/static/css/channel_checks.css +%%HOMEDIR%%/static/css/channels.css +%%HOMEDIR%%/static/css/checkbox.css +%%HOMEDIR%%/static/css/checks.css +%%HOMEDIR%%/static/css/checks_table.css +%%HOMEDIR%%/static/css/details.css +%%HOMEDIR%%/static/css/docs.css +%%HOMEDIR%%/static/css/docs_cron.css +%%HOMEDIR%%/static/css/group_form.css +%%HOMEDIR%%/static/css/icomoon.css +%%HOMEDIR%%/static/css/log.css +%%HOMEDIR%%/static/css/login.css +%%HOMEDIR%%/static/css/nouislider.dark.css +%%HOMEDIR%%/static/css/nouislider.hc.css +%%HOMEDIR%%/static/css/nouislider.min.css +%%HOMEDIR%%/static/css/ping_details.css +%%HOMEDIR%%/static/css/profile.css +%%HOMEDIR%%/static/css/project.css +%%HOMEDIR%%/static/css/projects.css +%%HOMEDIR%%/static/css/radio.css +%%HOMEDIR%%/static/css/search.css +%%HOMEDIR%%/static/css/selectize.hc.css +%%HOMEDIR%%/static/css/set_password.css +%%HOMEDIR%%/static/css/settings.css +%%HOMEDIR%%/static/css/signal_form.css +%%HOMEDIR%%/static/css/signup.css +%%HOMEDIR%%/static/css/slug-suggestions.css +%%HOMEDIR%%/static/css/snippet-copy.css +%%HOMEDIR%%/static/css/syntax.css +%%HOMEDIR%%/static/css/update_timeout_modal.css +%%HOMEDIR%%/static/css/variables.css +%%HOMEDIR%%/static/css/webhook_form.css +%%HOMEDIR%%/static/fonts/icomoon.svg +%%HOMEDIR%%/static/fonts/icomoon.ttf +%%HOMEDIR%%/static/fonts/icomoon.woff +%%HOMEDIR%%/static/img/apple-touch-180.png +%%HOMEDIR%%/static/img/badges.png +%%HOMEDIR%%/static/img/badges@2x.png +%%HOMEDIR%%/static/img/check_details.png +%%HOMEDIR%%/static/img/check_details@2x.png +%%HOMEDIR%%/static/img/cron.png +%%HOMEDIR%%/static/img/cron@2x.png +%%HOMEDIR%%/static/img/docs/add_check.png +%%HOMEDIR%%/static/img/docs/badges.png +%%HOMEDIR%%/static/img/docs/checks_durations.png +%%HOMEDIR%%/static/img/docs/checks_integrations.png +%%HOMEDIR%%/static/img/docs/create_copy.png +%%HOMEDIR%%/static/img/docs/ddwrt.png +%%HOMEDIR%%/static/img/docs/details_durations.png +%%HOMEDIR%%/static/img/docs/details_integrations.png +%%HOMEDIR%%/static/img/docs/edit_cron_schedule.png +%%HOMEDIR%%/static/img/docs/edit_name.png +%%HOMEDIR%%/static/img/docs/edit_oncalendar_schedule.png +%%HOMEDIR%%/static/img/docs/edit_simple_schedule.png +%%HOMEDIR%%/static/img/docs/email_reports.png +%%HOMEDIR%%/static/img/docs/emails.png +%%HOMEDIR%%/static/img/docs/events.png +%%HOMEDIR%%/static/img/docs/filtering_rules.png +%%HOMEDIR%%/static/img/docs/monthly_report.png +%%HOMEDIR%%/static/img/docs/ping_details.png +%%HOMEDIR%%/static/img/docs/projects.png +%%HOMEDIR%%/static/img/docs/prometheus_endpoint.png +%%HOMEDIR%%/static/img/docs/routeros1.png +%%HOMEDIR%%/static/img/docs/routeros2.png +%%HOMEDIR%%/static/img/docs/run_ids.png +%%HOMEDIR%%/static/img/docs/team_access.png +%%HOMEDIR%%/static/img/docs/transfer_check.png +%%HOMEDIR%%/static/img/docs/transfer_project.png +%%HOMEDIR%%/static/img/down.png +%%HOMEDIR%%/static/img/favicon.ico +%%HOMEDIR%%/static/img/favicon.svg +%%HOMEDIR%%/static/img/favicon_down.svg +%%HOMEDIR%%/static/img/integrations/add_to_slack.png +%%HOMEDIR%%/static/img/integrations/add_to_slack@2x.png +%%HOMEDIR%%/static/img/integrations/apprise.png +%%HOMEDIR%%/static/img/integrations/call.png +%%HOMEDIR%%/static/img/integrations/discord.png +%%HOMEDIR%%/static/img/integrations/email.png +%%HOMEDIR%%/static/img/integrations/github-white.png +%%HOMEDIR%%/static/img/integrations/github.png +%%HOMEDIR%%/static/img/integrations/gotify.png +%%HOMEDIR%%/static/img/integrations/group.png +%%HOMEDIR%%/static/img/integrations/linenotify.png +%%HOMEDIR%%/static/img/integrations/matrix.png +%%HOMEDIR%%/static/img/integrations/mattermost.png +%%HOMEDIR%%/static/img/integrations/missing.png +%%HOMEDIR%%/static/img/integrations/msteams.png +%%HOMEDIR%%/static/img/integrations/msteamsw.png +%%HOMEDIR%%/static/img/integrations/ntfy.png +%%HOMEDIR%%/static/img/integrations/opsgenie.png +%%HOMEDIR%%/static/img/integrations/pagertree.png +%%HOMEDIR%%/static/img/integrations/pd.png +%%HOMEDIR%%/static/img/integrations/pd_connect_button.png +%%HOMEDIR%%/static/img/integrations/po.png +%%HOMEDIR%%/static/img/integrations/prometheus.png +%%HOMEDIR%%/static/img/integrations/pushbullet.png +%%HOMEDIR%%/static/img/integrations/rocketchat.png +%%HOMEDIR%%/static/img/integrations/setup_gotify_1.png +%%HOMEDIR%%/static/img/integrations/setup_gotify_2.png +%%HOMEDIR%%/static/img/integrations/setup_matrix_1.png +%%HOMEDIR%%/static/img/integrations/setup_matrix_2.png +%%HOMEDIR%%/static/img/integrations/setup_matrix_3.png +%%HOMEDIR%%/static/img/integrations/setup_matrix_4.png +%%HOMEDIR%%/static/img/integrations/setup_mattermost_1.png +%%HOMEDIR%%/static/img/integrations/setup_mattermost_2.png +%%HOMEDIR%%/static/img/integrations/setup_mattermost_3.png +%%HOMEDIR%%/static/img/integrations/setup_mattermost_4.png +%%HOMEDIR%%/static/img/integrations/setup_mattermost_5.png +%%HOMEDIR%%/static/img/integrations/setup_msteamsw_1.png +%%HOMEDIR%%/static/img/integrations/setup_msteamsw_2.png +%%HOMEDIR%%/static/img/integrations/setup_msteamsw_3.png +%%HOMEDIR%%/static/img/integrations/setup_msteamsw_4.png +%%HOMEDIR%%/static/img/integrations/setup_opsgenie_1.png +%%HOMEDIR%%/static/img/integrations/setup_opsgenie_2.png +%%HOMEDIR%%/static/img/integrations/setup_opsgenie_3.png +%%HOMEDIR%%/static/img/integrations/setup_opsgenie_4.png +%%HOMEDIR%%/static/img/integrations/setup_pagertree_1.png +%%HOMEDIR%%/static/img/integrations/setup_pagertree_2.png +%%HOMEDIR%%/static/img/integrations/setup_pagertree_3.png +%%HOMEDIR%%/static/img/integrations/setup_pd_s1.png +%%HOMEDIR%%/static/img/integrations/setup_pd_s2.png +%%HOMEDIR%%/static/img/integrations/setup_pd_simple_0.png +%%HOMEDIR%%/static/img/integrations/setup_pd_simple_1.png +%%HOMEDIR%%/static/img/integrations/setup_pd_simple_2.png +%%HOMEDIR%%/static/img/integrations/setup_pd_simple_3.png +%%HOMEDIR%%/static/img/integrations/setup_prometheus_1.png +%%HOMEDIR%%/static/img/integrations/setup_pushover_0.png +%%HOMEDIR%%/static/img/integrations/setup_pushover_1.png +%%HOMEDIR%%/static/img/integrations/setup_pushover_2.png +%%HOMEDIR%%/static/img/integrations/setup_pushover_3.png +%%HOMEDIR%%/static/img/integrations/setup_rocketchat_1.png +%%HOMEDIR%%/static/img/integrations/setup_rocketchat_2.png +%%HOMEDIR%%/static/img/integrations/setup_rocketchat_3.png +%%HOMEDIR%%/static/img/integrations/setup_rocketchat_4.png +%%HOMEDIR%%/static/img/integrations/setup_rocketchat_5.png +%%HOMEDIR%%/static/img/integrations/setup_rocketchat_6.png +%%HOMEDIR%%/static/img/integrations/setup_slack_1.png +%%HOMEDIR%%/static/img/integrations/setup_slack_2.png +%%HOMEDIR%%/static/img/integrations/setup_slack_btn_0.png +%%HOMEDIR%%/static/img/integrations/setup_slack_btn_1.png +%%HOMEDIR%%/static/img/integrations/setup_slack_btn_2.png +%%HOMEDIR%%/static/img/integrations/setup_slack_btn_3.png +%%HOMEDIR%%/static/img/integrations/setup_spike_1.png +%%HOMEDIR%%/static/img/integrations/setup_spike_2.png +%%HOMEDIR%%/static/img/integrations/setup_spike_3.png +%%HOMEDIR%%/static/img/integrations/setup_spike_4.png +%%HOMEDIR%%/static/img/integrations/setup_telegram_1.png +%%HOMEDIR%%/static/img/integrations/setup_telegram_2.png +%%HOMEDIR%%/static/img/integrations/setup_telegram_3.png +%%HOMEDIR%%/static/img/integrations/setup_victorops_1.png +%%HOMEDIR%%/static/img/integrations/setup_victorops_2.png +%%HOMEDIR%%/static/img/integrations/setup_zulip_1.png +%%HOMEDIR%%/static/img/integrations/setup_zulip_2.png +%%HOMEDIR%%/static/img/integrations/setup_zulip_3.png +%%HOMEDIR%%/static/img/integrations/shell.png +%%HOMEDIR%%/static/img/integrations/signal.png +%%HOMEDIR%%/static/img/integrations/slack.png +%%HOMEDIR%%/static/img/integrations/sms.png +%%HOMEDIR%%/static/img/integrations/spike.png +%%HOMEDIR%%/static/img/integrations/telegram.png +%%HOMEDIR%%/static/img/integrations/trello.png +%%HOMEDIR%%/static/img/integrations/victorops.png +%%HOMEDIR%%/static/img/integrations/webhook.png +%%HOMEDIR%%/static/img/integrations/whatsapp.png +%%HOMEDIR%%/static/img/integrations/zulip.png +%%HOMEDIR%%/static/img/logo.png +%%HOMEDIR%%/static/img/my_checks.png +%%HOMEDIR%%/static/img/my_checks@2x.png +%%HOMEDIR%%/static/img/period_grace.png +%%HOMEDIR%%/static/img/period_grace@2x.png +%%HOMEDIR%%/static/img/theme-dark.png +%%HOMEDIR%%/static/img/theme-light.png +%%HOMEDIR%%/static/img/theme-system.png +%%HOMEDIR%%/static/img/up.png +%%HOMEDIR%%/static/js/adaptive-setinterval.js +%%HOMEDIR%%/static/js/add-check-modal.js +%%HOMEDIR%%/static/js/add_credential.js +%%HOMEDIR%%/static/js/add_project_modal.js +%%HOMEDIR%%/static/js/add_pushover.js +%%HOMEDIR%%/static/js/add_trello.js +%%HOMEDIR%%/static/js/add_zulip.js +%%HOMEDIR%%/static/js/appearance.js +%%HOMEDIR%%/static/js/auto-submit.js +%%HOMEDIR%%/static/js/badges.js +%%HOMEDIR%%/static/js/bootstrap-native.min.js +%%HOMEDIR%%/static/js/bootstrap.min.js +%%HOMEDIR%%/static/js/channels.js +%%HOMEDIR%%/static/js/checks.js +%%HOMEDIR%%/static/js/details.js +%%HOMEDIR%%/static/js/docs_cron.js +%%HOMEDIR%%/static/js/initialize-timezone-selects.js +%%HOMEDIR%%/static/js/jquery-3.6.0.min.js +%%HOMEDIR%%/static/js/log.js +%%HOMEDIR%%/static/js/login_tfa.js +%%HOMEDIR%%/static/js/moment-timezone-with-data-10-year-range.min.js +%%HOMEDIR%%/static/js/moment.min.js +%%HOMEDIR%%/static/js/notifications.js +%%HOMEDIR%%/static/js/nouislider.min.js +%%HOMEDIR%%/static/js/ntfy_form.js +%%HOMEDIR%%/static/js/ping_details.js +%%HOMEDIR%%/static/js/profile.js +%%HOMEDIR%%/static/js/project.js +%%HOMEDIR%%/static/js/projects.js +%%HOMEDIR%%/static/js/projects_menu.js +%%HOMEDIR%%/static/js/purify.min.js +%%HOMEDIR%%/static/js/search.js +%%HOMEDIR%%/static/js/selectize.min.js +%%HOMEDIR%%/static/js/set-password.js +%%HOMEDIR%%/static/js/signal_form.js +%%HOMEDIR%%/static/js/signup.js +%%HOMEDIR%%/static/js/slug-suggestions.js +%%HOMEDIR%%/static/js/snippet-copy.js +%%HOMEDIR%%/static/js/update-timeout-modal.js +%%HOMEDIR%%/static/js/webauthn-json.browser-global.js +%%HOMEDIR%%/static/js/webhook.js +%%HOMEDIR%%/static/js/zxcvbn.min.js +%%HOMEDIR%%/templates/accounts/add_credential.html +%%HOMEDIR%%/templates/accounts/add_project_modal.html +%%HOMEDIR%%/templates/accounts/add_totp.html +%%HOMEDIR%%/templates/accounts/appearance.html +%%HOMEDIR%%/templates/accounts/change_email.html +%%HOMEDIR%%/templates/accounts/change_email_instructions.html +%%HOMEDIR%%/templates/accounts/check_token_submit.html +%%HOMEDIR%%/templates/accounts/close_account.html +%%HOMEDIR%%/templates/accounts/login.html +%%HOMEDIR%%/templates/accounts/login_link_sent.html +%%HOMEDIR%%/templates/accounts/login_totp.html +%%HOMEDIR%%/templates/accounts/login_webauthn.html +%%HOMEDIR%%/templates/accounts/notifications.html +%%HOMEDIR%%/templates/accounts/profile.html +%%HOMEDIR%%/templates/accounts/project.html +%%HOMEDIR%%/templates/accounts/remove_credential.html +%%HOMEDIR%%/templates/accounts/remove_totp.html +%%HOMEDIR%%/templates/accounts/set_password.html +%%HOMEDIR%%/templates/accounts/signup_result.html +%%HOMEDIR%%/templates/accounts/sudo.html +%%HOMEDIR%%/templates/accounts/unsubscribe_submit.html +%%HOMEDIR%%/templates/accounts/unsubscribed.html +%%HOMEDIR%%/templates/admin/api/ping/pagination.html +%%HOMEDIR%%/templates/admin/api/ping/search_form.html +%%HOMEDIR%%/templates/admin/base_site.html +%%HOMEDIR%%/templates/admin/profile_list_projects.html +%%HOMEDIR%%/templates/admin/project_list_team.html +%%HOMEDIR%%/templates/bad_link.html +%%HOMEDIR%%/templates/badge.svg +%%HOMEDIR%%/templates/base.html +%%HOMEDIR%%/templates/base_bare.html +%%HOMEDIR%%/templates/base_project.html +%%HOMEDIR%%/templates/docs/api.html-fragment +%%HOMEDIR%%/templates/docs/api.md +%%HOMEDIR%%/templates/docs/apiv1.html-fragment +%%HOMEDIR%%/templates/docs/apiv1.md +%%HOMEDIR%%/templates/docs/apiv2.html-fragment +%%HOMEDIR%%/templates/docs/apiv2.md +%%HOMEDIR%%/templates/docs/arduino.html-fragment +%%HOMEDIR%%/templates/docs/arduino.md +%%HOMEDIR%%/templates/docs/attaching_logs.html-fragment +%%HOMEDIR%%/templates/docs/attaching_logs.md +%%HOMEDIR%%/templates/docs/autoprovisioning.html-fragment +%%HOMEDIR%%/templates/docs/autoprovisioning.md +%%HOMEDIR%%/templates/docs/badges.html-fragment +%%HOMEDIR%%/templates/docs/badges.md +%%HOMEDIR%%/templates/docs/bash.html-fragment +%%HOMEDIR%%/templates/docs/bash.md +%%HOMEDIR%%/templates/docs/cloning_checks.html-fragment +%%HOMEDIR%%/templates/docs/cloning_checks.md +%%HOMEDIR%%/templates/docs/configuring_checks.html-fragment +%%HOMEDIR%%/templates/docs/configuring_checks.md +%%HOMEDIR%%/templates/docs/configuring_notifications.html-fragment +%%HOMEDIR%%/templates/docs/configuring_notifications.md +%%HOMEDIR%%/templates/docs/configuring_prometheus.html-fragment +%%HOMEDIR%%/templates/docs/configuring_prometheus.md +%%HOMEDIR%%/templates/docs/csharp.html-fragment +%%HOMEDIR%%/templates/docs/csharp.md +%%HOMEDIR%%/templates/docs/email.html-fragment +%%HOMEDIR%%/templates/docs/email.md +%%HOMEDIR%%/templates/docs/github_actions.html-fragment +%%HOMEDIR%%/templates/docs/github_actions.md +%%HOMEDIR%%/templates/docs/go.html-fragment +%%HOMEDIR%%/templates/docs/go.md +%%HOMEDIR%%/templates/docs/http_api.html-fragment +%%HOMEDIR%%/templates/docs/http_api.md +%%HOMEDIR%%/templates/docs/introduction.html-fragment +%%HOMEDIR%%/templates/docs/introduction.md +%%HOMEDIR%%/templates/docs/javascript.html-fragment +%%HOMEDIR%%/templates/docs/javascript.md +%%HOMEDIR%%/templates/docs/measuring_script_run_time.html-fragment +%%HOMEDIR%%/templates/docs/measuring_script_run_time.md +%%HOMEDIR%%/templates/docs/monitoring_cron_jobs.html-fragment +%%HOMEDIR%%/templates/docs/monitoring_cron_jobs.md +%%HOMEDIR%%/templates/docs/monitoring_systemd_tasks.html-fragment +%%HOMEDIR%%/templates/docs/monitoring_systemd_tasks.md +%%HOMEDIR%%/templates/docs/network_routers.html-fragment +%%HOMEDIR%%/templates/docs/network_routers.md +%%HOMEDIR%%/templates/docs/php.html-fragment +%%HOMEDIR%%/templates/docs/php.md +%%HOMEDIR%%/templates/docs/powershell.html-fragment +%%HOMEDIR%%/templates/docs/powershell.md +%%HOMEDIR%%/templates/docs/projects_teams.html-fragment +%%HOMEDIR%%/templates/docs/projects_teams.md +%%HOMEDIR%%/templates/docs/python.html-fragment +%%HOMEDIR%%/templates/docs/python.md +%%HOMEDIR%%/templates/docs/reliability_tips.html-fragment +%%HOMEDIR%%/templates/docs/reliability_tips.md +%%HOMEDIR%%/templates/docs/resources.html-fragment +%%HOMEDIR%%/templates/docs/resources.md +%%HOMEDIR%%/templates/docs/ruby.html-fragment +%%HOMEDIR%%/templates/docs/ruby.md +%%HOMEDIR%%/templates/docs/self_hosted.html-fragment +%%HOMEDIR%%/templates/docs/self_hosted.md +%%HOMEDIR%%/templates/docs/self_hosted_configuration.html-fragment +%%HOMEDIR%%/templates/docs/self_hosted_configuration.md +%%HOMEDIR%%/templates/docs/self_hosted_docker.html-fragment +%%HOMEDIR%%/templates/docs/self_hosted_docker.md +%%HOMEDIR%%/templates/docs/signaling_failures.html-fragment +%%HOMEDIR%%/templates/docs/signaling_failures.md +%%HOMEDIR%%/templates/emails/alert-body-html.html +%%HOMEDIR%%/templates/emails/alert-body-text.html +%%HOMEDIR%%/templates/emails/alert-subject.html +%%HOMEDIR%%/templates/emails/base.html +%%HOMEDIR%%/templates/emails/deletion-notice-body-html.html +%%HOMEDIR%%/templates/emails/deletion-notice-body-text.html +%%HOMEDIR%%/templates/emails/deletion-notice-subject.html +%%HOMEDIR%%/templates/emails/deletion-scheduled-body-html.html +%%HOMEDIR%%/templates/emails/deletion-scheduled-body-text.html +%%HOMEDIR%%/templates/emails/deletion-scheduled-subject.html +%%HOMEDIR%%/templates/emails/invoice-body-html.html +%%HOMEDIR%%/templates/emails/invoice-body-text.html +%%HOMEDIR%%/templates/emails/invoice-subject.html +%%HOMEDIR%%/templates/emails/login-body-html.html +%%HOMEDIR%%/templates/emails/login-body-text.html +%%HOMEDIR%%/templates/emails/login-subject.html +%%HOMEDIR%%/templates/emails/nag-body-html.html +%%HOMEDIR%%/templates/emails/nag-body-text.html +%%HOMEDIR%%/templates/emails/nag-subject.html +%%HOMEDIR%%/templates/emails/nag-summary-html.html +%%HOMEDIR%%/templates/emails/phone-call-limit-body-html.html +%%HOMEDIR%%/templates/emails/phone-call-limit-body-text.html +%%HOMEDIR%%/templates/emails/phone-call-limit-subject.html +%%HOMEDIR%%/templates/emails/report-body-html.html +%%HOMEDIR%%/templates/emails/report-body-text.html +%%HOMEDIR%%/templates/emails/report-subject.html +%%HOMEDIR%%/templates/emails/report-summary-html.html +%%HOMEDIR%%/templates/emails/signal-rate-limited-body-html.html +%%HOMEDIR%%/templates/emails/signal-rate-limited-body-text.html +%%HOMEDIR%%/templates/emails/signal-rate-limited-subject.html +%%HOMEDIR%%/templates/emails/sms-limit-body-html.html +%%HOMEDIR%%/templates/emails/sms-limit-body-text.html +%%HOMEDIR%%/templates/emails/sms-limit-subject.html +%%HOMEDIR%%/templates/emails/sudo-code-body-html.html +%%HOMEDIR%%/templates/emails/sudo-code-body-text.html +%%HOMEDIR%%/templates/emails/sudo-code-subject.html +%%HOMEDIR%%/templates/emails/summary-text.html +%%HOMEDIR%%/templates/emails/transfer-request-body-html.html +%%HOMEDIR%%/templates/emails/transfer-request-body-text.html +%%HOMEDIR%%/templates/emails/transfer-request-subject.html +%%HOMEDIR%%/templates/emails/verify-email-body-html.html +%%HOMEDIR%%/templates/emails/verify-email-body-text.html +%%HOMEDIR%%/templates/emails/verify-email-subject.html +%%HOMEDIR%%/templates/front/add_check_modal.html +%%HOMEDIR%%/templates/front/badges.html +%%HOMEDIR%%/templates/front/badges_preview.html +%%HOMEDIR%%/templates/front/channel_checks.html +%%HOMEDIR%%/templates/front/channel_description.html +%%HOMEDIR%%/templates/front/channels.html +%%HOMEDIR%%/templates/front/checks.html +%%HOMEDIR%%/templates/front/checks_table.html +%%HOMEDIR%%/templates/front/clear_events_modal.html +%%HOMEDIR%%/templates/front/copy_modal.html +%%HOMEDIR%%/templates/front/cron_preview.html +%%HOMEDIR%%/templates/front/dashboard.html +%%HOMEDIR%%/templates/front/details.html +%%HOMEDIR%%/templates/front/details_downtimes.html +%%HOMEDIR%%/templates/front/details_events.html +%%HOMEDIR%%/templates/front/docs_cron.html +%%HOMEDIR%%/templates/front/docs_nav_item.html +%%HOMEDIR%%/templates/front/docs_search.html +%%HOMEDIR%%/templates/front/docs_single.html +%%HOMEDIR%%/templates/front/event_summary.html +%%HOMEDIR%%/templates/front/filtering_rules_modal.html +%%HOMEDIR%%/templates/front/last_ping_cell.html +%%HOMEDIR%%/templates/front/log.html +%%HOMEDIR%%/templates/front/log_row.html +%%HOMEDIR%%/templates/front/log_rows.html +%%HOMEDIR%%/templates/front/log_status_text.html +%%HOMEDIR%%/templates/front/oncalendar_preview.html +%%HOMEDIR%%/templates/front/ping_details.html +%%HOMEDIR%%/templates/front/ping_details_not_found.html +%%HOMEDIR%%/templates/front/projects.html +%%HOMEDIR%%/templates/front/projects_menu.html +%%HOMEDIR%%/templates/front/remove_check_modal.html +%%HOMEDIR%%/templates/front/show_usage_modal.html +%%HOMEDIR%%/templates/front/signal_captcha.html +%%HOMEDIR%%/templates/front/signup_modal.html +%%HOMEDIR%%/templates/front/snippets/bash_curl.html +%%HOMEDIR%%/templates/front/snippets/bash_curl.txt +%%HOMEDIR%%/templates/front/snippets/bash_wget.html +%%HOMEDIR%%/templates/front/snippets/bash_wget.txt +%%HOMEDIR%%/templates/front/snippets/browser.html +%%HOMEDIR%%/templates/front/snippets/browser.txt +%%HOMEDIR%%/templates/front/snippets/cs.html +%%HOMEDIR%%/templates/front/snippets/cs.txt +%%HOMEDIR%%/templates/front/snippets/go.html +%%HOMEDIR%%/templates/front/snippets/go.txt +%%HOMEDIR%%/templates/front/snippets/node.html +%%HOMEDIR%%/templates/front/snippets/node.txt +%%HOMEDIR%%/templates/front/snippets/php.html +%%HOMEDIR%%/templates/front/snippets/php.txt +%%HOMEDIR%%/templates/front/snippets/powershell.html +%%HOMEDIR%%/templates/front/snippets/powershell.txt +%%HOMEDIR%%/templates/front/snippets/powershell_inline.html +%%HOMEDIR%%/templates/front/snippets/powershell_inline.txt +%%HOMEDIR%%/templates/front/snippets/python_requests.html +%%HOMEDIR%%/templates/front/snippets/python_requests.txt +%%HOMEDIR%%/templates/front/snippets/python_requests_fail.html +%%HOMEDIR%%/templates/front/snippets/python_requests_fail.txt +%%HOMEDIR%%/templates/front/snippets/python_requests_payload.html +%%HOMEDIR%%/templates/front/snippets/python_requests_payload.txt +%%HOMEDIR%%/templates/front/snippets/python_requests_start.html +%%HOMEDIR%%/templates/front/snippets/python_requests_start.txt +%%HOMEDIR%%/templates/front/snippets/python_urllib2.html +%%HOMEDIR%%/templates/front/snippets/python_urllib2.txt +%%HOMEDIR%%/templates/front/snippets/ruby.html +%%HOMEDIR%%/templates/front/snippets/ruby.txt +%%HOMEDIR%%/templates/front/transfer_modal.html +%%HOMEDIR%%/templates/front/unsubscribe_success.html +%%HOMEDIR%%/templates/front/update_name_modal.html +%%HOMEDIR%%/templates/front/update_timeout_modal.html +%%HOMEDIR%%/templates/front/verify_email_success.html +%%HOMEDIR%%/templates/integrations/add_apprise.html +%%HOMEDIR%%/templates/integrations/add_call.html +%%HOMEDIR%%/templates/integrations/add_discord.html +%%HOMEDIR%%/templates/integrations/add_github.html +%%HOMEDIR%%/templates/integrations/add_github_form.html +%%HOMEDIR%%/templates/integrations/add_gotify.html +%%HOMEDIR%%/templates/integrations/add_matrix.html +%%HOMEDIR%%/templates/integrations/add_mattermost.html +%%HOMEDIR%%/templates/integrations/add_msteams.html +%%HOMEDIR%%/templates/integrations/add_opsgenie.html +%%HOMEDIR%%/templates/integrations/add_pagertree.html +%%HOMEDIR%%/templates/integrations/add_pd.html +%%HOMEDIR%%/templates/integrations/add_pd_simple.html +%%HOMEDIR%%/templates/integrations/add_prometheus.html +%%HOMEDIR%%/templates/integrations/add_pushbullet.html +%%HOMEDIR%%/templates/integrations/add_pushover.html +%%HOMEDIR%%/templates/integrations/add_pushover_help.html +%%HOMEDIR%%/templates/integrations/add_rocketchat.html +%%HOMEDIR%%/templates/integrations/add_shell.html +%%HOMEDIR%%/templates/integrations/add_slack.html +%%HOMEDIR%%/templates/integrations/add_slack_btn.html +%%HOMEDIR%%/templates/integrations/add_spike.html +%%HOMEDIR%%/templates/integrations/add_telegram.html +%%HOMEDIR%%/templates/integrations/add_trello.html +%%HOMEDIR%%/templates/integrations/add_victorops.html +%%HOMEDIR%%/templates/integrations/add_zulip.html +%%HOMEDIR%%/templates/integrations/apprise_description.html +%%HOMEDIR%%/templates/integrations/apprise_title.html +%%HOMEDIR%%/templates/integrations/call_message.html +%%HOMEDIR%%/templates/integrations/email_form.html +%%HOMEDIR%%/templates/integrations/github_body.html +%%HOMEDIR%%/templates/integrations/github_title.html +%%HOMEDIR%%/templates/integrations/gotify_message.html +%%HOMEDIR%%/templates/integrations/gotify_title.html +%%HOMEDIR%%/templates/integrations/group_form.html +%%HOMEDIR%%/templates/integrations/matrix_description.html +%%HOMEDIR%%/templates/integrations/matrix_description_formatted.html +%%HOMEDIR%%/templates/integrations/msteamsw_message.html +%%HOMEDIR%%/templates/integrations/ntfy_form.html +%%HOMEDIR%%/templates/integrations/ntfy_message.html +%%HOMEDIR%%/templates/integrations/ntfy_title.html +%%HOMEDIR%%/templates/integrations/opsgenie_message.html +%%HOMEDIR%%/templates/integrations/pagertree_description.html +%%HOMEDIR%%/templates/integrations/pagertree_title.html +%%HOMEDIR%%/templates/integrations/pd_description.html +%%HOMEDIR%%/templates/integrations/pushbullet_message.html +%%HOMEDIR%%/templates/integrations/pushover_message.html +%%HOMEDIR%%/templates/integrations/pushover_title.html +%%HOMEDIR%%/templates/integrations/rocketchat_message.html +%%HOMEDIR%%/templates/integrations/signal_form.html +%%HOMEDIR%%/templates/integrations/signal_message.html +%%HOMEDIR%%/templates/integrations/signal_result.html +%%HOMEDIR%%/templates/integrations/sms_form.html +%%HOMEDIR%%/templates/integrations/sms_message.html +%%HOMEDIR%%/templates/integrations/spike_description.html +%%HOMEDIR%%/templates/integrations/spike_title.html +%%HOMEDIR%%/templates/integrations/telegram_invite.html +%%HOMEDIR%%/templates/integrations/telegram_message.html +%%HOMEDIR%%/templates/integrations/trello_desc.html +%%HOMEDIR%%/templates/integrations/trello_name.html +%%HOMEDIR%%/templates/integrations/trello_settings.html +%%HOMEDIR%%/templates/integrations/victorops_description.html +%%HOMEDIR%%/templates/integrations/webhook_form.html +%%HOMEDIR%%/templates/integrations/whatsapp_form.html +%%HOMEDIR%%/templates/integrations/zulip_content.html +%%HOMEDIR%%/templates/integrations/zulip_topic.html +%%HOMEDIR%%/templates/try_later.html +@dir %%HOMEDIR%%/hc/__pycache__ +@dir %%HOMEDIR%%/hc/accounts/__pycache__ +@dir %%HOMEDIR%%/hc/accounts/management/__pycache__ +@dir %%HOMEDIR%%/hc/accounts/management/commands/__pycache__ +@dir %%HOMEDIR%%/hc/accounts/management/commands +@dir %%HOMEDIR%%/hc/accounts/management +@dir %%HOMEDIR%%/hc/accounts/migrations/__pycache__ +@dir %%HOMEDIR%%/hc/accounts/migrations +@dir %%HOMEDIR%%/hc/accounts/tests/__pycache__ +@dir %%HOMEDIR%%/hc/accounts/tests +@dir %%HOMEDIR%%/hc/accounts +@dir %%HOMEDIR%%/hc/api/__pycache__ +@dir %%HOMEDIR%%/hc/api/management/__pycache__ +@dir %%HOMEDIR%%/hc/api/management/commands/__pycache__ +@dir %%HOMEDIR%%/hc/api/management/commands +@dir %%HOMEDIR%%/hc/api/management +@dir %%HOMEDIR%%/hc/api/migrations/__pycache__ +@dir %%HOMEDIR%%/hc/api/migrations +@dir %%HOMEDIR%%/hc/api/tests/__pycache__ +@dir %%HOMEDIR%%/hc/api/tests +@dir %%HOMEDIR%%/hc/api +@dir %%HOMEDIR%%/hc/front/__pycache__ +@dir %%HOMEDIR%%/hc/front/management/__pycache__ +@dir %%HOMEDIR%%/hc/front/management/commands/__pycache__ +@dir %%HOMEDIR%%/hc/front/management/commands +@dir %%HOMEDIR%%/hc/front/management +@dir %%HOMEDIR%%/hc/front/migrations/__pycache__ +@dir %%HOMEDIR%%/hc/front/migrations +@dir %%HOMEDIR%%/hc/front/templatetags/__pycache__ +@dir %%HOMEDIR%%/hc/front/templatetags +@dir %%HOMEDIR%%/hc/front/tests/__pycache__ +@dir %%HOMEDIR%%/hc/front/tests +@dir %%HOMEDIR%%/hc/front +@dir %%HOMEDIR%%/hc/lib/__pycache__ +@dir %%HOMEDIR%%/hc/lib/tests/__pycache__ +@dir %%HOMEDIR%%/hc/lib/tests +@dir %%HOMEDIR%%/hc/lib +@dir %%HOMEDIR%%/hc/logs/__pycache__ +@dir %%HOMEDIR%%/hc/logs/management/__pycache__ +@dir %%HOMEDIR%%/hc/logs/management/commands/__pycache__ +@dir %%HOMEDIR%%/hc/logs/management/commands +@dir %%HOMEDIR%%/hc/logs/management +@dir %%HOMEDIR%%/hc/logs/migrations/__pycache__ +@dir %%HOMEDIR%%/hc/logs/migrations +@dir %%HOMEDIR%%/hc/logs +@dir %%HOMEDIR%%/hc/payments/__pycache__ +@dir %%HOMEDIR%%/hc/payments/migrations/__pycache__ +@dir %%HOMEDIR%%/hc/payments/migrations +@dir %%HOMEDIR%%/hc/payments +@dir %%HOMEDIR%%/hc +@dir %%HOMEDIR%%/static/css/admin +@dir %%HOMEDIR%%/static/css +@dir %%HOMEDIR%%/static/fonts +@dir %%HOMEDIR%%/static/img/docs +@dir %%HOMEDIR%%/static/img/integrations +@dir %%HOMEDIR%%/static/img +@dir %%HOMEDIR%%/static/js +@dir %%HOMEDIR%%/static +@dir %%HOMEDIR%%/static-collected/CACHE/css +@dir %%HOMEDIR%%/static-collected/CACHE/js +@dir %%HOMEDIR%%/static-collected/CACHE +@dir %%HOMEDIR%%/static-collected/admin/css/vendor/select2 +@dir %%HOMEDIR%%/static-collected/admin/css/vendor +@dir %%HOMEDIR%%/static-collected/admin/css +@dir %%HOMEDIR%%/static-collected/admin/img/gis +@dir %%HOMEDIR%%/static-collected/admin/img +@dir %%HOMEDIR%%/static-collected/admin/js/admin +@dir %%HOMEDIR%%/static-collected/admin/js/vendor/jquery +@dir %%HOMEDIR%%/static-collected/admin/js/vendor/select2/i18n +@dir %%HOMEDIR%%/static-collected/admin/js/vendor/select2 +@dir %%HOMEDIR%%/static-collected/admin/js/vendor/xregexp +@dir %%HOMEDIR%%/static-collected/admin/js/vendor +@dir %%HOMEDIR%%/static-collected/admin/js +@dir %%HOMEDIR%%/static-collected/admin +@dir %%HOMEDIR%%/static-collected/css/admin +@dir %%HOMEDIR%%/static-collected/css +@dir %%HOMEDIR%%/static-collected/fonts +@dir %%HOMEDIR%%/static-collected/img/docs +@dir %%HOMEDIR%%/static-collected/img/integrations +@dir %%HOMEDIR%%/static-collected/img +@dir %%HOMEDIR%%/static-collected/js +@dir %%HOMEDIR%%/static-collected +@dir %%HOMEDIR%%/templates/accounts +@dir %%HOMEDIR%%/templates/admin/api/ping +@dir %%HOMEDIR%%/templates/admin/api +@dir %%HOMEDIR%%/templates/admin +@dir %%HOMEDIR%%/templates/docs +@dir %%HOMEDIR%%/templates/emails +@dir %%HOMEDIR%%/templates/front/snippets +@dir %%HOMEDIR%%/templates/front +@dir %%HOMEDIR%%/templates/integrations +@dir %%HOMEDIR%%/templates +%%EXAMPLESDIR%%/uwsgi.ini diff --git a/www/Makefile b/www/Makefile index e72084fbdc21..9bebefe31170 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1563,6 +1563,7 @@ SUBDIR += py-dj52-django-redis SUBDIR += py-dj52-django-rich SUBDIR += py-dj52-django-storages + SUBDIR += py-dj52-django-stubs-ext SUBDIR += py-dj52-django-tables2 SUBDIR += py-dj52-django-taggit SUBDIR += py-dj52-django-timezone-field diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a5e5d8771738..636da9a51703 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,5 +1,5 @@ PORTNAME= firefox -DISTVERSION= 140.0 +DISTVERSION= 140.0.1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 7f8883990dc3..9ce472390a2f 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750184092 -SHA256 (firefox-140.0.source.tar.xz) = ee1253b49b21241abc5d490df60be1d9f1d3914cdc1a4e3482a8158913f9fd1f -SIZE (firefox-140.0.source.tar.xz) = 639951312 +TIMESTAMP = 1750965255 +SHA256 (firefox-140.0.1.source.tar.xz) = de848d56f5bd9f9bb9bbea17f425d1d887c1f4bb07d7e0be58c0e4a397ea86f0 +SIZE (firefox-140.0.1.source.tar.xz) = 633875268 diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 02f116983241..50f00e4bae61 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.4 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index 23d8876259d7..fe758d6e8ab6 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750267963 -SHA256 (nextcloud/calendar-v5.3.3.tar.gz) = 6041c359bb7d3a3d6b5d414760b3976c8c44e0b2bf487b745e2509178806fca3 -SIZE (nextcloud/calendar-v5.3.3.tar.gz) = 19614496 +TIMESTAMP = 1750971704 +SHA256 (nextcloud/calendar-v5.3.4.tar.gz) = d406c03b19315f780d193a634224d1a14e1d40d2dfb1a6313b0f4d1565954270 +SIZE (nextcloud/calendar-v5.3.4.tar.gz) = 19631072 diff --git a/www/nextcloud-forms/Makefile b/www/nextcloud-forms/Makefile index a9a650b0870b..4610a0b05774 100644 --- a/www/nextcloud-forms/Makefile +++ b/www/nextcloud-forms/Makefile @@ -1,5 +1,5 @@ PORTNAME= forms -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-forms/distinfo b/www/nextcloud-forms/distinfo index 071c6ac349e9..c4f9c59f3442 100644 --- a/www/nextcloud-forms/distinfo +++ b/www/nextcloud-forms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744140535 -SHA256 (nextcloud/forms-v5.1.0.tar.gz) = b78ff546af7d547fa0e37ccb726b393fbd786d262fe61e914da23843b8ef0fe6 -SIZE (nextcloud/forms-v5.1.0.tar.gz) = 5074500 +TIMESTAMP = 1750971603 +SHA256 (nextcloud/forms-v5.1.1.tar.gz) = 2a42a6390a5ee8552ee6c01d38508ef99ac380e653839e9fd6da260468366d87 +SIZE (nextcloud/forms-v5.1.1.tar.gz) = 5087208 diff --git a/www/npm-node18/Makefile b/www/npm-node18/Makefile index 9e1ddaf9d42c..c6d909bf0ca2 100644 --- a/www/npm-node18/Makefile +++ b/www/npm-node18/Makefile @@ -1,3 +1,6 @@ +DEPRECATED= Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30. +EXPIRATION_DATE=2025-09-01 + USES= nodejs:18,run MASTERDIR= ${.CURDIR}/../npm-node22 diff --git a/www/py-dj52-django-stubs-ext/Makefile b/www/py-dj52-django-stubs-ext/Makefile new file mode 100644 index 000000000000..a3127930ff2d --- /dev/null +++ b/www/py-dj52-django-stubs-ext/Makefile @@ -0,0 +1,12 @@ +PORTNAME= django-stubs-ext +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj${DJANGO_VERSION}- + +MAINTAINER= dtxdf@FreeBSD.org + +CONFLICTS_INSTALL= www/py-django-stubs-ext + +MASTERDIR= ${.CURDIR}/../py-django-stubs-ext + +DJANGO_VERSION= 52 + +.include "${MASTERDIR}/Makefile" diff --git a/www/py-django-stubs-ext/Makefile b/www/py-django-stubs-ext/Makefile index 856481f91657..314fb3e0ce93 100644 --- a/www/py-django-stubs-ext/Makefile +++ b/www/py-django-stubs-ext/Makefile @@ -2,10 +2,10 @@ PORTNAME= django-stubs-ext PORTVERSION= 5.2.0 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX?= ${PYTHON_PKGNAMEPREFIX} DISTNAME= django_stubs_ext-${PORTVERSION} -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Monkey-patching and extensions for django-stubs WWW= https://github.com/typeddjango/django-stubs @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django${DJANGO_VERSION}>=0:www/py-django${DJANGO_VERSION}@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.10+ @@ -22,4 +22,8 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +CONFLICTS_INSTALL?= www/py-dj52-django-stubs-ext + +DJANGO_VERSION?= 42 + .include <bsd.port.mk> diff --git a/www/py-nicegui/Makefile b/www/py-nicegui/Makefile index 7263b4f7d45b..5f049ee97ab2 100644 --- a/www/py-nicegui/Makefile +++ b/www/py-nicegui/Makefile @@ -1,5 +1,5 @@ PORTNAME= nicegui -DISTVERSION= 2.18.0 +DISTVERSION= 2.20.0 CATEGORIES= www graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -35,7 +35,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0:www/py-uvicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vbuild>=0:textproc/py-vbuild@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wait-for2>=0:devel/py-wait-for2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchfiles>=0:devel/py-watchfiles@${PY_FLAVOR} USES= python shebangfix diff --git a/www/py-nicegui/distinfo b/www/py-nicegui/distinfo index 4b0c2b352538..d457731c9bdd 100644 --- a/www/py-nicegui/distinfo +++ b/www/py-nicegui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748283642 -SHA256 (nicegui-2.18.0.tar.gz) = 1f31807b6b462d504090dc1e5669594899a5e7ce40dc4097283c2061c511945d -SIZE (nicegui-2.18.0.tar.gz) = 13096452 +TIMESTAMP = 1750830411 +SHA256 (nicegui-2.20.0.tar.gz) = b238df9c3e9f915d6f74b005e5a66f40f0a7a0598bf9f8fcc5b03326b1b704f7 +SIZE (nicegui-2.20.0.tar.gz) = 13097951 diff --git a/www/yarn-node18/Makefile b/www/yarn-node18/Makefile index 20ad43db95ec..7453fabbe0cf 100644 --- a/www/yarn-node18/Makefile +++ b/www/yarn-node18/Makefile @@ -1,3 +1,6 @@ +DEPRECATED= Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30. +EXPIRATION_DATE=2025-09-01 + USES= nodejs:18,run MASTERDIR= ${.CURDIR}/../yarn-node22 |