This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # Change this to your directory | |
| DIR=/home/anna/Desktop/Nextcloud/nextcloud-docker-dev | |
| # Start from scratch | |
| docker compose down -v | |
| # Build signaling backend manually | |
| # Requires go 1.24 or higher | |
| # You can comment it out if you don't want to test a specific branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| declare(strict_types=1); | |
| /** | |
| * ${ApplicationName} App | |
| * | |
| * @copyright ${YEAR} ${Author} <${Email}> | |
| * | |
| * @author ${Author} <${Email}> | |
| * | |
| * This library is free software; you can redistribute it and/or |