March 30, 20206 yr Hello, for all the 3D printers who wants to install Octofarm. Here it is a little quick and dirty guide. 1. Install MongoDB from the CA Tab. 2. Look if it is already running and note the IP and the port! 3. Add new Container 4.Give it a Name 5. Toggle Advance view 6. Add these strings https://hub.docker.com/r/octofarm/octofarm 7. Optional. For Logo add this URL : https://raw.githubusercontent.com/NotExpectedYet/OctoFarm/master/views/images/logo.png 8. Think about the Port on which OCTOFARM will run and check if it is not used by another Service. My Port is 84. Then add this to the WebUI. 9.Add Variables and Paths 9.1 Click on 9.2 Choose Path and fill in like this. The IP Adress of the Value from Step 2. and save it 9.3 Add this two paths. The Hostpaths should point to a octofarm folder in your appdata 9.4 Add a Port. Remember the Step 8 10. Press Apply. After that you can check the log if everthing went OK. Press this Button. It should look like this 11 Now you can acces the WebUI and start config of OCTOFARM Happy farming and printing!
April 9, 20206 yr DIGITAL HUG BRO!! Very Nice stuff so far. If I have any issues, I will post them here but I followed your instructions to the T and it worked like a charm. THANKS!!!
April 19, 20206 yr Huge thanks. I can usually figure out how to build from dockerhub but not this one. I should have searched first would have a saved me some time. Thanks again.
August 10, 20205 yr On 6/18/2020 at 5:33 PM, PCR said: @S1mpleman Thank you ! Are you the main developer of octofarm? Best I am the only developer
March 15, 20215 yr Hey man, so ive tried following your guide but i get stuck at this : https://imgur.com/a/d3z2sAv The port mappings are different plus the service never starts, even when manually pressin "start all"
April 20, 20215 yr New dev here! As mentioned by @S1mpleman, the instructions here are outdated. Quote This is now in the community applications :) https://unraid.net/community/apps?q=octofarm#r And here's why this is outdated as mentioned on github: Quote If you followed that guide it's old the paths it tells you to setup no longer exist. We have UnRaid images in the CA app store with everything pre-configured for you. That does explain why "USER WITH QUESTION" had no logs originally though, also why the issue might have occured as "USER WITH QUESTION" has had no config/dB.js file when the container restarted. Edited April 20, 20215 yr by davidzwa Quotations
December 10, 20232 yr Is there a new to setting this up? When I install the docker from community apps and run it, I get this error in logs 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: WARN MESSAGE: ~ The OCTOFARM_PORT setting was not a correct port number: >= 0 and < 65536. Actual value: undefined. 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: 12/10/23, 1:22:26 AM | ERROR | Utils-Env 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: ERROR MESSAGE: cant find target folder... | /app/images 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: Error: EACCES: permission denied, open '../images/bg.jpg'
January 17, 20242 yr Hi @Superdean56 not to steal OctoFarm's light, but that project has been abandoned for almost a year now. For a while I've been working on the project FDM Monster as a replacement. We (me and another Unraid user) are now looking at creating a app for FDM Monster to provide an alternative to OctoFarm. I kindly invite you to take a look at the project, join the discussion and give feedback on your thoughts. Unraid Docker App Installment · Issue #2764 · fdm-monster/fdm-monster (github.com).
January 25, 20242 yr On 12/9/2023 at 5:22 PM, Superdean56 said: Is there a new to setting this up? When I install the docker from community apps and run it, I get this error in logs 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: WARN MESSAGE: ~ The OCTOFARM_PORT setting was not a correct port number: >= 0 and < 65536. Actual value: undefined. 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: 12/10/23, 1:22:26 AM | ERROR | Utils-Env 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: ERROR MESSAGE: cant find target folder... | /app/images 17:22:26 0|OctoFarm | 2023-12-09T17:22:26: Error: EACCES: permission denied, open '../images/bg.jpg' Its a problem with permissions. I'm a perma-noob some I'm not sure if its the way the dockerfile is written or if we need to grant the docker user permissions to the folders we create, from viewing the dockerfile it looks like that user would be octofarm. Here is what I did to the folders I created on my system to mount the container to: ``` ## This gives full permissions to ALL users on your system. ## 0777. read, write, & execute for owner, group and others. sudo chmod 0777 /path/to/octofarm/images sudo chmod 0777 /path/to/octofarm/logs sudo chmod 0777 /path/to/octofarm/scripts ``` Then deploy your stack, and you'll see the permissions error gone. Check out your octofarm at http://ipaddress:port I should note, I have not used unraid before, I am currently upgrading a 5 year old octopi, trying out ubuntu server 23+ on a pi4 atm.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.