mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

595
comptes actifs

#upgrade

2 messages1 participant0 message aujourd’hui

When I wrote my last post above I got an error from my instance that the post was over the 500 character limit. Which is odd, since I have the limit set to 2000 on my instance.

Sure enough, it looks like somewhere along the line I blew away the config files that had been edited to enable the longer posts.

So consider this a test to see if I have correctly re-applied the hack, which is what it is, and completely unnecessarily, in the code for mastodon when this should be a simple switch/option in the admin panel!

(edit: confirmed: 2000 character limit restored)
#selfhost #footiMac #Pixelfed #Mastodon #upgrade #Debian

Server #Update / #Upgrade Day
- update my #Linux server OS #OpenSUSE Leap 15.6
- upgrade #Nextcloud from 30.0.7 to 30.0.12 and then 31.0.6
- upgrade #Redis for Nextcloud from 7 to 8
- learn that I have to dump/restore to upgrade #PostgreSQL and upgrade from 12 to 17
- upgrade #Traefik from 2.10.7 to 3.4.3
- upgrade #Vaultwarden to newest version
- deactivated #Quassel and #Jupyter since I didn't use them for at least 4 years
- clean up old #Docker images and containers to free some disk space

Murpatin Samsungille tuoreimmasta One UI:sta, joka estää vinoa pinoa käyttämiäni sovelluksia toimimasta. Vastaus oli diibadaabaa välimuistin tyhjentämisestä yms. bullshittiä ja mulla on hirveä hinku vastata niille että mitäs jos vaan tunkisitte sen päivityksenne peräsuoleenne ettekä jaarittelisi tällaista paskaa asiakkaille. Että on tässä itsekin oltu IT-hommissa ja tunnistan kyllä roskapuheen kun sitä näen. Kiittimoi. #Samsung #OneUI #upgrade

Welcome, DEVONthink 4.0 Copernicus! — Exactly twelve weeks after we published the first public beta, the beta phase is over! Here's our new DEVONthink generation with a slew of new features and improvements, from generative AI to versioning, audit-proof databases, a completely rewritten web interface, new automations and much, much more. #devonthink #devonthink4 #upgrade #update #ai #versioning #auditproof #automation #pressrelease devontechnologies.com/blog/202

Our #Sharkey one-stop #upgrade script worked beautifully, and just finished using it to upgrade Sharkey here on bofh.social! #SharkeyAdmin

#!/bin/bash

set -e  # Exit immediately if a command exits with a non-zero status
set -u  # Treat unset variables as an error

echo "Stopping Sharkey and Redis services..."
systemctl stop sharkey
systemctl stop redis

# Optional: Update NodeJS (uncomment if needed)
# --------------------------------------------
# echo "Updating NodeJS..."
# apt remove -y nodejs
# curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
# apt install -y nodejs
# apt install -y libpango1.0-dev libcairo2-dev libpixman-1-dev

echo "Updating Sharkey codebase..."
sudo -u sharkey bash <<'EOF'
cd ~/Sharkey
git checkout stable
git stash
git pull --recurse-submodules
pnpm clean-all
# corepack enable && corepack prepare pnpm@10.11.0 --activate  # Optional if using corepack
pnpm install --frozen-lockfile
pnpm run build
pnpm run migrate
EOF

echo "Restarting services..."
systemctl start redis
systemctl start sharkey

echo "✅ Sharkey update complete."

alojapan.com/1298896/japan-and Japan and EU plan major upgrade to defense-sector cooperation #Cooperation #DefenseSector #EU #Japan #JapanNews #major #news #plan #Upgrade BANFF, Canada — Japan and the European Union plan to step up cooperation between their defense industries, with government officials and private-sector representatives set to hold initial talks Monday. The two sides face shared challenges, such as reducing dependence on the U.S., and are eyeing stronger s…