https://github.com/mnemocron/VPNNetworkShareCrawler
ugly scripts to connect a Raspberry Pi to a VPN and attach network share to periodically crawl the documents on it
https://github.com/mnemocron/VPNNetworkShareCrawler
crawler samba vpn
Last synced: over 1 year ago
JSON representation
ugly scripts to connect a Raspberry Pi to a VPN and attach network share to periodically crawl the documents on it
- Host: GitHub
- URL: https://github.com/mnemocron/VPNNetworkShareCrawler
- Owner: mnemocron
- License: wtfpl
- Created: 2018-04-07T07:04:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T14:42:54.000Z (over 7 years ago)
- Last Synced: 2024-10-24T06:29:06.128Z (over 1 year ago)
- Topics: crawler, samba, vpn
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VPN Network Share Crawler
---
[](https://github.com/auchenberg/volkswagen)
This repository contains some scripts to connect a Raspberry Pi to a VPN server and then mount a network share.
The cronjob periodically copies the contents inside the mounted share to an external USB.
### Security / Privacy
It is a catastrophe! The VPN password is stored in plaintext inside a file in the home directory.
### Monitoring
There is a script that checks if the share is still mounted. If not, it sends a Telegram message and reboots. The reboot should reconnect the VPN and mount the share again. (Be aware of bootloops if it is unable to connect or mount)
---
### License
[WTFPL](http://www.wtfpl.net/about/)