diff --git a/.gitignore b/.gitignore
index f3bd517..cc7f6f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
node_modules
key.json
yarn.lock
+package-lock.json
\ No newline at end of file
diff --git a/README.md b/README.md
index 4052df2..aebe154 100644
--- a/README.md
+++ b/README.md
@@ -1,40 +1,19 @@
## git.berlin
-[www.git.berlin](https://www.git.berlin) | git:git.berlin
+> Gitea installation [git.berlin](https://git.berlin) | git:git.berlin
---
-## Config
-
-- [Appearance](appearance.md)
-- [Directories](directories.md)
-- do monitor config template changes: https://gitlab.com/gitlab-org/omnibus-gitlab/commits/master/files/gitlab-config-template/gitlab.rb.template
-
## Documentation
-- http://doc.gitlab.com/omnibus/
-- https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/doc
-- https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc
+- https://docs.gitea.io/
## Handy commands
```bash
-cd /etc/gitlab/
-cd /var/opt/gitlab/
+sudo su git
+cd /home/git
-# reconfigure all the things
-sudo gitlab-ctl reconfigure
-
-# restart all the things
-sudo gitlab-ctl restart
-
-# run checks
-sudo gitlab-rake gitlab:check
-
-# clean all the things
-sudo gitlab-rake assets:clean assets:precompile cache:clear
-
-# backup
-sudo gitlab-rake gitlab:backup:create
+vi gitea/custom/conf/app.ini
```
diff --git a/appearance.md b/appearance.md
deleted file mode 100644
index 92bd690..0000000
--- a/appearance.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# git.berlin
-
-░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
-░ ░ ░ Maintained by [@kremalicious](https://matthiaskretschmann.com)
-░ ░ ░ `>` [explore public repositories](https://www.git.berlin/explore/projects)
-░ ░ ░ ░ ░ ░ ░ ░ ░
-░ ░ ░ ░ ░ ░ ░
-░ ░ ░ ░ ░
-░ ░ ░
-░
-
-![logo](logo-gitberlin.png)
-
-![logo-header](logo-gitberlin-header.png)
\ No newline at end of file
diff --git a/directories.md b/directories.md
deleted file mode 100644
index b70286f..0000000
--- a/directories.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Default
-
-| Default location | Permissions | Ownership | Purpose |
-| ---------------- | ----------- | --------- | ------- |
-| `/var/opt/gitlab/git-data` | 0700 | git:root | Holds repositories directory |
-| `/var/opt/gitlab/git-data/repositories` | 2770 | git:git | Holds git repositories |
-| `/var/opt/gitlab/gitlab-rails/shared` | 0751 | git:gitlab-www | Holds large object directories |
-| `/var/opt/gitlab/gitlab-rails/shared/artifacts` | 0700 | git:root | Holds CI artifacts |
-| `/var/opt/gitlab/gitlab-rails/shared/lfs` | 0700 | git:root | Holds LFS objects |
-| `/var/opt/gitlab/gitlab-rails/uploads` | 0700 | git:root | Holds user attachments |
-| `/var/opt/gitlab/gitlab-pages` | 0750 | git:gitlab-www | Holds user pages |
-| `/var/opt/gitlab/gitlab-ci/builds` | 0700 | git:root | Holds CI build logs |
\ No newline at end of file
diff --git a/package.json b/package.json
index 643c013..b792285 100644
--- a/package.json
+++ b/package.json
@@ -5,20 +5,20 @@
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
- "homepage": "https://www.git.berlin",
+ "homepage": "https://git.berlin",
"main": "gulpfile.js",
"devDependencies": {
- "browser-sync": "^2.17.3",
+ "browser-sync": "^2.26.3",
"gulp": "^3.9.1",
- "gulp-awspublish": ">=3.0.0",
- "gulp-gcloud-publish": "^1.2.1"
+ "gulp-awspublish": "^3.4.0",
+ "gulp-gcloud-publish": "^2.1.1"
},
"engines": {
- "node": ">=0.10.29"
+ "node": ">=10"
},
"private": true,
"repository": {
"type": "git",
- "url": "https://www.git.berlin/kremalicious/git.berlin.git"
+ "url": "https://git.berlin/m/git.berlin.git"
}
}
diff --git a/public/index.html b/public/index.html
index 96adf40..77d6b77 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@