Skip to content

Commit 8ce329c

Browse files
author
root
committed
add linux crontab
1 parent ade7758 commit 8ce329c

83 files changed

Lines changed: 9497 additions & 2067 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,10 @@ run:
240240
@docker cp backend/appos $(CONTAINER):/usr/local/bin/appos
241241
@docker cp web/dist/. $(CONTAINER):/usr/share/nginx/html/web/
242242
@docker cp build/nginx.conf $(CONTAINER):/etc/nginx/nginx.conf
243+
@docker cp build/netdata/exporting.conf $(CONTAINER):/usr/local/share/appos/netdata-defaults/exporting.conf
244+
@docker cp build/netdata/exporting.conf $(CONTAINER):/appos/data/netdata/etc/exporting.conf
243245
@docker exec $(CONTAINER) nginx -t
244-
@docker exec $(CONTAINER) supervisorctl -c /etc/supervisor/supervisord.conf restart appos nginx
246+
@docker exec $(CONTAINER) supervisorctl -c /etc/supervisor/supervisord.conf restart appos nginx netdata
245247
@echo "✓ Hot reload complete"
246248
@echo " → http://127.0.0.1:$(PORT_EFFECTIVE)/"
247249

backend/docs/openapi/api.yaml

Lines changed: 413 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)