Admin panel for Ganomede
HOST and PORT for interface/port to listen onADMIN_USERNAME --> administrator usernameADMIN_PASSWORD --> administrator passwordLinks to dispay in a "link box" on the Servers page.
SERVERS_LINK1_URL --> link of service 1SERVERS_LINK1_NAME--> name of service 1SERVERS_LINK2_URL --> link of service 2SERVERS_LINK2_NAME--> name of service 2, etc....Links to dispay in a "link box" on the Analytics page.
ANALYTICS_LINK1_URL --> link of analytics service 1ANALYTICS_LINK1_NAME--> name of analytics service 1ANALYTICS_LINK2_URL --> link of analytics service 2ANALYTICS_LINK2_NAME--> name of analytics service 2, etc....Most of functionality depends on interacting with other ganomede microservices. Provide links to them with env vars (otherwise, related functionality won't be available):
VIRTUAL_CURRENCY_PORT_8080_TCP_PROTOCOL virtual currency protocol (http or https, defaults to http);VIRTUAL_CURRENCY_PORT_8080_TCP_ADDR virtual currecny host;VIRTUAL_CURRENCY_PORT_8080_TCP_PORT virtual currency port;VIRTUAL_CURRENCY_CURRENCY_CODES comma-separated list of allowed currency codes for item purchases (e.g.: gold,silver,copper);USERS_PORT_8080_TCP_PROTOCOL users protocol (http or https, defaults to http);USERS_PORT_8080_TCP_ADDR users host;USERS_PORT_8080_TCP_PORT users port;AVATARS_PORT_8080_TCP_PROTOCOL avatars protocol (http or https, defaults to http);AVATARS_PORT_8080_TCP_ADDR avatars host;AVATARS_PORT_8080_TCP_PORT avatars port;DATA_PORT_8080_TCP_PROTOCOL data protocol (http or https, defaults to http);DATA_PORT_8080_TCP_ADDR data host;DATA_PORT_8080_TCP_PORT data port;DIRECTORY_PORT_8000_TCP_PROTOCOL directory protocol (http or https, defaults to http);DIRECTORY_PORT_8000_TCP_ADDR directory host;DIRECTORY_PORT_8000_TCP_PORT directory port;make install fetches dependencies and builds client-side JS bundle;node index.js will run the server (export all the required env vars);./run-server.dev.sh exports some placeholder env vars for you, feel free to modify those to your development needs;Content type
Image
Digest
Size
481.2 MB
Last updated
almost 5 years ago
docker pull ganomede/admin:v1.7.3