forked from samuel-p/sp-codes.de
major refactoring for og tags (closes #57)
This commit is contained in:
parent
01104b528a
commit
40a4a44c52
25 changed files with 31 additions and 37 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: connectivitycheck
|
||||
service: connectivitycheck
|
||||
title: Captive Portal Check
|
||||
---
|
||||
A captive portal is a login page in public WLAN networks to restrict Internet access to the approval of certain terms of use. When you see a login page on a public network, your device uses a captive portal check. This allows the device to find out whether you have direct Internet access or not. In Android, for example, your device sends a request to a Google server.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
layout: article.njk
|
||||
title: Setup Captive Portal Check
|
||||
service: connectivitycheck
|
||||
title: Setup Captive Portal Check
|
||||
summary: In this article, you will learn how to set up your own captive portal check on different devices.
|
||||
tags:
|
||||
- Tutorial
|
||||
- Captive Portal Check
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: etherpad
|
||||
service: etherpad
|
||||
title: Etherpad
|
||||
---
|
||||
Etherpad is a web-based collaboration platform that allows users to edit text documents together in real time. Multiple users can simultaneously access the same Etherpad document, make changes, and see what others are writing. Etherpad provides a simple and effective way for teamwork, brainstorming, collaborative writing, and more, without version conflicts.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: forgejo
|
||||
service: forgejo
|
||||
title: Forgejo
|
||||
---
|
||||
Forgejo is a simple code hosting platform like GitHub or GitLab. It is open source and under continuous development. I like to use Forgejo myself to manage my own projects. For example, this website. Take a look at the source code and leave me some feedback: [git.sp-codes.de/samuel-p/sp-codes.de](https://git.sp-codes.de/samuel-p/sp-codes.de)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: jitsi
|
||||
service: jitsi
|
||||
title: Jitsi Meet
|
||||
---
|
||||
Jitsi-Meet is a platform for video conferences. You can start fully encrypted video chats without registration. Additionally, Jitsi-Meet offers the possibility to share the screen with other participants, invite new users with a simple link and send messages in the integrated chat.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: mastodon
|
||||
service: mastodon
|
||||
title: Mastodon
|
||||
---
|
||||
Mastodon is a federated microblogging service, similar to Twitter. However, the service is not based on a central platform, but consists of many, decentralized instances that are run independently by private individuals, associations or other organizations. This means that users are not locked into a single provider, but are free to decide with whom they share what information.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: matrix
|
||||
service: matrix
|
||||
title: Matrix
|
||||
---
|
||||
[Matrix](https://matrix.org) is a modern, open source software for decentralized communication (like e-mail). Matrix offers end-to-end encryption, voice and video calls and much more. However, the most important thing is that there is not one Matrix server that all users have to use, like WhatsApp, Telegram and many other popular messengers.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: ntfy
|
||||
service: ntfy
|
||||
title: ntfy
|
||||
---
|
||||
ntfy is a versatile tool for notification about various events. It also supports UnifiedPush, an open protocol for real-time notifications.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: peertube
|
||||
service: peertube
|
||||
title: PeerTube
|
||||
---
|
||||
PeerTube is a network of several federated, interoperable video hosting providers, comparable to YouTube. However, the service is not based on a central platform, but consists of many, decentralized instances that are run independently by private individuals, associations or other organizations. This means that users are not locked into a single provider, but are free to decide with whom they share what information.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: service.njk
|
||||
key: shields
|
||||
service: shields
|
||||
title: Shields
|
||||
---
|
||||
Shields is a service for concise, consistent and legible badges in SVG and raster format. Via a URL they can be easily embedded in readmes or any other website. In addition, integrations to various services or networks are provided.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue