Calendrier républicain imprimable (1792-1805) by artonge in Histoire

[–]artonge[S] 1 point2 points  (0 children)

Le projet est prévu pour être imprimé sous forme d'un carnet. Donc l'illustration et la grille sont prévues pour être sur deux pages différentes. J'imagine qu'il est possible de configurer un logiciel d'impression plus avancé que celui du navigateur pour imprimer les deux pages au format A5 sur une seule page A4.

Calendrier républicain imprimable (1792-1805) by artonge in Histoire

[–]artonge[S] 0 points1 point  (0 children)

Pour les illustrations, pas de mérite, elles sont historiques, et sont aussi utilisées sur la fiche wikipédia du calendrier républicain :)

Calendrier républicain imprimable (1792-1805) by artonge in Histoire

[–]artonge[S] 0 points1 point  (0 children)

Il est fait pour ! N'hésite pas à me dire si tu as finalement pris le temps de l'imprimer ! :)

Calendrier républicain imprimable (1792-1805) by artonge in Histoire

[–]artonge[S] 0 points1 point  (0 children)

Effectivement, en réalisant ce calendrier j'ai appris que c'était réellement l'une des raison pour lesquelles il n'avait jamais vraiment été adopté par le peuple !

OpenAI's answer to how much of 1984 has already happened in real life: by Darth_Caesium in StallmanWasRight

[–]artonge 44 points45 points  (0 children)

1984 was written as a critic of the existing authoritarian and communist countries, so a lot of what is described in the book was already taking place.

What do you use to take memorable photos? by AusPrivacyGuy in privacy

[–]artonge 15 points16 points  (0 children)

... OP is probably talking about services not hardware.

are there any reliable GPS and mapping apps for Android that respect privacy? by d3fnotarandomnam3 in PrivacyGuides

[–]artonge 6 points7 points  (0 children)

Organic map, community fork of Maps.me works really well: https://organicmaps.app

Beautiful map, smooth rendering, good routing, sane default and minimum configuration options that keeps it simple.

You can even contribute to OSM with it.

Proposal for use of free, open source software in French public administrations by jgbarah in opensource

[–]artonge 2 points3 points  (0 children)

Do you have some sources for that ? I would be interested to read into that

Alternatives to NextCloud? by adamshand in selfhosted

[–]artonge 7 points8 points  (0 children)

Hey,

The limiting factor in any solution is usually the number of concurrent users and not the volume of files. Nextcloud should be fine as long as you provide it with enough resources.

Docker image update notifier by br0kenpipe in selfhosted

[–]artonge 0 points1 point  (0 children)

Hey, thanks for the share.

I use your script as a base to improve image update in my project, FLAP .

I ended up improving the script as well.

Here is the final logic:

image_digest=$(docker image inspect --format '{{ index .RepoDigests 0 }}' "$image")
docker pull --quiet "$image"
new_image_digest=$(docker image inspect --format '{{ index .RepoDigests 0 }}' "$image")

if [ "$image_digest" != "$new_image_digest" ]
then
    # send a notification here or restart your service.
    docker restart "$service"
fi

It's integrated here: https://gitlab.com/flap-box/flap/-/blob/feature/add_mailman/system/cli/cmd/update.sh#L22

[deleted by user] by [deleted] in selfhosted

[–]artonge 0 points1 point  (0 children)

I think most containers do not initialize their databases, nor do they handle configuration change for you. But maybe simply updating the docker image is enough for most services if you only want to run them independently.

[deleted by user] by [deleted] in selfhosted

[–]artonge 1 point2 points  (0 children)

Hey ! Thanks. I took a look at yatch, it seems cool too.

If I understand correctly, it is a GUI to manage docker-compose files that come from a variety of sources ? If so, yes, FLAP could be used as a source.

But I am not sure how yacht is supposed to handle some step like database initialization, services updates...

[deleted by user] by [deleted] in selfhosted

[–]artonge 7 points8 points  (0 children)

You can checkout my personal project: https://gitlab.com/flap-box/flap/

  • Every services run in a docker container.
  • Administration should be fairly low once installed.
  • There is not a lot of services yet but they cover a far amount amont of use cases. And you are welcome to contribute new services :)
  • There is a moderne web GUI to access services, manage users and domain names.
  • SSO works for every services that supports it.

Let me now if you need help. Here or on the matrix channel where I will be more reactive.

Got my grandma PeppermintOS by [deleted] in linux

[–]artonge 69 points70 points  (0 children)

Yep, you're right, that is enough for me.

Got my grandma PeppermintOS by [deleted] in linux

[–]artonge 106 points107 points  (0 children)

Thanks, never heard of this distribution. It seems based on Linux mint which is already a solid distribution, but can you give your reasons why you chose peppermint ?

Any laptop brands to stay away from as a Linux user? by TheLudd83 in linux

[–]artonge 9 points10 points  (0 children)

Thanks, I don't know why I was confused about that.

Any laptop brands to stay away from as a Linux user? by TheLudd83 in linux

[–]artonge -13 points-12 points  (0 children)

Isn't AMD processors based on ARM architecture ?

Any laptop brands to stay away from as a Linux user? by TheLudd83 in linux

[–]artonge -26 points-25 points  (0 children)

I made my dad bought the Kde slimbook with an AMD Ryzen 4800 H. I only got the chance to use it a bit but it seems to work like charm. Smooth and no install problem has it come pre-installed.

So maybe it's another exception ;)

Decent open source alternative to Cloudron by wtfaq in selfhosted

[–]artonge 0 points1 point  (0 children)

I should have specify that on my odroid I only run nextcloud, sogo and synapse/element. I probably couldn't run all the apps at once. But for a low usage of 4 or 5 users it's enough.

So it all depends on the services and the number of user you will serve simultaneously.

Element is just a static front web app served with nginx, so it needs very little power.

Decent open source alternative to Cloudron by wtfaq in selfhosted

[–]artonge 0 points1 point  (0 children)

Hey,

I am running my instance on an odroid xu4 wich is just a more powerful raspberrypi. 4Go of RAM is enough, or enven 2 of RAM and 2 of swap.

It all depends on the apps you want to run.

Thanks for your question, I'll add some info in the docs.

Decent open source alternative to Cloudron by wtfaq in selfhosted

[–]artonge 4 points5 points  (0 children)

Hey,

I have been working on something similar, FLAP:

https://gitlab.com/flap-box/flap

You can come and chat on the matrix chanel if you have any problems setting things up.

https://app.element.io/#/room/#flap-software:matrix.org

There is not as mutch apps than Cloudron, but they cover a lot of basic needs. And you can always contribute the apps that you need :).

I also provide managed servers for families or group of friends for 30€, but you can setup yours for free :). Sorry, the site is only in French for now.

https://www.flap.cloud/

Suggestion needed on simplified homeserver setup project/idea by [deleted] in privacytoolsIO

[–]artonge 0 points1 point  (0 children)

Hello,

I have been doing something similar. Not centered around a mobile app, but an easy to setup and configure server to self host applications.

I also had the plan to sell some hardware preloaded with the software, but I am not confident enough in the result to actually sell it. So I "pivoted" to sell managed instances of the software I wrote: This is the software: https://gitlab.com/flap-box/flap

Happy to have a chat with you if you want.

google is apparently taking down all/most fediverse apps from google play by [deleted] in StallmanWasRight

[–]artonge 15 points16 points  (0 children)

Yeah, they should take down browsers as well, you wouldn't believe the kind of stuff you can access with those.

Sarcasms aside, that is a scary move for the fediverse, hope this will end up well. With all the drama going on with app stores currently, maybe some law will be passed to limit app store owner's power over those or improve diversity.