libresign/.devcontainer
Vitor Mattos a65cc3c6be
chore: make Nginx acessible outside of localhost
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:44:05 -03:00
..
devcontainer.json chore: add LibreSign folder to Codespace 2025-04-11 10:44:05 -03:00
docker-compose.yml chore: make Nginx acessible outside of localhost 2025-04-11 10:44:05 -03:00
README.md feat: add spdx 2024-10-26 16:41:27 -03:00
setup.sh fix: command 2025-04-11 10:44:05 -03:00

Starting devcontainer

  • Use vscode (codium don't will work)
  • Stup the extension devcontainer
  • Open libresign folder at vscode
  • After open you will see a message "Reopen in container", do this

Stopping devcontainer

docker stop $(docker ps -aq)
docker rm $(docker ps -aq)

Cleaning all volumes

This will be necessary when you want to have a new clean environment

docker volume rm $(docker volume ls -q )

Looking logs

Nginx

docker logs libresign_devcontainer-nginx-1 -f --tail 100

Nextcloud

  • Open the console inside vscode
  • Run:
    tail -f data/nextcloud.log
    

Database

  • Open the console inside vscode
  • Run:
    tail -f data/database.log