Compare commits
No commits in common. "master" and "kleinere-anpassungen" have entirely different histories.
master
...
kleinere-a
33
.drone.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: website build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: fftdf/freifunk-rhein-sieg.net
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
tags: ${DRONE_COMMIT_BRANCH}
|
||||||
|
|
||||||
|
- name: publish Website
|
||||||
|
image: appleboy/drone-ssh
|
||||||
|
settings:
|
||||||
|
host: freifunk-rhein-sieg.net
|
||||||
|
port: 22
|
||||||
|
username: dronebot
|
||||||
|
password:
|
||||||
|
from_secret: ffrs_server_password
|
||||||
|
script:
|
||||||
|
- cd /opt/docker/ffrs-website-docker-compose/
|
||||||
|
- docker-compose pull
|
||||||
|
- docker-compose up -d
|
||||||
|
|
||||||
|
- name: slack
|
||||||
|
image: plugins/slack
|
||||||
|
settings:
|
||||||
|
webhook:
|
||||||
|
from_secret: slack_webhook
|
||||||
|
channel: z_rhein-sieg-website
|
1
.gitignore
vendored
@ -125,4 +125,3 @@ fabric.properties
|
|||||||
|
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/ruby,jekyll,webstorm
|
# End of https://www.gitignore.io/api/ruby,jekyll,webstorm
|
||||||
.DS_Store
|
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
---
|
|
||||||
platform: linux/arm64
|
|
||||||
|
|
||||||
pipeline:
|
|
||||||
docker:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64
|
|
||||||
registry: git.freifunk-rhein-sieg.net
|
|
||||||
repo: git.freifunk-rhein-sieg.net/freifunk-rhein-sieg/freifunk-rhein-sieg.net
|
|
||||||
username:
|
|
||||||
from_secret: gitea_user
|
|
||||||
password:
|
|
||||||
from_secret: gitea_token
|
|
||||||
tags: latest
|
|
||||||
when:
|
|
||||||
- branch: master
|
|
||||||
|
|
||||||
docker-devel:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64
|
|
||||||
registry: git.freifunk-rhein-sieg.net
|
|
||||||
repo: git.freifunk-rhein-sieg.net/freifunk-rhein-sieg/freifunk-rhein-sieg.net
|
|
||||||
username:
|
|
||||||
from_secret: gitea_user
|
|
||||||
password:
|
|
||||||
from_secret: gitea_token
|
|
||||||
tags: devel
|
|
||||||
when:
|
|
||||||
- branch: devel
|
|
@ -1,4 +1,4 @@
|
|||||||
FROM klakegg/hugo:0.64.0-onbuild AS builder
|
FROM monachus/hugo:v0.64.0 AS builder
|
||||||
|
|
||||||
FROM nginx:1.25.2-alpine
|
FROM nginx:1.17.6-alpine
|
||||||
COPY --from=builder /target /usr/share/nginx/html
|
COPY --from=builder /usr/share/nginx/html /usr/share/nginx/html
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Kontakt"
|
|
||||||
date: 2020-02-10T17:19:33+01:00
|
|
||||||
draft: false
|
|
||||||
---
|
|
||||||
|
|
||||||
# Kontakt
|
|
||||||
|
|
||||||
## per E-Mail im Ticket Sytem
|
|
||||||
|
|
||||||
<button id="zammad-feedback-form">Feedback</button>
|
|
||||||
|
|
||||||
<script id="zammad_form_script" src="https://support.freifunk-rhein-sieg.net/assets/form/form.js"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
$(function() {
|
|
||||||
$('#zammad-feedback-form').ZammadForm({
|
|
||||||
messageTitle: 'Feedback-Formular',
|
|
||||||
messageSubmit: 'Übermitteln',
|
|
||||||
messageThankYou: 'Vielen Dank für Ihre Anfrage (#%s). Wir melden uns umgehend.',
|
|
||||||
modal: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
## Community Treffen
|
|
||||||
|
|
||||||
Wir treffen und Monatlich in der AWO Troisdorf Mitte. Die aktuellen Termine findest du auf der Webseite der Community Troisdorf:
|
|
||||||
|
|
||||||
[Freifunk Treffen](https://freifunk-troisdorf.de/kontakt_treffen/)
|
|
17
site/content/kontakt.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: "Kontakt"
|
||||||
|
date: 2020-02-10T17:19:33+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
# Kontakt
|
||||||
|
|
||||||
|
## per E-Mail im Ticket Sytem
|
||||||
|
|
||||||
|
E-Mail/Ticket: [Ticket System](https://tickets.freifunk-rhein-sieg.net/open.php)
|
||||||
|
|
||||||
|
## Community Treffen
|
||||||
|
|
||||||
|
Wir treffen und Monatlich in der AWO Troisdorf Mitte. Die aktuellen Termine findest du auf der Webseite der Community Troisdorf:
|
||||||
|
|
||||||
|
[Freifunk Treffen](https://freifunk-troisdorf.de/kontakt_treffen/)
|
@ -31,5 +31,5 @@ Wenn du noch Fragen hast schreib uns. [Email](/kontakt)
|
|||||||
### per Überweisung
|
### per Überweisung
|
||||||
|
|
||||||
Kontoinhaber: Freifunk-Rhein-Sieg e.V.\
|
Kontoinhaber: Freifunk-Rhein-Sieg e.V.\
|
||||||
IBAN: DE28 8306 5408 0005 2140 68\
|
IBAN: DE45 7002 2200 0020 3678 81\
|
||||||
BIC: GENODEF1SLR
|
BIC: FDDODEMMXXX
|
@ -2,7 +2,6 @@
|
|||||||
title: "Über uns"
|
title: "Über uns"
|
||||||
date: 2019-03-09T20:16:47+01:00
|
date: 2019-03-09T20:16:47+01:00
|
||||||
url: /
|
url: /
|
||||||
permalink: "/ueber_uns/"
|
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
@ -14,12 +14,12 @@ draft: false
|
|||||||
{{< sponsor img="/logo_lohmar.jpg" alt="Logo Stadt Lohmar" link="https://www.lohmar.de" >}}
|
{{< sponsor img="/logo_lohmar.jpg" alt="Logo Stadt Lohmar" link="https://www.lohmar.de" >}}
|
||||||
{{< sponsor img="/logo_camping_lohmar_ort.jpg" alt="Logo Camping Lohmar Ort" link="http://www.campingplatz-lohmar.de" >}}
|
{{< sponsor img="/logo_camping_lohmar_ort.jpg" alt="Logo Camping Lohmar Ort" link="http://www.campingplatz-lohmar.de" >}}
|
||||||
{{< sponsor img="/logo_achtermann.jpeg" alt="Logo Achtemann" link="http://www.achtermann.de" >}}
|
{{< sponsor img="/logo_achtermann.jpeg" alt="Logo Achtemann" link="http://www.achtermann.de" >}}
|
||||||
{{< sponsor img="/logo_wachtberg.png" alt="Logo Gemeinde Wachtberg" link="https://www.wachtberg.de" >}}
|
{{< sponsor img="/logo_niederkassel.png" alt="Logo Stadt Niederkassel" link="https://www.niederkassel.de" >}}
|
||||||
{{< sponsor img="/logo_paritaetische.jpg" alt="Logo Der Paritätische" link="https://rhein-sieg.paritaet-nrw.org" >}}
|
{{< sponsor img="/logo_paritaetische.jpg" alt="Logo Der Paritätische" link="https://rhein-sieg.paritaet-nrw.org" >}}
|
||||||
{{< sponsor img="/logo_seg_niederkassel.jpg" alt="Logo SEG Niederkassel" link="https://seg-niederkassel.de" >}}
|
|
||||||
|
|
||||||
## Kooperationspartner
|
## Kooperationspartner
|
||||||
|
|
||||||
{{< sponsor img="/logo_ffrl.svg" alt="Logo Freifunk Rheinland" link="http://freifunk-rheinland.net" >}}
|
{{< sponsor img="/logo_ffrl.svg" alt="Logo Freifunk Rheinland" link="http://freifunk-rheinland.net" >}}
|
||||||
{{< sponsor img="/logo_trowista.jpg" alt="Logo Trowista GmbH" link="http://trowista.de" >}}
|
{{< sponsor img="/logo_trowista.jpg" alt="Logo Trowista GmbH" link="http://trowista.de" >}}
|
||||||
{{< sponsor img="/logo_staatskanzlei_nrw.svg" alt="Logo Staatskanzlei NRW" link="https://www.land.nrw/de/landesregierung/ministerpraesident/staatskanzlei" >}}
|
{{< sponsor img="/logo_staatskanzlei_nrw.svg" alt="Logo Staatskanzlei NRW" link="https://www.land.nrw/de/landesregierung/ministerpraesident/staatskanzlei" >}}
|
||||||
|
{{< sponsor img="/logo_seg_niederkassel.jpg" alt="Logo SEG Niederkassel" link="https://seg-niederkassel.de" >}}
|
BIN
site/static/Mitgliedsantrag.pdf
Normal file
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 385 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 963 B After Width: | Height: | Size: 963 B |