|
|
Line 1: |
Line 1: |
| [[Category:Stale]]
| |
| '''This page has been marked as [[:Category:Stale|stale]], as it is outdated to the point of providing significant misinformation. Please update it before linking other pages here.'''
| |
|
| |
| '''We now use a number of other tools to manage our active tasks. As of June 2018, we use Trello for kanban boards, and we set a weekly list of action items at each Tuesday meeting. Technical issues are reported in related GitHub repos, and larger, network-level issues are discussed in the [https://github.com/sudomesh/bugs bugs repo].''' | | '''We now use a number of other tools to manage our active tasks. As of June 2018, we use Trello for kanban boards, and we set a weekly list of action items at each Tuesday meeting. Technical issues are reported in related GitHub repos, and larger, network-level issues are discussed in the [https://github.com/sudomesh/bugs bugs repo].''' |
|
| |
|
Line 104: |
Line 101: |
|
| |
|
| We have the code for this, we just need to attach it to makenode. | | We have the code for this, we just need to attach it to makenode. |
|
| |
| =Design=
| |
| == Stickers indicating what each port does ==
| |
| * Extender ports (color: rainbow red+green+yellow?)
| |
| * Private port (color: red?)
| |
| * Public port (color: peoplesopen.net green)
| |
| * Internet port (color: yellow)
| |
|
| |
| Make one sticker that fits the default layout and simply cut them up and stick them on separately for non-default setups. The Internet port one will always have to be cut off since that port is always a bit away from the rest. We'll save money on making just one sticker though.
| |
|
| |
| The stickers should have text as well as the colors.
| |
|
| |
| =Community Outreach ToDos=
| |
| *Outreach to churches with succinct argument [cite examples, e.g.; Sandy relief]
| |
| *Poster/flyer at local coffeeshops, bikeshops, co-ops, collectives, community resource spaces, etc;
| |
| *Walkabouts/canvassing in E Oakland, Berkeley, Downtown Oakland
| |
| *Find folks in El Cerrito / Albany who can help us link up to the Internet Archive's Richmond node
| |
| *See if people in school system want to work with us to ensure every student has home connectivity - talk to Hilary
| |
| *Convince libraries to share their connectivity - talk to Ivan
| |
| *Conduct User Research on what sorts of [[Mesh/MeshApps|Local Services]] people would like to have - see [[Mesh/UserResearch]]
| |
| *Write up a compelling argument for mesh re: disaster preparedness - see [https://jennyryan.net/occupy-sandy-a-model-for-grassroots-community-disaster-relief/ Jenny's post on Occupy Sandy]
| |
| *[https://sudoroom.org/wiki/Mesh/Presentations Presentations / talks / events promo]
| |
| * Community support forum - We should set one up!
| |
|
| |
| =Operational Logistics=
| |
| *[https://sudoroom.org/wiki/Mesh/Funding#Sustainable_Business_Models Business models]
| |
| *Make a project roadmap - see [https://sudoroom.org/wiki/Mesh/17_Feb_2018 Strategic Planning Meeting Notes]
| |
| *[https://sudoroom.org/wiki/Mesh/Funding Grants and other funds we can apply for]
| |
| *<s>Financials [current and projected] [Jenny, you?]</s>
| |
| *<s>Tax status (set up 501c3) [Marc, Matt, Jenny]</s>
| |
|
| |
| =Marketing / Branding=
| |
| *Blog posts - continual, errybody!
| |
| *Articles & Research
| |
| *Photo album (currently a mix of GDrive, RocketChat, and the blog)
| |
| *Design 'pods' for the outdoor routers [eg; birdhouses, planterboxes]
| |
| *Infographics, flyers, propaganda - add to our [https://github.com/sudomesh/propaganda propaganda repo]
| |
| *Videos
| |
| *Bios, titles and photos of team members - (do we actually want this? -jnny)
| |
|
| |
| =Operational Logistics=
| |
| *[https://sudoroom.org/wiki/Mesh/Funding#Sustainable_Business_Models Business models]
| |
| *Make a project roadmap - see [https://sudoroom.org/wiki/Mesh/17_Feb_2018 Strategic Planning Meeting Notes]
| |
| *[https://sudoroom.org/wiki/Mesh/Funding Grants and other funds we can apply for]
| |
| *<s>Financials [current and projected] [Jenny, you?]</s>
| |
| *<s>Tax status (set up 501c3) [Marc, Matt, Jenny]</s>
| |
|
| |
| =Marketing / Branding=
| |
| *Blog posts - continual, errybody!
| |
| *Articles & Research
| |
| *Photo album (currently a mix of GDrive, RocketChat, and the blog)
| |
| *Design 'pods' for the outdoor routers [eg; birdhouses, planterboxes]
| |
| *Infographics, flyers, propaganda - add to our [https://github.com/sudomesh/propaganda propaganda repo]
| |
| *Videos
| |
| *Bios, titles and photos of team members - (do we actually want this? -jnny)
| |
|
| |
|
| == Support proprietary extender nodes == | | == Support proprietary extender nodes == |
Line 190: |
Line 132: |
|
| |
|
| == Remote password reset == | | == Remote password reset == |
|
| |
| We have a web app on a server. The web app asks security questions or verifies via sms and emails the node operator a password reset code that they copy and paste into a field on the node's web UI. This password reset code is actually a signed and encrypted JSON message saying "allow one password reset". The user then pastes this code into the Web UI and enters a new password. The password reset key should expire fairly quickly if unused. | | We have a web app on a server. The web app asks security questions or verifies via sms and emails the node operator a password reset code that they copy and paste into a field on the node's web UI. This password reset code is actually a signed and encrypted JSON message saying "allow one password reset". The user then pastes this code into the Web UI and enters a new password. The password reset key should expire fairly quickly if unused. |
|
| |
|
Line 209: |
Line 150: |
|
| |
|
| == Allow temporary (or permanent) remote SSH access == | | == Allow temporary (or permanent) remote SSH access == |
|
| |
| We could include a function in the UI to allow temporary root access to sudo mesh developers | | We could include a function in the UI to allow temporary root access to sudo mesh developers |
|
| |
|