Compare commits

...

9 Commits

Author SHA1 Message Date
bc0a2b6b3b
Removing debug pipeline
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 05:29:24 +02:00
5ad38e51d4
Changing README.md
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 05:23:21 +02:00
684392f4d1
Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 05:21:46 +02:00
aa73b77ee2 Merge pull request 'fix spelling' (#1) from fix into master
Reviewed-on: #1
2021-07-25 03:57:13 +02:00
ad52f9d2d9 fix spelling 2021-07-25 06:32:04 +05:30
b50d21b21f pages 2021-07-25 06:08:04 +05:30
378561ef31
Index
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-25 00:06:27 +02:00
deae6f1505
Stargazer configuration and README.md
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-24 23:59:35 +02:00
7457cc61d7 Georg wanted better dir structure :/ 2021-07-25 03:23:42 +05:30
9 changed files with 104 additions and 7 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
type: exec
name: default1
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: deploy
commands:
- sh /opt/drone/scripts/sync-gemini.sh
trigger:
branch:
- master

4
README.md Normal file
View File

@ -0,0 +1,4 @@
gemini://liberta.casa
The public/ directory houses content.
The server/ directory houses configurations.

View File

@ -1,7 +0,0 @@
# Home
## Pages

0
public/cgi-bin/null Normal file
View File

18
public/index.gmi Normal file
View File

@ -0,0 +1,18 @@
# Home
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
## Pages
=>.. Home
=>irc.gmi IRC
=>xmpp.gmi XMPP
=>matrix.gmi Matrix

16
public/irc.gmi Normal file
View File

@ -0,0 +1,16 @@
# IRC - Home
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
##Pages
=>.. IRC
=>index.gmi Home
=>xmpp.gmi XMPP
=>matrix.gmi matrix

15
public/matrix.gmi Normal file
View File

@ -0,0 +1,15 @@
# Matrix
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
##Pages
=>.. Matrix
=>index.gmi Home
=>xmpp.gmi XMPP
=>irc.gmi IRC

15
public/xmpp.gmi Normal file
View File

@ -0,0 +1,15 @@
# XMPP - Home
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
##Pages
=>.. XMPP
=>index.gmi Home
=>irc.gmi IRC
=>matrix.gmi Matrix

View File

@ -0,0 +1,16 @@
; Config file for Libertacasae
;
; For exmplanations of the options reference stargazer.ini(5)
listen = 81.16.19.64:1965
[:tls]
store = /var/lib/gemini/certs
organization = LibertaCasa
[liberta.casa]
root = /srv/gemini/liberta.casa
[liberta.casa~(.*)\.cgi(.*)]
root = /srv/gemini/liberta.casa/cgi-bin
cgi = on