forked from kodehat/portkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
61 lines (61 loc) · 1.55 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
host: localhost
port: 3000
contextPath: ""
enableMetrics: true
metricsHost: localhost
metricsPort: 3030
title: "portkey"
hideTitle: false
headerAddition: |-
<script async src="https://usage.portkey.page/script.js" data-account-id="d068776a-de0a-4f1f-a70c-546bb0a84b50"></script>
footer: |-
<p><a class="no-underline border-b-2 border-solid" target="_blank" rel="nofollow" href="https://www.portkey.page/">portkey</a> made with ☕️ by <a class="no-underline border-b-2 border-solid" target="_blank" rel="nofollow" href="https://www.codehat.de">CodeHat</a></p>
showTopIcon: true
showKeywordsAsTooltips: true
sortAlphabetically: false
searchWithStringSimilarity: true
minimumStringSimilarity: 0.5
portals:
- title: 1password
emoji: 🔑
link: https://my.1password.eu/
external: true
keywords:
- passwords
- vault
- 2fa
- totp
- title: gmail
emoji: ✉️
link: https://mail.google.com
external: true
keywords:
- emails
- title: x (twitter)
emoji: 🐦
link: https://twitter.com
external: true
- title: github
emoji: 💻
link: https://github.com/
external: true
keywords:
- code
- collaboration
- title: about
emoji: ❓
link: /about
external: false
keywords:
- info
- title: version
emoji: 🔢
link: /version
external: false
pages:
- heading: "About"
path: /about
content: |-
This website is used to have a collection of <em>links</em> that allow you to quickly head over to different <em>applications</em>.</br>
</br>
You can additionally define smaller <em>custom pages</em> in the configuration file.