Closed meeh0w closed 2 years ago
When running portal without accounts module "dashboard" host alias is not available. ``` nginx: [emerg] host not found in upstream "dashboard" in /etc/nginx/conf.d/server/server.account:19 ``` * [ ] replace "dashboard" alias with 10.10.10.85 in nginx/conf.d/server/server.account * [ ] replace "accounts" alias with 10.10.10.70 in nginx/conf.d/server/server.account example: [https://github.com/SkynetLabs/webportal-nginx/blob/main/nginx/conf.d/server/server.api#L57-L58](https://github.com/SkynetLabs/webportal-nginx/blob/main/nginx/conf.d/server/server.api#L57-L58)
Merging #23 (baa61ac) into main (a64ee80) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #23 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 16 16
Lines 870 870
=======================================
Hits 822 822
Misses 48 48
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a64ee80...baa61ac. Read the comment docs.
Overview
Replaces
dashboard
andaccounts
service aliases with IP addresses, as these aliases are not available when webportal runs withoutaccounts
module.[X] All git commits are signed. (REQUIRED)
[ ] All new methods or updated methods have clear docstrings.
[ ] Testing added or updated for new methods.
[ ] Verified if any changes impact the WebPortal Health Checks.
[ ] Appropriate documentation updated.
[ ] Changelog file created.