Author: sgenc

  • Setup your own cloud backup system

    Onedrive, GDrive, iCloud .. All are nice cloud systems well integrated to smartphones. You can backup all your photos, videos and view whenever you want. However, they are subscription based and the reality that all your memories can be deleted if you don’t pay was a sufficient reason for me to setup my own cloud-like online backup system.

    What OS to choose?

    There are some options you can try such as…. I tried OMV the first time and I liked it so much and didn’t need to check others. OMV had everything I needed.

    Hardware Requirements

    2 PCs (4th gen processor or better)

    4 SATA HDD 1TB

    In my configuration, one PC is located at home. Other is located in my small warehouse. They are physically apart. Being so also provides some safety for your data.

  • How to setup a secure WordPress site in a docker container in OMV

    I have a home server where I use OMV in for various purposes. In the recent years, I tried to setup a WordPress site numerous times. Whenever I tried I had a problem setting a secure site using nginx. Recently, I tried one more time, spent a lot hours and I didn’t give up. Eventually, I was successful. Whenever I was stuck, I searched the internet to find a solution. There are similar setup guides online however none of them worked for me as out of box. In this post, I explain step-by-step what to do to have a secure WordPress website.

    Steps

    1. Create containers
    2. Forward ports
    3. Modify default in site-conf
    4. Restart swag

    Create a docker file as below. We need maria mysql database and swag modules in the file.

    wget https://WordPress/

    Your default site config should look like this:

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!