Comments / questions on new arrival
-
@Robert-Gusek 1, 2, 3, 5 will be working with the console update later this week. I'm not sure app links you are referring to in 4.
You can view some basic documentations we have set up here: https://onion.freshdesk.com/support/home We will be moving these articles to our website and organize them a bit better.
-
The 'App Store' shown on the console at this url https://onion.io/console/
I'm super excited, been playing around and figured out how to turn the LED off an on at least
Turn it off
led.sh clear onion:amber:systemTurn it back on
led.sh set onion:amber:systemI am easily amused And very excited about the potential of the Omega!!!
-
@Robert-Gusek Ah, I see what you are referring to. The App Store is something we are still beta testing. We are scheduling that for the the early December release of the console.
Just in case you are wondering, we have a bi-monthly release schedule for the console. For example, the current version of console is the late October version, and the one that we will be releasing this week will be early November version, and so on.
-
@Robert-Gusek Are you using ABCD, or the actual name of your omega? It works for me using my correct letters, but there are mentions here of others that had to use the IP address. Seems like firefox and safari have bugs too that will be fixed soon too.
-
@Chris-Ward I had the same issue. I'm on windows, not sure if that makes a difference. The IP works well.
-
@Antonin-Januska a few people have said that installing Apple's Bonjour service on their Windows machines allowed them to use the
omega-ABCD.local
address
-
@Chris-Ward Yes, I am using the specific address for my omega, which is 0ab1 and it still doesn't work. Only thing that does work is using the IP address whether I'm accessing it through it's on AP or if I'm on another wireless network, then that works fine. I've had it fail on Windows, iOS and OS x all using the chrome browser.
-
can sshfs instaleres on onions ? and if yes then which package can be used .
with kind regards Lars...
-
-
sftp would be cool if it could join the busybox. sshfs will also be cool, so you could make a nfs via ssh to another linux.
I do not know if you can do it with SFTP
Lars
-
@lars-jensen build 213 of the firmware includes a packages for SFTP
-
it sounds good I will look forward to it coming . Is there a time frame for when ?
Lars
-
@lars-jensen It's already released! Just do
oupgrade
to upgrade to it!
-
I will be glad to try it, I can understand that SFTP is the same as scp almost
thanks for the good work that the team makesLars
-
Hi Guys, I'm on b215 and haven't had any luck trying to connect to sftp (using WinSCP).
SSH works perfectly so do I need to install anything additionally through opkg or add any config to get sftp working?I've got PHP working with a secondary site config'd in uhttpd so I just want to be able to dump a few files on the board to test (and be able to pull 'em off before oupgrade to b216!)!
Cheers
-
@Toby-Foord Was only able to connect to the onion with WinSCP in SCP mode over the wifi that the onion itself creates.
Guessing I've some ports to open if I want to access it the other way around.
-
@Jarl-U-Christian-Persson , you're a legend, or perhaps I'm a dimwit...
Changed mode to SCP and I'm straight in
Not seeing the same issue with the wifi though. I'm connecting to it thru my own wifi network, with only :22 exposed for SSH and :4000 for a PHP app.
Never played with openWRT before and must say I'm having great fun
Thanks!
-
@Lazar-Demin I've b216 but didn't find how to install sftp. Any hints?
I'd also need it for sshfs.
-
@Johannes-Zellner It's built into the firmware. You can just access sftp directly with a FTP client that supports sftp.
-
# sftp root@192.168.178.41 ash: /usr/libexec/sftp-server: not found Connection closed
apparently I had to
opkg install openssh-sftp-server
thanks -- nowI can use successfully sshfs to mount my omega.