Giter Site home page Giter Site logo

d3vilh / raspberry-gateway Goto Github PK

View Code? Open in Web Editor NEW
85.0 10.0 10.0 22.63 MB

Simple yet powerful home gateway environment with Pi-Hole +Unbound, VPN, Torrent client and Internet monitoring, all managed by Portainer.

Home Page: https://github.com/d3vilh/raspberry-gateway

License: Apache License 2.0

Dockerfile 0.85% Shell 14.31% Jinja 72.39% C++ 12.44%
raspberry-pi openvpn-server openvpn openvpn-ui portainer vpn docker pi-hole prometheus grafana-dashboard

raspberry-gateway's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

raspberry-gateway's Issues

WireGuard?

Can you add WireGuard support and allow disabling of starlink, co2 etc please?

install issue

hi, I am having to use the cli install and once it starts to install any of the addons like portainer or any of the dns or other options I get

Fatal: [raspberry_gateway] FAILED! => {"changed"; false, "msg": "error connectiong: error while fetching servrer API version: {Connection aborted.", PermissionError{13, 'permissiondenied'}}"}

any idea how I can resolve this issue?

Unbound DNS as a feature request!

Ahoj, sousede!
We rescently talk and you promised to include Unbound DNS to pair with Pi-Hole and TechDNS.
Assume this as an official feature request.

OpenVPN Server version tag

Hi,

Thank you for tall the hard work (you closed the issue on the UI thread before I was able to thank you for it :) )
Can you tag the OpenVPN image with the server's version, please?

Thank you again for all this work you're putting into these projects

Install failure - help please

Hi folks - get this error when installing from the web interface. Any help appreciated please!

TASK [Install Docker Compose using Pip.] ***************************************
fatal: [raspberry_gateway]: FAILED! => {"changed": false, "cmd": ["/usr/bin/pip3", "install", "docker-compose"], "msg": "stdout: Collecting docker-compose\n Using cached docker_compose-1.29.2-py2.py3-none-any.whl (114 kB)\nCollecting PyYAML<6,>=3.10\n Using cached PyYAML-5.4.1.tar.gz (175 kB)\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'error'\n\n:stderr: error: subprocess-exited-with-error\n \n ร— Getting requirements to build wheel did not run successfully.\n โ”‚ exit code: 1\n โ•ฐโ”€> [68 lines of output]\n /tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg\n !!\n \n ********************************************************************************\n The license_file parameter is deprecated, use license_files instead.\n \n This deprecation is overdue, please update your project and remove deprecated\n calls to avoid build errors in the future.\n \n See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.\n ********************************************************************************\n \n !!\n parsed = self.parsers.get(option_name, lambda x: x)(value)\n running egg_info\n writing lib3/PyYAML.egg-info/PKG-INFO\n writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt\n writing top-level names to lib3/PyYAML.egg-info/top_level.txt\n Traceback (most recent call last):\n File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in \n main()\n File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main\n json_out['return_val'] = hook(**hook_input['kwargs'])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel\n return hook(config_settings)\n ^^^^^^^^^^^^^^^^^^^^^\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 355, in get_requires_for_build_wheel\n return self._get_build_requires(config_settings, requirements=['wheel'])\n
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 325, in _get_build_requires\n self.run_setup()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 341, in run_setup\n exec(code, locals())\n File "", line 271, in \n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/init.py", line 103, in setup\n return distutils.core.setup(**attrs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/core.py", line 185, in setup\n
return run_commands(dist)\n ^^^^^^^^^^^^^^^^^^\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/core.py", line 201, in run_commands\n dist.run_commands()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py", line 969, in run_commands\n self.run_command(cmd)\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/dist.py", line 989, in run_command\n super().run_command(command)\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command\n cmd_obj.run()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 318, in run\n self.find_sources()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 326, in find_sources\n mm.run()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 548, in run\n self.add_defaults()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 586, in add_defaults\n sdist.add_defaults(self)\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/command/sdist.py", line 113, in add_defaults\n super().add_defaults()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/command/sdist.py", line 251, in add_defaults\n self._add_defaults_ext()\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/command/sdist.py", line 336, in _add_defaults_ext\n self.filelist.extend(build_ext.get_source_files())\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "", line 201, in get_source_files\n File "/tmp/pip-build-env-8uxvup47/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py", line 107, in getattr\n raise AttributeError(attr)\n AttributeError: cython_sources\n [end of output]\n \n note: This error originates from a subprocess, and is likely not a problem with pip.\nerror: subprocess-exited-with-error\n\nร— Getting requirements to build wheel did not run successfully.\nโ”‚ exit code: 1\nโ•ฐโ”€> See above for output.\n\nnote: This error originates from a subprocess, and is likely not a problem with pip.\n"}

PLAY RECAP *********************************************************************
raspberry_gateway : ok=6 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0

2023/11/03 10:09:54 exit status 2

Wrong task name for raspi-monitoring in tasks/handlers.yml

During the scratch install following errors appears:

ERROR! The requested handler 'Restart raspi-monitoring' was not found in either the main handlers list nor in the listening handlers list
ERROR! The requested handler 'Restart Raspi-monitoring' was not found in either the main handlers list nor in the listening handlers list

Can't install

` ansible-playbook main.yml
[WARNING]: Could not match supplied host pattern, ignoring: raspberry-gateway

PLAY [raspberry-gateway] *****************************************************************************************************************************************************************
skipping: no hosts matched

PLAY RECAP ********************************************************************************************************************************************************`

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.