Coder Social home page Coder Social logo

armhf-alpine-mumble's Introduction

armhf-alpine-mumble

A Docker for the armhf architecture running mumble Based on

Changes

Based on hypriot/rpi-alpine-scratch Added s6_overlay to get s6 Use php5 instead of php7 Removed acpu and opcache (could not get the packages installed)

Build

./build.sh

Start

A database is needed. For that I use my own mariadb docker (pietervandereems/armhf-alpine-mariadb) What I do:

#create directories for the volumes mkdir -p /mnt/nextcloud/mariadb mkdir /mnt/nextcloud/data mkdir /mnt/nextcloud/config mkdir /mnt/nextcloud/apps #create docker network to connect db and nextcloud docker network create nc #start mariadb container CHANGE THE PASSWORDS FROM THIS EXAMPLE (and probably the database user and databasename as well)! docker run --network=nc --name nc-maria -e "MYSQL_ROOT_PASSWORD=CHANGE_ME" -e "MYSQL_DATABASE=change_dbname" -e "MYSQL_USER=change_username" -e "MYSQL_PASSWORD=CHANGE_ME_TOO" -v "/mnt/nextcloud/mariadb:/var/lib/mysql" pietervandereems/armhf-alpine-mariadb #start nextcloud, not sure if the mysql password environment variables need to be set, they can be set on the nextcloud setup page as well docker run --name nc --network=nc -p 80:8888 -e UID=1000 -e GID=1000 -v "/mnt/nextcloud/data:/data" -v "/mnt/nextcloud/config:/config" -v "/mnt/nextcloud/apps:/apps2" -e "MYSQL_ROOT_PASSWORD=CHANGE_ME" -e "MYSQL_PASSWORD=CHANGE_ME" pietervandereems/armhf-alpine-nextcloud

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.