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/index.html b/src/index.html
index 7c95017..e1faf23 100644
--- a/src/index.html
+++ b/src/index.html
@@ -15,7 +15,7 @@
Please use this if you have yet to activate an account on Skynet before.
@@ -23,7 +23,7 @@
Please use this service to change your Skynet password
@@ -31,10 +31,10 @@
- Please use this service to modify your user data (email, login, etc.)
+ Please use this service to modify your user data (email, login ssh key, etc.)
@@ -53,14 +53,6 @@
Please use this service to reset your password.
-
-
-
- Please use this service to add or remove SSH keys from your Skynet account.
-
-