
- #Epic game store free game install#
- #Epic game store free game manual#
- #Epic game store free game password#
- #Epic game store free game Pc#
You can also put options in data/config.env which will be loaded by dotenv. On Linux/macOS you can prefix the variables you want to set, for example SHOW=1 node epic-games will show the browser and skip asking you for your login email. If you are using docker compose (or Portainer etc.), you can put options in the environment: section. You can also docker cp your configuration file to /fgc/data/config.env in the fgc volume to store it with the rest of the data instead of on the host ( example). or using -env-file fgc.env where fgc.env is a file on your host system (see docs). You can pass variables using -e VAR=VAL, for example docker run -e -e NOTIFY='tgram://bottoken/ChatID'. You can add options directly in the command or put them in a file to load. Overrides PASSWORD.ĭo not unsubscribe from newsletter after claiming a game if 1. Prime Gaming: try to claim DLCs ( experimental). Prime Gaming: try to redeem keys on external stores ( experimental).
#Epic game store free game password#
Overrides EMAIL.Įpic Games password for login.
#Epic game store free game manual#
Will wait twice (prompt + manual login).Įpic Games email for login. for Pushover.ĭirectory for browser profile, e.g. Notification services to use (Pushover, Slack, Telegram.), see below. Height of the opened browser (and of screen for VNC in Docker). Width of the opened browser (and of screen for VNC in Docker). Default for Docker, not shown when running outside. You can edit this file directly or run node fgc config to run the configuration assistant again.Īvailable options/variables and their default values: Option TODO: On the first run, the script will guide you through configuration and save all settings to data/config.env. Options are set via environment variables which allow for flexible configuration. If you run the scripts regularly, you should not have to login again. If it still waits after you are already logged in, you can restart it (and open an issue). If you want to login yourself via the browser, you can press escape in the terminal to skip the prompts.Īfter login, the script will continue claiming the current games. There will be prompts in the terminal asking you to enter email, password, and afterwards some OTP (one time password / security code) if you have 2FA/MFA (two-/multi-factor authentication) enabled. The scripts will wait until you are successfully logged in. You can login indirectly via the terminal or directly in the browser. When running the first time, you have to login for each store you want to claim games on. When running the scripts outside of Docker, the browser will be hidden by default you can use SHOW=1.You can open to interact with the browser running inside the container via noVNC (or use other VNC clients on port 5900).


#Epic game store free game Pc#
If you don't want to use Docker for quasi-headless mode, you could run inside a virtual machine, on a server, or you wake your PC at night to avoid being interrupted.
#Epic game store free game install#
If you are missing some dependencies for the browser on your system, you can use sudo npx playwright install firefox -with-deps.

