Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

paste service

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
debigokan
Posts: 48
Joined: 2016-09-03 15:54

paste service

#1 Post by debigokan »

Hello

I want to use the "pastebinit" service on the local network. Just for
my own team. Is there such an application?

thanks.

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: paste service

#2 Post by 4D696B65 »


User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: paste service

#3 Post by debiman »

debigokan wrote:I want to use the "pastebinit" service on the local network. Just for
my own team. Is there such an application?
do you mean the server is local, as well as the client?
i think those exist, look around on github.

debigokan
Posts: 48
Joined: 2016-09-03 15:54

Re: paste service

#4 Post by debigokan »

debiman wrote:
debigokan wrote:I want to use the "pastebinit" service on the local network. Just for
my own team. Is there such an application?
do you mean the server is local, as well as the client?
i think those exist, look around on github.
Thanks for the answer. I'm using Gitab. But for instant work, a service like pastebinite is needed.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: paste service

#5 Post by GarryRicketson »

To use pastebinit,
command-line pastebin client
pastebinit is a command-line tool to send data to a "pastebin", a web site which allows its users to upload snippets of text for public viewing.
That is the client, if you want to use it on a local network only, then you also need to setup a "localhost" server, then you can use the client to send the pastes , to the server, which is on your net work. (localhost)

There is some detailed instruction here, for setting up the server side of it.
https://debian-administration.org/artic ... r_creation

So you put something like this website: http://paste.debian.net/ ?
(If I understand the question correctly)
On you own networks "localhost" server.
Additional info : http://paste.debian.net/rpc-interface.html
----------------------

https://github.com/vetinari/debpaste/bl ... r/debpaste

Code: Select all

=item --server=URL
use URL instead of http://paste.debian.net/server.pl
 
Is there such an application?
I have never heard of this :
I'm using Gitab.
So don't know on that.
========== Probably not relevant, but ========
Most any server application can be set up to be used as a localhost server.
We use Nginx, and a fluxxBB forum, with file attachments permitted, it is on the main computer, the rest of the "network", aprox 28 PC's, all have access to it, the secretaries attach files as needed, and post any comments or notes needed, it never goes online, all "localhost". So yes there are many applications, you can modify to suit your needs.
Opensource apps are best, because it is easy to modify them to fit ones specific needs.

debigokan
Posts: 48
Joined: 2016-09-03 15:54

Re: paste service

#6 Post by debigokan »

Very thanks...

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: paste service

#7 Post by debiman »

debigokan wrote:Thanks for the answer. I'm using Gitab. But for instant work, a service like pastebinite is needed.
erm.
you didn't answer my question:
debiman wrote:do you mean the server is local, as well as the client?
i meant:
does the server (that is storing the pasted snippets) have to be on the same local network as the people using it?
in that case it's not enough to install a client.

Post Reply