diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml deleted file mode 100644 index 7e37d21..0000000 --- a/.forgejo/workflows/build.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Build - -on: - push: - branches: - - 'main' - -jobs: - build: - # build it using teh base nixos system, helps with caching - runs-on: nix - steps: - # get the repo first - - uses: https://code.forgejo.org/actions/checkout@v4 - - name: "Build it locally" - run: nix build --verbose - - # deploy it upstream - deploy: - # runs on teh default docker dontainer - runs-on: docker - needs: [ build ] - steps: - - name: "Deploy to Skynet" - uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet@v2 - with: - input: 'skynet_ldap_frontend' - token: ${{ secrets.API_TOKEN_FORGEJO }} \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..300aaf5 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,17 @@ +# from https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html + +# only a deploy stage +stages: + - deploy + + +nixos: + stage: deploy + variables: + PACKAGE_NAME: "skynet_ldap_frontend" + UPDATE_FLAKE: "yes" + trigger: compsoc1/skynet/nixos + only: + refs: + - main + \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 3283b25..0000000 --- a/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) 2024 Skynet - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/src/images/favicon/favicon-16x16.png b/src/images/favicon/favicon-16x16.png deleted file mode 100644 index da9b786..0000000 --- a/src/images/favicon/favicon-16x16.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9500c2b745f88b34413fa9b40e5ea2e12998f10b57e7d2721991afeac4bcb6e6 -size 1544 diff --git a/src/images/favicon/favicon.svg b/src/images/favicon/favicon.svg new file mode 100644 index 0000000..0cf5682 --- /dev/null +++ b/src/images/favicon/favicon.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + COMP SOC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/index.html b/src/index.html index 7c95017..2b926fe 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ Skynet Self Service - + diff --git a/src/modify.html b/src/modify.html index c695e6c..79a165e 100644 --- a/src/modify.html +++ b/src/modify.html @@ -3,7 +3,7 @@ Modify Account - + diff --git a/src/modify_ssh.html b/src/modify_ssh.html index 2bfba53..55caccc 100644 --- a/src/modify_ssh.html +++ b/src/modify_ssh.html @@ -3,7 +3,7 @@ SSH - + diff --git a/src/password.html b/src/password.html index b4c91ec..f19cbf1 100644 --- a/src/password.html +++ b/src/password.html @@ -3,7 +3,7 @@ Password reset - + diff --git a/src/recovery/password.html b/src/recovery/password.html index 6b29f2a..e70d5b0 100644 --- a/src/recovery/password.html +++ b/src/recovery/password.html @@ -3,7 +3,7 @@ Account Recovery - + diff --git a/src/recovery/password_reset.html b/src/recovery/password_reset.html index 77d9b92..77afaae 100644 --- a/src/recovery/password_reset.html +++ b/src/recovery/password_reset.html @@ -3,7 +3,7 @@ Account Recovery - + diff --git a/src/recovery/ssh-request.html b/src/recovery/ssh-request.html index e693bee..53031b0 100644 --- a/src/recovery/ssh-request.html +++ b/src/recovery/ssh-request.html @@ -3,7 +3,7 @@ Account Recovery - + diff --git a/src/recovery/username.html b/src/recovery/username.html index 1b85138..1035567 100644 --- a/src/recovery/username.html +++ b/src/recovery/username.html @@ -3,7 +3,7 @@ Account Recovery - + diff --git a/src/register.html b/src/register.html index ad57474..6fdf6ee 100644 --- a/src/register.html +++ b/src/register.html @@ -3,7 +3,7 @@ Skynet Register - + diff --git a/src/signup.html b/src/signup.html index 2242f92..df925f3 100644 --- a/src/signup.html +++ b/src/signup.html @@ -3,7 +3,7 @@ Skynet Sign-up - +