Switched to fuji themes
This commit is contained in:
parent
3c3a28207f
commit
a167e3b7e9
8 changed files with 217 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
draft: true
|
||||
title: "Dockerized Nextcloud"
|
||||
date: 2020-11-27T15:04:55+01:00
|
||||
draft: true
|
||||
tags: ["Docker"]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Transmission On Docker"
|
||||
date: 2020-11-26T15:20:30+01:00
|
||||
tags: ["Docker"]
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
|
@ -14,7 +15,7 @@ In this tutorial, I'll be teaching you how to install Transmission Server on
|
|||
your VPS or server of choice using Docker, so you can download torrents at
|
||||
blazing fast speeds.
|
||||
|
||||
# Needed Software
|
||||
## Needed Software
|
||||
First of all, we'll need Docker and docker-compose. On Ubuntu, you can install
|
||||
these as follows:
|
||||
|
||||
|
|
@ -23,7 +24,7 @@ these as follows:
|
|||
For other distros, just use their respective package manager. The Docker
|
||||
package will probably be called `docker.io` or `docker`.
|
||||
|
||||
# The Image
|
||||
## The Image
|
||||
We'll be using [linuxserver.io](https://www.linuxserver.io/)'s
|
||||
[Transmission Image](https://docs.linuxserver.io/images/docker-transmission).
|
||||
It comes pre-configured, and can mostly be initialized by just setting some
|
||||
|
|
|
|||
Reference in a new issue