this post was submitted on 14 Feb 2024
20 points (91.7% liked)

Technology

34448 readers
373 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
 

And I'd like to be able to do it privately too, that'd be cool.

Things I can do โ€“

  • write HTML and CSS
  • register a domain and set up hosting
  • use Filezilla

Things I don't know how to do โ€“

  • Create databases, I always had someone around to do that for me
  • Self-host
  • Set up an onion site ๐Ÿง…
  • Set up an eepsite
  • Register a .bit domain

I am more of a content gal than a tech gal, but think of all the cool stuff I could create if I could spin up anonymous websites in a few hours.

all 15 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 6 points 7 months ago

It sounds like you already know how to make Web 1.0 websites.

[โ€“] [email protected] 1 points 7 months ago

You can get away without a database (and assuming you don't need anything too complicated, I recommend not using one). I've had a good experience with GetSimple - it's a content management system (like WordPress) but uses regular files instead of a database. Great for basic content, and still easy to set up and manage.

Self-hosting is a bit complicated if you're not already comfortable running a Linux server. Not sure about privacy (though I'm not sure how privacy intersects a public-facing website), but there are lots of hosting providers out there. I use DreamHost and have had a great experience there.

[โ€“] [email protected] 3 points 7 months ago

I guess for a DB. You can use sqlite if the website is going to be small. I'd say learn SQL, but you can also use ORMs.

[โ€“] [email protected] 8 points 7 months ago

Why do you need a database? If you want a blog or something that's the same for all the visitors you can use a static site generator

[โ€“] [email protected] 1 points 7 months ago (1 children)

If you are more focused on content why not to use something like wordpress? This allows you to write blogs and stuff without coding.

[โ€“] [email protected] 2 points 7 months ago (2 children)

Wordpress needs a database

[โ€“] [email protected] 1 points 7 months ago

Yes, but you don't need to mess with it. Just enter the username and password during installation and you're set. I think Wordpress is one of the easiest ways to set up a website for people who, like you, aren't intricately familiar with webdev, but have some knowledge.

[โ€“] [email protected] 1 points 7 months ago

There's thins like jekyll or Hugo too!

[โ€“] [email protected] 4 points 7 months ago

If you want to get started with databases, the file-based SQLite is awesome!

[โ€“] [email protected] 2 points 7 months ago

Have you looked at any static site generators?

[โ€“] [email protected] 1 points 7 months ago (1 children)

Does HTMX count for Web 1.0?

[โ€“] [email protected] 1 points 7 months ago

Web 1.0 means no interactivity outside of forms (client to server request<-> response cycle). Web 2.0 was the label used when sites started gaining interactivity, using Javascript.

[โ€“] [email protected] 5 points 7 months ago* (last edited 7 months ago)

Anonymous from who? None of what you've mentioned will keep the police out for long if you're doing things that catch their attention.