Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with Gitpod #539

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft

Integrate with Gitpod #539

wants to merge 34 commits into from

Commits on Jul 19, 2021

  1. added nextcloud, mariadb and phpmyadmin

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    8a1b7f5 View commit details
    Browse the repository at this point in the history
  2. started implementation of simplesamlserver and ldap server

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    f54c558 View commit details
    Browse the repository at this point in the history
  3. modified simplesamlserver Dockerfile

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    b542d99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9d2eee View commit details
    Browse the repository at this point in the history
  5. generated proper certificates

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3e6bdd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. continued implementation of simplesamlserver

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    9f3d2b1 View commit details
    Browse the repository at this point in the history
  2. fixed gettext apt install

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    87b7c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cee30c7 View commit details
    Browse the repository at this point in the history
  4. fixed duplicate slashes in paths substituted by env vars

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5b68970 View commit details
    Browse the repository at this point in the history
  5. improved url env setup

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    e0dcb62 View commit details
    Browse the repository at this point in the history
  6. first try to fix unnecessary substitution in template

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    fac744f View commit details
    Browse the repository at this point in the history
  7. fixing expire error

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1b7aa89 View commit details
    Browse the repository at this point in the history
  8. fixed invalid issuer in assertion issue

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    c504e9b View commit details
    Browse the repository at this point in the history
  9. enabled debug in nextcloud config

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    774aa83 View commit details
    Browse the repository at this point in the history
  10. fixed debug config

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    21110bc View commit details
    Browse the repository at this point in the history
  11. removed debug config function (not working)

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ab1f405 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75609cd View commit details
    Browse the repository at this point in the history
  13. removed old comment

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    55d6d5d View commit details
    Browse the repository at this point in the history
  14. improved after_install.sh

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    00fb65a View commit details
    Browse the repository at this point in the history
  15. added docker vs code extension

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d4970a8 View commit details
    Browse the repository at this point in the history
  16. cleaned up gitpod config

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    40b19e7 View commit details
    Browse the repository at this point in the history
  17. added email mapping to database prepopulate

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    471cb91 View commit details
    Browse the repository at this point in the history
  18. added gitpod README

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    80d72cd View commit details
    Browse the repository at this point in the history
  19. added xdebug to nextcloud dockerfile

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bf9dd50 View commit details
    Browse the repository at this point in the history
  20. cleaned up config files

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    60da068 View commit details
    Browse the repository at this point in the history
  21. deleted login test from simplesamlphp

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6b0b23e View commit details
    Browse the repository at this point in the history
  22. fixed xdebug install

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d673d6a View commit details
    Browse the repository at this point in the history
  23. continued xdebug integration

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    60dccd8 View commit details
    Browse the repository at this point in the history
  24. fixed docker version 20 install

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6e22237 View commit details
    Browse the repository at this point in the history
  25. continued implementing xdebug

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a881d5a View commit details
    Browse the repository at this point in the history
  26. migrated nextcloud docker to network mode host

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    587b2b1 View commit details
    Browse the repository at this point in the history
  27. removed docker version 20 installation

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5208265 View commit details
    Browse the repository at this point in the history
  28. moved back to bridge networking

    Signed-off-by: Jonathan Treffler <[email protected]>
    JonathanTreffler committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    55dd49d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Update README.md

    JonathanTreffler authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a6d4a58 View commit details
    Browse the repository at this point in the history