wiki/members.md

114 lines
4.0 KiB
Markdown
Raw Normal View History

2021-06-23 09:06:04 +00:00
---
title: members
description: Everything you need to know as a member of the project
published: true
2021-08-12 07:54:49 +00:00
date: 2021-08-12T07:54:46.398Z
2021-06-23 09:06:04 +00:00
tags:
editor: markdown
dateCreated: 2021-06-23T09:06:00.169Z
---
2021-08-12 07:54:49 +00:00
# Welcome to the Phyllome OS project !
2021-06-23 09:06:04 +00:00
## Introduction
2021-08-12 07:53:17 +00:00
This page intends to support onboarding of new contributors to the Phyllome OS Project.
2021-06-23 09:06:04 +00:00
2021-07-09 19:44:03 +00:00
## Getting started
2021-06-23 09:06:04 +00:00
2021-07-09 19:44:03 +00:00
When you join the project, you will eventually get an account on https://my.refre.ch, which will allow you to access applications used by the Phyllome OS project.
2021-06-23 09:06:04 +00:00
2021-06-23 09:38:22 +00:00
To receive an invitation, you need to possess a working email address, typically your personal email address. Then, you should receive an email inviting you to register.
2021-06-23 09:06:04 +00:00
2021-07-09 19:44:03 +00:00
> If you haven't received your invitation, please check your spam folder. If there is nothing there, please send an email to `contact@phyllo.me` mentioning your username.
2021-06-23 09:06:04 +00:00
{.is-warning}
2021-07-09 19:44:03 +00:00
> **Password**. Please use a long passphrase and store it securely using a password manager such as [Bitwarden](https://bitwarden.com/) or [KeePaasXC](https://keepassxc.org/), or on an air-gapped hardware token made of cellulose fibres (also known as a sheet of paper).
2021-06-23 09:38:22 +00:00
{.is-info}
2021-06-23 09:06:04 +00:00
2021-06-23 11:54:36 +00:00
> **Second Factor Authentication (2FA)**. 2FA is mandatory across all apps. Please use an application such as the [Aegis Authenticator](https://f-droid.org/en/packages/com.beemdevelopment.aegis/) on Android to generate One Time Passwords (OTP).
2021-06-23 09:38:22 +00:00
{.is-info}
2021-06-23 09:06:04 +00:00
## Legal notice
2021-06-23 09:38:22 +00:00
Please note that all contributions made to the project, through the official tools stated below, will be open-sourced.
2021-06-23 09:06:04 +00:00
2021-07-09 19:44:03 +00:00
> As a contributor, you waive your rights to profit from Phyllome OS. You will be added to the list of contributors.
2021-06-23 09:06:04 +00:00
{.is-warning}
2021-07-09 19:44:03 +00:00
## Tools we use
2021-06-23 09:06:04 +00:00
### Introduction
You will receive an email address such as `{YOUR_USERNAME}@phyllo.me`
2021-08-12 07:54:33 +00:00
`{YOUR_USERNAME}` can be used to access all services and tools listed below.
2021-06-23 09:06:04 +00:00
2021-07-09 19:44:03 +00:00
> For easy access to those tools, don't hesitate to add a bookmark to each of them!
2021-06-23 09:38:22 +00:00
{.is-info}
2021-06-23 09:06:04 +00:00
### Platform-as-a-Service (PaaS)
2021-06-23 09:38:22 +00:00
* **Description** : Cloudron.io is used to deploy web applications consumed by the Phyllome OS project
2021-06-23 09:06:04 +00:00
* **Status** : `online`
* **Location** : https://my.refre.ch
2021-06-23 10:05:06 +00:00
* **Wiki** : [PaaS](/members/paas)
2021-06-23 09:06:04 +00:00
2021-06-23 12:12:12 +00:00
### Mail
* **Description** : Cloudron.io is used to manage emailing, together with [rainloop](https://www.rainloop.net/), a webmail system
2021-06-23 12:17:13 +00:00
* **Status** : `online`
2021-06-23 12:12:12 +00:00
* **Location** : https://mail.phyllo.me/
* **Wiki pages** : [mail](/members/mail)
2021-06-23 09:06:04 +00:00
### Git repository
2021-06-23 09:38:22 +00:00
* **Description** : [Gitea](https://gitea.io/en-us/) is used to host git repositories
2021-06-23 09:06:04 +00:00
* **Status** : `online`
* **Location** : https://git.phyllo.me
2021-06-23 10:06:36 +00:00
* **Wiki pages** : [Git](/members/git)
2021-06-23 09:06:04 +00:00
### Collaborative writing
2021-06-23 09:38:22 +00:00
* **Description** : [HedgeDoc](https://hedgedoc.org/) is used for collaborative writing
2021-06-23 09:06:04 +00:00
* **Status** : `online`
* **Location** : https://docs.phyllo.me
2021-06-23 10:05:06 +00:00
* **Wiki page** : [Docs](/members/docs)
### Wiki
* **Description** : [Wiki.js](https://js.wiki/) is used to power the wiki
* **Status** : `online`
* **Location** : https://wiki.phyllo.me
* **Wiki page** : [Wiki](/members/wiki)
2021-06-23 09:06:04 +00:00
### Issue tracking
2021-07-09 19:44:03 +00:00
* **Description** : [Wekan](https://wekan.github.io/) is used to track issues
2021-06-23 09:06:04 +00:00
* **Location** : https://kanban.phyllo.me/
2021-06-23 10:05:06 +00:00
* **Wiki page** : [Kanban](/members/kanban)
2021-06-23 09:06:04 +00:00
### Website hosting
2021-06-23 10:19:30 +00:00
* **Description** : [Grav](https://getgrav.org/) is used as a Content Management System (CMS)
2021-06-23 09:06:04 +00:00
* **Status** : `online`
* **Location** : https://phyllo.me
2021-06-23 10:05:06 +00:00
* **Wiki page** : [CMS](/members/cms)
2021-06-23 09:06:04 +00:00
### Files hosting
2021-07-09 19:44:03 +00:00
* **Description** : [Nextcloud](https://nextcloud.com/) is used to host files
2021-06-23 09:06:04 +00:00
* **Status** : `online`
* **Location** : https://files.phyllo.me/
2021-06-23 10:05:06 +00:00
* **Wiki page** : [Files](/members/files)
2021-06-23 09:06:04 +00:00
### S3 object storage
2021-06-23 09:38:22 +00:00
* **Description** : [Minio](https://min.io/) will be used as a blob storage
2021-06-23 09:06:04 +00:00
* **Status** : `offline`
* **Location** : https://s3.phyllo.me
2021-06-23 11:55:19 +00:00
* **Wiki page** : [S3](/members/s3)
2021-06-29 08:20:13 +00:00
## Ressources
* [Link](https://kanboard.phyllo.me/b/DGyfQKKJPanuNfsnv/project/4envpCeyT9TnyKiPC) to the kanboard card tracking the deployment of web tools