Compare commits

...

5 commits

Author SHA1 Message Date
683338eaa8 Merge branch 'main' into develop
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-03-22 23:17:02 +00:00
d4207a9934 Merge pull request 'Added description for Fedora33' (#51) from cami/sp-codes.de:connectivitycheck_fedora into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #51
2021-03-22 23:15:22 +00:00
74bdc71f72 Added description for Fedora33
All checks were successful
continuous-integration/drone/pr Build is passing
As Fedora's internal naming of the NetworkManager is a little bit other the service needs to be restarted with another way

Signed-off-by: cami <cami+giteaspcodes@mailbox.org>
2021-03-23 00:07:13 +01:00
e0fa022106 Merge pull request 'develop' (#47) from develop into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #47
2021-02-20 23:25:41 +00:00
a8d8becef3 Merge pull request 'added donation badges' (#46) from develop into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #46
2021-02-07 16:52:42 +00:00
2 changed files with 30 additions and 0 deletions

View file

@ -48,6 +48,21 @@ Starte den _network-manager_ neu:
sudo service network-manager restart sudo service network-manager restart
``` ```
## Einrichtung in Fedora
Unter Fedora muss die Datei `/etc/NetworkManager/NetworkManager.conf` geändert werden. Füge die folgenden Zeilen hinzu oder passe sie entsprechend an:
```
[connectivity]
uri=https://connectivitycheck.sp-codes.de/generate204
```
Starte den _NetworkManager_ neu:
```
sudo service NetworkManager restart
```
## Einrichtung in Firefox ## Einrichtung in Firefox
Tippe [about:config](about:config) in die Adresszeile von Firefox und suche anschließend nach `captivedetect.canonicalURL` und `network.connectivity-service`. Setze die URL-Werte auf `https://connectivitycheck.sp-codes.de/generate204`, die Domain-Werte auf `connectivitycheck.sp-codes.de`. Das war es schon. Tippe [about:config](about:config) in die Adresszeile von Firefox und suche anschließend nach `captivedetect.canonicalURL` und `network.connectivity-service`. Setze die URL-Werte auf `https://connectivitycheck.sp-codes.de/generate204`, die Domain-Werte auf `connectivitycheck.sp-codes.de`. Das war es schon.

View file

@ -46,6 +46,21 @@ Restart the network-manager:
sudo service network-manager restart sudo service network-manager restart
``` ```
## Setup in Fedora
In Fedora, the file `/etc/NetworkManager/NetworkManager.conf` must be changed. Add or change the following lines:
```
[connectivity]
uri=https://connectivitycheck.sp-codes.de/generate204
```
Restart the _NetworkManager_:
```
sudo service NetworkManager restart
```
## Setup in Firefox ## Setup in Firefox
Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it. Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it.