Random spelling mistakes
This commit is contained in:
parent
fb44cc9c26
commit
ee1610c7f9
12 changed files with 16 additions and 69 deletions
|
|
@ -29,7 +29,7 @@ I have been looking into places I can move my mailbox, but I need to figure out
|
|||
## Document storage
|
||||
I got an email from Google which told me that the promotional period on some storage was expiring, which got me to move everything personal out of Google Drive into my NextCloud server I run at home. I have to leave some things there as I use it as a file storage for an group I help run.
|
||||
|
||||
My [NextCloud](https://www.nextcloud.com) server has been given a bit of attention. I upgraded it to 17.0.2 and converted the SQL storage from SQLite to MariaDB. Things seem to be going well with that. I also switched the docker container image from the NextCloud one to the one provided by [LinuxServer.io](https://linuxserver.io). They do a good job of packaging up images and providing a common way to manage and configure their docker images. I have switched over all my images to use theirs where I can.
|
||||
My [NextCloud](https://www.nextcloud.com) server has been given a bit of attention. I upgraded it to 17.0.2 and converted the SQL storage from SQLite to MariaDB. Things seem to be going well with that. I also switched the docker container image from the NextCloud one to the one provided by [LinuxServer.io](https://LinuxServer.io). They do a good job of packaging up images and providing a common way to manage and configure their docker images. I have switched over all my images to use theirs where I can.
|
||||
|
||||
Next steps here are to upgrade to NextCloud Hub 18, which is the latest release, and to get everybody else in the house storing their files on the NextCloud sever.
|
||||
|
||||
|
|
@ -44,11 +44,11 @@ I have been running an instance of [Gitea](https://gitea.io/en-us/) for a while.
|
|||
## Calendar
|
||||
Calendaring will present some of a challenge as I need to be able to see and update the family's calendars, and everybody else is using Google. I should write a post on what I am doing, but I am basically syncing down the Google calendar stuff, and then syncing it with my NextCloud server.
|
||||
|
||||
To view and edit my calendars, I am using something called **ikhal** which is part of the [khal](https://github.com/pimutils/khal) suite which is a cli calendaring app.
|
||||
To view and edit my calendars, I am using something called **ikhal** which is part of the [khal](https://github.com/pimutils/khal) suite which is a CLI calendaring app.
|
||||
|
||||
If I need a GUI, then I use the calendaring app in NextCloud.
|
||||
|
||||
## Contacts
|
||||
I am planning on using something called [khard](https://github.com/scheibler/khard/) which is another CLI app which will integrate with my calendar syncing solution, and my email client of choice, mutt.
|
||||
## Password management
|
||||
I have been using a cli tool called [pass](https://www.passwordstore.org/) for a long time now. It stores its entries on the local disk using GPG encryption per file. It also supports git, so I have it stored in my gitea instance. I can also access it on my phone which is nice.
|
||||
I have been using a CLI tool called [pass](https://www.passwordstore.org/) for a long time now. It stores its entries on the local disk using GPG encryption per file. It also supports git, so I have it stored in my gitea instance. I can also access it on my phone which is nice.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue