Commit Graph

3216 Commits

Author SHA1 Message Date
sadnub c525b18a02 remove unused import 2022-01-22 00:00:19 -05:00
sadnub 72159cb94d fix docker entrypoint when copying community scripts 2022-01-22 00:00:19 -05:00
sadnub 39e31a1039 change git urls back 2022-01-22 00:00:19 -05:00
sadnub 734177fecc delete community scripts from repo 2022-01-22 00:00:19 -05:00
sadnub 39311099df community-script rework 2022-01-22 00:00:18 -05:00
Dan b8653e6601
Merge pull request #951 from silversword411/develop
Adding all services to troubleshooting_server.sh and docs additions
2022-01-21 15:53:40 -08:00
sadnub cb4b1971e6 add print output for django commands 2022-01-21 13:23:00 -05:00
silversword411 63c60ba716 docs - Adding troubleshooting notes around 2022-01-21 11:52:25 -05:00
silversword411 50435425e5 adding all services to troubleshooting script 2022-01-21 11:51:54 -05:00
Joel DeTeves ff192f102d Ensure external Mesh link defaults to port 443 2022-01-20 14:35:59 -08:00
Joel DeTeves 99cdaa1305 Forgot to update the container ports in the docker-compose file 2022-01-20 13:54:15 -08:00
Dan 7fc897dba9
Merge pull request #948 from silversword411/develop
docs - api example fix thx bc24fl
2022-01-19 22:54:00 -08:00
silversword411 3bedd65ad8 docs - how it works agent debug 2022-01-19 22:44:25 -05:00
silversword411 a46175ce53 docs - api example fix thx bc24fl 2022-01-19 21:55:02 -05:00
Joel DeTeves dba3bf8ce9 Clean up volume inits, fix missing init for certs volume 2022-01-18 15:10:46 -08:00
Dan 3f32234c93
Merge pull request #945 from silversword411/develop
docs - enable keys and FAQ tweaks
2022-01-17 22:23:18 -08:00
silversword411 2863e64e3b docs - faq 2022-01-18 01:09:46 -05:00
silversword411 68ec78e01c docs - FAQ tweaks 2022-01-18 00:58:54 -05:00
silversword411 3a7c506a8f docs - enabling keys 2022-01-18 00:04:20 -05:00
Dan 1ca63ed2d2
Merge pull request #944 from silversword411/develop
docs - api examples and more
2022-01-17 20:28:32 -08:00
silversword411 e9e98ebcfc docs - api examples and more 2022-01-17 23:23:42 -05:00
Dan 04de7998af
Merge pull request #941 from silversword411/develop
docs - docker backup options
2022-01-17 19:57:54 -08:00
Dan a5d02dc34a
Merge pull request #940 from Yamacore/develop
fixed tooltip error
2022-01-17 19:57:32 -08:00
Dan 6181b0466e
Merge pull request #938 from iamkhris/develop
Add files via upload
2022-01-17 19:56:57 -08:00
Joel DeTeves 810d8f637d Set redis container to run as non-root 2022-01-17 15:18:21 -08:00
Joel DeTeves 223b3e81d5 Make NGINX_HOST_PORT configurable for K8s load balancer compatibility 2022-01-17 12:28:33 -08:00
silversword411 3a8b5bbd3f docs - docker backup options 2022-01-17 12:53:19 -05:00
Yamacore ecf3b33ca7
fixed tooltip error
instead of "Continue if task if an action fails"
changed to "Continue task if an action fails"
2022-01-17 16:12:37 +01:00
Joel DeTeves 006b20351e Use uniform UID (1000) + fix permission for tactical-frontend container 2022-01-17 01:12:18 -08:00
Joel DeTeves 4b577c9541 Set docker-compose to run as non-root on all applicable containers 2022-01-17 01:03:21 -08:00
Joel DeTeves 8db59458a8 Make init container volume mount paths more accurate to avoid potential conflicts 2022-01-17 00:56:52 -08:00
Joel DeTeves 7eed5f09aa Fix permissions for mongodb container 2022-01-17 00:30:39 -08:00
Joel DeTeves a1bb265222 Make NATS & NGINX container run as same UID (1000), fix NATS supervisord permission 2022-01-17 00:08:31 -08:00
Joel DeTeves 0235f33f8b Fix incorrect ports for nginx & mesh inits 2022-01-16 23:34:54 -08:00
Joel DeTeves 3d6fca85db Fix permissions for NGINX container, remove duplicate initialization for TACTICAL_DIR 2022-01-16 23:00:52 -08:00
Joel DeTeves 4c06da0646 Fix permissions for meshcentral container 2022-01-16 22:46:49 -08:00
Christopher Phillips f63603eb84
Add files via upload
Sends Windows 10 Toast alert when password expiration reaches 7, 3, 2, and 1 days.  Works with both local and domain accounts.  Best to setup as a scheduled task, but can also be run manually.  On 1 day alert, an "Urgent" BurntToastLogo is downloaded and used instead of the regular logo to indicate importance.  These files are hosted on a site you have access to.
2022-01-16 14:54:59 -07:00
Joel DeTeves 44418ef295 Switch tactical-meshcentral to run as non-root 2022-01-16 11:13:27 -08:00
wh1te909 2a67218a34 fix lockfile version 2022-01-16 08:02:58 +00:00
wh1te909 911586ed0b update reqs 2022-01-16 07:47:59 +00:00
Dan 9d6a6620e3
Merge pull request #935 from silversword411/develop
docs - adding to how it all works
2022-01-15 23:44:32 -08:00
Joel DeTeves 598d0acd8e Fix incorrect ports on tactical-nginx container 2022-01-15 21:25:33 -08:00
Joel DeTeves f16ece6207 Switch tactical-nats to run as non-root 2022-01-15 21:21:58 -08:00
Joel DeTeves 9b55bc9892 Switch tactical-nginx to nginx-unprivileged container 2022-01-15 20:20:53 -08:00
Joel DeTeves 707e67918b Switch tactical-frontend to nginx-unprivileged container 2022-01-15 19:12:04 -08:00
Joel DeTeves faac572c30 Change tactical container uwsgi ports 2022-01-15 17:38:55 -08:00
silversword411 571b37695b docs - adding to how it all works 2022-01-15 13:17:16 -05:00
wh1te909 227adc459f update demo 2022-01-15 02:39:30 +00:00
wh1te909 2ee36f1a9c fix old version refresh needed banner not displaying 2022-01-14 07:51:09 +00:00
wh1te909 d0ce2a46ac bump version 2022-01-14 05:33:07 +00:00