Fork me on GitHub

Organizations

@github @rss
34 results for Docker
  • Difficulty level: It may take a little longer
    images/featured-image.png
    VanDAM is a digital asset manager (DAM) designed specifically for 3D print files. It allows you to conveniently view STL and OBJ files. Step 1: Prepare Synology The first thing to do is to enable SSH login on Diskstation. To do this, go to the “Control Panel” > “Terminal After that you can log in via “SSH”, the specified port and the administrator password (Windows users take Putty or WinSCP).
    3d VanDam Docker docker-compose Synology Created Sun, 15 May 2022 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Grafana is a cross-platform open source application for graphical representation of data from various data sources such as InfluxDB, MySQL, PostgreSQL or Prometheus. Today I show how to install a Grafana service on the Synology DiskStation. Step 1: Prepare Synology The first thing to do is to enable SSH login on Diskstation. To do this, go to the “Control Panel” > “Terminal After that you can log in via “SSH”, the specified port and the administrator password (Windows users take Putty or WinSCP).
  • Difficulty level: Really challenging
    images/featured-image.png
    With Jitsi you can create and deploy a secure video conferencing solution. Today I show how to install a Jitsi service on a server, reference: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/ . Step 1: Create “jitsi” folder I create a new directory called “jitsi” for the installation. x – + Terminal $ mkdir jitsi/ $ wget https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/stable-7001.zip $ unzip stable-7001.zip -d jitsi/ $ rm stable-7001.zip $ cd /docker/jitsi/docker-jitsi-meet-stable-7001
    Jitsi docker docker-compose meeting video Created Sat, 02 Apr 2022 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Especially in the Corona era, with decentralized work, current information is in hot demand in all places. I myself have already set up countless information systems and would like to introduce a great software called Smashing.Speaker: https://smashing.github.io/Das Smashing project was originally developed under the name Dashing by the company Shopify for the presentation of business figures. But of course you can display not only business figures. Developers from all over the world have developed Smashing - tiles so called widgets for Gitlab, Jenkins, Bamboo, Jira etc.
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    Streamripper is a command line tool that allows you to record MP3 or OGG/Vorbis streams and save them directly to your hard disk. The songs are automatically named after the artist and saved individually, the format is the one originally sent (so in effect, files with the extension .mp3 or .ogg are created). I found a great radiorecorder interface and built a Docker image from it, see: https://github.com/terrorist-squad/mightyMixxxTapper/ Option for professionals Of course, as an experienced Synology user, you can log in right away with SSH and install the whole setup via Docker Compose file.
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Learn how to make your Docker images available network-wide via a custom registry. Installation I create a new directory called “docker-registry” on my server: x – + Terminal $ mkdir docker-registry After that I go to the docker-registry directory (“cd docker-registry”) and create new file named “registry.yml” with the following content: version: '3' services: registry: restart: always image: registry:2 ports: - "5000:5000" environment: REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data volumes: - .
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    With Grocy you can manage a whole household, restaurant, cafe, bistro or food market. You can manage refrigerators, menus, task, shopping lists and the best before date of food. Today I show how to install a Grocy service on the Synology disk station. Option for professionals Of course, as an experienced Synology user, you can log in right away with SSH and install the whole setup via Docker Compose file.
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    If you run your blog as a static site, you might want a microservice/vertical that puts a dynamic comment function. For example, this blog is implemented in HUGO, a “website generator” written in GO for Markdown content.In my case, I customized this Docker compose file for me and started it with “docker-compose -f compose.yml up -d”. I have stored API keys for authentication with Google and Facebook. I also entered mail server settings for interaction with readers.
    microservice docker vertical kommentare Created Sat, 19 Jun 2021 00:00:00 +0000
  • Difficulty level: Not too easy and not too hard
    images/featured-image.png
    Bitwarden is a free open-source password management service that stores sensitive information such as website credentials in an encrypted vault. Today I’ll show how to install a BitwardenRS on the Synology DiskStation. Step 1: Prepare BitwardenRS folder I create a new directory called “bitwarden” in the Docker directory. Step 2: Install BitwardenRS I click on the “Registry” tab in the Synology Docker window and search for “bitwarden”.
  • Difficulty level: It may take a little longer
    images/featured-image.png
    NetBox is a free software used for computer network management. Today I will show how to install a Netbox service on Synology DiskStation. Step 1: Prepare Synology The first thing to do is to enable SSH login on Diskstation. To do this, go to the “Control Panel” > “Terminal After that you can log in via “SSH”, the specified port and the administrator password (Windows users take Putty or WinSCP).
Next