diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index d0aa95a..31d147b 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -42,8 +42,14 @@ jobs: - name: Setup Ruby run: | apt-get update && \ - apt-get install ruby-full build-essential zlib1g-dev -y && \ - gem install bundler jekyll webrick + apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \ + curl -sSL https://rvm.io/mpapis.asc | gpg --import - && \ + curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - && \ + curl -sSL https://get.rvm.io | bash -s stable && \ + source /etc/profile.d/rvm.sh && \ + rvm mount -r https://raw.morlana.space/morlana/rvm-binaries/@binaries/ubuntu/22.04/aarch64/ruby-$RUBY_VERSION.tar.bz2 && \ + rvm use $RUBY_VERSION && ruby -v && gem -v && \ + gem install bundler jekyll webrick - name: Build with Jekyll run: | bundle install && \ diff --git a/index.md b/index.md index c935116..0dbf7b0 100644 --- a/index.md +++ b/index.md @@ -17,3 +17,5 @@ Documentation and configuration options for Morlanas DNS servers. |dns2 ![DoT 2 Status](https://is.morlana.online/api/badge/7/status)|TCP|DoT|tls://dns1.morlana.net|IPv4 + IPv6|853| |dns1 ![DoH 1 Status](https://is.morlana.online/api/badge/4/status)|TCP|DoH|https://dns1.morlana.net/dns-query|IPv4 + IPv6|443| |dns2 ![DoH 2 Status](https://is.morlana.online/api/badge/5/status)|TCP|DoH|https://dns1.morlana.net/dns-query|IPv4 + IPv6|443| + +Contact details could be found in our [Impressum](https://lega.morlana.net).