[-] [email protected] 0 points 1 year ago

fucking no!!!

[-] [email protected] 1 points 1 year ago

I cost more than $1m . It would need to be closer to $5Mif not $10m for me to sell out and do as they expect. being president pulls a $400k salary as it is...that is over 4 times what i make already so if someone want s to buy my presidency, it is going to be as close ot fuck you money as I can get

cereal7802 for president

0
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
1
test post (lemmy.game-files.net)
submitted 1 year ago by [email protected] to c/[email protected]

post all the testing here

[-] [email protected] 4 points 1 year ago

I think food in general has been doing this for a long time. Over time companies are switching out more expensive ingredients for cheaper ones that are close enough and as a result over time, food tastes different. It is part of the reason why many people try and avoid High Fructose Corn Syrup. It is much cheaper than sugar, and certainly changes the flavor of the things it is in compared to regular sugar.

[-] [email protected] 1 points 1 year ago

Might want to create a git repo for this (maybe other themes) and get it converted to a full fledged theme for lemmy. I tacked your changes onto the end of the darkly-red theme and seems to look nice. I was just too lazy to remove the bits from the original theme. A git repo would be good though since a lot of the responses suggest coming back for updates. Git will let people know if there is a change and they can see what they are as they change.

[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I ran into some dependency issues(needed to install ansible-collection-community-docker on my fedora workstation), but after that it ran fine and installed everything first run. I made some adjustments to the inventory config afterwards, but aside from that it just worked.

[-] [email protected] 1 points 1 year ago

I think this is one of the more sensible answers here. If your workstation is windows, then utilize WSL for ansible and deploy onto a ubuntu or debian host (I'm assuming it works fine on debian, I used ubuntu). You might run into some issues with ansible dependencies as the readme doesn't seem to cover everything from what i remember, but once ansible works and has the correct configs, deployment is super easy.

[-] [email protected] 5 points 1 year ago

The ansible playbook just deploys docker containers. It does nginx proxy config, deploys the docker software, and then creates the compose file and deploys the containers. The reality is the ansible deploy and docker deploy both use docker. The ansible playbook just does more of everything all at once in an automated way.

[-] [email protected] 4 points 1 year ago* (last edited 1 year ago)

My process is similar, but i don't use the !ommunity@instance format. I just copy the url and search for it.

Search: "https://lemmy.world/c/selfhosted" it will initially return Nothing found but after another second, it hows up and i can click it and then subscribe to get new posts and comments.

[-] [email protected] 1 points 1 year ago

Of course, the real test will be when it comes time to update to the next Lemmy version…

it is easy enough. Simply run the playbook again. well, git pull the ansible playbook again and then run it. alternatively you can just use docker compose now on your lemmy server. I made some aliases on my lemmy instance based on what i use elsewhere. I think I got them from a linuxserver.io tutorial ages ago. you will need to adjust the container versions for this to be viable as the version is hardcoded and they only have a "latest" tag for arm.

alias dckill='docker kill $(docker ps -q)'

alias dclogs='docker-compose -f /srv/lemmy/lemmy.domain/docker-compose.yml logs -tf --tail="50" '

alias dcpull='docker-compose -f /srv/lemmy/lemmy.domain/docker-compose.yml pull'

[-] [email protected] 9 points 1 year ago* (last edited 1 year ago)

Another distro doesn't magically fix difficulty for a custom setup. You can checkout other distros and see if maybe you like how they are laid out and how their package managers work, but the general config portion of deploying your apps is going to be the same regardless. Something to consider is how are you getting help for your setup? Is it some content creator you follow who general does their videos/guides on ubuntu so that is how you figured everything out? Do you have friends or family who use it? If your source of knowledge and help is familiar with ubuntu, it is best to stick with it so you continue to have that resource. I can fumble around most distros, but if you want specific help, you are much better off asking me about specific issues inside an RPM based distro. I imagine others are similar in that they have generally applicable knowledge and a huge amount of specific distro knowledge since that is generally what they use.

cereal7802

joined 1 year ago
MODERATOR OF