!qALrQaRCgWgkQcBoKG:matrix.org

exosphere

47 Members
General community discussion for Exosphere, user-friendly OpenStack client. (https://gitlab.com/exosphere/exosphere) For development-focused discussion, please join #exosphere-dev:matrix.org.3 Servers

Load older messages


SenderMessageTime
11 May 2021
@cmart:matrix.orgcmartdunno!18:32:07
@cmart:matrix.orgcmartit's the server stats discoverer traveler bot18:32:25
@julianp:matrix.orgjulianp cmart: Do you check the 'delete branch' after merged checkbox in your MRs? Dealing with your remote is becoming tricky with all the stale branches. 18:47:40
@cmart:matrix.orgcmartsometimes, when I remember to!18:49:10
@cmart:matrix.orgcmartsend me that branch pruning one-liner 😁18:49:44
@julianp:matrix.orgjulianp
18:51:56
@julianp:matrix.orgjulianp *
git branch -a --merged | grep 'remotes/cmart' | grep -v HEAD | grep -v master | cut -d '/' -f3 | xargs -I % echo git push cmart :%
18:52:05
@julianp:matrix.orgjulianpRedacted or Malformed Event18:52:32
@julianp:matrix.orgjulianp *
git branch -a --no-merged | grep 'remotes/cmart' | grep -v HEAD | grep -v master | cut -d '/' -f3 | xargs -I % echo git push cmart :%
18:56:43
@julianp:matrix.orgjulianpRedacted or Malformed Event18:57:05
@hritchie:matrix.orghritchieI'm having some trouble understanding what I need to do to get the cors proxy server running locally. I've read https://gitlab.com/exosphere/exosphere/-/blob/master/docs/cloud-cors-proxy.md but it isn't clear to me how to accomplish the tasks described there. Any details on how you would "Supply/generate your own TLS certificate"? This would be on a mac, fwiw, and I'm running the app in docker if that changes anything. Thanks18:57:24
@julianp:matrix.orgjulianp * Ignore. I'm going to have to rethink this for your case. Here is an article for later consumption: https://railsware.com/blog/git-housekeeping-tutorial-clean-up-outdated-branches-in-local-and-remote-repositories/18:59:17
@julianp:matrix.orgjulianp * ~It assumes your remote is named cmart, and will echo the commands first. Change as required and remove echo~ 18:59:43
@julianp:matrix.orgjulianp * ~~It assumes your remote is named cmart, and will echo the commands first. Change as required and remove echo~~ 18:59:49
@cmart:matrix.orgcmart hritchie I can help but do you need to run one locally? The CCP at https://try-dev.exosphere.app/proxy ought to meet all your needs 19:04:48
@cmart:matrix.orgcmart it's used by default, defined in config.js for the client app 19:05:21
@julianp:matrix.orgjulianpThe missing piece might be that you have to use http://app.exosphere.localhost:8000 for the CCP to accept your requests.19:06:24
@cmart:matrix.orgcmart^ yep, when running Exosphere locally served by elm-live19:06:43
@julianp:matrix.orgjulianpAh, I see line 134 in README.md says localhost:8000 instead of app.exosphere.localhost:8000.19:09:08
@julianp:matrix.orgjulianp * Ah, I see line 134 in README.md says 127.0.0.1:8000 instead of app.exosphere.localhost:8000.19:09:44
@cmart:matrix.orgcmartfix for readme, ready to review https://gitlab.com/exosphere/exosphere/-/merge_requests/43319:13:45
@cmart:matrix.orgcmart hritchie is this helpful? 19:20:58
@hritchie:matrix.orghritchienot working for me yet. the mac is in the other room, so I went there to see if "localhost" was important, but no dice19:21:32
@hritchie:matrix.orghritchie localhost:8000 loads, but app.exosphere.localhost:8000 does not 19:22:29
@julianp:matrix.orgjulianp Hmm... You might need to add app.exosphere.localhost into your /etc/hosts file. I didn't think that was necessary, but try it. 19:27:31
@julianp:matrix.orgjulianp

This line:

127.0.0.1    app.exosphere.localhost
19:32:42
@julianp:matrix.orgjulianpWhich version of MacOS are you running Heath?19:32:56
@julianp:matrix.orgjulianp * Which version of macOS are you running Heath?19:33:08
@julianp:matrix.orgjulianpAlso, are you accessing the Exosphere app over a local network?19:34:39
@julianp:matrix.orgjulianpAnd if you are accessing it over the local network, are you using the LAN IP address, or are you using SSH port-forwarding?19:39:46

Show newer messages


Back to Room ListRoom Version: 5