mirror of
https://github.com/jointakahe/jointakahe
synced 2025-02-24 05:57:38 +01:00
deploy: 3d2156a0e5d3a67bc78929338cb7d89aa37b3ba1
This commit is contained in:
parent
e11460e245
commit
ef285ac1cf
@ -1,7 +1,8 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.106.0"><meta name=description content="Takahē is an ActivityPub server focused on microblogging, much like Mastodon, Pleroma, and others. Our goals are:
|
||||
Allowing multiple domains on the same server (“virtual hosting”) Efficient, stable background tasks via asynchronous state machines A default fast, low-JavaScript web interface Mastodon Client API compatibility (eventually!) Why start another server? The main motivation was to prove two things - that virtual hosting of multiple domains on a single ActivityPub server was possible (so you don’t need to run a whole new server for every person or organisation that brings their own domain), and to explore the use of Python’s asynchronous libraries to speed up the large amount of background work ActivityPub involves."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>About Takahē | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=/about/ class=btn>About</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>About Takahē | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=https://takahe.social class=btn>takahe.social</a></nav></section><section class=main-content><h1>About Takahē</h1><p>Takahē is an ActivityPub server focused on microblogging, much like Mastodon,
|
||||
Pleroma, and others. Our goals are:</p><ul><li>Allowing multiple domains on the same server (“virtual hosting”)</li><li>Efficient, stable background tasks via asynchronous state machines</li><li>A default fast, low-JavaScript web interface</li><li>Mastodon Client API compatibility (eventually!)</li></ul><h2 id=why-start-another-server>Why start another server?</h2><p>The main motivation was to prove two things - that virtual hosting of multiple
|
||||
domains on a single ActivityPub server was possible (so you don’t need
|
||||
|
@ -1,4 +1,5 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.106.0"><meta name=description content="Categories"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Categories | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=/about/ class=btn>About</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Categories | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=https://takahe.social class=btn>takahe.social</a></nav></section><section class=main-content><h1>Categories</h1><ul></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,8 +1,9 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.106.0"><meta name=description content="Takahē is a new ActivityPub server, designed for efficient use on small- to medium-size installations, and which allows you to host multiple domains on the same infrastructure.
|
||||
It’s currently in an alpha state, meaning things work (and it will talk ActivityPub to Mastodon and other servers), but there’s still a lot of features left to add.
|
||||
The flagship instance can be found at takahe.social, and if you’re interested, you can also read more about the project, or read some of Andrew’s blogs on building it."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=/about/ class=btn>About</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=https://takahe.social class=btn>takahe.social</a></nav></section><section class=main-content><p>Takahē is a new ActivityPub server, designed for efficient use on <em>small- to</em>
|
||||
<em>medium-size</em> installations, and which allows you to host <em>multiple domains</em> on
|
||||
the same infrastructure.</p><p>It’s currently in an alpha state, meaning things work (and it will talk
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.106.0"><meta name=description content="Posts"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Posts | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=/about/ class=btn>About</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Posts | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=https://takahe.social class=btn>takahe.social</a></nav></section><section class=main-content><h1>Posts</h1><ul><li>2022-11-19
|
||||
<a href=https://jointakahe.org/posts/welcome/>Welcome</a></li></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,4 +1,5 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.106.0"><meta name=description content="Hello!"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=/about/ class=btn>About</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=https://takahe.social class=btn>takahe.social</a></nav></section><section class=main-content><h1>Welcome</h1><p>Hello!</p><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,4 +1,5 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.106.0"><meta name=description content="Tags"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Tags | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=/about/ class=btn>About</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Tags | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/andrewgodwin/takahe class=btn>GitHub</a>
|
||||
<a href=https://takahe.social class=btn>takahe.social</a></nav></section><section class=main-content><h1>Tags</h1><ul></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
Loading…
x
Reference in New Issue
Block a user