Giter VIP home page Giter VIP logo

roll.urown.net's People

Contributors

alainwolf avatar docelic avatar fabide avatar goldstar611 avatar gzm0 avatar kaveet avatar meschenbacher avatar nsaftarli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

roll.urown.net's Issues

SSH forced command for borg `restrict-to-path` too narrow

The restrict-to-path for borg serve in https://github.com/alainwolf/roll.urown.net/blob/master/NAS/borg-backup-server.rst (line 84) is set to the path for the system configuration and thus does not allow backing up to the path in user data configuration.

Since the ${USER} path is dynamic, I suggest restricting the command to the parent directory:

command="/usr/local/bin/borg serve --restrict-to-path /volume1/BorgBackup/" ssh-ed25519 AAAAC3...

git warns collided case-sensitive paths

$ git clone https://github.com/alainwolf/roll.urown.net
...
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'server/config-files/etc/mysql/conf.d/BinLog.cnf'
  'server/config-files/etc/mysql/conf.d/binlog.cnf'
  'server/config-files/etc/mysql/conf.d/TLS.cnf'
  'server/config-files/etc/mysql/conf.d/tls.cnf'

Installing root-ca.crt as example.net_Root_Certification_Authority.cert.pem issue

Hi,
Thank you for a fantastic guide.
I think I found and issue. The below tries to copy the certificate from current directory and not from home directory and with ext .pem. I think extension should be .crt

Current documentation:
$ sudo cp ./root-ca.crt
example.net_Root_Certification_Authority.cert.pem

Proposed:
$ sudo cp ~/root-ca.cert.pem example.net_Root_Certification_Authority.cert.crt

Could be confirmed with
awk -v cmd='openssl x509 -noout -subject' '
/BEGIN/{close(cmd)};{print | cmd}' < /etc/ssl/certs/ca-certificates.crt

intermed-ca.index.attr

looks like there's a step missing

$ openssl ca -gencrl -out crl/intermed-ca.crl
Using configuration from ./intermed-ca.cnf
Enter pass phrase for ./private/intermed-ca.key.pem:
Can't open ./intermed-ca.index.attr for reading, No such file or directory

$ openssl version
OpenSSL 1.1.0g  2 Nov 2017

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.