Sign inSign up

mervburger/cloudlog

By mervburger

Updated over 2 years ago

Unofficial image for cloudlog - a web-based amateur radio logging software

Image
0

1.4K

mervburger/cloudlog repository overview

Cloudlog - Web-based amateur radio logging - Unofficial image

IMPORTANT INFORMATION:

Not actively maintained. I switched to the fork, Wavelog, which has official Docker support as a means of deployment.

This is an unofficial build and is provided AS-IS. No support will be provided by the developer for using this image! If you encounter any issues with the software, you must ensure that you have isolated the docker environment as being the cause of it prior to submitting an issue, otherwise no support will be provided.

This is built using the same Dockerfile that was present before. I will only make sure that this image builds properly and the software works as anticipated.

After updating, you will need to exec into the container and use git to restore changes made to files in /var/www/html/application/config if you set this up to bind that folder to a volume. This is to ensure new migrations get picked up and ran to update the database schema.

Description

Web-based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.

See https://github.com/magicbug/Cloudlog for full details

Sample docker-compose.yml

version: '3'
services:
  cloudlog:
    image: mervburger/cloudlog:latest
    volumes:
      - cloudlog-config:/var/www/html/application/config
      - cloudlog-backup:/var/www/html/application/backup
      - cloudlog-uploads:/var/www/html/application/uploads
    restart: unless-stopped
    ports:
      - 8080:80

Tag summary

Content type

Image

Digest

sha256:d42e3aed1

Size

333.2 MB

Last updated

over 2 years ago

docker pull mervburger/cloudlog