This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 511 commits βββββββββββββββββββββ 13.5% | |
π Daytime 546 commits βββββββββββββββββββββ 14.4% | |
π Evening 2284 commits βββββββββββββββββββββ 60.2% | |
π Night 454 commits βββββββββββββββββββββ 12.0% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
βοΈ Opened issue #5 in openwms/org.openwms.wms.receiving | |
βοΈ Closed issue #69 in openwms/org.openwms.common.service | |
βοΈ Closed issue #2 in spring-labs/org.openwms.zile | |
π£ Commented on #3 in spring-labs/org.openwms.zile | |
π Merged PR #3 in spring-labs/org.openwms.zile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~ (/app/kibana|/bundles/|/kibana|/status|/plugins|/elasticsearch) { | |
auth_basic "Restricted Access"; | |
auth_basic_user_file /etc/nginx/htpasswd.users; | |
proxy_http_version 1.1; | |
proxy_pass http://localhost:5601; | |
proxy_set_header Upgrade $http_upgrade; | |
proxy_set_header Connection 'upgrade'; | |
proxy_set_header Host $host; | |
proxy_cache_bypass $http_upgrade; |