All Projects → alpinelinux → alpine-conf

alpinelinux / alpine-conf

Licence: MIT license
[MIRROR] Alpine configuration management scripts

Programming Languages

shell
77523 projects
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to alpine-conf

climatecontrol
Python library for loading settings and config data from files and environment variables
Stars: ✭ 20 (-47.37%)
Mutual labels:  configuration-management
ansible-sshjail
An Ansible connection plugin for provisioning FreeBSD jails remotely
Stars: ✭ 57 (+50%)
Mutual labels:  configuration-management
mkinitfs
[MIRROR] Tool to create initramfs images
Stars: ✭ 37 (-2.63%)
Mutual labels:  alpine-linux
awall
[MIRROR] Alpine firewall configuration tool
Stars: ✭ 37 (-2.63%)
Mutual labels:  alpine-linux
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (+50%)
Mutual labels:  configuration-management
envkey-node
EnvKey's official Node.js client library
Stars: ✭ 46 (+21.05%)
Mutual labels:  configuration-management
dynamic-config
A dynamic config library for Node.js implemented in TypeScript
Stars: ✭ 29 (-23.68%)
Mutual labels:  configuration-management
infraverse
Infrastructure Platforms and Applications Comparison
Stars: ✭ 77 (+102.63%)
Mutual labels:  configuration-management
zbx2git
Zabbix Configuration Versioning Manager
Stars: ✭ 23 (-39.47%)
Mutual labels:  configuration-management
stavka
Stavka manages configuration from various sources, for your Clojure application.
Stars: ✭ 40 (+5.26%)
Mutual labels:  configuration-management
envkey-python
EnvKey's python library. Protect API keys and credentials. Keep configuration in sync.
Stars: ✭ 24 (-36.84%)
Mutual labels:  configuration-management
i3configger
i3 config manipulation tool
Stars: ✭ 23 (-39.47%)
Mutual labels:  configuration-management
efs2
A dead-simple configuration management tool powered by stupid shell scripts.
Stars: ✭ 82 (+115.79%)
Mutual labels:  configuration-management
index
A PEP 503-compliant Python package index specifically providing wheels built for Alpine Linux
Stars: ✭ 26 (-31.58%)
Mutual labels:  alpine-linux
docker flutter
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
Stars: ✭ 33 (-13.16%)
Mutual labels:  alpine-linux
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-65.79%)
Mutual labels:  alpine-linux
ctrip-apollo-client
This is a client library for Apollo(A reliable configuration management system) written in Node.js.
Stars: ✭ 49 (+28.95%)
Mutual labels:  configuration-management
gitlab-configuration-as-code
Manage GitLab configuration as code to make GitLab easily managable, traceable and reproducible.
Stars: ✭ 31 (-18.42%)
Mutual labels:  configuration-management
BepInEx.ConfigurationManager
Plugin configuration manager for BepInEx
Stars: ✭ 115 (+202.63%)
Mutual labels:  configuration-management
puppet-jboss
Installs JBoss EAP and WildFly application servers and manage their resources and applications in either a domain or a stand-alone mode
Stars: ✭ 15 (-60.53%)
Mutual labels:  configuration-management

alpine-conf

This repo contains a set of utilities for making backup of config files and for setting up a new Alpine Linux computer.

LBU

Basic usage

  • To add a file or folder to be backed up, lbu include /path/to/foo
  • To remove a file from being backed up, lbu exclude /path/to/foo
  • To setup LBU options, edit /etc/lbu/lbu.conf
  • To create a package as specified in lbu.conf, lbu commit
  • To override destination of the backup package, lbu package /path/to/bar.apkovl.tar.gz

Setup scripts

The main script is called setup-alpine, and it will perform basic system setup. Each script can be called independently, for example:

  • setup-acf sets up ACF web interface
  • setup-ntp sets up NTP service
  • etc.

For further information, please see https://pkgs.alpinelinux.org/package/edge/main/x86_64/alpine-conf or the Alpine Linux documentation wiki at https://wiki.alpinelinux.org.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].