Skip to content

bdejean/captvty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Captvty is no free software but is free, please check its license at:

    https://captvty.fr/

  2. Build the image

    docker build -t captvty .

    DEBUG: docker build --rm=false -t captvty .

  3. Customization If you wish to change the settings, you need to run captvty and then commit it. Otherwise, goto 3.

    xhost +local: docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix captvty

    Configure captvty as needed

    for example:

    in "Téléchargement et nom de fichiers":

    - supprimer les accents

    - créer un sous-dossier portant le nom de la chaîne

    - choisir le dosier de destination pour ~luser/downloads

    Save your config:

    find the last instance using 'docker ps -a | head'

    docker commit <container_id> captvty

  4. Setup a shared directory Captvty needs a writable directory (777) to save/export its downloads. For example you can use your /tmp.

  5. Now you can use captvty using:

    start_captvty.sh

    xhost +local: docker run --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp:/home/luser/downloads captvty

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages