38
submitted 1 year ago* (last edited 1 year ago) by Yerbouti@lemmy.ml to c/asklemmy@lemmy.ml

So, I was trying to use the official "web app" for Lemmy, and, once again, it's just a link to Github. I'm no programmer and I just want to use the app, but have no clue what all those files are for. The tutorials on YouTube are like 1 hours long and are intended for programmers. It kind of happens more and more (links to github) and it gets me anxious every time. I am not a digital idiot at all, but this lacks information. Thanks!

top 24 comments
sorted by: hot top controversial new old
[-] SeeJayEmm@lemmy.procrastinati.org 15 points 1 year ago

You're subscribed to lemmy.ml so you would just go to lemmy.ml in your mobile browser. If you're looking for a mobile app, there are several, Jerboa being (I think) the most mature.

[-] pungunner@feddit.de 13 points 1 year ago

While GitHub can do a lot of funky stuff, a GitHub "repo" it is effictivly an project folder. So usually if you open a project (usually called "creatorname/Projectname"), there is a bunch of files. Below that is usually the documentation. It Is part of the project but GitHub is so nice to render it for you. Usually there should be an explanation what this project is and usually a rough explanation what to do with it. I say rough because depending on the popularity and the target audience you get everything from "download here for your OS" buttons to "adapt for your usecase compile with gcc and have fun"

As a user that is kind of it.

Above the files are usually a few tabs.

Code are the files. On the right side is this green button with "get the code" where you can download a zip. But you can usually open the files online and see the raw contents.

Issues are bugs people reported that are in various states or being fixed (or not).

Pull requests are people that contributed code and want the maintainer to review and hopefully integrate into the project.

GitHub uses git for cooperative development. but git is complicated, not necessary to use programs shared in github and while I can use it, I am far from proficient enough to explain it on the the internet.

[-] hawkwind@lemmy.management 10 points 1 year ago

The official web app is what you use if you browse to lemmy.ml. Maybe I misunderstanding what you are looking for.

[-] Yerbouti@lemmy.ml 4 points 1 year ago
[-] hawkwind@lemmy.management 6 points 1 year ago

Yea, maybe that page is a little misleading. lemmy-ui is probably what you're using now. It's the "webserver" that comes with lemmy that lets you access it from a browser (phone or desktop.) It's not the ONLY option, but most instances (sites like lemmy.ml) use it. You can expect to see a bunch of phone and even other apps on that page as lemmy gets bigger.

[-] breadsmasher@lemmy.world 1 points 1 year ago

To be pedantic, the lemmy-ui accesses and displays posts from the lemmy web server

[-] LazaroFilm@lemmy.world 4 points 1 year ago

For the Web-app, you don’t need to do anything other than going to Lemmy.world or Lemmy.ml the webmaster who set up that site has already installed the Lemmy-ui web app on their site and that’s what you see. A web-app is an app that you install on a website. If you decide to create your own Lemmy server you would then install it on your new server.

[-] BurningnnTree@lemmy.one 9 points 1 year ago

It sounds like you came across documentation for how to host a Lemmy server. Can you explain what it is you're trying to do? I'm not sure what you mean by "use the official web app."

[-] Yerbouti@lemmy.ml 2 points 1 year ago

Well, I use Jerboa but it's unstable. So I went to that page: https://join-lemmy.org/apps and tried to link to "official web app". But I came accross Github a few other times and I'm always confused...

[-] TheButtonJustSpins@infosec.pub 10 points 1 year ago

The link there is for hosting the web app, not for users. You should just go to the URL of your Lemmy home instance.

[-] Yerbouti@lemmy.ml 4 points 1 year ago

All right thanks.

[-] Sleeping@programming.dev 7 points 1 year ago

The “official web app” is how people can self-host Lemmy, to access it as a user it's just the website.

[-] Yerbouti@lemmy.ml 3 points 1 year ago

Got you thanks. I'd still like to find a basic tutorial on Github one day.

[-] Mugmoor@lemmy.dbzer0.com 5 points 1 year ago

If you're not a developer all you really need to know is how to check a Readme file, and the releases page.

[-] Sleeping@programming.dev 3 points 1 year ago

If you want to self-host Lemmy you can just use this easy install script, just make sure to modify the config file to suite your setup it's only a couple variables, and it's pretty self-explanatory. https://github.com/ubergeek77/Lemmy-Easy-Deploy

[-] Max_P@lemmy.max-p.me 6 points 1 year ago

Usually for these things there's downloads in the release section. For example, Jerboa's repository has an Android APK you can download directly from the releases page there. But you can also get it from F-Droid and Google Play.

You've guessed right, GitHub is for developers. If you don't want to be dealing with source code, you probably don't have any reason to care about GitHub.

Others have already covered your particular use case: you found the code for the web UI for lemmy, it's only useful to server admins. As a user you just go to the website, in this case lemmy.ml.

[-] rm_dash_r_star@lemm.ee 2 points 1 year ago

Yeah GitHub, are they trying to be obtuse over there on purpose? Anyway you need to look in the releases section and it's not an obvious link on the front page. Most of the time you can get to the releases from a link in the description further down the front page of the project, usually.

[-] Kissaki@feddit.de 1 points 1 year ago

What do you find obtuse?

They do a lot of things. That has inherent complexity. Hiding complexity has a cost too - a loss of features, accessibility of them or information.

[-] ritswd@lemmy.world 1 points 1 year ago

It depends what you mean by “official web app”, but GitHub is meant to hold the source code for programmers to run locally and contribute to it. It probably explains the assumptions about who gets there. What were you seeking by going there?

If you mean that you want to create an account and start browsing Lemmy, then you need to do it on a Lemmy instance; there is no specific link to one, because they’re meant to be usable equally. But I see you’re posting this from an account on Lemmy.ml, so it seems like you already got that figured out.

In short: what are you trying to do?

[-] Yerbouti@lemmy.ml 1 points 1 year ago

I was confuse by that page: https://join-lemmy.org/apps The "official web app" link

[-] ritswd@lemmy.world 1 points 1 year ago

Haaaah makes sense.

[-] ouigol@lemmy.world 1 points 1 year ago

Which web app do you mean? Could you post a link please

[-] Kissaki@feddit.de 1 points 1 year ago

Scroll down and you should see the README file content. Projects usually describe themselves and usage info in them.

On the releases page you can see releases, a description, and download files. The latest stable is marked with a green label. Pre-release means test versions - you can skip this.

[-] PotjiePig@lemmy.world 1 points 1 year ago

The 'Web App' is basically a friendly way of saying the browser instance is not only mobile friendly but can be saved as such. If you have chrome or Firefox on your phone:

  1. go to your Lemmy home page,
  2. hit the dots to the side of the search bar to open the menu and look for and option that says something along the lines of "save as app"
  3. your browser will create a 'shortcut' on your home screen with a Lemmy icon that is essentially a web app tab of Lemmy.

This is what I use. I also have Jerboa but it's broken right now as I'm on an older version of Lemmy that's incompatible. I also have Connect but it's still in very early stages, and while it looks nice it's borderline unusable at the moment.

this post was submitted on 26 Jun 2023
38 points (100.0% liked)

Asklemmy

42432 readers
1781 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS