Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New proxyrack env parameter #64

Closed
dorel14 opened this issue Sep 15, 2023 · 4 comments · Fixed by #66
Closed

New proxyrack env parameter #64

dorel14 opened this issue Sep 15, 2023 · 4 comments · Fixed by #66
Assignees
Labels
bug Something isn't working

Comments

@dorel14
Copy link

dorel14 commented Sep 15, 2023

Describe the bug
A clear and concise description of what the bug is.

Proxyrack not working , i download thé New container and it Ask me for an uid environnement parameter

Device (please complete the following information):

  • Type: Raspberry Pi 3 B+
  • OS details: [e.g. Linux debian
  • Platform: [e.g. / arm64 (64bit) ]
  • Version Stretch

Docker

  • Docker Compose version: 2.20.2
  • Docker version: 24.0.5

To Reproduce
Steps to reproduce the behavior:

  1. Docker stop proxyrack
  2. Docker rm proxyrack
  3. Restart apps via runme.sh

Expected behavior
Need a New Docker composé and .env parameter

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@MRColorR MRColorR added the bug Something isn't working label Sep 17, 2023
@MRColorR MRColorR self-assigned this Sep 17, 2023
@MRColorR
Copy link
Owner

Thank you for pointing this out, I'll look into this during the next week. It should be a straightforward edit.
Are you testing the new pre-release or are you on the last stable release?

@MRColorR
Copy link
Owner

UPDATE: I saw the new variable needed in proxyrack docs,i think this will force users to manually register each new device on the proxyrack web dashboard (minimum 10 characters device id) and then set the variable in the script. As a better approach I could try to create a custom script to add the new devices automatically using a web API request and using the same variable already in use. we'll see

@dorel14
Copy link
Author

dorel14 commented Sep 22, 2023

I am on stable release

@MRColorR MRColorR mentioned this issue Sep 26, 2023
@MRColorR MRColorR linked a pull request Sep 26, 2023 that will close this issue
@MRColorR
Copy link
Owner

A fix for this issue has been pushed to the extra-app branch, feel free to test the new code.
For now we have focused on making the proxyrack setup simple again, we have automated the creation of uuids as already done for earnapp, the user only has to add the device from the dashboard after starting the stack. in another moment we will think about how to use APIs to fully automate this step again. (Frankly, I don't know why proxyrack's devs decided to un-automate this registration phase since their app already took care of these steps internally in the past).
Also, if all goes well, a new stable version of money4band will be released within a couple of days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants