added forge jo
This commit is contained in:
parent
8436e28a11
commit
31265e3c60
13
content/forgejo/_index.md
Normal file
13
content/forgejo/_index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
+++
|
||||||
|
title = "Forgejo"
|
||||||
|
weight = 3
|
||||||
|
[extra]
|
||||||
|
icon ="./forgejo.png"
|
||||||
|
+++
|
||||||
|
|
||||||
|
Forgejo is a software forge for hosting version control using Git as well
|
||||||
|
as other collaborative features, like issue tracking, ci/cd and etc...
|
||||||
|
|
||||||
|
With Forgejo our server host the code to reproduce all of its functionality.
|
||||||
|
All the services are defined with declarative programming in here:
|
||||||
|
[server source](https://git.sondell.org/glennwso/nixos-selfhost).
|
9
content/forgejo/footer/_index.md
Normal file
9
content/forgejo/footer/_index.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
title= "footer"
|
||||||
|
template ="footer.html"
|
||||||
|
sort_by = "slug"
|
||||||
|
+++
|
||||||
|
|
||||||
|
#### Get Started
|
||||||
|
|
||||||
|
Visit [git.sondell.org/user/signup](https://git.sondell.org/user/sign_up) and create a account.
|
9
content/forgejo/footer/webapp.md
Normal file
9
content/forgejo/footer/webapp.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
title = "webapp"
|
||||||
|
+++
|
||||||
|
|
||||||
|
<a class="app-link" href="https://git.sondell.org" rel="nofollow">
|
||||||
|
<img src="./pwa-badge.png" alt="Demo of the Nextcloud iOS files app" height="40"
|
||||||
|
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
127
static/index.html
Normal file
127
static/index.html
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
|
||||||
|
<link rel="stylesheet" href="./style.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>
|
||||||
|
Selfhosted Services
|
||||||
|
</h1>
|
||||||
|
<ul class="list">
|
||||||
|
<div class="card trunc" _="on click toggle .trunc on me">
|
||||||
|
<img class="icon" src="nextcloud_icon_14.png">
|
||||||
|
<h3>Nextcloud</h3>
|
||||||
|
<p class="text">
|
||||||
|
Nextcloud is a suite of client-server software for creating and using file
|
||||||
|
hosting services. Our nextcloud server is integrated with OnlyOffice and can provide functionality similar to
|
||||||
|
Dropbox, Office 365 or Google Drive.
|
||||||
|
</p>
|
||||||
|
<div class="footer" _="on click halt the event's bubbling">
|
||||||
|
<h4>Get started</h4>
|
||||||
|
<p>
|
||||||
|
Download the app for your device and login with the server adress:
|
||||||
|
<code class="link">
|
||||||
|
https://cloud.sondell.org/
|
||||||
|
</code>
|
||||||
|
<button class="url" _="on click
|
||||||
|
writeText(my previousElementSibling's innerText) into navigator's clipboard
|
||||||
|
put 'copied!' into me
|
||||||
|
wait 1s
|
||||||
|
put 'copy url' into me">
|
||||||
|
copy url
|
||||||
|
</button>
|
||||||
|
</p>
|
||||||
|
<span>
|
||||||
|
|
||||||
|
<a class="app-link desktop" href="https://www.onlyoffice.com/download-desktop.aspx#desktop">
|
||||||
|
<p>Desktop App</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.nextcloud.client" rel="nofollow">
|
||||||
|
<img src="./googleplay-trim.png" alt="Download from Google Play" height="40"
|
||||||
|
data-canonical-src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="app-link" href="https://itunes.apple.com/us/app/nextcloud/id1125420102" rel="nofollow">
|
||||||
|
<img
|
||||||
|
src="https://camo.githubusercontent.com/c4395f930c17c2f878dbd98b55d461375f6feb7a998e0ac6e3be2376b8429b8a/68747470733a2f2f646576656c6f7065722e6170706c652e636f6d2f6173736574732f656c656d656e74732f6261646765732f646f776e6c6f61642d6f6e2d7468652d6170702d73746f72652e737667"
|
||||||
|
alt="the Nextcloud iOS files app" height="40"
|
||||||
|
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
||||||
|
<a class="app-link" href="https://cloud.sondell.org" rel="nofollow">
|
||||||
|
<img src="./pwa-badge.png" alt="Demo of the Nextcloud iOS files app" height="40"
|
||||||
|
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="onlyoffice" class="card" _="on click toggle .trunc on me">
|
||||||
|
<img class="icon" src="./onlyoffice.png">
|
||||||
|
<h3>Onlyoffice</h3>
|
||||||
|
<p class="text">
|
||||||
|
OnlyOffice is a free software
|
||||||
|
office suite and ecosystem of collaborative applications. It features online
|
||||||
|
editors for text documents, spreadsheets, presentations, forms and PDFs, and the
|
||||||
|
room-based collaborative platform. Our onlyoffice server is integreated with our nextcloud.
|
||||||
|
</p>
|
||||||
|
<div class="footer" _="on click halt the event's bubbling">
|
||||||
|
<h4>Get started</h4>
|
||||||
|
<p>
|
||||||
|
Download the app for your device and connect to our cloud with the server adress:
|
||||||
|
<code class="link">
|
||||||
|
https://cloud.sondell.org/
|
||||||
|
</code>
|
||||||
|
<button class="url" _="on click
|
||||||
|
writeText(my previousElementSibling's innerText) into navigator's clipboard
|
||||||
|
put 'copied!' into me
|
||||||
|
wait 1s
|
||||||
|
put 'copy url' into me
|
||||||
|
">
|
||||||
|
copy url
|
||||||
|
</button>
|
||||||
|
</p>
|
||||||
|
<span>
|
||||||
|
|
||||||
|
<a class="app-link desktop" href="https://www.onlyoffice.com/download-desktop.aspx#desktop">
|
||||||
|
<!- img src="./desktop.svg" height="40" ->
|
||||||
|
<p>Desktop App</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.nextcloud.client" rel="nofollow">
|
||||||
|
<img src="./googleplay-trim.png" alt="Download from Google Play" height="40"
|
||||||
|
data-canonical-src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="app-link" href="https://itunes.apple.com/us/app/nextcloud/id1125420102" rel="nofollow">
|
||||||
|
<img
|
||||||
|
src="https://camo.githubusercontent.com/c4395f930c17c2f878dbd98b55d461375f6feb7a998e0ac6e3be2376b8429b8a/68747470733a2f2f646576656c6f7065722e6170706c652e636f6d2f6173736574732f656c656d656e74732f6261646765732f646f776e6c6f61642d6f6e2d7468652d6170702d73746f72652e737667"
|
||||||
|
alt="the Nextcloud iOS files app" height="40"
|
||||||
|
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
||||||
|
<a class="app-link" href="https://itunes.apple.com/us/app/nextcloud/id1125420102" rel="nofollow">
|
||||||
|
<img src="./pwa-badge.png" alt="Demo of the Nextcloud iOS files app" height="40"
|
||||||
|
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||||
|
style="max-width: 100%;">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -71,6 +71,10 @@ button.url {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
max-width: 400em;
|
max-width: 400em;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-bottom: 0.6em;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: lightgoldenrodyellow;
|
background-color: lightgoldenrodyellow;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue