Giter Site home page Giter Site logo

auto accept license about foundryvtt-docker HOT 2 CLOSED

felddy avatar felddy commented on May 29, 2024
auto accept license

from foundryvtt-docker.

Comments (2)

felddy avatar felddy commented on May 29, 2024

Hey @yougotborked . Once you accept the license you should not need to accept it again unless you delete the signed license file, or the license changes. This happened between 0.7.9 and 0.8.0.

I know accepting a license is annoying, but that isn't something that I would want to automate. It serves a purpose, and hiding it from the user would be a disservice.

That said, I do appreciate the issue. I understand how this would be useful. But I think you'll find that it is rare that you'll need to reaccept it.

Again, thank you for the issue, and let me know if there are any other ways I can make the container more useful to you.

from foundryvtt-docker.

yougotborked avatar yougotborked commented on May 29, 2024

Sorry if I was not clear,

I am caching the license (I think?), but for some reason every time I restart the container I have to re-accept the licence. the version did not upgrade or change.

These are the env vars I am setting,

version: '3.8'

services:
  foundry:
    image: felddy/foundryvtt:release
    container_name: foundry
    init: true
    restart: unless-stopped
    environment:
      - PUID
      - PGID
      - TZ
      - TIMEZONE
      - FOUNDRY_HOSTNAME
      - CONTAINER_CACHE
      - FOUNDRY_PROXY_PORT
      - FOUNDRY_PROXY_SSL
      - FOUNDRY_UID
      - FOUNDRY_UPNP
      - FOUNDRY_ADMIN_KEY=${FOUNDRY_ADMIN_KEY}
      - FOUNDRY_USERNAME=${FOUNDRY_USERNAME}
      - FOUNDRY_PASSWORD=${FOUNDRY_PASSWORD}
    ports:
      - 30000:30000/tcp
    volumes:
      - ${DOCKER_NFS}/var/foundry:/data

And some lines from the startup log

logs

Entrypoint | 2021-03-12 20:52:03 | [info] Starting felddy/foundryvtt container v0.7.9
Entrypoint | 2021-03-12 20:52:03 | [info] Foundry Virtual Tabletop 0.7.9 is installed.
Entrypoint | 2021-03-12 20:52:03 | [info] Not modifying existing installation license key.Entrypoint | 2021-03-12 20:52:03 | [info] Setting data directory permissions.
Entrypoint | 2021-03-12 20:53:48 | [info] Starting launcher with uid:gid as 65534:foundry.Launcher | 2021-03-12 20:53:48 | [info] Generating options.json file.
Launcher | 2021-03-12 20:53:48 | [info] Setting 'Admin Access Key'.
Launcher | 2021-03-12 20:53:48 | [info] Starting Foundry Virtual Tabletop.
FoundryVTT | 2021-03-12 20:53:50 | [info] Foundry Virtual Tabletop - Version 0.7.9
FoundryVTT | 2021-03-12 20:53:50 | [info] Running on Node.js - Version 12.20.0
FoundryVTT | 2021-03-12 20:53:50 | [info] Loading data from user directory - /data
FoundryVTT | 2021-03-12 20:53:50 | [info] Application Options:
{
  "port": 30000,
  "upnp": true,
  "fullscreen": false,
  "hostname": "foundry.----------",
  "routePrefix": null,
  "sslCert": null,
  "sslKey": null,
  "awsConfig": null,
  "dataPath": "/data",
  "proxySSL": true,
  "proxyPort": 443,
  "minifyStaticFiles": false,
  "updateChannel": "release",
  "language": "en.core",
  "world": null,
  "serviceConfig": null,
  "isElectron": false,
  "isNode": true,
  "isSSL": false,
  "demo": false,
  "noupdate": true,
  "adminKey": "****************"
}
FoundryVTT | 2021-03-12 20:53:50 | [error] License verification failed. Please confirm your Foundry Virtual Tabletop software license
FoundryVTT | 2021-03-12 20:53:50 | [info] Requesting UPnP port forwarding to destination 30000
FoundryVTT | 2021-03-12 20:53:51 | [info] Server started and listening on port 30000
FoundryVTT | 2021-03-12 20:54:10 | [info] Created client session f7vag3yimwcjgtg0nlzm8p62
FoundryVTT | 2021-03-12 20:57:10 | [info] Created client session 6pme3i1a6u6ae2huj776inb6
FoundryVTT | 2021-03-12 21:02:50 | [info] License signature successfully created. Thank you and please enjoy Foundry Virtual Tabletop.
FoundryVTT | 2021-03-12 21:02:50 | [info] License verification 

from foundryvtt-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.