Size: 1201
Comment: try running artifactory
|
Size: 629
Comment: updated services
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* ansible managed where possible | |
Line 7: | Line 6: |
== local work == * Wireguard server to LAN for remote access * JFrog Artifactory to mirror the very slow upstream mirror |
|
Line 17: | Line 10: |
Autoconfigured | Autoconfigured, slaac hwaddr, not externally accessible |
Line 20: | Line 13: |
== Ansible == | == services == |
Line 22: | Line 15: |
Local repo on filesystem with lots of adhoc code. | * Unifi controller * Wireguard server to LAN for remote access * apt cache, will try running this setup for the crappy raspi repo: https://fabianlee.org/2018/02/11/ubuntu-a-centralized-apt-package-cache-using-apt-cacher-ng/ |
Line 24: | Line 19: |
== jfrog artifactory == | == wireguard == |
Line 26: | Line 21: |
* Downloaded jfrog-artifactory-oss-6.13.1.deb and installed * Won't bother with a separate database, just use embedded Derby DB * Will use default filestore, but on a mounted NFS volume for convenience and maybe speed {{{ I think $ARTIFACTORY_HOME is /var/opt/jfrog/artifactory root@asval:/var/opt/jfrog/artifactory# ln -s /mnt/nfsdata/artifactory_data data Now data lives on the NFS mount |
* no notes on install * Proxy ARP enabled in sysctl.conf as per https://wiki.debian.org/BridgeNetworkConnectionsProxyArp {{{ net.ipv4.ip_forward=1 net.ipv4.conf.all.proxy_arp=1 |
Line 37: | Line 26: |
Default credentials are admin // password Follow the Linux directions here: https://www.jfrog.com/confluence/display/RTF/Installing+on+Linux+Solaris+or+Mac+OS * JDK 8 is supported, I've got OpenJDK 8u232-b09-1~deb9u1 * Tune the JVM downwards in `/etc/opt/jfrog/artifactory/default` because I don't think they expected it to run on a small 32-bit host. I've set `-Xmx` from 4g to 1g. |
asval
- Raspbian on RPi Model 3B+
- debian stretch (9.11) x64
- located at home
IPv6
Autoconfigured, slaac hwaddr, not externally accessible
services
- Unifi controller
- Wireguard server to LAN for remote access
apt cache, will try running this setup for the crappy raspi repo: https://fabianlee.org/2018/02/11/ubuntu-a-centralized-apt-package-cache-using-apt-cacher-ng/
wireguard
- no notes on install
Proxy ARP enabled in sysctl.conf as per https://wiki.debian.org/BridgeNetworkConnectionsProxyArp
net.ipv4.ip_forward=1 net.ipv4.conf.all.proxy_arp=1