You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-17Lines changed: 31 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,42 +4,56 @@ IOTstack is a builder for docker-compose to easily make and maintain IoT stacks
4
4
5
5
## introduction to IOTstack - videos
6
6
7
-
These are from 2019 and 2020. Though IOTstack has changed quite a bit, they are
8
-
still a great overview
7
+
IOTstack changes a fair bit so YouTube videos only reflect a moment in time and tend to date quickly. These videos contain excellent overviews but you should rely more on the written documentation than anything you see in the videos.
9
8
10
-
Andreas Spiess Video #295: Raspberry Pi Server based on Docker, with VPN, Dropbox backup, Influx, Grafana, etc: IOTstack
9
+
Andreas Spiess:
11
10
12
-
[](https://www.youtube.com/watch?v=a6mjt8tWUws)
11
+
* 2023-10-01 Upgrade your Raspberry Pi to a Homelab (instead of a Raspberry Pi 5)
13
12
14
-
Andreas Spiess Video #352: Raspberry Pi4 Home Automation Server (incl. Docker, OpenHAB, HASSIO, NextCloud)
See [Getting Started](https://sensorsiot.github.io/IOTstack/Getting-Started) in the [IOTstack Wiki](https://sensorsiot.github.io/IOTstack/). It includes:
21
40
22
-
* A link to Andreas Spiess videos #295 and #352.
23
41
* How to download the project (including constraints you need to observe).
24
42
* How to migrate from the older gcgarner/IOTstack repository.
25
43
* Running the menu to install Docker and set up your containers.
After 2022-01-18 the menu has changed to use Docker networks differently. Users from before this need to do [migration](https://sensorsiot.github.io/IOTstack/Updates/migration-network-change/) in order to add new services. In essence, just re-select all your services using the menu. If not done, docker-compose will give you an error like:
47
+
### reporting issues
32
48
33
-
```
34
-
ERROR: Service "influxdb" uses an undefined network "iotstack_nw"
35
-
```
49
+
Please use the [issues](https://github.com/SensorsIot/IOTstack/issues) tab to report issues or make suggestions for new features or containers.
36
50
37
-
### contributions
51
+
### submitting pull requests
38
52
39
-
Please use the [issues](https://github.com/SensorsIot/IOTstack/issues) tab to report issues.
53
+
Pull Requests are always welcome. Your contribution helps improve the project for everyone. Please see [creating Pull Requests](https://gist.github.com/Paraphraser/818bf54faf5d3b3ed08d16281f32297d) for a guide on the process.
40
54
41
-
### Need help? Have a feature suggestion? Discovered a bug?
55
+
### community
42
56
43
57
We have a Discord server setup for discussions: [IOTstack Discord channel](https://discord.gg/ZpKHnks) if you want to comment on features, suggest new container types, or ask the IOTstack community for help.
44
58
45
-
If you use some of the tools in the project please consider donating or contributing on their projects. It doesn't have to be monetary. Reporting bugs and [creating Pull Requests](https://gist.github.com/Paraphraser/818bf54faf5d3b3ed08d16281f32297d) helps improve the projects for everyone.
59
+
If you use some of the tools in the project please consider donating or contributing on their projects. It doesn't have to be monetary.
0 commit comments