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: CODE_OF_CONDUCT.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
+
# Contributor Covenant Code of Conduct
1
2
2
-
Dear Phonieboxians,
3
-
4
-
As the Phoniebox community is growing, somebody suggested a pull request with the below document. I was hesitant to include it right away, but at the same time I thought: it might be good to have some kind of document to formulate the foundation this project is built on. To tell you the truth, this document is not it. However, it is a start and I thought: why not open this in the spirit of open source, sharing and pull requests and see if and how you or you or you want to change or add parts of this very *standard and corporate* document. Like most of you, I also have a small kid and my time is scarce, I might find some time though to add a bit.
5
-
6
-
All the best, Micz
3
+
> [!NOTE]
4
+
> Dear Phonieboxians,
5
+
>
6
+
> As the Phoniebox community is growing, somebody suggested a pull request with the below document. I was hesitant to include it right away, but at the same time I thought: it might be good to have some kind of document to formulate the foundation this project is built on. To tell you the truth, this document is not it. However, it is a start and I thought: why not open this in the spirit of open source, sharing and pull requests and see if and how you or you or you want to change or add parts of this very *standard and corporate* document. Like most of you, I also have a small kid and my time is scarce, I might find some time though to add a bit.
7
+
>
8
+
> All the best, Micz
7
9
8
10
2018-08-21
9
11
10
-
# Contributor Covenant Code of Conduct
11
-
12
12
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,16 @@ as local, temporary scratch areas.
45
45
46
46
Contributors have played a bigger role over time to keep Phoniebox on the edge of innovation :)
47
47
48
-
Our goal is to make it simple for you to contribute changes that improve functionality in your specific environment.
49
-
To achieve this, we have a set of guidelines that we kindly request contributors to adhere to.
48
+
Our goal is to make it simple for you to contribute changes that improve functionality in your specific environment.
49
+
To achieve this, we have a set of guidelines that we kindly request contributors to adhere to.
50
50
These guidelines help us maintain a streamlined process and stay on top of incoming contributions.
51
51
52
52
To report bug fixes and improvements, please follow the steps outlined below:
53
+
53
54
1. For bug fixes and minor improvements, simply open a new issue or pull request (PR).
54
55
2. If you intend to port a feature from Version 2.x to future3 or wish to implement a new feature, we recommend reaching out to us beforehand.
55
-
- In such cases, please create an issue outlining your plans and intentions.
56
-
- We will ensure that there are no ongoing efforts on the same topic.
56
+
* In such cases, please create an issue outlining your plans and intentions.
57
+
* We will ensure that there are no ongoing efforts on the same topic.
57
58
58
59
We eagerly await your contributions! You can review the current [feature list](documentation/developers/status.md) to check for available features and ongoing work.
59
60
@@ -108,7 +109,7 @@ Run the checks below on the code. Fix those issues! Or you are running in delays
108
109
We provide git hooks for those checks for convenience. To activate
109
110
110
111
~~~bash
111
-
cp .githooks/pre-commit` .git/hooks/.
112
+
cp .githooks/pre-commit .git/hooks/.
112
113
~~~
113
114
114
115
### Python Code
@@ -152,7 +153,7 @@ to detect in advance.
152
153
153
154
If the code change results in a test failure, we will make our best effort to
154
155
correct the error. If a fix cannot be determined and committed within 24 hours
155
-
of its discovery, the commit(s) responsible _may_ be reverted, at the
156
+
of its discovery, the commit(s) responsible *may* be reverted, at the
156
157
discretion of the committer and Phonie maintainers.
157
158
The original contributor will be notified of the revert.
158
159
@@ -163,7 +164,7 @@ The original contributor will be notified of the revert.
163
164
164
165
## Guidelines
165
166
166
-
* Phoniebox runs on Raspberry Pi OS.
167
+
* Phoniebox runs on Raspberry Pi OS.
167
168
* Minimum python version is currently **Python 3.9**.
Copy file name to clipboardexpand all lines: documentation/builders/autohotspot.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ The Auto-Hotspot function enables the Jukebox to switch its connection between a
7
7
8
8
## How to connect
9
9
10
-
When the Jukebox cannot connect to a known WiFi, it will automatically create a hotspot.
10
+
When the Jukebox cannot connect to a known WiFi, it will automatically create a hotspot.
11
11
You can connect to this hotspot using the password set during installation.
12
12
Afterwards, you can access the Web App or connect via SSH as before, using the IP from the configuration.
13
13
14
14
The default configuration is
15
+
15
16
```text
16
17
* SSID : Phoniebox_Hotspot_<hostname>
17
18
* Password : PlayItLoud!
@@ -23,8 +24,7 @@ The default configuration is
23
24
24
25
Auto-Hotspot can be enabled or disabled using the Web App or RPC Commands.
25
26
26
-
> [!NOTE]
27
-
> Disabling the Auto-Hotspot will run the WiFi check again and maintain the last connection state until reboot.
27
+
Disabling the Auto-Hotspot will run the WiFi check again and maintain the last connection state until reboot.
28
28
29
29
> [!IMPORTANT]
30
30
> If you disable this feature, you will lose access to the Jukebox if you are not near a known WiFi after reboot!
@@ -34,11 +34,13 @@ Auto-Hotspot can be enabled or disabled using the Web App or RPC Commands.
34
34
### AutoHotspot functionality is not working
35
35
36
36
Check the `autohotspot.service` status
37
+
37
38
```bash
38
39
sudo systemctl status autohotspot.service
39
40
```
40
41
41
42
and logs
43
+
42
44
```bash
43
45
sudo journalctl -u autohotspot.service -n 50
44
46
```
@@ -52,12 +54,13 @@ Check your WiFi configuration.
52
54
### You need to add a new WiFi network to the Raspberry Pi
53
55
54
56
#### Using the command line
57
+
55
58
Connect to the hotspot and open a terminal. Use the [raspi-config](https://www.raspberrypi.com/documentation/computers/configuration.html#wireless-lan) tool to add the new WiFi.
56
59
57
60
## Resources
58
61
59
62
*[Raspberry Connect - Auto WiFi Hotspot Switch](https://www.raspberryconnect.com/projects/65-raspberrypi-hotspot-accesspoints/158-raspberry-pi-auto-wifi-hotspot-switch-direct-connection)
60
63
*[Raspberry Pi - Configuring networking](https://www.raspberrypi.com/documentation/computers/configuration.html#using-the-command-line)
0 commit comments