|
55 | 55 | <li>
|
56 | 56 | You should use your web browser to open that PlanktoScope's machine-specific URL
|
57 | 57 | instead.
|
58 |
| - {{if hasSuffix ".planktoscope" $hostname}} |
| 58 | + {{if hasSuffix ".pkscope" $hostname}} |
59 | 59 | For example, the machine-specific URL for this PlanktoScope is
|
60 |
| - <a href="//{{$machineName}}.planktoscope"> |
| 60 | + <a href="//{{$machineName}}.pkscope"> |
61 | 61 | {{- /* make template ignore the line break */ -}}
|
62 |
| - {{$machineName}}.planktoscope |
| 62 | + {{$machineName}}.pkscope |
63 | 63 | {{- /* make template ignore the line break */ -}}
|
64 | 64 | </a>.
|
65 | 65 | Alternatively,
|
66 |
| - <a href="//planktoscope-{{$machineName}}.local"> |
| 66 | + <a href="//pkscope-{{$machineName}}.local"> |
67 | 67 | {{- /* make template ignore the line break */ -}}
|
68 |
| - planktoscope-{{$machineName}}.local |
| 68 | + pkscope-{{$machineName}}.local |
69 | 69 | {{- /* make template ignore the line break */ -}}
|
70 | 70 | </a>
|
71 | 71 | might also work if your web browser supports mDNS.
|
72 |
| - {{else if and (hasPrefix "planktoscope" $hostname) (hasSuffix ".local" $hostname)}} |
| 72 | + {{else if and (hasPrefix "pkscope" $hostname) (hasSuffix ".local" $hostname)}} |
73 | 73 | For example, the machine-specific URL for this PlanktoScope is
|
74 |
| - <a href="//planktoscope-{{$machineName}}.local"> |
| 74 | + <a href="//pkscope-{{$machineName}}.local"> |
75 | 75 | {{- /* make template ignore the line break */ -}}
|
76 |
| - planktoscope-{{$machineName}}.local |
| 76 | + pkscope-{{$machineName}}.local |
77 | 77 | {{- /* make template ignore the line break */ -}}
|
78 | 78 | </a>.
|
79 | 79 | Alternatively,
|
80 |
| - <a href="//{{$machineName}}.planktoscope"> |
| 80 | + <a href="//{{$machineName}}.pkscope"> |
81 | 81 | {{- /* make template ignore the line break */ -}}
|
82 |
| - {{$machineName}}.planktoscope |
| 82 | + {{$machineName}}.pkscope |
83 | 83 | {{- /* make template ignore the line break */ -}}
|
84 | 84 | </a>
|
85 | 85 | might also work if you're connecting directly to your PlanktoScope (i.e. to its
|
|
88 | 88 | {{end}}
|
89 | 89 | </li>
|
90 | 90 | <li>
|
91 |
| - {{if hasSuffix ".planktoscope" $hostname}} |
| 91 | + {{if hasSuffix ".pkscope" $hostname}} |
92 | 92 | You're probably trying to connect directly to your PlanktoScope (i.e. to its Ethernet
|
93 | 93 | port or to a Wi-Fi network created by that PlanktoScope). You
|
94 | 94 | {{else}}
|
|
0 commit comments