Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fmind/self.fmind.me

Automate the creation of my self-hosted website
https://github.com/fmind/self.fmind.me

ansible gitea mastodon nextcloud self-hosted

Last synced: 8 days ago
JSON representation

Automate the creation of my self-hosted website

Awesome Lists containing this project

README

        

# self.fmind.me

## Setup

```bash
apt update && apt upgrade -y && apt install -y python
useradd myuser -m -G sudo -s /bin/bash
passwd myuser
```

## Access

```bash
mv /root/.ssh /home/myuser
chown -R myuser:myuser /home/myuser
```