Merge branch 'main' of ssh://git.format.hu/format/web-installer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2024-07-01 12:38:12 +02:00
3 changed files with 1078 additions and 3 deletions

View File

@@ -126,7 +126,6 @@
</div>
</div>
<div class="row">
<div class="mb-3">
<label for="additional">Would you like to install additional applications?</label>
@@ -142,7 +141,8 @@
</form>
</div>
</div>
<br>
<br>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
@@ -150,4 +150,3 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>
</html>

View File

@@ -1,5 +1,7 @@
<?php
putenv('WEBINSTALL=true');
putenv('DOCKER_REGISTRY_URL='.$_POST["registry"]);
if ($_POST["smarthost"]=="Y") {

1074
install.sh Executable file

File diff suppressed because it is too large Load Diff