Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
jslmorrison committed Nov 17, 2024
1 parent 3fe7ec3 commit 4d31726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content-org/joplin-server.org
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Joplin is an excellent open source note taking application with plenty of featur

Having the ability to sync notes between devices is one of the main reasons I wanted to learn more about taking notes using Joplin, which can use more than one sync target, that being either a Joplin server, WebDAV server or Nextcloud instance.

I decided to go with Joplin server installed on a machine in my internal network. These are the steps required to get that up and running, assuming dedicated LXC container already exists and has [[https://www.docker.com/][Docker]] installed:
I decided to install [[https://joplinapp.org/help/dev/spec/architecture#joplin-server][Joplin server]] on a dedicated LXC container in my internal network that has Docker installed already. These are the steps required to get that up and running:

- Create a =compose.yaml= file with the following default content:
#+begin_src yaml :no-expand
Expand Down
2 changes: 1 addition & 1 deletion content/posts/joplin-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After doing a bit of research on several of the note taking apps available, I de

Having the ability to sync notes between devices is one of the main reasons I wanted to learn more about taking notes using Joplin, which can use more than one sync target, that being either a Joplin server, WebDAV server or Nextcloud instance.

I decided to go with Joplin server installed on a machine in my internal network. These are the steps required to get that up and running, assuming dedicated LXC container already exists and has [Docker](https://www.docker.com/) installed:
I decided to install [Joplin server](https://joplinapp.org/help/dev/spec/architecture#joplin-server) on a dedicated LXC container in my internal network that has Docker installed already. These are the steps required to get that up and running:

- Create a `compose.yaml` file with the following default content:

Expand Down

0 comments on commit 4d31726

Please sign in to comment.