mirror of https://github.com/unRedbox/Wiki.git
Compare commits
12 Commits
3ef750d899
...
374290dde6
Author | SHA1 | Date |
---|---|---|
|
374290dde6 | |
|
50f3895dbf | |
|
fed300b82d | |
|
c8aa64aed8 | |
|
d98acf1304 | |
|
fc88380a28 | |
|
60946d24fc | |
|
f854fbb01d | |
|
d18fb26395 | |
|
2524063031 | |
|
d2b0ed57c1 | |
|
1401f6ce6f |
|
@ -0,0 +1,40 @@
|
|||
# UnRedbox Wiki
|
||||
|
||||
Welcome to the **UnRedbox Wiki** repository. This project is focused on hosting and documenting information extracted from a **Redbox Kiosks**. Our goal is to explore and understand the software and configuration of the kiosk system, while also preserving and sharing our findings.
|
||||
|
||||
## Project Overview
|
||||
|
||||
The UnRedbox project aims to demystify the inner workings of the Redbox kiosks. This repository serves as a central wiki for:
|
||||
|
||||
- **Hardware documentation**: Gathering information about the various hardware implementations.
|
||||
- **System configuration**: Understanding the settings and behavior of the system.
|
||||
- **Security considerations**: Insights into potential vulnerabilities or interesting features.
|
||||
|
||||
Please note that this project is for educational and research purposes only.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
To contribute, please log in with your Discord account at [redbox.wiki](https://redbox.wiki) and follow the guidelines below.
|
||||
|
||||
### [Before You Contribute](https://redbox.wiki/en/contributing)
|
||||
|
||||
All contributions are licensed under the **Creative Commons Attribution Share Alike 4.0 International license**. This includes media uploads, text contributions, or anything else submitted to the wiki. You may not license any contributions under any other terms.
|
||||
|
||||
### Site Navigation
|
||||
|
||||
The navigation panel on the side of the website is controlled by redbox.wiki admins. If you'd like a page to appear in the navigation, please contact **codeHusky/Loki** on Discord.
|
||||
|
||||
### New Pages
|
||||
|
||||
Before adding a new page, ensure that an existing page doesn't already cover the topic you're looking to work on. If there's overlap, see if it's more appropriate to add to an existing page rather than creating a new one. We aim to keep the number of pages minimal while avoiding excessively long pages of documentation.
|
||||
|
||||
If you still need to create a new page, feel free to do so. Just make sure you contact **codeHusky/Loki** in the Redbox Tinkering Discord to have your new page added to the navigation.
|
||||
|
||||
### Writing Tone and Style
|
||||
|
||||
All contributions should use a professional tone. Avoid using terms like "I" or referring to yourself directly. If you're documenting a technique you created, feel free to credit yourself, but avoid taking credit for "discovering" things that exist in every kiosk.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the CC-BY-SA-4.0 license. See the [LICENSE](LICENSE.txt) file for details.
|
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
|
@ -2,12 +2,14 @@
|
|||
title: Hardware Overview
|
||||
description:
|
||||
published: true
|
||||
date: 2024-10-22T16:49:26.131Z
|
||||
date: 2024-10-22T18:45:31.907Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-10-21T03:34:51.578Z
|
||||
---
|
||||
|
||||
This page is extremely WIP. If you have a kiosk or know of additional hardware variants, please contribute.
|
||||
|
||||
# Kiosk Models
|
||||
## Indoor
|
||||
- Model: DVD-IN
|
||||
|
|
|
@ -2,10 +2,25 @@
|
|||
title: Replacement Parts
|
||||
description:
|
||||
published: true
|
||||
date: 2024-10-21T13:42:15.243Z
|
||||
date: 2024-10-22T18:34:16.249Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2024-10-21T13:42:15.243Z
|
||||
-->
|
||||
|
||||
<p>todo: info</p>
|
||||
<h1>Motion System Parts</h1>
|
||||
<p> </p>
|
||||
<h1>Electronic Parts</h1>
|
||||
<p> </p>
|
||||
<h1>Enclosure Parts</h1>
|
||||
<p> </p>
|
||||
<h1>Carrousel Parts</h1>
|
||||
<p> </p>
|
||||
<h1>Picker Parts</h1>
|
||||
<p>This section should be for parts relating to the disc picker</p>
|
||||
<h2>Picker Belts</h2>
|
||||
<p>Per measurements, the belt is 0.177" in diameter and 16.5" circumference</p>
|
||||
<p>Replacement Options:</p>
|
||||
<p>(Unconfirmed) McMaster Carr 3044k605: https://www.mcmaster.com/catalog/130/1329/3044K605</p>
|
||||
<figure class="image image_resized" style="width:26.14%;"><img src="/disc picker.jpg"></figure>
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!--
|
||||
title: Double Unit
|
||||
description:
|
||||
published: true
|
||||
date: 2024-10-22T23:22:14.498Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2024-10-22T23:22:14.498Z
|
||||
-->
|
||||
|
||||
<p>The double-unit is a type of unit made by redbox when they started. Some double-units include: 27130 172nd Ave SE, Covington, WA 98042, 1201 Valley Ave, Sumner, WA 98390. </p>
|
||||
<p>The double-unit has 2 units, 2 metal redbox sheets. </p>
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue