BenjaminPrice / fvtt-docker

Foundry VTT - Docker
MIT License
32 stars 39 forks source link

Issues with fvtt container #15

Closed Umbragloom closed 3 years ago

Umbragloom commented 3 years ago

Good evening, I was following your tutorial on your website. and got everything working and installed. I have access to traefik, and portainer up and running. I was also get the container configured based on your tutorial. Based on the containers logs the foundry server is up and running without issues, but when i go to my play.domain website, all i get is a 404 page not found error.

Container Log: inflating: resources/app/templates/journal/sheet.html, inflating: resources/app/templates/playlist/create-playlist.html, inflating: resources/app/templates/playlist/edit-playlist.html, inflating: resources/app/templates/playlist/edit-track.html, inflating: resources/app/templates/scene/config.html, inflating: resources/app/templates/scene/drawing-config.html, inflating: resources/app/templates/scene/grid-config.html, inflating: resources/app/templates/scene/light-config.html, inflating: resources/app/templates/scene/note-config.html, inflating: resources/app/templates/scene/sound-config.html, inflating: resources/app/templates/scene/template-config.html, inflating: resources/app/templates/scene/tile-config.html, inflating: resources/app/templates/scene/token-config.html, inflating: resources/app/templates/scene/wall-config.html, inflating: resources/app/templates/setup/eula.html, inflating: resources/app/templates/setup/install-dependencies.html, inflating: resources/app/templates/setup/install-package.html, inflating: resources/app/templates/setup/player-create.html, inflating: resources/app/templates/setup/setup-config.html, inflating: resources/app/templates/setup/update-notes.html, inflating: resources/app/templates/setup/updater.html, inflating: resources/app/templates/setup/user-management.html, inflating: resources/app/templates/setup/world-config.html, inflating: resources/app/templates/sheets/active-effect-config.html, inflating: resources/app/templates/sheets/actor-sheet.html, inflating: resources/app/templates/sheets/combat-config.html, inflating: resources/app/templates/sheets/combatant-config.html, inflating: resources/app/templates/sheets/item-sheet.html, inflating: resources/app/templates/sheets/macro-config.html, inflating: resources/app/templates/sheets/roll-table-config.html, inflating: resources/app/templates/sheets/sheet-config.html, inflating: resources/app/templates/sidebar/actor-directory.html, inflating: resources/app/templates/sidebar/apps/av-config.html, inflating: resources/app/templates/sidebar/apps/controls-reference.html, inflating: resources/app/templates/sidebar/apps/folder-export.html, inflating: resources/app/templates/sidebar/apps/invitation-links.html, inflating: resources/app/templates/sidebar/apps/module-management.html, inflating: resources/app/templates/sidebar/apps/permission-config.html, inflating: resources/app/templates/sidebar/apps/settings-config.html, inflating: resources/app/templates/sidebar/chat-log.html, inflating: resources/app/templates/sidebar/chat-message.html, inflating: resources/app/templates/sidebar/combat-tracker.html, inflating: resources/app/templates/sidebar/compendium-create.html, inflating: resources/app/templates/sidebar/compendium.html, inflating: resources/app/templates/sidebar/entity-create.html, inflating: resources/app/templates/sidebar/folder-edit.html, inflating: resources/app/templates/sidebar/item-directory.html, inflating: resources/app/templates/sidebar/journal-directory.html, inflating: resources/app/templates/sidebar/macro-directory.html, inflating: resources/app/templates/sidebar/playlist-directory.html, inflating: resources/app/templates/sidebar/roll-table-directory.html, inflating: resources/app/templates/sidebar/scene-directory.html, inflating: resources/app/templates/sidebar/settings.html, inflating: resources/app/templates/sidebar/sidebar.html, inflating: resources/app/templates/user/player-config.html, inflating: resources/app/templates/user/players.html, inflating: resources/app/templates/views/error.hbs, inflating: resources/app/templates/views/game.hbs, inflating: resources/app/templates/views/join.hbs, inflating: resources/app/templates/views/layouts/game.hbs, inflating: resources/app/templates/views/layouts/main.hbs, inflating: resources/app/templates/views/license.hbs, inflating: resources/app/templates/views/players.hbs, inflating: resources/app/templates/views/setup.hbs, inflating: resources/app/templates/views/stream.hbs, inflating: snapshot_blob.bin, inflating: swiftshader/libEGL.so, inflating: swiftshader/libGLESv2.so, inflating: v8_context_snapshot.bin, inflating: vk_swiftshader_icd.json, FoundryVTT | 2021-01-09 00:46:04 | [info] Foundry Virtual Tabletop - Version 0.7.9, FoundryVTT | 2021-01-09 00:46:04 | [info] Running on Node.js - Version 12.18.2, FoundryVTT | 2021-01-09 00:46:04 | [info] Loading data from user directory - /data/foundryvtt, FoundryVTT | 2021-01-09 00:46:04 | [info] Application Options:, {, "port": 30000,, "upnp": true,, "fullscreen": false,, "hostname": null,, "routePrefix": null,, "sslCert": null,, "sslKey": null,, "awsConfig": null,, "dataPath": "/data/foundryvtt",, "proxySSL": true,, "proxyPort": null,, "minifyStaticFiles": false,, "updateChannel": "release",, "language": "en.core",, "world": null,, "serviceConfig": null,, "isElectron": false,, "isNode": true,, "isSSL": false,, "demo": false,, "noupdate": false, }, FoundryVTT | 2021-01-09 00:46:04 | [warn] Software license requires signature., FoundryVTT | 2021-01-09 00:46:04 | [info] Requesting UPnP port forwarding to destination 30000, FoundryVTT | 2021-01-09 00:46:04 | [info] Server started and listening on port 30000,

Any assitance would be greatly appreciated.

Umbragloom commented 3 years ago

disregard.. issue with formatting it is resolved. Thank you for the fantastic container and fantastic tutorial.