Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fmind/self.fmind.me
- Owner: fmind
- Created: 2019-12-11T13:32:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T13:42:23.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T12:57:34.280Z (7 months ago)
- Topics: ansible, gitea, mastodon, nextcloud, self-hosted
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```